Bug 423181 - libid3tag-devel should require zlib-devel
Summary: libid3tag-devel should require zlib-devel
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libid3tag
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Todd Zullinger
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-13 11:12 UTC by W. Michael Petullo
Modified: 2007-12-13 12:01 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-12-13 12:01:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description W. Michael Petullo 2007-12-13 11:12:47 UTC
Description of problem:
The id3tag library requires zlib. However, the libid3tag-devel package does not
require zlib-devel.

Version-Release number of selected component (if applicable):
libid3tag-devel-0.15.1b-4.fc8

How reproducible:
Everytime

Steps to Reproduce:
1. Install libid3tag-devel, but ensure zlib-devel is not installed. Note that
building against libid3tag fails.
  
Actual results:


Expected results:


Additional info:
>  ldd /usr/lib/libid3tag.so
        linux-vdso32.so.1 =>  (0x00100000)
        libz.so.1 => /lib/libz.so.1 (0x6ff92000)
        libc.so.6 => /lib/libc.so.6 (0x6fdee000)
        /lib/ld.so.1 (0x20000000)

Comment 1 Hans de Goede 2007-12-13 12:01:32 UTC
This is not a bug in libid3tag, but in whatever you are trying to build, I
assume it adds -lz to the LDFLAGS, this is not in libid3tag's pkgconfig file,
nor does libid3tag's public headers require any zlib headers, so there is no
reason for libid3tag-devel to require zlib-devel, as when done properly
compiling against libid3tag can be done fine without zlib-devel installed.



Note You need to log in before you can comment on or make changes to this bug.