Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277543 - media-sound/sndpeek missing dependency on libsndfile
Summary: media-sound/sndpeek missing dependency on libsndfile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-12 21:54 UTC by Dave Curtis
Modified: 2009-07-13 20:36 UTC (History)
1 user (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 Dave Curtis 2009-07-12 21:54:47 UTC
It appears that the ebuild for media-sounds/sndpeek is missing a dependency on libsndfile. I did not read the ebuild, but it failed on a linkage error becuase of missing libsndfile.  Emerging libsndfile manually yielded a successful build.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-13 20:36:45 UTC
Yep. Thanks.

ssuominen@unique /tmp/sndpeek-1.3 $ grep -r "\-lsndfile" *
src/sndpeek/makefile.osx-ub:#LIBS+= -lsndfile
src/sndpeek/makefile.alsa:LIBS=-L/usr/X11R6/lib -lglut -lGL -lGLU -lasound -lXmu -lX11 -lXext -lXi -lm -lsndfile
src/sndpeek/makefile.jack:LIBS=-L/usr/X11R6/lib -lpthread -lstdc++ -lglut -lGL -lGLU -lasound -ljack -lXmu -lX11 -lXext -lXi -lm -lsndfile
src/sndpeek/makefile.oss:LIBS=-L/usr/X11R6/lib -lpthread -lstdc++ -lglut -lGL -lGLU -lXmu -lX11 -lXext -lXi -lm -lsndfile