Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 79837
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Roessner <info@roessner-net.com>
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 79837 depends on: Show dependency tree
Bug 79837 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: 2005-01-28 05:39 0000
I can not compile slmodem on my laptop, because the compile process stops
telling me for missing CONFIG_SND support. The truth is, I do not use the
kernel alsa stuff. I use alsa-driver and therefor do not have CONFIG_SND set in
/usr/sr/linux/.config.

Regards
Christian


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

------- Comment #1 From Stefan Schweizer 2005-01-28 06:20:22 0000 -------
thanks, fixed in portage with:

--- slmodem-2.9.9a-r2.ebuild.orig       2005-01-28 15:15:36.000000000 +0100
+++ slmodem-2.9.9a-r2.ebuild    2005-01-28 15:15:48.000000000 +0100
@@ -25,6 +25,9 @@
        BUILD_TARGETS="all"
 
        local CONFIG_CHECK=""
-       if useq alsa; then
-               CONFIG_CHECK="${CONFIG_CHECK} SND"
-       fi
        if useq usb; then
                CONFIG_CHECK="${CONFIG_CHECK} USB"
        fi

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug