Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596376 - media-sound/ezstream-0.6.0[taglib]: configure fails to detect taglib without prefix specified
Summary: media-sound/ezstream-0.6.0[taglib]: configure fails to detect taglib without ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-10-06 22:44 UTC by Steffen 'j0inty' Stollfuß
Modified: 2017-09-03 05:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ezstream-0.6.0.ebuild patch to build correct against taglib (ezstream-0.6.0.ebuild.patch,445 bytes, patch)
2016-10-06 22:44 UTC, Steffen 'j0inty' Stollfuß
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen 'j0inty' Stollfuß 2016-10-06 22:44:38 UTC
Created attachment 449364 [details, diff]
ezstream-0.6.0.ebuild patch to build correct against taglib

Hi,

due a missing argument for an use_with call, the configure arguments list won't be correct as needed for compiling against the taglib.

---------------------------
-------- CURRENT ----------
--------------------------- 
./configure ... --with-taglib

.
.
.
checking tag_c.h usability... no
checking tag_c.h presence... no
checking for tag_c.h... no
checking for libtag_c... no
.
.
.
ezstream 0.6.0 has been configured successfully.

Configuration:
    Ogg Vorbis metadata support ... : libvorbis
    Charset conversion support .... : Yes
    Prefix ........................ : /usr


	
---------------------------
-------- EXPECTED----------
--------------------------- 
./configure ... --with-taglib=/usr

.
.
.
checking tag_c.h usability... yes
checking tag_c.h presence... yes
checking for tag_c.h... yes
checking if libtag_c works... yes
checking for libtag_c... yes
.
.
.

ezstream 0.6.0 has been configured successfully.

Configuration:
    Ogg Vorbis metadata support ... : TagLib
    Charset conversion support .... : Yes
    Prefix ........................ : /usr


j0inty@megatron ~ $ ldd `which ezstream`
        linux-vdso.so.1 (0x000003a834b1e000)
        libtag_c.so.0 => /usr/lib64/libtag_c.so.0 (0x000003a8346f9000)


I attached a patch for the latest ebuild for version 0.6.0

regards
j0inty
Comment 1 Adam Feldman gentoo-dev 2016-10-07 06:03:05 UTC
Please include "emerge --info taglib"
Comment 2 Steffen 'j0inty' Stollfuß 2016-10-07 06:23:10 UTC
j0inty@megatron ~ # emerge --info taglib|wgetpaste

https://paste.pound-python.org/show/hk5Jk2IO6tPtSD1g1HZ3/
Comment 3 Michael Palimaka (kensington) gentoo-dev 2017-09-03 05:57:01 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc95a5a81c108671fe6b1d0728e541c85bbda418