First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 30464
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brandy Westcott (RETIRED) <brandy@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 30464 depends on: Show dependency tree
Bug 30464 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-05 20:42 0000
If we have sox installed on out machine then 'USE="-sox" emerge
terminatorx-3.81' will install terminatorx with sox support regardless
of our wishes:

	# USE="-sox" emerge terminatorx
	Calculating dependencies ...done!
	>>> emerge (1 of 1) media-sound/terminatorx-3.81 to /
	.....
	sox support: yes
	mpg123 support: yes
	oss support: yes
	.....

This is caused by the configure script auto-detecting sox and
making terminatorx get compiled with sox support unless we explicitely
tell it not to. The ebuild should read:

	use sox \
                && myconf="${myconf} --enable-sox" \
                || myconf="${myconf} --disable-sox"

(The other USE flag options are correct. This just looks like a small
oversight with the sox USE flag.)

------- Comment #1 From Martin Holzer (RETIRED) 2003-10-28 06:29:59 0000 -------
in cvs

First Last Prev Next    No search results available      Search page      Enter new bug