A few ports fail to rebuild after cvsup

Mark Kane mark at mkproductions.org
Thu Dec 29 23:34:44 PST 2005


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

Then I ran it once more with script so I could capture the output. I'm
hoping what I paste below will be enough for each. Note that Avidemux
failed because Spidermonkey failed. As far as I know, I did not have
Spidermonkey installed at all before as the old version of Avidemux did
not require Spidermonkey. Other than that, I know for sure the 3 ports
listed above did build before without any troubles.

This is a ports tree as of yesterday at around 5:30 PM Eastern USA time.
I checked the cvsweb and didn't see any changes to any of these since then.

Thanks in advance for any ideas.

-Mark
FreeBSD 6.0-RELEASE [amd64]

------------------------------
kino:

gmake[3]: Entering directory
`/usr/ports/multimedia/kino/work/kino-0.8.0/src'
if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/local/include
-I/usr/X11R6/include/quicktime  -I/usr/local/include/libxml2
-I/usr/local/include   -D_REEN$then mv -f ".deps/main.Tpo"
".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/local/include
-I/usr/X11R6/include/quicktime  -I/usr/local/include/libxml2
-I/usr/local/include   -D_REEN$then mv -f ".deps/support.Tpo"
".deps/support.Po"; else rm -f ".deps/support.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/local/include
-I/usr/X11R6/include/quicktime  -I/usr/local/include/libxml2
-I/usr/local/include   -D_REEN$then mv -f ".deps/callbacks.Tpo"
".deps/callbacks.Po"; else rm -f ".deps/callbacks.Tpo"; exit 1; fi
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/local/include
-I/usr/X11R6/include/quicktime  -I/usr/local/include/libxml2
-I/usr/local/include   -D_REE$then mv -f ".deps/message.Tpo"
".deps/message.Po"; else rm -f ".deps/message.Tpo"; exit 1; fi
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/local/include
-I/usr/X11R6/include/quicktime  -I/usr/local/include/libxml2
-I/usr/local/include   -D_REE$then mv -f ".deps/preferences.Tpo"
".deps/preferences.Po"; else rm -f ".deps/preferences.Tpo"; exit 1; fi
In file included from kino_common.h:32,
                 from preferences.cc:25:
filehandler.h:176:23: quicktime.h: No such file or directory
In file included from kino_common.h:32,
                 from preferences.cc:25:
filehandler.h:195: error: ISO C++ forbids declaration of `quicktime_t'
with no type
filehandler.h:195: error: expected `;' before '*' token
gmake[3]: *** [preferences.o] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/kino/work/kino-0.8.0/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/kino/work/kino-0.8.0/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/kino/work/kino-0.8.0'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/kino.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade57305.22 make
** Fix the problem and try again.
------------------------------

Audacity:

c++ -c -O2 -fno-strict-aliasing -pipe -I../lib-src/portaudio/pa_common
-I../lib-src/portmixer/px_common -I../lib-src/soundtouch/include -O2
-fno-strict-aliasing -pipe -I../lib-src/expat -I../lib-src/allegro
-I../lib-src/libnyquist/nyx -I../lib-src/libsndfile/src
-I../lib-src/libresample/include -Wall -Iinclude  -I/usr/local/include
 -I/usr/X11R6/include/wx-2.6/gtk2-ansi-release-2.6
-I/usr/X11R6/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA
effects/ToneGen.cpp -o obj/effects/ToneGen.o
effects/ToneGen.cpp: In function `wxSizer*
CreateToneGenDialog(wxWindow*, bool, bool)':
effects/ToneGen.cpp:268: error: ISO C++ says that these are ambiguous,
even though the worst conversion for the first is better than the worst
conversion for the second:
/usr/X11R6/include/wx-2.6/wx/gtk/choice.h:35: note: candidate 1:
wxChoice::wxChoice(wxWindow*, wxWindowID, const wxPoint&, const wxSize&,
int, const wxString*, long int, const wxValidator&, const wxString&)
/usr/X11R6/include/wx-2.6/wx/gtk/choice.h:47: note: candidate 2:
wxChoice::wxChoice(wxWindow*, wxWindowID, const wxPoint&, const wxSize&,
const wxArrayString&, long int, const wxValidator&, const wxString&)
gmake[1]: *** [obj/effects/ToneGen.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/audio/audacity/work/audacity-src-1.2.4b/src'
gmake: *** [audacity] Error 2
*** Error code 2

Stop in /usr/ports/audio/audacity.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade57305.25 make
** Fix the problem and try again.
------------------------------

Avidemux/Spidermonkey:

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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20051230/059e2d0f/signature.bin


More information about the freebsd-ports mailing list