From owner-freebsd-gnome@FreeBSD.ORG Mon May 10 19:25:54 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9097816A4CE for ; Mon, 10 May 2004 19:25:54 -0700 (PDT) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B7F443D58 for ; Mon, 10 May 2004 19:25:53 -0700 (PDT) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 26427 invoked from network); 11 May 2004 02:27:53 -0000 Received: from unknown (HELO ?192.168.1.100?) (192.168.1.100) by 192.168.1.102 with SMTP; 11 May 2004 02:27:53 -0000 From: Tom McLaughlin To: Bryan Cassidy In-Reply-To: <20040511032458.GA59945@bellsouth.net> References: <20040511030137.GC59357@bellsouth.net> <1084240615.73633.9.camel@shumai.marcuscom.com> <20040511032458.GA59945@bellsouth.net> Content-Type: text/plain Message-Id: <1084242400.42051.32.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 10 May 2004 22:26:41 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: Gnome 2.6.0_1 install problem. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 02:25:54 -0000 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