| Summary: | media-sound/pulseaudio-0.9.15-r2: libtool: install: error: cannot install `libcli.la' to a directory not ending in /usr/lib/pulse-0.9.15/modules/ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jacob Godserv <jacobgodserv> |
| Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | arm, ford_prefect, lucas.yamanishi, xmw |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
build.log on stable arm |
||
|
Description
Jacob Godserv
2010-06-24 02:05:55 UTC
Created attachment 236359 [details]
build.log
Created attachment 247996 [details]
build.log on stable arm
I can confirm this problem.
Quick'n'dirty fix between ebuild configure and ebuild install --- /var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/work/pulseaudio-0.9.15/libtool 2010-09-20 20:52:37.936982899 +0000 +++ /tmp/libtool 2010-09-20 20:43:29.336980423 +0000 @@ -2518,8 +2518,6 @@ # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. - test "$inst_prefix_dir" = "$destdir" && \ - func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. Is this reproducible with more recent version of pulseaudio? Please reopen if you see this on newer versions as well. |