Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 08:14:18 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Daniel Eischen <deischen@FreeBSD.org>
Cc:        Dag-Erling Sm__rgrav <des@des.no>, freebsd-current@FreeBSD.org, Norikatsu Shigemura <nork@FreeBSD.org>, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: libpthread vs libthr.
Message-ID:  <20061112081418.4b86ba8c.nork@FreeBSD.org>
In-Reply-To: <Pine.GSO.4.64.0611111426270.7251@sea.ntplx.net>
References:  <20061110151247.GA64530@zone3000.net> <20061111022044.8191e1c8.nork@FreeBSD.org> <20061111065629.GA82094@xor.obsecurity.org> <20061111235332.89f24170.nork@FreeBSD.org> <86lkmivws6.fsf@dwp.des.no> <Pine.GSO.4.64.0611111224560.6747@sea.ntplx.net> <20061112031717.10f128fc.nork@FreeBSD.org> <Pine.GSO.4.64.0611111426270.7251@sea.ntplx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 11 Nov 2006 14:27:11 -0500 (EST)
Daniel Eischen <deischen@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061112081418.4b86ba8c.nork>