Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 13:16:11 -0500
From:      Eric Anderson <anderson@centtech.com>
To:        freebsd-current@freebsd.org
Subject:   -CURRENT/RELENG_5 library issues
Message-ID:  <41263FEB.8090901@centtech.com>

next in thread | raw e-mail | index | archive | help
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.
------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41263FEB.8090901>