-Current build problems with audio/arts: "lt-mcopidl in free(): error: chunk is already free" and core dumped

Paul Seniura pdseniura at techie.com
Wed Aug 4 16:59:40 PDT 2004


Hi,

I'm having a terrible time rebuilding audio/arts
with the new system gcc342 on -Current.  Got the
CTM buckets up thru tonight's all applied.

I saw others having this problem a while back. 
Haven't seen it myself until just now with gcc342
meaning audio/arts had built fine before.  I'm
hoping another pair of eyes can help me, please?

The older maillist archive msgs on this suggested
to check /etc/libmap.conf and I believe mine is
set correctly AFAIK.  This is the 'default' section:

>>>>
libc_r.so.5		libpthread.so.1	# Everything that uses 'libc_r'
libc_r.so		libpthread.so	#  now uses 'libpthread'.

libkse.so.1		libpthread.so.1	# Everything that uses 'libkse'
libkse.so		libpthread.so	#  now uses 'libpthread'.

libthr.so.1		libpthread.so.1	# Everything that uses 'libthr'
libthr.so		libpthread.so	#  now uses 'libpthread'.

# for www/linuxpluginwrapper
#     www/linux-flashplugin6
#     print/acroread5        :
libpthread.so.0		pluginwrapper/flash6.so
<<<<


