From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qao3e-00067y-9U for garchives@archives.gentoo.org; Sun, 26 Jun 2011 12:03:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CBF81C01B for ; Sun, 26 Jun 2011 12:03:20 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 508A61C03D for ; Sun, 26 Jun 2011 11:30:47 +0000 (UTC) Received: by bwg12 with SMTP id 12so4731907bwg.40 for ; Sun, 26 Jun 2011 04:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=SmXtsdE7whPHSe7O07E3jgGQdPKQFHSYy3sJtAxNTvE=; b=JwXT2nMNqIC326xUUiAHE/+46ETUtokJKDlG2oHHSfqB0efXyBFTbZpCKn9IPJdIbx Z9qeTzbQk6Hb77afX8uO7nn5yLUJKKI1lIfwLuhqymgY2CBqJxt+9nIjMFdTYgXY9WEN oDWf57GFlePN0FNyTj4bMr1/CWWKajAavikUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; b=xtGvx70WOUx6zstAZbakYhYkZJLPIvc2pJebfATOMpBNw+TZqri2A3/U7vbcoUAENv DKmd6ZPpsO1dYjOY7/nwL1hrk1+56KlN6dyi7NMcarOB9ZamixUFq7WQqdJzNA32HtnV PoInu5BPO97hCGvvSecKogXUMj0LzpF7IV0Do= Received: by 10.204.166.65 with SMTP id l1mr3515693bky.77.1309087847449; Sun, 26 Jun 2011 04:30:47 -0700 (PDT) Received: from localhost.localnet (p4FC75E32.dip0.t-ipconnect.de [79.199.94.50]) by mx.google.com with ESMTPS id ag6sm3221841bkc.18.2011.06.26.04.30.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Jun 2011 04:30:46 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Possible Math Problem - Request For Verification Date: Sun, 26 Jun 2011 13:30:41 +0200 Message-ID: <2057836.K4is2TTT77@localhost> User-Agent: KMail/4.6.0 (Linux/2.6.39.2; KDE/4.6.4; x86_64; ; ) In-Reply-To: <20110625134111.5c6b08dd.frank.peters@comcast.net> References: <20110625134111.5c6b08dd.frank.peters@comcast.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: X-Archives-Hash: aff310900720c2dbf5f825a3befeb9fb Believe it or not, this tarball is straight from hell. 1. do not tar-bomb. Pack directories not files. 2. the permissions are a nightmare. 3. I accidentally unpacked in /tmp and your tarball tried to set UTIME and the permissions of the parent directory. WTF? 4. have you checked that the errors you are seeing are really errors? Just remember that stupidity about 80bit/64bit/128bit floats all around. 5. http://gcc.gnu.org/wiki/FloatingPointMath without additional settings gcc 4.5.2: UCBFAIL indicates problems! /tmp/usbtest/catan_DP.output:UCBFAIL catan_DP.output.tmp 127 /tmp/usbtest/ccos_DP.output:UCBFAIL ccos_DP.output.tmp 127 /tmp/usbtest/cdiv_DP.output:UCBFAIL cdiv_DP.output /tmp/usbtest/cexp_DP.output:UCBFAIL cexp_DP.output.tmp 127 /tmp/usbtest/cexpm1_DP.output:UCBFAIL cexpm1_DP.output.tmp 127 /tmp/usbtest/cfindpi_DP.output:UCBFAIL cfindpi_DP.output /tmp/usbtest/clib_DP.output: ucbtest UCBFAIL in cabsd at line 701 for double /tmp/usbtest/clib_DP.output: ucbtest UCBFAIL in powd at line 701 for double /tmp/usbtest/clib_DP.output:UCBFAIL clib_DP.output , 25 out of 25 tests completed /tmp/usbtest/clog1p_DP.output:UCBFAIL clog1p_DP.output.tmp 127 /tmp/usbtest/clog_DP.output:UCBFAIL clog_DP.output.tmp 127 /tmp/usbtest/cmul_DP.output:UCBFAIL cmul_DP.output /tmp/usbtest/cpar_DP.output:UCBFAIL cpar_DP.output /tmp/usbtest/cpi_DP.output:UCBFAIL cpi_DP.output /tmp/usbtest/csin_DP.output:UCBFAIL csin_DP.output.tmp 127 /tmp/usbtest/csqr_DP.output:UCBFAIL csqr_DP.output -- #163933