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#39551 - [paps] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Thursday, 20 March 2014, 03:28 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 20 March 2014, 05:18 GMT
Opened by Joel Teichroeb (klusark) - Thursday, 20 March 2014, 03:28 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 20 March 2014, 05:18 GMT
|
DetailsDescription:
make[2]: Entering directory '/build/paps/src/paps-0.6.8/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT libpaps.o -MD -MP -MF ".deps/libpaps.Tpo" -c -o libpaps.o libpaps.c; \ then mv -f ".deps/libpaps.Tpo" ".deps/libpaps.Po"; else rm -f ".deps/libpaps.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -D_FORTIFY_SOURCE=2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT paps-paps.o -MD -MP -MF ".deps/paps-paps.Tpo" -c -o paps-paps.o `test -f 'paps.c' || echo './'`paps.c; \ then mv -f ".deps/paps-paps.Tpo" ".deps/paps-paps.Po"; else rm -f ".deps/paps-paps.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT test_libpaps.o -MD -MP -MF ".deps/test_libpaps.Tpo" -c -o test_libpaps.o test_libpaps.c; \ then mv -f ".deps/test_libpaps.Tpo" ".deps/test_libpaps.Po"; else rm -f ".deps/test_libpaps.Tpo"; exit 1; fi libpaps.c:28:30: fatal error: freetype/ftglyph.h: No such file or directory #include <freetype/ftglyph.h> ^ compilation terminated. Makefile:387: recipe for target 'libpaps.o' failed make[2]: *** [libpaps.o] Error 1 make[2]: *** Waiting for unfinished jobs.... paps.c: In function 'main': paps.c:335:3: warning: 'g_type_init' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669) [-Wdeprecated-declarations] g_type_init(); ^ make[2]: Leaving directory '/build/paps/src/paps-0.6.8/src' Makefile:356: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/paps/src/paps-0.6.8' Makefile:285: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Gaetan Bisson (vesath)
Thursday, 20 March 2014, 05:18 GMT
Reason for closing: Fixed
Additional comments about closing: in SVN
Thursday, 20 March 2014, 05:18 GMT
Reason for closing: Fixed
Additional comments about closing: in SVN
Comment by Doug Newgard (Scimmia) -
Thursday, 20 March 2014, 04:30 GMT
- Field changed: Status (Unconfirmed → Assigned)
- Task assigned to Gaetan Bisson (vesath)
Related to freetype 2.5.1 upgrade: https://mailman.archlinux.org/pipermail/arch-dev-public/2013-November/025678.html