Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 212912
Alias:
Product:
Component:
Status: VERIFIED
Resolution: FIXED
Assigned To: Gentoo Toolchain Maintainers <toolchain@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc (RETIRED) <jakub@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 212912 depends on: Show dependency tree
Bug 212912 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.





View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-03-10 10:26 0000
<snip>
# prevent native builds from downgrading ... maybe update to allow people
# to change between diff -r versions ? (2.3.6-r4 -> 2.3.6-r2)
if [[ ${ROOT} != "/" ]] && ! tc-is-cross-compiler ; then
        if has_version '>'${CATEGORY}/${PF} ; then
                ...
                die "aborting to save your system"
                fi
        fi
</snip>

This is supposed to be if [[ ${ROOT} == "/" ]] for sure? The above happily lets
you downgrade your glibc and kill your box. :(

------- Comment #1 From SpanKY 2008-03-10 15:27:04 0000 -------
http://sources.gentoo.org/sys-libs/glibc/glibc-2.6.1.ebuild?r1=1.18&r2=1.19
http://sources.gentoo.org/sys-libs/glibc/glibc-2.7.ebuild?r1=1.9&r2=1.10
http://sources.gentoo.org/sys-libs/glibc/glibc-2.7-r1.ebuild?r1=1.9&r2=1.10

------- Comment #2 From Jakub Moc (RETIRED) 2008-03-10 18:42:17 0000 -------
Thanks!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug