Summary: | sys-libs/glibc: desync of SYMLINK_LIB settings can break system | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pacho Ramos <pacho> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | amd64, kingtaco, multilib+disabled, solar |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=506276 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build1.log.bz2
build2.log.bz2 emerge --info from chroot |
Description
Pacho Ramos
![]() Created attachment 327500 [details]
build1.log.bz2
Created attachment 327502 [details]
build2.log.bz2
Created attachment 327504 [details]
emerge --info from chroot
I found the problem, I need to set: SYMLINK_LIB=yes I found the problem when seeing baselayout update was the other package causing breakage but, that one, at least showed me the following: WARN: setup Your system profile has SYMLINK_LIB=no, so that means you need to have these paths configured as follows: directories: /lib /usr/lib The ebuild will attempt to fix these, but only for trivial conversions. If things fail, you will need to manually create/move the directories. Converting /lib from a symlink to a dir Migrating /lib32 to /lib Could a similar message be shown when a /lib is a link and SYMLINK_LIB is set to no? I am still surprised I tried to run "ldconfig" to get chroot working again and, if baselayout wouldn't have such message, it would be really difficult to me to find the problem Thanks (In reply to comment #4) i could probably update multilib.eclass's multilib_env, but i don't see how that'd help here i also consider messing around with SYMLINK_LIB one of those "you must be this tall to ride" variables ... if you're mucking with it, you get the pieces we're killing off SYMLINK_LIB in bug 506276. i don't think glibc needs to do anything special here ... if you change the value of SYMLINK_LIB and don't adjust your installed paths to match, then stuff will blow up and it isn't specific to glibc. |