From owner-freebsd-ports Tue Dec 10 6:10: 9 2002 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 ECFD037B401 for ; Tue, 10 Dec 2002 06:10:07 -0800 (PST) Received: from sorrow.ashke.com (pcp103897pcs.glstrt01.nj.comcast.net [68.45.109.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39BE443E4A for ; Tue, 10 Dec 2002 06:10:07 -0800 (PST) (envelope-from adamk@voicenet.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by sorrow.ashke.com (8.12.6/8.12.6) with ESMTP id gBAE9BFf058799 for ; Tue, 10 Dec 2002 09:09:11 -0500 (EST) (envelope-from adamk@voicenet.com) Date: Tue, 10 Dec 2002 09:09:11 -0500 (EST) From: Adam K Kirchhoff X-X-Sender: adamk@sorrow.ashke.com To: freebsd-ports@freebsd.org Subject: arts fails to build with gcc 2.95 Message-ID: <20021210090616.V58413-100000@sorrow.ashke.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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