Date: Fri, 30 Dec 2005 04:31:31 -0600 From: Scott Lambert <lambert@lambertfam.org> To: freebsd-ports@freebsd.org Subject: Re: A few ports fail to rebuild after cvsup Message-ID: <20051230103131.GA88660@sysmon.tcworks.net> In-Reply-To: <43B4E30C.6020604@mkproductions.org> References: <43B4E30C.6020604@mkproductions.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051230103131.GA88660>