gnome-applets-2.2.2 build still fails

Joe Marcus Clarke marcus at marcuscom.com
Sun Jun 1 09:56:37 PDT 2003


On Sun, 2003-06-01 at 08:31, Jukka Huvinen wrote:
> On Sun, 1 Jun 2003, Jukka Huvinen wrote:
> 
> >
> > After reinstalling, it still fails. Obviously something is still
> > missing or wrong. Any ideas what to do?
> >
> > portupgrade -PrRf glib-2\* results the following errors:
> >
> > gstreamer-plugins-0.6.0_1:
> > "Patch patch-configure failed to apply cleanly."
> >
> > gnometerminal-2.2.1:
> > usr/X11R6/lib/libvte.so undefined reference to 'unlockpt'
> > 'mbsrtowcs' 'grantpt' 'ptsname'
> 
> Fixed the above. Upgrading vte fixed the problem.
> 
> >
> > gnomeapplets2-2.2:
> > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.5" not found
> 
> Where is libc_r ??

Something on your system is still linked against libc_r from 5.x.  I
don't know what, but you can use something like:

find /usr/local -type f | xargs ldd > /tmp/local.out
find /usr/X11R6 -type f | xargs ldd > /tmp/x11.out

Then look through the .out files to find the binary.  Then, use pkg_info
-W <binary path> to find the port/package that installed it.

Joe

> 
> 
> > (4.8 release, ports updated to current...)
> >
> > - Jukka
> >
> >
> > On Sat, 31 May 2003, Joe Marcus Clarke wrote:
> >
> > > On Sat, 2003-05-31 at 02:55, Jukka Huvinen wrote:
> > > > I'm still trying to portupgrade to the current XFree86 + gdm2 + gnome2.
> > > > Managed to complete XFree86 and gdm2 (at least portupgrade passed
> > > > through).
> > > >
> > > > But gnome2 fails when building gnome-applets! (The package is not
> > > > available and forced to build from sources.)
> > > >
> > > > It requires libc_r.so.5, but there is only libc_r.so.4 in /usr/lib
> > > > (See below...)
> > > >
> > > > What should I do? Help!
> > >
> > > Looks like you're trying to build GNOME on 4.x with FreeBSD 5.x binaries
> > > installed.  Try doing a portupgrade --rRf glib-2\*.  That should take
> > > care of all your library problems.
> > >
> > > Joe
> > >
> > > >
> > > > - Jukka
> > > >
> > > >
> > > > --
> > > >
> > > > cc -O -pipe -o multiload-applet-2 cpuload.o linux-proc.o load-graph.o
> > > > loadavg.o main.o memload.o netload.o properties.o swapload.o
> > > > -Wl,--export-dynamic -pthread  -L/usr/local/lib
> > > > ../screen-exec/.libs/libscreen-exec.al -L/usr/X11R6/lib -lpanel-applet-2
> > > > -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2
> > > > -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama
> > > > -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXext
> > > > -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2
> > > > -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc
> > > > -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lgtop-2.0 -lgtop_sysdeps-2.0
> > > > -lgtop_common-2.0 -lglib-2.0 -liconv
> > > > /usr/libexec/elf/ld: warning: libc_r.so.5, needed by
> > > > /usr/X11R6/lib/libpanel-applet-2.so, not found (try using -rpath or -rpath-link)
> > > > /usr/local/lib/libgtop_common-2.0.so: undefined reference to `statvfs'
> > > > gmake[2]: *** [multiload-applet-2] Error 1
> > > > gmake[2]: Leaving directory
> > > > `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.2.2/multiload'
> > > > gmake[1]: *** [all-recursive] Error 1
> > > > gmake[1]: Leaving directory
> > > > `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.2.2'
> > > > gmake: *** [all-recursive-am] Error 2
> > > > *** Error code 2
> > > >
> > > > Stop in /usr/ports/x11/gnomeapplets2.
> > > > --->  Skipping 'x11/gnome2' (gnome2-2.2.1_1) because 'x11/gnomeapplets2'
> > > > (gnomeapplets2-2.2.0_1) failed
> > > > 	! x11/gnomeapplets2 (gnomeapplets2-2.2.0_1)	(new compiler error)
> > > > 	* x11/gnome2 (gnome2-2.2.1_1)
> > > >
> > > > --
> > > > _______________________________________________
> > > > freebsd-questions at freebsd.org mailing list
> > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> > > --
> > > PGP Key : http://www.marcuscom.com/pgp.asc
> > >
> > _______________________________________________
> > freebsd-questions at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> >
> >
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030601/eaddbd7a/attachment.bin


More information about the freebsd-questions mailing list