Date: Mon, 16 Oct 2006 12:12:09 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Kevin Oberman" <oberman@es.net> Cc: gnome@freebsd.org Subject: Re: Unable to re-install gnumeric Message-ID: <op.thix2jnu9aq2h7@mezz.mezzweb.com> In-Reply-To: <20061016151616.917A24506A@ptavv.es.net> References: <20061016151616.917A24506A@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 16 Oct 2006 10:16:16 -0500, Kevin Oberman <oberman@es.net> wrote= : >> Date: Sun, 15 Oct 2006 22:36:02 -0500 >> From: "Jeremy Messenger" <mezz7@cox.net> >> >> On Sun, 15 Oct 2006 16:16:48 -0500, Kevin Oberman <oberman@es.net> = >> wrote> : >> >> > And this time I'll include the actual error. Sorry! >> >> Did you follow the /usr/ports/UPDATING? Can you show the full log of = it >> and also show config.log? It can give the better hints for which stuf= f >> that is need to be reinstall. > > I did follow /usr/ports/UPDATING using 'pkgdb -Ff' and > portupgrade. Other than the problem with libtool from the Gnumeric > install, everything went smoothly. > > I will attach the full build log and config.log files. I have taken > the failed libtool call, extracted all of the referenced libraries, an= d > run ldd over all of them. None shows libglade-2.0 in X11R6. > > I'm in agreement with Joe that the problem is some stale file, but, if= > it's orphaned in the ports system, I'm unsure how to track it down. The logs help, it looks like goffice is the blame at most. Try to = reinstall both devel/goffice and devel/popt. Why devel/popt? Because, it= = is still linking on libc.so.6, which your system has libc.so.7. See erro= rs = in your config.log: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /usr/bin/ld: warning: libgsf-gnome-1.so.113, needed by = /usr/X11R6/lib/libgoffice-1.so, may conflict with libgsf-gnome-1.so.114 /usr/bin/ld: warning: libgsf-1.so.113, needed by = /usr/X11R6/lib/libgoffice-1.so, may conflict with libgsf-1.so.114 /usr/bin/ld: warning: libc.so.6, needed by /usr/local/lib/libpopt.so, ma= y = conflict with libc.so.7 /lib/libc.so.6: warning: WARNING! setkey(3) not present in the system! /lib/libc.so.6: warning: warning: this program uses gets(), which is = unsafe. /lib/libc.so.6: warning: warning: mktemp() possibly used unsafely; = consider using mkstemp() /lib/libc.so.6: warning: WARNING! des_setkey(3) not present in the syst= em! /lib/libc.so.6: warning: WARNING! encrypt(3) not present in the system!= /lib/libc.so.6: warning: warning: tmpnam() possibly used unsafely; = consider using mkstemp() /lib/libc.so.6: warning: warning: this program uses f_prealloc(), which = is = not recommended. /lib/libc.so.6: warning: WARNING! des_cipher(3) not present in the syst= em! /lib/libc.so.6: warning: warning: tempnam() possibly used unsafely; = consider using mkstemp() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Maybe you might want to run 'make delete-old ; make delete-old-libs' in = = /usr/src to clean up your system, but I don't know if libc.so.6 is in th= e = remove list in -CURRENT yet. Cheers, Mezz > Thanks, -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.thix2jnu9aq2h7>