Gnome 2.6.0_1 install problem.

Tom McLaughlin tmclaugh at sdf.lonestar.org
Mon May 10 19:25:54 PDT 2004


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



More information about the freebsd-gnome mailing list