From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 08:12:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09E0716A47B for ; Wed, 3 Jan 2007 08:12:46 +0000 (UTC) (envelope-from david@landgren.net) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.freebsd.org (Postfix) with ESMTP id C79C513C469 for ; Wed, 3 Jan 2007 08:12:45 +0000 (UTC) (envelope-from david@landgren.net) Received: from [127.0.0.1] (exo.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 61B45ACB9; Wed, 3 Jan 2007 08:49:47 +0100 (CET) Message-ID: <459B601D.9040902@landgren.net> Date: Wed, 03 Jan 2007 08:49:49 +0100 From: David Landgren User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: "Steven D. Yee" References: <20070102185342.8A186872DC@cal1-1.us4.outblaze.com> In-Reply-To: <20070102185342.8A186872DC@cal1-1.us4.outblaze.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: sparc64 and perl 5.8.8 port test failures? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 08:12:46 -0000 Steven D. Yee wrote: > I'm seeing multiple errors from make test and I can't seem to > figure out how to get rid of them. As far as I can > tell it builds correctly. [...] > ../lib/integer..............................NOK 10 > # Failed test 'left shift' > # in ../lib/integer.t at line 49. > # got: '-4292583424' > # expected: '-9223372036854775808' > # Looks like you failed 1 test of 11. > ../lib/integer..............................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 10 > Failed 1/11 tests, 90.91% okay > > > I did try building with WITHOUT_PERL_64BITINT=yes but that didn't > seem to make a difference, although its possible that I screwed that > up since conf.sh still shows multiple references to 64 bit ints (even use64bitint is defined) > > does anyone have any pointers as to what may be going on? or where to > start looking? This looks like the build is bringing in 64bitness when it shouldn't (or vice versa). The build process might have remnants of the previous config run lying around (in Policy.sh and/or config.sh). Step down into the build directory and delete these two files, and build again. Or, better yet, just delete the entire ./work directory, and build it again. Later, DAvid