Date: Tue, 10 Dec 2002 09:09:11 -0500 (EST) From: Adam K Kirchhoff <adamk@voicenet.com> To: freebsd-ports@freebsd.org Subject: arts fails to build with gcc 2.95 Message-ID: <20021210090616.V58413-100000@sorrow.ashke.com>
next in thread | raw e-mail | index | archive | help
I recently cvsuped my entire ports tree and started a portupgrade yesterday around noon. At some point during the night, everything pretty much came to a screaching halt after arts failed to build. It gets so far in, and then dies (I've attached the error below)... Any suggestions on how to get this working? gmake[2]: Entering directory `/usr/ports/audio/arts/work/arts-1.0.4/mcop_mt' source='threads_posix.cc' object='threads_posix.lo' libtool=yes \ depfile='.deps/threads_posix.Plo' tmpdepfile='.deps/threads_posix.TPlo' \ depmode=gcc /bin/sh ../admin/depcomp \ /bin/sh ../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mcop -I../flow -I../flow -I/usr/local/include -I/usr/X11R6/include -I../libltdl -pthread -DQT_THREAD_SUPPORT -L/usr/local/lib -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -DGSL_WANT_GLIB_WRAPPER -DGSL_WANT_ARTS_THREADS -DNDEBUG -DNO_DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -ftemplate-depth-99 -c -o threads_posix.lo `test -f threads_posix.cc || echo './'`threads_posix.cc c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mcop -I../flow -I../flow -I/usr/local/include -I/usr/X11R6/include -I../libltdl -pthread -DQT_THREAD_SUPPORT -L/usr/local/lib -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -DGSL_WANT_GLIB_WRAPPER -DGSL_WANT_ARTS_THREADS -DNDEBUG -DNO_DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -ftemplate-depth-99 -c threads_posix.cc -Wp,-MD,.deps/threads_posix.TPlo -fPIC -DPIC -o .libs/threads_posix.o threads_posix.cc: In method `void Arts::PosixThreads::Thread_impl::setPriority(int)': threads_posix.cc:190: aggregate `struct sched_param sp' has incomplete type and cannot be initialized threads_posix.cc:192: `SCHED_FIFO' undeclared (first use this function) threads_posix.cc:192: (Each undeclared identifier is reported only once threads_posix.cc:192: for each function it appears in.) threads_posix.cc:192: confused by earlier errors, bailing out gmake[2]: *** [threads_posix.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/arts/work/arts-1.0.4/mcop_mt' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/arts/work/arts-1.0.4' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/audio/arts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210090616.V58413-100000>