Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48836 - OGLE configure thinks ALSA 0.5 is installed when emerging
Summary: OGLE configure thinks ALSA 0.5 is installed when emerging
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 35412
  Show dependency tree
 
Reported: 2004-04-23 18:07 UTC by Ben Anderson
Modified: 2004-06-01 01:16 UTC (History)
2 users (show)

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


Attachments
fixes bug (fix-alsa-detection.patch,726 bytes, patch)
2004-05-15 08:31 UTC, rodgling
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Anderson 2004-04-23 18:07:41 UTC
When I emerged OGLE 0.9.2, the configure script returned the warning:

configure: WARNING: Disabling ALSA support, install a 0.9.x version

and afterwards I had no sound playing any DVD. I have alsa-utils 1.0.3 and am using the stock kernel 2.6.5 ALSA drivers.

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




Portage 2.0.50-r5 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.5-gentoo)
=================================================================
System uname: 2.6.5-gentoo i686 AMD Athlon(tm) processor
Gentoo Base System version 1.4.4
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=athlon -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=athlon -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acpi alsa audiofile avi berkdb cdr cjk crypt dga dvd encode
flac gdbm gif gmp gphoto2 gtk imagemagick imlib java jpeg libg++ libwww mad
mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl pam pdflib perl png
python quicktime readline sdl slang spell ssl tcpd tetex tiff truetype unicode
usb x86 xml2 xmms xv zlib"
Comment 1 Brant Gurganus 2004-05-04 19:54:09 UTC
I can confirm this issue.  I have the alsa version included in the 2.6 kernel as well as the libraries from ~86.
Comment 2 Brant Gurganus 2004-05-04 20:11:01 UTC
My workaround was to downgrade to alsa-lib 0.9.8 and then remerge ogle and then upgrade alsa-lib.
Comment 3 rodgling 2004-05-15 08:31:58 UTC
Created attachment 31481 [details, diff]
fixes bug

This seems to be a bug in configure.in. The attached fixes it; it now compiles
and runs fine using alsa sound, with alsa-lib 1.0.3b-r2 for me.
Comment 4 Brian Harring (RETIRED) gentoo-dev 2004-05-26 22:49:06 UTC
Bah.  I thought I got all of these.

Thank you rodling, there are a couple of configure scripts bitten by snd_lib_major being set to 1.  Configure fixes looks fine, going to check over the package prior to commiting.

Sometime w/in the next few days- meanwhile, pardon the delay.
Comment 5 Brian Harring (RETIRED) gentoo-dev 2004-06-01 01:16:13 UTC
In CVS.