Bug 133894

Summary: libmusicbrainz-devel should include the .so file.
Product: [Fedora] Fedora Reporter: Aurelien Bompard <gauret>
Component: libmusicbrainzAssignee: Colin Walters <walters>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:05:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    

Description Aurelien Bompard 2004-09-28 10:55:45 UTC
Description of problem:

The -devel subpackage should include /usr/lib/libmusicbrainz.so

Version-Release number of selected component (if applicable):
2.0.2-7.1

How reproducible:
N/A

To package libtunepimp (http://musicbrainz.org), I need to do a
ln -s libmusicbrainz.so.4.0.0 /usr/lib/libmusicbrainz.so
for the configure to pick up libmusicbrainz.

Comment 1 Colin Walters 2004-09-29 05:11:56 UTC
It's true that the -devel package should include the .so symlink,
instead of libmusicbrainz itself.  I fixed that bug.

However that's not the bug you're running into.  The problem you are
having is because we ship libmusicbrainz 2.0, and tunepimp apparently
requires 2.1.  There is an open bug to package the 2.1 series, but I
can't simply upgrade the libmusicbrainz package to it because they
changed soname.

If creating a symlink actually *works* then that implies that they
didn't change ABI, which makes me wonder why they bumped the soname.



*** This bug has been marked as a duplicate of 133306 ***

Comment 2 Aurelien Bompard 2004-09-29 06:53:32 UTC
It does not build, I get this error :
-----------
filelookup.cpp: In member function `int
LookupFile::extractAlbumList(void*)':
filelookup.cpp:117: error: `MBE_AlbumGetNumReleaseDates' undeclared
(first use this function)
filelookup.cpp:117: error: (Each undeclared identifier is reported
only once for each function it appears in.)
filelookup.cpp:121: error: `MBS_SelectReleaseDate' undeclared (first
use this function)
filelookup.cpp:124: error: `MBE_ReleaseGetDate' undeclared (first use
this function)
filelookup.cpp:139: error: `MBE_ReleaseGetCountry' undeclared (first
use this function)
-----------

But without the .so file, it would not pass ./configure.

Comment 3 Red Hat Bugzilla 2006-02-21 19:05:57 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.