Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 85873

Summary: kadu-0.4_rc2 sound module fails to find libsndfile.so, libsndfile not in dependencies
Product: Gentoo Linux Reporter: Michal Kurgan (RETIRED) <moloh>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michal Kurgan (RETIRED) gentoo-dev 2005-03-19 02:21:42 UTC
Kadu fails to merge with error :

>>> Configuring sound module...
MODULE_LIBS:           sndfile
MODULE_LIBS_PATH:      /usr/local/lib /usr/lib
MODULE_INCLUDES:       sndfile.h
MODULE_INCLUDES_PATH:  /usr/local/include /usr/include
MODULE_TOOLS:
MODULE_CONFIGURE_CMD:
echo -e "#include <sndfile.h>\nint main(){\n#ifdef SNDFILE_1\nprintf(\"1\\\n\");\n#else\nprintf(\"0\\\n\");\n#endif\nreturn 0;}\n" > sndfiletest.c
gcc $MODULE_CXXFLAGS sndfiletest.c -o sndfiletest
ret=`./sndfiletest`
rm -f sndfiletest sndfiletest.c
if [ "$ret" != "1" ]; then
        echo "your libsndfile headears are too OLD, get libsndfile >= 1.0"
        exit 1
fi
checking if libsndfile.so/dylib library is in system directories... no
checking for libsndfile.so in specified directiories... not found
checking for libsndfile.dylib in specified directiories... not found
configure: error: libsndfile.dylib not found!

I dont have libsndfile installed and this module require it. After mergeing libsndfile package kadu starts to build.
Sound module is core module, libsndfile should be added to dependencies (i think).

I wont attach config.log this time... if you want this file inform me about this.

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge kadu
2.
3.

Actual Results:  
failed configure 

Expected Results:  
compiled package
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-19 07:28:25 UTC

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