Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514720 - media-libs/mlt-0.8.8 - producer_pango.c:28:31: fatal error: freetype/freetype.h: No such file or directory
Summary: media-libs/mlt-0.8.8 - producer_pango.c:28:31: fatal error: freetype/freetype...
Status: RESOLVED DUPLICATE of bug 504332
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-23 17:53 UTC by letrec@gmail.com
Modified: 2014-07-24 18:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info =media-libs/mlt-0.8.2:gentoo (mlt-info.log,6.33 KB, text/plain)
2014-06-23 17:53 UTC, letrec@gmail.com
Details

Note You need to log in before you can comment on or make changes to this bug.
Description letrec@gmail.com 2014-06-23 17:53:48 UTC
Created attachment 379510 [details]
emerge --info =media-libs/mlt-0.8.2:gentoo

In attempting to compile media-libs/mlt-0.8.2 the following error is encountered with abruptly halts compilation:

producer_pango.c:28:31: fatal error: freetype/freetype.h: No such file or directory
compilation terminated.
make[2]: *** [producer_pango.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/media-libs/mlt-0.8.2/work/mlt-0.8.2/src/modules/gtk2'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/mlt-0.8.2/work/mlt-0.8.2/src/modules'
make: *** [all] Error 1
 * ERROR: media-libs/mlt-0.8.2::gentoo failed (compile phase):
 *   emake failed
Comment 1 Pacho Ramos gentoo-dev 2014-06-26 09:58:52 UTC
probably a newer version needs to be stabilized
Comment 2 Kristian Fiskerstrand (RETIRED) gentoo-dev 2014-07-07 13:30:32 UTC
Fwiw, I just ran into this issue myself, using mlt-0.9.0 from ~arch instead works for me on amd64.
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-07-23 06:46:42 UTC
$ eix -I freetype --format '<installedversions:EQNAMEVERSION>'
=media-libs/freetype-2.5.3-r1
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2014-07-24 17:56:47 UTC
problem still exists in 0.8.8:

$ grep -r -i freetype.*freetype *
src/modules/gtk2/producer_pango.c:#include <freetype/freetype.h>
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2014-07-24 17:58:12 UTC
ssuominen@null /tmp/mlt-0.9.0 $ grep -r -i freetype.*freetype *
src/modules/gtk2/producer_pango.c:#include <freetype/freetype.h>
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2014-07-24 18:59:58 UTC

*** This bug has been marked as a duplicate of bug 504332 ***