私はemerge -avuDN glibc
いつもこれを得ます。
>>> Emerging (1 of 28) sys-libs/glibc-2.15-r3
* glibc-2.15.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* glibc-ports-2.15.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* glibc-2.15-patches-23.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
make -s glibc-test
make -s glibc-test
* Scanning system for __guard to see if you need to rebuild first ... ... [ !! ]
* Your system still has old SSP __guard symbols. You need to
* rebuild all the packages that provide these files first:
* //bin/busybox
* //sbin/lvm.static
* //sbin/dmsetup.static
* //sbin/dmeventd.static
* //usr/bin/diet
* //usr/bin/dnsd
* //usr/bin/elftrunc
* //usr/sbin/vdu
* //usr/sbin/vps
* //usr/sbin/vtag
* //usr/sbin/nattribute
* //usr/sbin/vattribute
* //usr/sbin/chxid
* //usr/sbin/lsxid
* //usr/sbin/showattr
* //usr/sbin/vkill
* //usr/sbin/vwait
* //usr/sbin/vcontext
* //usr/sbin/setattr
* //usr/sbin/ncontext
* //usr/sbin/exec-cd
* //usr/sbin/vmemctrl
* //usr/sbin/reducecap
* //usr/sbin/vdevmap
* //usr/sbin/vdlimit
* //usr/sbin/vlimit
* //usr/sbin/vsched
* //usr/sbin/vspace
* //usr/sbin/vuname
* //usr/sbin/vserver-info
* //usr/sbin/vserver-stat
* //usr/sbin/vrsetup
* //usr/sbin/naddress
* //usr/lib64/liblzma.so.0
* ERROR: sys-libs/glibc-2.15-r3 failed (setup phase):
* old __guard detected
*
* Call stack:
* ebuild.sh, line 93: Called pkg_setup
* glibc-2.15-r3.ebuild, line 175: Called eblit-run 'pkg_setup'
* glibc-2.15-r3.ebuild, line 161: Called eblit-glibc-pkg_setup
* pkg_setup.eblit, line 119: Called die
* The specific snippet of code:
* die "old __guard detected"
*
* If you need support, post the output of `emerge --info '=sys-libs/glibc-2.15-r3'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/glibc-2.15-r3'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.15---r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/glibc-2.15-r3/temp/die.env'.
* Working directory: '/var/tmp/portage/sys-libs/glibc-2.15-r3'
* S: '/var/tmp/portage/sys-libs/glibc-2.15-r3/work/glibc-2.15'
答え1
エラーメッセージは非常に明確です。いくつかのバイナリはまだ(非常に)古いシンボルを使用しています。バイナリに関連付けられたパッケージを再構築する必要があります。エラーメッセージはこれらのバイナリのリストを提供します。
これでバイナリをパッケージにマッピングできるようになりましたq file /bin/busybox
(このコマンドにはapp-portage / portage-utilsが必要ですq
)。
user@host # q file /usr/bin/q
app-portage/portage-utils (/usr/bin/q)
これでパッケージが表示されます。emerge -1 app-portage/portage-utils
答え2
emerge出力に記載されているように、問題はリストされたパッケージに対する古いSSP保護によって引き起こされます。この問題を解決する方法はいくつかあります。 Google検索を使用すると、この問題を解決した人の多くのケースを見つけることができます。このケースはあなたの問題に最も似ているようです。
http://forums.gentoo.org/viewtopic-p-6903712.html?sid=128bdb308c2cb096c464a197a5980936\
ここから始めて、環境/設定に従って具体的な作業を進めます。