Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399671 - portage 2.1.10.41 ignores use flag -mysql in make.conf
Summary: portage 2.1.10.41 ignores use flag -mysql in make.conf
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 01:42 UTC by Alex Barker
Modified: 2012-01-22 01:54 UTC (History)
0 users

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


Attachments
make.conf (make.conf,1.97 KB, text/plain)
2012-01-22 01:44 UTC, Alex Barker
Details
emerge --info (emerge_info.txt,5.15 KB, text/plain)
2012-01-22 01:45 UTC, Alex Barker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Barker 2012-01-22 01:42:02 UTC
Adding USE="-mysql" to /etc/make.conf has no effect on portage.  `USE="-mysql" emerge -av1uND world` works as expected.

Reproducible: Always

Steps to Reproduce:
1. append -mysql to make.conf USE variable
2. emerge -av1uDN qt-sql or similar
Actual Results:  
[ebuild   R    ] x11-libs/qt-sql-4.7.4  USE="exceptions iconv mysql qt3support sqlite (-aqua) -debug -firebird -freetds -odbc -pch -postgres" 0 kB

Expected Results:  
[ebuild   R    ] x11-libs/qt-sql-4.7.4  USE="exceptions iconv qt3support sqlite (-aqua) -debug -firebird -freetds -mysql* -odbc -pch -postgres" 0 kB

Unless there is some automagic behind the scenes that IDK about, this should work.  Tried with other useflags like sqlite and that seemed to work fine.  I have tried with only the -mysql in my make.conf files USE var with the same result.
Comment 1 Alex Barker 2012-01-22 01:44:28 UTC
Created attachment 299485 [details]
make.conf
Comment 2 Alex Barker 2012-01-22 01:45:13 UTC
Created attachment 299487 [details]
emerge --info