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#38112 - Invalid pkg-config with x264
Attached to Project:
Arch Linux
Opened by ux (ubitux) - Thursday, 12 December 2013, 06:57 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Friday, 13 December 2013, 07:56 GMT
Opened by ux (ubitux) - Thursday, 12 December 2013, 06:57 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Friday, 13 December 2013, 07:56 GMT
|
DetailsThe x264 package (20131030-1) relies on {bin,lib,include}dir variables in the Makefile instead of using the appropriate --prefix configure flag.
This seems to be causing a problem with the generated .pc (pkg-config) file: [~]☭ grep prefix /usr/lib/pkgconfig/x264.pc prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Libs: -L${exec_prefix}/lib -lx264 Cflags: -I${prefix}/include [~]☭ pkg-config --libs --cflags x264 -I/usr/local/include -L/usr/local/lib -lx264 This is of course not where x264 is located. |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Friday, 13 December 2013, 07:56 GMT
Reason for closing: Fixed
Friday, 13 December 2013, 07:56 GMT
Reason for closing: Fixed