Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49477 - autofs ebuild doesn't allow to choose compiler through environment settings
Summary: autofs ebuild doesn't allow to choose compiler through environment settings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 02:15 UTC by Stefaan De Roeck (RETIRED)
Modified: 2004-12-08 23:08 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 Stefaan De Roeck (RETIRED) gentoo-dev 2004-04-30 02:15:30 UTC
autofs ebuild doesn't allow to choose compiler through environment settings

normally CC=.... CXX=..... emerge package should work right? took me a long time to find out that autofs was still trying to compile with gcc 3.4.0

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
should've compiled with $(CC)
Comment 1 Andrew Roberts 2004-04-30 19:12:51 UTC
autofs builds a kernel module. Hence, should be compiled using same compiler as the kernel. This bug is probably invalid.
Comment 2 Stefaan De Roeck (RETIRED) gentoo-dev 2004-05-01 09:19:18 UTC
erm...  as far as I can see, this package builds numerous .so-files in /usr/lib/autofs, an executable /usr/sbin/automount, and some startupfiles.  The kernel module for autofs is just in the generic kernel sources.  
Maybe it should be considered a bug too that it fails to build but doesn't complain about it and just installs the files it has successfully built (for example parse_sun.so was absent after I built it with gcc 3.4)
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-12-08 21:29:50 UTC
With the new call to autoconf in 4.1.3, CC should be taken.