First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 139785
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Preston Crow <pc-gentoo-bugs08a@crowcastle.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

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

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







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


Description:   Opened: 2006-07-09 09:19 0000
USE="-oss -alsa" emerge crossfire-client

It fails trying to compile the sound server, which shouldn't be built.

The solution is to make the building of "sound-src" conditional on having
either alsa or oss support:

        if use alsa || use oss ; then
                emake -j1 -C sound-src || die "sound building failed"
        fi

With that change in the ebuild, it works perfectly.

------- Comment #1 From Mr. Bones. 2006-07-09 18:08:09 0000 -------
fixed in CVS.  Thanks for the bug report and patch.

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