From owner-freebsd-gnome Sun Dec 1 18:32:23 2002 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 2E85137B401 for ; Sun, 1 Dec 2002 18:32:21 -0800 (PST) Received: from sol.chel.skbkontur.ru (sol.chel.skbkontur.ru [212.57.175.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4086243EC2 for ; Sun, 1 Dec 2002 18:32:12 -0800 (PST) (envelope-from ilia@chel.skbkontur.ru) Received: from apollo.chel.skbkontur.ru (apollo.chel.skbkontur.ru [192.168.100.20]) by sol.chel.skbkontur.ru (8.12.6/8.12.6) with ESMTP id gB22WBuR033504; Mon, 2 Dec 2002 07:32:11 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Mon, 2 Dec 2002 07:32:41 +0500 (YEKT) From: Ilia Chipitsine To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: gtk12 doesn't compile In-Reply-To: <1038775500.27288.15.camel@shumai.marcuscom.com> Message-ID: <20021202072731.S99575-100000@apollo.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sun, 2002-12-01 at 13:43, Ilia Chipitsine wrote: > > > > glib-1.2.10_7 > > > > glib-1.2.10_8 > > > > glib-1.2.8 > > > > > > Looks like a problem with your glib12 install. My recommendation is to > > > remove all three of these versions, then reinstall glib12 from ports. > > > > glib12 was reinstalled from ports collection today right after I did > > buildworld/installworld > > You still might want to clean these up a bit. I followed your advice and "pkg_delete"d them (pity, I guess, gimp won't work after that) so, now I've freshly done buildworld/installworld + GENERIC kernel + freshly built gettext,glib12. gtk12 still complains about missing symbols. > > > > > libglib12.so (which is mentioned not to have required symbols) is dated > > of December 1 2002 > > That doesn't make any sense. If you built the port after an > installworld, then the symbols should be there. Out of curiosity, what > version of FreeBSD did you upgrade from? 4.7RC -> 4.7STABLE > > > buildworld/installworld were performed with: > > > > COMPAT3X = yes > > > > (that line was in /etc/make.conf) > > What other lines do you have in your /etc/make.conf? MASTER_SITE_BACKUP?= \ http://sol.chel.skbkontur.ru/distfiles/ MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} USA_RESIDENT= NO NOPROFILE= true FORCE_PKG_REGISTER= YES NOGAMES= true COMPAT1X= yes COMPAT20= yes COMPAT21= yes COMPAT22= yes COMPAT3X= yes COMPAT4X= yes NO_FORTRAN= true NO_I4B= true NOGAMES= true NOLIBC_R= true MAKE_IDEA= YES KRB5_IMPL=mit ENABLE_SUIDPERL = true WITH_MJPEG = YES WITH_OPENQUICKTIME = YES > > > > > > > > > One other thing to check is to make sure your kernel and world are in > > > sync. That is a must when trying to build ports or install packages. > > > > yes, kernel was also rebuilt. It is just plain GENERIC kernel. nothing > > really special. > > I was more interested to see that your _world_ was in sync with your yes, it is in sync. > kernel. All of your errors are userland errors. __std*p are defined in > /usr/include/stdio.h, and nl_langinfo() is defined in > /usr/include/langinfo.h and the symbol is in libc (as of 4.6 I > believe). Hmmm...that got me thinking. Is your /usr/lib/libc.so > pointing to /usr/lib/libc.so.4? It needs to be: > > lrwxr-xr-x 1 root wheel 9 Nov 29 18:40 /usr/lib/libc.so > -> libc.so.4 yes, libc.so points to libc.so.4 Ilia Chipitsine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message