Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99340 - alsa-utils-1.0.9a.ebuild has dependency for >=media-libs/alsa-lib-1.0.8 which doesn´t work
Summary: alsa-utils-1.0.9a.ebuild has dependency for >=media-libs/alsa-lib-1.0.8 which...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
: 99614 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-17 09:38 UTC by Martin Hierling
Modified: 2005-07-20 00:43 UTC (History)
2 users (show)

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 Martin Hierling 2005-07-17 09:38:25 UTC
after emerge sync, emerge world i got:

checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.9... not present.
configure: error: Sufficiently new version of libasound not found.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/alsa-utils-1.0.9a/work/alsa-utils-1.0.9a/config.log

!!! ERROR: media-sound/alsa-utils-1.0.9a failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

so this comes from (in my opinion):
DEPEND=">=sys-libs/ncurses-5.1
    dev-util/dialog
    >=media-libs/alsa-lib-1.0.8"

in alsa-utils-1.0.9a.ebuild

Patch:
--- alsa-utils-1.0.9a.ebuild.old        2005-07-17 18:28:32.032853288 +0200
+++ alsa-utils-1.0.9a.ebuild    2005-07-17 18:30:28.400162768 +0200
@@ -13,7 +13,7 @@

 DEPEND=">=sys-libs/ncurses-5.1
        dev-util/dialog
-       >=media-libs/alsa-lib-1.0.8"
+       >=media-libs/alsa-lib-1.0.9"
 RDEPEND="${DEPEND}
        sys-apps/pciutils"


Reproducible: Always
Steps to Reproduce:
1. update from alsa 1.0.8 to 1.0.9
2.
3.




Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r0, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) XP 3200+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=athlon-xp"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /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/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O2 -march=athlon-xp"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo"
LINGUAS="de en"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/gentoo-de
/usr/local/portage/bmg-main.alternative
/usr/local/portage/bmg-gnome-current.alternative"
SYNC="rsync://rsync16.de.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apache apm arts avi bash-completion berkdb
bitmap-fonts bonobo cpd crypt cups curl divx4linux dlloader dmx dvd emboss
encode esd fam flac flash foomaticdb fortran gd gdbm gif gnome gphoto2 gpm gtk
gtk2 imagemagick imap imlib innodb ipv6 jabber java jpeg kde lcms ldap libg++
libwww mad maildir matrox mikmod mmx motif mp3 mpeg mysql ncurses nls ogg
oggvorbis opengl oss pam pda pdflib perl png python qt qtmt quicktime readline
samba sdl slang snmp spell sse ssl svg svga svgz t tcltk tcpd tetex tiff tpv6
truetype truetype-fonts type1-fonts v4l2 vorbis xface xine xinerama xml xml2
xmms xprint xv xvid zlib linguas_de linguas_en userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-18 00:13:18 UTC
hmm... that's an odd one.  It should work with 1.0.8 fine (and in fact it DOES)... I'll make a 
patch for configure. 
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-18 16:12:41 UTC
I was wrong... it does actually need 1.0.9.  Fixed in portage, thanks.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-07-20 00:43:39 UTC
*** Bug 99614 has been marked as a duplicate of this bug. ***