I'm trying to make everything monolithic with gcc342. 
Kernel & world and several-hundred ports are being
rebuilt with -Current system gcc342 on this puny p2
(we're about 3/4ths the way thru).

Until I can get around this problem, I won't be able
to rebuild KDE.  KDE and OOo under it are usable with
the gcc342 switch but we're seeing missing symbols in
the XFree86 logs.  I saw src/UPDATING so I thought
let's just rebuild _every thing_ we got installed,
let portupgrade decide on the proper order, redo the
updates as the CTM deltas trickle in (can't do CVS
here with political firewall).

I've enabled the two knobs WITH_NAS and WITH_ESOUND. 
(AAMOF audio/nas built just fine as did those
several-hundred of the other ports so far.  A
handful are having problems with the new system
gcc342 specifically, but I'll worry about them
later, not related to this problem at all.)

The C(XX|PP)FLAGS for this run are set only to
'-march=pentium2 -pipe'. 

Here is our build log snipped down for size:

>>>>
--->  Session started at: Wed, 04 Aug 2004 17:27:33 -0500
--->  Reinstallation of audio/arts started at: Wed, 04 Aug 2004 17:27:36 -0500
--->  Reinstalling 'arts-1.2.3,1' (audio/arts)
--->  Build of audio/arts started at: Wed, 04 Aug 2004 17:27:36 -0500
--->  Building '/usr/ports/audio/arts'
===>  Vulnerability check disabled, database not found
===>  Extracting for arts-1.2.3,1
>> Checksum OK for KDE/arts-1.2.3.tar.bz2.
===>  Patching for arts-1.2.3,1
===>  Applying FreeBSD patches for arts-1.2.3,1
===>   arts-1.2.3,1 depends on file: /usr/X11R6/bin/moc - found
===>   arts-1.2.3,1 depends on executable: gmake - found
===>   arts-1.2.3,1 depends on shared library: audiofile - found
===>   arts-1.2.3,1 depends on shared library: mad - found
===>   arts-1.2.3,1 depends on shared library: ogg - found
===>   arts-1.2.3,1 depends on shared library: glib - found
===>   arts-1.2.3,1 depends on shared library: vorbis - found
===>   arts-1.2.3,1 depends on shared library: audio - found
===>   arts-1.2.3,1 depends on shared library: esd.2 - found
===>  Configuring for arts-1.2.3,1
/usr/bin/sed -i.bak "s,-pedantic,,g;  s,-pthread,-lpthread,g" /src/ports/audio/arts/work/arts-1.2.3/configure
/usr/bin/sed -i.bak "s, | .*freebsd\*)$,*),g" /src/ports/audio/arts/work/arts-1.2.3/admin/ltmain.sh
/usr/bin/sed -i.bak  -e 's|LIBS="-laudio  $LIBS"|LIBS="-laudio -lm -lXt -lXau $LIBS"|g'  /src/ports/audio/arts/work/arts-1.2.3/configure
checking build system type... i386-portbld-freebsd5.2
checking host system type... i386-portbld-freebsd5.2
checking target system type... i386-portbld-freebsd5.2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for style of include used by gmake... GNU
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking whether c++ supports -Wundef... yes
checking whether c++ supports -Wno-long-long... yes
checking whether c++ supports -Wnon-virtual-dtor... yes
checking whether c++ supports -fno-exceptions... yes
checking whether c++ supports -fno-check-new... yes
checking whether c++ supports -fno-common... yes
checking whether c++ supports -fexceptions... yes
checking how to run the C++ preprocessor... c++ -E
checking whether c++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 65536
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd5.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd5.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd5.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking which extension is used for shared libraries... 
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm -B output... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for dlopen in -ldl... no
checking for dlopen... (cached) yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for dlerror... yes
checking for _ prefix in compiled symbols... (cached) no
checking whether deplibs are loaded by dlopen... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for dlfcn.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for strcmp... yes
checking for extra includes... added
checking for extra libs... added
checking for strlcat... yes
checking if strlcat needs custom prototype... no
checking for strlcpy... yes
checking if strlcpy needs custom prototype... no
checking for main in -lutil... yes
checking for main in -lcompat... yes
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... no
checking if res_init is available... yes
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) no
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking if Qt compiles without flags... no
checking if C++ programs can be compiled... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sysent.h usability... no
checking sysent.h presence... no
checking for sysent.h... no
checking for strings.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking linux/socket.h usability... no
checking linux/socket.h presence... no
checking for linux/socket.h... no
checking socketbits.h usability... no
checking socketbits.h presence... no
checking for socketbits.h... no
checking sigaction.h usability... no
checking sigaction.h presence... no
checking for sigaction.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for malloc.h... (cached) no
checking monetary.h usability... yes
checking monetary.h presence... yes
checking for monetary.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking fstab.h usability... yes
checking fstab.h presence... yes
checking for fstab.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/local/bin/perl
checking for Qt... libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt
checking for moc... /usr/X11R6/bin/moc
checking for uic... /usr/X11R6/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... will be installed in /usr/local
checking for main in -lcompat... (cached) yes
checking for main in -lutil... (cached) yes
checking for sem_init... yes
checking X11/ICE/ICElib.h usability... yes
checking X11/ICE/ICElib.h presence... yes
checking for X11/ICE/ICElib.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether byte ordering is bigendian... no
checking for socket... yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for seteuid... yes
checking for setegid... yes
checking for random... yes
checking for strfmon... yes
checking for stpcpy... yes
checking for mkstemp... yes
checking for setmntent... no
checking for gettimeofday... yes
checking for vasprintf... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for usleep... yes
checking if usleep needs custom prototype... no
checking for setenv... yes
checking if setenv needs custom prototype... no
checking for gethostname... yes
checking if gethostname needs custom prototype... no
checking for random... yes
checking if random needs custom prototype... no
checking for srandom... yes
checking if srandom needs custom prototype... no
checking for S_ISSOCK... yes
checking for socklen_t... (cached) socklen_t
checking libaudioio.h usability... no
checking libaudioio.h presence... no
checking for libaudioio.h... no
checking audio/audiolib.h usability... yes
checking audio/audiolib.h presence... yes
checking for audio/audiolib.h... yes
checking for AuOpenServer in -laudio... yes
checking esd.h usability... yes
checking esd.h presence... yes
checking for esd.h... yes
checking for esd_open_sound in -lesd... yes
checking audiofile.h usability... yes
checking audiofile.h presence... yes
checking for audiofile.h... yes
checking for afOpenFile in -laudiofile... yes
checking dmedia/audio.h usability... no
checking dmedia/audio.h presence... no
checking for dmedia/audio.h... no
checking for mas-config... no
checking for posix realtime scheduling support... yes
checking for getdomainname... yes
checking if getdomainname needs custom prototype... no
checking ioctl type... 3
checking for x86 float to int conversions... yes
checking for x86 SSE instructions... yes
checking for stdio emulation in artsdsp... no
checking whether c++ supports -ftemplate-depth-99... yes
checking sys/asoundlib.h usability... no
checking sys/asoundlib.h presence... no
checking for sys/asoundlib.h... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for IRIX... "no"
checking for pkg-config... /usr/local/bin/pkg-config
checking for GLib-2.0 (at least 1.3.3)... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for ov_read_float in -lvorbisfile... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for ov_read_float() from rc3... no
checking for mad_synth_frame in -lmad... yes
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
checking the required GSL-Loader library set... complete
checking size of pthread_mutex_t... 4
checking size of pthread_cond_t... 4
checking size of intmax_t... 8
checking for pthread_mutexattr_settype()... yes
checking for getcwd... yes
checking for working alloca.h... no
checking for alloca... yes
checking for an implementation of va_copy()... yes
checking for an implementation of __va_copy()... no
checking if libltdl should be compiled... yes
checking if mcop should be compiled... yes
checking if mcopidl should be compiled... yes
checking if flow should be compiled... yes
checking if mcop_mt should be compiled... yes
checking if soundserver should be compiled... yes
checking if artsc should be compiled... yes
checking if examples should be compiled... yes
checking if tests should be compiled... yes
checking if doc should be compiled... yes
checking if gmcop should be compiled... no
checking if qtmcop should be compiled... yes
checking if x11 should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating artsc/Makefile
fast creating doc/Makefile
fast creating examples/Makefile
fast creating flow/Makefile
fast creating flow/gsl/Makefile
fast creating flow/gslpp/Makefile
fast creating flow/mcopclass/Makefile
fast creating gmcop/Makefile
fast creating libltdl/Makefile
fast creating mcop/Makefile
fast creating mcop_mt/Makefile
fast creating mcopidl/Makefile
fast creating qtmcop/Makefile
fast creating soundserver/Makefile
fast creating tests/Makefile
fast creating x11/Makefile
fast creating artsc/artsc-config
fast creating artsc/artsdsp
fast creating soundserver/artsversion-new.h
fast creating flow/gsl/gslconfig.h
config.pl: fast created 21 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

