Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 135552

Summary: make.conf is ignored
Product: Portage Development Reporter: koroskin Denis <2korden>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: 2korden
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description koroskin Denis 2006-06-04 12:23:36 UTC
I have just installed Gentoo from 2006.0 livecd.

First of all, all changes to make.conf file are ignored.
I change USE/SYNC flags in it, but emerge --info doesn't take it into account
env-update && source /etc/profile doesn't help

I found dirty patch to it - added "source /etc/make.conf" line to the /etc/profile file. Yeah, I know it shouldn't contain any reference to make.conf, this is why it not a "Gentoo Way" to solve the problem.

As far as I know, it's quite "popular" problem (I found 4 topics at forums.gentoo.org with the same problem).

After that I tried to "emerge system", but it failed 'cos pam-login is blockin' shadow (>=shadow-4.0.14-r2) and vice-versa.
Comment 1 David Shakaryan (RETIRED) gentoo-dev 2006-06-04 12:26:26 UTC
For the pam-login/shadow block, unmerge pam-login and immediately after that emerge shadow with the pam USE flag.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-04 12:27:51 UTC
Wrt your make.conf issue, emerge --info missing here. Also, some steps to reproduce the problem are needed. Works just fine here, referring to some unspecified topics on forums is not useful at all.

(For pam/shadow blockers, see Bug 126014, it's not a bug at all).