Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2001 13:08:59 -0400
From:      Daniel Frazier <dfrazier@magpage.com>
To:        Maxim Sobolev <sobomax@FreeBSD.ORG>
Cc:        gnome@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: [HEADS-UP] Gnome megaupdate landed
Message-ID:  <3BC32F2B.1040700@magpage.com>
References:  <3BC2AF66.1648EB0F@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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  <dfrazier@magpage.com>   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BC32F2B.1040700>