Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158491 - nptl/nptlonly is missed on HPC computing on Gentoo Linux
Summary: nptl/nptlonly is missed on HPC computing on Gentoo Linux
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/hpc-howt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 13:30 UTC by momentics
Modified: 2006-12-18 13:48 UTC (History)
1 user (show)

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 momentics 2006-12-18 13:30:26 UTC
We missed here a type of threading model (library) that is in use by
glibc 
Comment 1 momentics 2006-12-18 13:30:26 UTC
We missed here a type of threading model (library) that is in use by
glibc  nptl/nptlonly. You know that's more important than, say, 'SSE'
since we are using '-*'
Without that we cannot guarantee a platform consistence for next steps.


The part (ver 1.5, 2006-11-02 http://www.gentoo.org/doc/en/hpc-howto.xml):
//--------------------
During the installation process, you will have to set your USE
variables in /etc/make.conf. We recommended that you deactivate all
the defaults (see /etc/make.profile/make.defaults) by negating them in
make.conf. However, you may want to keep such use variables as x86,
3dnow, gpm, mmx, sse, ncurses, pam and tcpd. Refer to the USE
documentation for more information.

USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode gdbm
-gif gpm -gtk -imlib -java -jpeg -kde -gnome -libg++ -libwww mikmod
mmx -motif -mpeg ncurses -nls -oggvorbis -opengl pam -pdflib png
-python -qt3 -qt4 -qtmt -quicktime -readline -sdl -slang -spell ssl
-svga tcpd -truetype -X -xml2 -xv -zlib"

Or simply:

USE="-* 3dnow gpm mmx ncurses pam sse tcpd"

The tcpd USE flag increases security for packages such as xinetd.
//--------------------
Comment 2 nm (RETIRED) gentoo-dev 2006-12-18 13:48:19 UTC
Thanks for reporting. Fixed in CVS.