| 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 packages | Assignee: | 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: | --- | |
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