FS#14930 - [libid3tag] pkgconfig error

Attached to Project: Arch Linux
Opened by Ognjen Maric (oggy) - Wednesday, 03 June 2009, 00:58 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 06 February 2010, 10:28 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Hugo Doria (hdoria)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The .pc file for libid3tag contains the following line:

Libs: -L${libdir} -lid3tag -zf

The -zf flag is not recognized by gcc.

This causes the compilation of sonic-visualiser to break (and probably other programs that use pkg-config with libid3tag)
This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 06 February 2010, 10:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  -zf was replaced by -lz
Comment by Gerardo Exequiel Pozzi (djgera) - Wednesday, 03 June 2009, 03:45 GMT
See here, no responses in the ML from upstream: http://www.mars.org/pipermail/mad-user/2009-March/000585.html
Comment by Gerardo Exequiel Pozzi (djgera) - Wednesday, 03 June 2009, 03:48 GMT
Also consider that this software have +5 years without updates. :)
Comment by Ognjen Maric (oggy) - Wednesday, 03 June 2009, 11:01 GMT
But the .pc file is an Arch addition, though it was dismissed as 'wontfix' once upon the time:
http://bugs.archlinux.org/task/5109?opened=860&status%5B0%5D=

According to that report, zlib should also be added to the lib flags (FWIW it's also listed as a dependency of the libid3tag package).

Loading...