FS#39416 - [mlt] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Friday, 14 March 2014, 15:19 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 08 May 2014, 12:18 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:

freetype2 is installed, so it's just an error finding the header.



cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gdk-pixbuf-2.0` `pkg-config --cflags pangoft2` -D_FORTIFY_SOURCE=2 -c -o producer_count.o producer_count.c
producer_pango.c:28:31: fatal error: freetype/freetype.h: No such file or directory
#include <freetype/freetype.h>
^
compilation terminated.
<builtin>: recipe for target 'producer_pango.o' failed
make[2]: *** [producer_pango.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/mlt/src/mlt-0.9.0/src/modules/gtk2'
Makefile:5: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/build/mlt/src/mlt-0.9.0/src/modules'
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 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)
Thursday, 08 May 2014, 12:18 GMT
Reason for closing:  Fixed

Loading...