libpthread vs libthr.

Norikatsu Shigemura nork at FreeBSD.org
Sat Nov 11 23:14:27 UTC 2006


On Sat, 11 Nov 2006 14:27:11 -0500 (EST)
Daniel Eischen <deischen at freebsd.org> wrote:
> > 	I don't know that this issue will fix.  But I know many problems
> > 	with SYMVER_ENABLED=yes.
> You have to rebuild all your ports if you want to do this.
> Or wait until the libraries get bumped and symbol versioning
> gets enabled.

	Sigh.  I already REBUILD ALL, system and ports like
	following the procedure, again and again.

	# pkg_info > /var/tmp/pkg_info.lst
	# pkg_delete -a
	# umount /compat/linux
	# mv /usr/local /usr/local.old
	# mv /usr/X11R6 /usr/X11R6.old
	# mv /compat/linux /compat/linux.old
	# mkdir -p /usr/local /usr/X11R6 /compat/linux/proc
	# echo SYMVER_ENABLED=yes >> /etc/make.conf
	# make buildworld buildkernel
	# make installkernel installworld
	# shutdown -r now
	# (reinstall all ports to my envionment)


More information about the freebsd-current mailing list