On 11/28/06, Fabian Groffen <[EMAIL PROTECTED]> wrote:
On 27-11-2006 18:20:31 -0700, Nathan wrote: > I attempted a clean bootstrap today, and everything went perfectly > until I hit the following during 'emerge -e system': > > >>>Emerging (40 of 64) sys-devel/libtool-1.5.22 to / [snip] > * Running autotools in '.' ... > dyld: Symbol not found: _PL_op_mutex > Referenced from: /usr/bin/perl > Expected in: /Library/Gentoo/usr/lib/libperl.dylib > > /Library/Gentoo/usr/lib/portage/bin/ebuild.sh: line 1799: 4357 > Trace/BPT trap ${p}[snip] > Good news is that I was able to get that far before hitting errors of any > type! > > Bad news is that I believe that's the error I never got past last time. > > What should I try at this point? Why is /usr/bin/perl getting used at > all? Do we need to emerge perl before trying to emerge system? Do you have (by any chance) the list of ebuilds that was emerged and in what order?
Nope. When I run through the bootstrap again, I'll be sure to save the list before emerging system.
This issue feels like autoconf and automake weren't re-emerged, but you never can tell... If you haven't saved the list then try reemerging all autoconf, automake and then libtool. Probably emerge -ep world results in the same list of ebuilds as before, so posting that output would probably help too.
If we assume the list below is in the same order as my original 'emerge -e system', then it looks like some versions of automake are set to reemerge after libtool. I'll try reemerging all autoconf, automake, and then libtool as you suggest. Here's my current 'emerge -ep system': $ emerge -ep system These are the packages that would be merged, in order: Calculating system dependencies... done! [ebuild R ] sys-libs/ncurses-5.5-r3 [ebuild R ] app-shells/bash-3.2_p1 [ebuild R ] sys-apps/texinfo-4.8-r5 [ebuild R ] sys-apps/groff-1.19.2-r1 [ebuild R ] sys-devel/gnuconfig-20060702 [ebuild R ] sys-devel/automake-wrapper-3-r1 [ebuild R ] sys-devel/m4-1.4.7 [ebuild R ] sys-devel/autoconf-wrapper-4-r1 [ebuild R ] sys-apps/sed-4.1.5 [ebuild R ] sys-devel/odcctools-20060413 [ebuild R ] sys-apps/findutils-4.3.1-r1 [ebuild R ] sys-devel/make-3.81 [ebuild R ] app-arch/bzip2-1.0.3-r6 [ebuild R ] sys-apps/which-2.16 [ebuild R ] app-arch/gzip-1.3.5-r10 [ebuild R ] app-arch/tar-1.16 [ebuild R ] sys-devel/patch-2.5.9-r1 [ebuild R ] sys-devel/flex-2.5.33-r1 [ebuild R ] sys-apps/grep-2.5.1a-r1 [ebuild R ] app-arch/cpio-2.7 [ebuild R ] sys-apps/less-394 [ebuild R ] sys-libs/readline-5.1_p4 [ebuild R ] sys-devel/bison-2.3 [ebuild R ] sys-devel/gcc-config-1.3.14 [ebuild R ] sys-apps/diffutils-2.8.7-r1 [ebuild R ] dev-util/pkgconfig-0.21 [ebuild R ] sys-apps/gawk-3.1.5-r2 [ebuild R ] app-editors/nano-1.3.12-r1 [ebuild R ] sys-apps/debianutils-2.17.1 [ebuild R ] sys-apps/mktemp-1.5 [ebuild R ] sys-libs/db-4.3.27 [ebuild R ] sys-devel/libperl-5.8.8-r1 [ebuild R ] dev-lang/perl-5.8.8-r2 [ebuild R ] perl-core/Test-Harness-2.62 [ebuild R ] app-admin/perl-cleaner-1.04.3 [ebuild R ] perl-core/PodParser-1.34 [ebuild R ] sys-apps/help2man-1.36.4 [ebuild R ] sys-devel/autoconf-2.60 [ebuild R ] sys-devel/automake-1.10 [ebuild R ] sys-devel/libtool-1.5.22 [ebuild R ] sys-devel/autoconf-2.13 [ebuild R ] sys-devel/automake-1.4_p6 [ebuild R ] sys-devel/automake-1.5 [ebuild R ] sys-devel/automake-1.6.3 [ebuild R ] sys-devel/automake-1.7.9-r1 [ebuild R ] sys-devel/automake-1.8.5-r3 [ebuild R ] sys-devel/automake-1.9.6-r2 [ebuild N ] dev-libs/popt-1.10.4-r2 USE="-nls" [ebuild R ] sys-apps/coreutils-6.4 [ebuild N ] dev-libs/openssl-0.9.8d USE="zlib -bindist -emacs (-sse2) -test" [ebuild N ] app-misc/ca-certificates-20050804 [ebuild R ] net-misc/wget-1.10.2 [ebuild N ] sys-libs/zlib-1.2.3 USE="-build" [ebuild N ] sys-devel/gcc-apple-4.0.1_p5363 USE="objc objc++ -fortran -gcj -nls -nocxx" [ebuild N ] net-misc/openssh-4.5_p1 USE="-X -X509 -chroot -hpn -kerberos -ldap -libedit -pam (-selinux) -skey -smartcard -static -tcpd" [ebuild N ] virtual/gcc-0 [ebuild N ] dev-libs/expat-2.0.0 [ebuild R ] dev-lang/python-2.4.2 [ebuild N ] dev-python/python-fchksum-1.7.1 [ebuild N ] dev-python/pycrypto-2.0.1-r5 USE="-bindist -gmp -test" [ebuild R ] sys-apps/portage-2.1.20.5020 [ebuild N ] net-misc/rsync-2.6.8-r2 USE="-acl -build -ipv6 -static -xinetd" [ebuild N ] sys-apps/baselayout-prefix-1.12.5-r1 [ebuild N ] sys-apps/file-4.18 USE="python" -- [EMAIL PROTECTED] mailing list
