From owner-freebsd-ports Tue Oct 9 10: 9:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id E443337B40F; Tue, 9 Oct 2001 10:09:00 -0700 (PDT) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id f99H8xf31009; Tue, 9 Oct 2001 13:08:59 -0400 (EDT) Message-ID: <3BC32F2B.1040700@magpage.com> Date: Tue, 09 Oct 2001 13:08:59 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010807 X-Accept-Language: en-us MIME-Version: 1.0 To: Maxim Sobolev Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [HEADS-UP] Gnome megaupdate landed References: <3BC2AF66.1648EB0F@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN 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 Maxim Sobolev wrote: > Hi folks, > > I've just committed my GNOME megaupdate. Due to some > substantial changes you have to deinstall *all* GNOME > components and reinstall them all from scratch from a > freshly cvsup'ed tree. To do so use the following procedure: > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > pkg_delete ORBit* > (users of -current and very recent -stable can use > "pkg_delete -r ORBit*" instead) > After doing "pkg_delete -rf ORBit*" and then cvsupping my ports tree I'm running into a bit of an issue with /usr/ports/x11/gnome. make finishes fine, but make install dies with... cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gtt"\" -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gconf/1 -I/usr/local/include/orbit-1.0 -DGTKHTML_HAVE_GCONF -c util.c util.c:37: langinfo.h: No such file or directory util.c: In function `print_date': util.c:149: warning: implicit declaration of function `nl_langinfo' util.c:149: `D_FMT' undeclared (first use in this function) util.c:149: (Each undeclared identifier is reported only once util.c:149: for each function it appears in.) util.c:149: warning: passing arg 3 of `strftime' makes pointer from integer without a cast util.c: In function `print_date_time': util.c:199: `D_T_FMT' undeclared (first use in this function) util.c:199: warning: passing arg 3 of `strftime' makes pointer from integer without a cast util.c: In function `print_time': util.c:219: `T_FMT' undeclared (first use in this function) util.c:219: warning: passing arg 3 of `strftime' makes pointer from integer without a cast gmake[3]: *** [util.o] Error 1 gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. any ideas as to what could be causing this? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message