Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158002 - alsa-utils-1.0.14_rc1 dependency problem
Summary: alsa-utils-1.0.14_rc1 dependency problem
Status: RESOLVED DUPLICATE of bug 157925
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-13 02:54 UTC by Charles Clément
Modified: 2006-12-13 02:57 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 Charles Clément 2006-12-13 02:54:39 UTC
When trying to update world, this error happened :

aplay.c: In function 'pcm_list':
aplay.c:274: attention : assignment makes pointer from integer without a cast
aplay.c:275: attention : assignment makes pointer from integer without a cast
aplay.c:276: attention : assignment makes pointer from integer without a cast
x86_64-pc-linux-gnu-gcc  -march=athlon64 -O2 -pipe   -o aplay  aplay.o -lasound  -lasound -lm -ldl -lpthread
aplay.o: dans la fonction 
Comment 1 Charles Clément 2006-12-13 02:54:39 UTC
When trying to update world, this error happened :

aplay.c: In function 'pcm_list':
aplay.c:274: attention : assignment makes pointer from integer without a cast
aplay.c:275: attention : assignment makes pointer from integer without a cast
aplay.c:276: attention : assignment makes pointer from integer without a cast
x86_64-pc-linux-gnu-gcc  -march=athlon64 -O2 -pipe   -o aplay  aplay.o -lasound  -lasound -lm -ldl -lpthread
aplay.o: dans la fonction « pcm_list »:
aplay.c:(.text+0x35e0): référence indéfinie vers « snd_device_name_hint »
aplay.c:(.text+0x364f): référence indéfinie vers « snd_device_name_get_hint »
aplay.c:(.text+0x3669): référence indéfinie vers « snd_device_name_get_hint »
aplay.c:(.text+0x367f): référence indéfinie vers « snd_device_name_get_hint »
aplay.c:(.text+0x3706): référence indéfinie vers « snd_device_name_free_hint »
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [aplay] Erreur 1
make[1]: quittant le répertoire « /var/tmp/portage/media-sound/alsa-utils-1.0.14_rc1/work/alsa-utils-1.0.14rc1/aplay »
make: *** [all-recursive] Erreur 1

!!! ERROR: media-sound/alsa-utils-1.0.14_rc1 failed.
Call stack:
  ebuild.sh, line 1576:   Called dyn_compile
    ebuild.sh, line 945:   Called src_compile
      alsa-utils-1.0.14_rc1.ebuild, line 39:   Called die

These functions are provided with the alsa-lib-1.0.14_rc1.
Updating alsa-lib fixed the problem.

Shouldn't the alsa-utils--1.0.14_rc1 ebuild specify alsa-lib-1.0.14_rc1 as a dependencie?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-13 02:57:39 UTC

*** This bug has been marked as a duplicate of 157925 ***