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#45678 - [speech-dispatcher] breaks pkg-config
Attached to Project:
Arch Linux
Opened by Raman Mohan (mohan43u) - Friday, 17 July 2015, 05:55 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 17 July 2015, 16:09 GMT
Opened by Raman Mohan (mohan43u) - Friday, 17 July 2015, 05:55 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 17 July 2015, 16:09 GMT
|
DetailsDescription:
spech-dispatcher.pc breaks 'pkg-config --list-all' because 'includedir' variable used in 'Cflags' without defining 'includedir' Steps to reproduce: 'pkg-config --list-all' will throw following error Variable 'includedir' not defined in '/usr/lib/pkgconfig/speech-dispatcher.pc' fix: --- /usr/lib/pkgconfig/speech-dispatcher.pc.corrupted 2015-07-17 13:45:36.750554613 +0800 +++ /usr/lib/pkgconfig/speech-dispatcher.pc 2015-07-17 13:45:43.823887976 +0800 @@ -8,4 +8,4 @@ Version: 0.8.3 Requires: glib-2.0 Libs: -L${libdir} -lspeechd -Cflags: -I${includedir} +Cflags: -I${include} |
This task depends upon
-- sed -i 's|includedir=.*|include=${prefix}/include/speech-dispatcher|g' "${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc"
++ sed -i 's|includedir=.*|includedir=${prefix}/include/speech-dispatcher|g' "${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc"