-CURRENT/RELENG_5 library issues
From: Eric Anderson (anderson_at_centtech.com)
Date: 08/20/04
- Previous message: John Baldwin: "Re: Tracking down LORs"
- Next in thread: Jon Noack: "Re: -CURRENT/RELENG_5 library issues"
- Reply: Jon Noack: "Re: -CURRENT/RELENG_5 library issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Aug 2004 13:16:11 -0500 To: freebsd-current@freebsd.org
Ok, so I cvsupped this morning to releng_5 (was running -current as of
about 10 days ago), and two strange things happened.
One - net/gaim no longer runs. It gives me this error:
/libexec/ld-elf.so.1: /usr/local/lib/libaspell.so.15: Undefined symbol
"_ZNSs20_S_empty_rep_storageE"
When trying to recompile it, I get:
/X11R6/lib -lpthread
/usr/local/lib/libaspell.so: undefined reference to
`std::__default_alloc_template<true, 0>::allocate(unsigned int)'
/usr/local/lib/libaspell.so: undefined reference to
`std::string::_S_empty_rep_storage'
/usr/local/lib/libaspell.so: undefined reference to
`std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
gmake[3]: *** [gaim] Error 1
gmake[3]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.81/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.81/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.81'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/net/gaim.
Two - upon boot after successful installworld, my machine complained
about linprocfs in my fstab. I removed it and booted, but I need it (I
believe) for linux compatibility mode to function correctly - right?
When trying to mount it, I get:
# mount /compat/linux/proc/
linprocfs: Operation not supported by device
Here's my /etc/fstab line:
linproc /compat/linux/proc linprocfs rw
0 0
proc /proc procfs rw 0 0
Thanks!
Any help would be greatly appreciated!
Eric
-- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: John Baldwin: "Re: Tracking down LORs"
- Next in thread: Jon Noack: "Re: -CURRENT/RELENG_5 library issues"
- Reply: Jon Noack: "Re: -CURRENT/RELENG_5 library issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|