===>  Building for arts-1.2.3,1
gmake  all-recursive
gmake[1]: Entering directory `/src/ports/audio/arts/work/arts-1.2.3'
Making all in libltdl
gmake[2]: Entering directory `/src/ports/audio/arts/work/arts-1.2.3/libltdl'
/bin/sh ../libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -DQT_THREAD_SUPPORT -march=pentium2 -pipe -L/usr/local/lib -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -DNDEBUG   -O -pipe -march=pentium2 -pipe -march=pentium2 -DHAVE_VASPRINTF -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -c -o ltdl.lo ltdl.c
/bin/sh ../libtool --silent --mode=link cc  -DNDEBUG   -O -pipe -march=pentium2 -pipe -march=pentium2 -DHAVE_VASPRINTF -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include     -o libltdlc.la   ltdl.lo  -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg  -L/usr/X11R6/lib
gmake[2]: Leaving directory `/src/ports/audio/arts/work/arts-1.2.3/libltdl'
Making all in mcop
[...]
Making all in mcopidl
gmake[2]: Entering directory `/src/ports/audio/arts/work/arts-1.2.3/mcopidl'
creating mcopidl.all_cc.cc ...
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mcop -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include -I../libltdl  -DQT_THREAD_SUPPORT -march=pentium2 -pipe -L/usr/local/lib -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O -pipe -march=pentium2 -pipe -march=pentium2 -DHAVE_VASPRINTF -march=pentium2 -pipe -fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99 -O0  -MT mcopidl.all_cc.o -MD -MP -MF ".deps/mcopidl.all_cc.Tpo" -c -o mcopidl.all_cc.o mcopidl.all_cc.cc; \
then mv -f ".deps/mcopidl.all_cc.Tpo" ".deps/mcopidl.all_cc.Po"; else rm -f ".deps/mcopidl.all_cc.Tpo"; exit 1; fi
In file included from mcopidl.all_cc.cc:3:
/usr/share/misc/bison.simple:164:5: warning: "YYMAXDEPTH" is not defined
In file included from mcopidl.all_cc.cc:4:
scanner.cc:743:5: warning: "YY_STACK_USED" is not defined
scanner.cc:1783:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined
scanner.cc:2077:5: warning: "YY_MAIN" is not defined
scanner.cc:2056: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used
/bin/sh ../libtool --silent --mode=link --tag=CXX c++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O -pipe -march=pentium2 -pipe -march=pentium2 -DHAVE_VASPRINTF -march=pentium2 -pipe -fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99 -O0    -o mcopidl -L/usr/X11R6/lib -L/usr/local/lib  -L/usr/local/lib mcopidl.all_cc.o  ../mcop/libmcop.la -lpthread -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg  -L/usr/X11R6/lib
gmake[2]: Leaving directory `/src/ports/audio/arts/work/arts-1.2.3/mcopidl'
Making all in flow
[...]
Making all in gslpp
gmake[3]: Entering directory `/src/ports/audio/arts/work/arts-1.2.3/flow/gslpp'
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../flow -I../../flow/gsl -I../../flow -I../../mcop -I../.. -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include -I../../libltdl  -DQT_THREAD_SUPPORT -march=pentium2 -pipe -L/usr/local/lib -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O -pipe -march=pentium2 -pipe -march=pentium2 -DHAVE_VASPRINTF -march=pentium2 -pipe -fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99  -MT datahandle.lo -MD -MP -MF ".deps/datahandle.Tpo" -c -o datahandle.lo datahandle.cpp; \
then mv -f ".deps/datahandle.Tpo" ".deps/datahandle.Plo"; else rm -f ".deps/datahandle.Tpo"; exit 1; fi
/bin/sh ../../libtool --silent --mode=link --tag=CXX c++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O -pipe -march=pentium2 -pipe -march=pentium2 -DHAVE_VASPRINTF -march=pentium2 -pipe -fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99    -o libgslpp.la   datahandle.lo  -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg  -L/usr/X11R6/lib
gmake[3]: Leaving directory `/src/ports/audio/arts/work/arts-1.2.3/flow/gslpp'
gmake[3]: Entering directory `/src/ports/audio/arts/work/arts-1.2.3/flow'
../mcopidl/mcopidl -t ../flow/artsflow.idl
../flow/artsflow.idl: warning: Arts::WaveDataHandle::load (method) collides with Arts::WaveDataHandle::load (method)
lt-mcopidl in free(): error: chunk is already free
gmake[3]: *** [artsflow.cc] Abort trap (core dumped)
gmake[3]: *** Deleting file `artsflow.cc'
gmake[3]: Leaving directory `/src/ports/audio/arts/work/arts-1.2.3/flow'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/src/ports/audio/arts/work/arts-1.2.3/flow'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/src/ports/audio/arts/work/arts-1.2.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /src/ports/audio/arts.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade60881.0 make
** Fix the problem and try again.
--->  Build of audio/arts ended at: Wed, 04 Aug 2004 17:33:48 -0500 (consumed 00:06:11)
--->  Reinstallation of audio/arts ended at: Wed, 04 Aug 2004 17:33:48 -0500 (consumed 00:06:11)
--->  Listing the results (+:done / -:ignored / *:skipped / !:failed)
	! audio/arts (arts-1.2.3,1)	(coredump)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
--->  Session ended at: Wed, 04 Aug 2004 17:33:48 -0500 (consumed 00:06:14)
<<<<


I've kept the work subdir intact, if there are
any juicy details to be gleaned from it please
tell me how to dig 'em out.

This kinda slams the brakes on rebuilding
everything, since a long list of ports are
depending on audio/arts.  <sigh>

Really appreciate any help on this. 


  --  thx, Paul Seniura
           System Specialist
           State of Okla. D.O.T.



More information about the freebsd-ports mailing list