Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3234 - Including 'static' in USE variable inside make.conf breaks compile
Summary: Including 'static' in USE variable inside make.conf breaks compile
Status: RESOLVED DUPLICATE of bug 3233
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Documentation (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Seemant Kulleen (RETIRED)
URL: http://www.gentoo.org/doc/use-howto.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 14:00 UTC by Jon Nilsen
Modified: 2005-07-17 13:06 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 Jon Nilsen 2002-05-30 14:00:34 UTC
If "static" statement is used inside the USE varible in /etc/make.conf before 
compiling from stage 1 to stage 2. 

This will also break an existing Gentoo system when doing an
emerge --update world --emptytree and similar. 

In stage1 -> 2 compile I get the following error:

gcc -march=i685 -pipe -static -o makedoc makedoc.o ../lib/libtxl.a -lncurses

/usr/i686-pc-linux-gnu/bin/ld: Cannot find lncurses
collect2: ld returned 1 exit status

This is when the system compiles /var/tmp/portage/gcc-2.95.3-rc5

If your system is already up this "static" breaks it by making your system not
able to create executables.

Please update/correct the"Gentoo Guide to USE flags" in 
http://www.gentoo.org/doc/use-howto.html
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-30 20:21:50 UTC

*** This bug has been marked as a duplicate of 3233 ***