Date: Mon, 10 May 2004 22:41:34 -0500 From: Bryan Cassidy <b_cassidy@bellsouth.net> To: freebsd-gnome@freebsd.org Subject: Re: Gnome 2.6.0_1 install problem. Message-ID: <20040511034134.GA61199@bellsouth.net> In-Reply-To: <1084242400.42051.32.camel@compass> References: <20040511030137.GC59357@bellsouth.net> <1084240615.73633.9.camel@shumai.marcuscom.com> <20040511032458.GA59945@bellsouth.net> <1084242400.42051.32.camel@compass>
next in thread | previous in thread | raw e-mail | index | archive | help
Is there anything I need to do prior to re-running 'make install clean' in x11/gnome2 because I made the changes to make.conf and re-ran 'make install clean' and I get the same error. On Mon, May 10, 2004 at 10:26:41PM -0400, Tom McLaughlin wrote: > On Mon, 2004-05-10 at 23:24, Bryan Cassidy wrote: > > attached output > > > > On Mon, May 10, 2004 at 09:56:55PM -0400, Joe Marcus Clarke wrote: > > > On Mon, 2004-05-10 at 23:01, Bryan Cassidy wrote: > > > > First time installing gnome in a very long time. Getting the following from a 'make install clean' in x11/gnome2 > > > > > > Where is the entire output of the build? > > > > > > Joe > > > > > > > > > > > mv -f libgstparse_la-lex._gst_parse_yy.o .libs/libgstparse_la-lex._gst_parse_yy.o > > > > mv: rename libgstparse_la-lex._gst_parse_yy.o to .libs/libgstparse_la-lex._gst_parse_yy.o: No such file or directory > > > > gmake[4]: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1 > > > > gmake[4]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.1/gst/parse' > > > > gmake[3]: *** [all-recursive] Error 1 > > > > gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.1/gst' > > > > gmake[2]: *** [all] Error 2 > > > > gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.1/gst' > > > > gmake[1]: *** [all-recursive] Error 1 > > > > gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.1' > > > > gmake: *** [all] Error 2 > > > > *** Error code 2 > > > > > > > > Stop in /usr/ports/multimedia/gstreamer. > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/multimedia/gstreamer-plugins. > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/audio/gnomemedia2. > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/x11/gnome2. > > > > > > gmake[4]: Entering directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.1/gst/parse' > source='lex._gst_parse_yy.c' > object='libgstparse_la-lex._gst_parse_yy.lo' libtool=yes \ > depfile='.deps/libgstparse_la-lex._gst_parse_yy.Plo' > tmpdepfile='.deps/libgstparse_la-lex._gst_parse_yy.TPlo' \ > depmode=gcc /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. > -I../.. -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2 > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I../.. -Wall > -DGST_DISABLE_DEPRECATED -g -I../../libs -I../../include -0 -pipe > -march=pentiumpro -c -o libgstparse_la-lex._gst_parse_yy.lo `test -f > 'lex._gst_parse_yy.c' || echo './'`lex._gst_parse_yy.c > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2 > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I../.. -Wall -DGST_DISABLE_DEPRECATED > -g -I../../libs -I../../include -0 -pipe -march=pentiumpro -c > lex._gst_parse_yy.c -Wp,-MD,.deps/libgstparse_la-lex._gst_parse_yy.TPlo > -DPIC > cc: unrecognized option `-0' > > > Hi Bryan, check your CFLAGS /etc/make.conf. It looks like you are using > -0 (zero) instead of -O (letter O). I've done this before too. :) > > Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040511034134.GA61199>