Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126376 - Confusing die message glibc-2.4 with CHOST=i386-pc-linux-gnu USE="nptl nptlonly"
Summary: Confusing die message glibc-2.4 with CHOST=i386-pc-linux-gnu USE="nptl nptlonly"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 19:40 UTC by Ed Catmur
Modified: 2006-03-16 17:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2006-03-15 19:40:45 UTC
Plenty of people (bug 125905 etc.) are trying to build glibc 2.4 with CHOST=i386-pc-linux-gnu USE="nptl nptlonly" and getting confused by the die message.

It would save time overall to adjust the die message when CHOST=i386-pc-linux-gnu: 

    if want_linuxthreads ; then
        ewarn "glibc-2.4 is nptl-only!"
        if ! use nptl || ! use nptlonly; then
            die "please add USE='nptl nptlonly' to make.conf"
        else
            ewarn "Your system is not compatible with nptl, probably because of CHOST or /etc/make.profile symlink"
            die "please add '>=sys-libs/glibc-2.4' to your local package.mask"
        fi
    fi
Comment 1 SpanKY gentoo-dev 2006-03-16 17:46:39 UTC
added a message for i386-* CHOSTs:
 * NPTL requires a CHOST of i486 or better