From owner-freebsd-ports@FreeBSD.ORG Fri Dec 30 10:31:38 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFD216A41F for ; Fri, 30 Dec 2005 10:31:38 +0000 (GMT) (envelope-from lambert@lambertfam.org) Received: from sysmon.tcworks.net (sysmon.tcworks.net [65.66.76.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC1143D49 for ; Fri, 30 Dec 2005 10:31:32 +0000 (GMT) (envelope-from lambert@lambertfam.org) Received: from sysmon.tcworks.net (localhost [127.0.0.1]) by sysmon.tcworks.net (8.13.1/8.13.1) with ESMTP id jBUAVVPK090616 for ; Fri, 30 Dec 2005 04:31:31 -0600 (CST) (envelope-from lambert@lambertfam.org) Received: (from lambert@localhost) by sysmon.tcworks.net (8.13.1/8.13.1/Submit) id jBUAVVxa090615 for freebsd-ports@freebsd.org; Fri, 30 Dec 2005 04:31:31 -0600 (CST) (envelope-from lambert@lambertfam.org) X-Authentication-Warning: sysmon.tcworks.net: lambert set sender to lambert@lambertfam.org using -f Date: Fri, 30 Dec 2005 04:31:31 -0600 From: Scott Lambert To: freebsd-ports@freebsd.org Message-ID: <20051230103131.GA88660@sysmon.tcworks.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <43B4E30C.6020604@mkproductions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43B4E30C.6020604@mkproductions.org> User-Agent: Mutt/1.5.9i Subject: Re: A few ports fail to rebuild after cvsup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 10:31:38 -0000 On Fri, Dec 30, 2005 at 01:34:36AM -0600, Mark Kane wrote: > Hi everyone. Last night I cvsupped my ports and source to make the > upgrade to 6.0-RELEASE on my main desktop machine. For the most part > everything went well and I'm really happy with 6.0 so far...performance > seems to have increased :) > > After the OS upgrade was complete, I recompiled all my ports. The > portupgrade finished earlier tonight with 3 failed. I ran portupgrade > again to get these three: > > ** Listing the failed packages (*:skipped / !:failed) > ! multimedia/kino (kino-0.7.6_1) (missing header) > ! audio/audacity (audacity-1.2.3_2) (unknown build error) > ! multimedia/avidemux2 (avidemux2-2.0.42_1) (unknown build > error) > ---> Packages processed: 0 done, 319 ignored, 0 skipped and 3 failed What is the date set to on this machine? From the below error messages, I am worried that it may be set to the year 1970. > This one is a little harder to paste since there are so many errors, but > here are some: > > -*- executing: > /usr/ports/lang/spidermonkey/work/js/src/FreeBSD6.0-RELEASE-p1_DBG.OBJ/js > -f ./ecma/shell.js -f ./ecma/Date/15.9.3.1-1.js > *-* Testcase ecma/Date/15.9.3.1-1.js failed: > > Failure messages were: > new Date( 1969,11,31,15,59,59,999).getTime() = -3600001 FAILED! > expected: -7200001 > new Date( 1969,11,31,15,59,59,999).valueOf() = -3600001 FAILED! > expected: -7200001 > new Date( 1969,11,31,15,59,59,999).getUTCHours() = 22 FAILED! expected: 21 > new Date( 1969,11,31,23,59,59,999).getTime() = 25199999 FAILED! > expected: 21599999 > new Date( 1969,11,31,23,59,59,999).valueOf() = 25199999 FAILED! > expected: 21599999 > new Date( 1969,11,31,23,59,59,999).getUTCHours() = 6 FAILED! expected: 5 > new Date( 1970,0,1,0,0,0,0).getTime() = 25200000 FAILED! expected: 21600000 > new Date( 1970,0,1,0,0,0,0).valueOf() = 25200000 FAILED! expected: 21600000 > new Date( 1970,0,1,0,0,0,0).getUTCHours() = 7 FAILED! expected: 6 > new Date( 1969,11,31,16,0,0,0).getTime() = -3600000 FAILED! expected: > -7200000 > new Date( 1969,11,31,16,0,0,0).valueOf() = -3600000 FAILED! expected: > -7200000 > new Date( 1969,11,31,16,0,0,0).getUTCHours() = 23 FAILED! expected: 22 > new Date(1969,12,1,0,0,0,0).getTime() = 25200000 FAILED! expected: 21600000 > new Date(1969,12,1,0,0,0,0).valueOf() = 25200000 FAILED! expected: 21600000 > new Date(1969,12,1,0,0,0,0).getUTCHours() = 7 FAILED! expected: 6 > > [snip] > > -*- executing: > /usr/ports/lang/spidermonkey/work/js/src/FreeBSD6.0-RELEASE-p1_DBG.OBJ/js > -f ./ecma/shell.js -f ./ecma/Date/15.9.3.1-4.js > *-* Testcase ecma/Date/15.9.3.1-4.js failed: > > Failure messages were: > new Date(1899,11,31,16,0,0,0).getTime() = -2208992400000 FAILED! > expected: -2208996000000 > new Date(1899,11,31,16,0,0,0).valueOf() = -2208992400000 FAILED! > expected: -2208996000000 > new Date(1899,11,31,16,0,0,0).getUTCHours() = 23 FAILED! expected: 22 > new Date(1899,11,31,15,59,59,999).getTime() = -2208992400001 FAILED! > expected: -2208996000001 > new Date(1899,11,31,15,59,59,999).valueOf() = -2208992400001 FAILED! > expected: -2208996000001 > new Date(1899,11,31,15,59,59,999).getUTCHours() = 22 FAILED! expected: 21 > new Date(1899,11,31,23,59,59,999).getTime() = -2208963600001 FAILED! > expected: -2208967200001 > new Date(1899,11,31,23,59,59,999).valueOf() = -2208963600001 FAILED! > expected: -2208967200001 > new Date(1899,11,31,23,59,59,999).getUTCHours() = 6 FAILED! expected: 5 > new Date(1900,0,1,0,0,0,0).getTime() = -2208963600000 FAILED! expected: > -2208967200000 > new Date(1900,0,1,0,0,0,0).valueOf() = -2208963600000 FAILED! expected: > -2208967200000 > new Date(1900,0,1,0,0,0,0).getUTCHours() = 7 FAILED! expected: 6 > new Date(1900,0,1,0,0,0,1).getTime() = -2208963599999 FAILED! expected: > -2208967199999 > new Date(1900,0,1,0,0,0,1).valueOf() = -2208963599999 FAILED! expected: > -2208967199999 > new Date(1900,0,1,0,0,0,1).getUTCHours() = 7 FAILED! expected: 6 > > [snip] > > -*- executing: > /usr/ports/lang/spidermonkey/work/js/src/FreeBSD6.0-RELEASE-p1_DBG.OBJ/js > -f ./ecma/shell.js -f ./ecma/Date/15.9.3.8-5.js > *-* Testcase ecma/Date/15.9.3.8-5.js failed: > > Failure messages were: > new Date(-2208988800000).getHours() = 17 FAILED! expected: 18 > new Date(-2208960000000).getHours() = 1 FAILED! expected: 2 > new Date("Sun Dec 31 1899 17:00:00 GMT-0700 (MST)").getHours() = 17 > FAILED! expected: 18 > new Date("Mon Jan 01 1900 01:00:00 GMT-0700 (MST)").getHours() = 1 > FAILED! expected: 2 > new Date("Mon, 01 Jan 1900 00:00:00 GMT").getHours() = 17 FAILED! > expected: 18 > new Date("Mon, 01 Jan 1900 08:00:00 GMT").getHours() = 1 FAILED! expected: 2 > > [snip] > > -*- executing: > /usr/ports/lang/spidermonkey/work/js/src/FreeBSD6.0-RELEASE-p1_DBG.OBJ/js > -f ./ecma/shell.js -f ./ecma/Date/15.9.5.23-1.js > *-* Testcase ecma/Date/15.9.5.23-1.js failed: > > Failure messages were: > var d = new Date(0); d.setTime(0); d.getHours() = 17 FAILED! expected: 18 > > -*- exit code 0, exit signal 0. > -*- executing: > /usr/ports/lang/spidermonkey/work/js/src/FreeBSD6.0-RELEASE-p1_DBG.OBJ/js > -f ./ecma/shell.js -f ./ecma/Date/15.9.5.23-10.js > *-* Testcase ecma/Date/15.9.5.23-10.js failed: > > [snip] > > -*- executing: > /usr/ports/lang/spidermonkey/work/js/src/FreeBSD6.0-RELEASE-p1_DBG.OBJ/js > -f ./ecma/shell.js -f ./ecma/Date/15.9.5.24-5.js > *-* Testcase ecma/Date/15.9.5.24-5.js failed: > > Failure messages were: > var date = new Date(0); date.setMilliseconds(0); date.getHours() = 17 > FAILED! expected: 18 > > -*- exit code 0, exit signal 0. > > [major snip] > > -*- Writing output to results-2005-12-29-221545-smdebug.html. > -#- Wrote results to 'results-2005-12-29-221545-smdebug.html'. > -#- 45 test(s) failed > *** Error code 1 > > Stop in /usr/ports/lang/spidermonkey. > *** Error code 1 > > Stop in /usr/ports/multimedia/avidemux2. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade57305.43 make > ** Fix the problem and try again. > > > -- > GnuPG Public Key: > http://www.mkproductions.org/mk_pubkey.asc > > Internet Radio: > Party107 (Trance/Electronic) - http://www.party107.com > Rock 101.9 The Edge (Rock) - http://www.rock1019.net > > IRC: > MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org