Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38223 - ALSA 0.9.8 ebuild corrupted?
Summary: ALSA 0.9.8 ebuild corrupted?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.gentoo.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 14:50 UTC by Jesse Adelman
Modified: 2004-01-14 15:01 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Adelman 2004-01-14 14:50:28 UTC
The end of the ebuild appears to be missing. The last lines of the ebuild (/usr/portage/media-sound/alsa-driver/alsa-driver-0.9.8.ebuild ) are:
--- <big snip>
        then
                [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
        fi

        einfo
        einfo "The alsasound initscript and modules.d/alsa have now moved to alsa-utils"
        einfo
        einfo "Also, remember that all mixer channels will be MUTED by default."
        einfo "Use the 'alsamixer' program to unmute them."
        ei
--- (note no CR at last line, just EOF)

which produces this output:

---
laptop linux # env ALSA_CARDS="cs46xx" emerge alsa-driver ltmodem pcmcia-cs linux-wlan-ng thinkpad
Calculating dependencies ...done!
>>> emerge (1 of 5) media-sound/alsa-driver-0.9.8 to /
/usr/sbin/ebuild.sh: /usr/portage/media-sound/alsa-driver/alsa-driver-0.9.8.ebuild: line 85: unexpected EOF while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/media-sound/alsa-driver/alsa-driver-0.9.8.ebuild: line 87: syntax error: unexpected end of file

!!! ERROR: media-sound/alsa-driver-0.9.8 failed.
!!! Function , Line 1238, Exitcode 1
!!! error sourcing ebuild

laptop linux # 
---

I've emerge sync'd several times (please don't ban me!), but this file never updates. Please let me know if I should do something on my end to make it work. Thanks!
Comment 1 Jesse Adelman 2004-01-14 15:01:08 UTC
Oops, seems to have been a transient issue. Sorry.