Community Packages

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!
Tasklist

FS#39484 - [sk1libs] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Sunday, 16 March 2014, 16:07 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 May 2014, 12:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I/usr/include/python2.7 -c src/imaging/libimagingmath/_imagingmath.c -o build/temp.linux-x86_64-2.7/src/imaging/libimagingmath/_imagingmath.o -Wall
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/src/imaging/libimagingmath/_imagingmath.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/sk1libs/imaging/_imagingmath.so
building 'sk1libs.imaging._imagingcms' extension
creating build/temp.linux-x86_64-2.7/src/imaging/libimagingcms
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I/usr/include/python2.7 -c src/imaging/libimagingcms/_imagingcms.c -o build/temp.linux-x86_64-2.7/src/imaging/libimagingcms/_imagingcms.o -Wall
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/src/imaging/libimagingcms/_imagingcms.o -L/usr/lib -llcms -lpython2.7 -o build/lib.linux-x86_64-2.7/sk1libs/imaging/_imagingcms.so
building 'sk1libs.imaging._imagingft' extension
creating build/temp.linux-x86_64-2.7/src/imaging/libimagingft
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I/usr/include/freetype2 -I/usr/include/python2.7 -c src/imaging/libimagingft/_imagingft.c -o build/temp.linux-x86_64-2.7/src/imaging/libimagingft/_imagingft.o -Wall
src/imaging/libimagingft/_imagingft.c:73:31: fatal error: freetype/fterrors.h: No such file or directory
#include <freetype/fterrors.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
==> ERROR: A failure occurred in build().
Aborting...

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 30 May 2014, 12:06 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Monday, 17 March 2014, 00:24 GMT

Loading...