Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165774 - media-libs/libsoundtouch-1.3* never builds shared libs
Summary: media-libs/libsoundtouch-1.3* never builds shared libs
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: invalid-static
  Show dependency tree
 
Reported: 2007-02-07 15:29 UTC by Jakub Moc (RETIRED)
Modified: 2007-02-24 19:02 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 Jakub Moc (RETIRED) gentoo-dev 2007-02-07 15:29:46 UTC
This thing is just broken...

[ebuild  N    ] media-libs/libsoundtouch-1.3.1  USE="sse -static" 0 kB 

<snip>
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
</snip>

USE=static or not, doesn't matter. Never builds shared libs.

# grep SHARED configure.ac 
AC_DISABLE_SHARED	dnl This makes libtool only build static libs 

# tree /var/tmp/portage/media-libs/libsoundtouch-1.3.1/image | grep lib
/var/tmp/portage/media-libs/libsoundtouch-1.3.1/image
    |-- lib
    |   |-- libBPM.a
    |   |-- libBPM.la
    |   |-- libSoundTouch.a
    |   |-- libSoundTouch.la
            `-- libsoundtouch-1.3.1
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-02-24 18:35:39 UTC
fixed.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2007-02-24 19:02:08 UTC
fixed, thanks.