Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264858 - media-libs/libsndfile-1.0.19 crashes while running autogen
Summary: media-libs/libsndfile-1.0.19 crashes while running autogen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 12:20 UTC by Mateusz Kozak
Modified: 2009-04-04 13:01 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 Mateusz Kozak 2009-04-04 12:20:07 UTC
After change to ACCEPT_KEYWORDS="~x86" and running emerge -avuDN world, while libsndfile should emerge, gets error:
*cut*
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-

  Configuration summary :

    Version : ............................. 1.0.19
    Experimental code : ................... no
    Using ALSA in example programs : ...... yes
    External FLAC/Ogg/Vorbis : ............ yes


  Tools :

    Compiler is GCC : ..................... yes
    GCC version : ......................... 4.1.2

  Installation directories :

    Library directory : ................... /usr/lib
    Program directory : ................... /usr/bin
    Pkgconfig directory : ................. /usr/lib/pkgconfig
    HTML docs directory : ................. /usr/share/doc/libsndfile1-dev/html

make: Nothing to be done for `genfiles'.
autogen --writable floating_point_test.def
autogen: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
make: *** [floating_point_test.c] Error 127


Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86"
2. emerge libsndfile


Actual Results:  
Compilation crashes

Expected Results:  
Should compile properly
Comment 1 Mateusz Kozak 2009-04-04 13:01:04 UTC
workaround:

ln -sf /usr/lib/libltdl.so /usr/lib/libltdl.so.3