Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#2458 - imlib2 : pkconfig file syntax error
Attached to Project:
Arch Linux
Opened by Julien Portalier (JMG) - Saturday, 26 March 2005, 20:20 GMT
Opened by Julien Portalier (JMG) - Saturday, 26 March 2005, 20:20 GMT
|
DetailsImlib2 1.2.0 package installs /usr/lib/pkgconfig/imlib2.pc, but this one has a syntax error which leads to being unable to compile anything with imlib2 dependency.
Requires: @requirements@ I think the file is processed badly by autobuilds tool or even unprocessed at all. |
This task depends upon
Closed by Judd Vinet (judd)
Thursday, 31 March 2005, 20:39 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed. Thanks, Julien!
Thursday, 31 March 2005, 20:39 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed. Thanks, Julien!
Or if you already have a solution tell me :)
The problem is imlib2.pc.in has a variable @requirements@ that wasn't processed by libtool. The reason is libtool didn't knew a damn thing about that variable. Leaving imlib2.pc with a syntax error. So any package using pkgconfig to build against imlib2 was to fail at configure. Enlightenment 0.16.8 (from cvs) for example.
I attach a patch to configure.in that corrects things. And a patch to PKGBUILD to enable it at compile time.
http://sourceforge.net/mailarchive/message.php?msg_id=10928409
http://sourceforge.net/mailarchive/message.php?msg_id=10535353