Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76326 - camlimages-2.11(-r1) doesn't compile with freetype-2.9(-r1)
Summary: camlimages-2.11(-r1) doesn't compile with freetype-2.9(-r1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-01 10:46 UTC by Johannes Brügmann
Modified: 2005-09-21 10:12 UTC (History)
0 users

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


Attachments
camlimages-2.20.ebuild (camlimages-2.20.ebuild,903 bytes, text/plain)
2005-01-01 10:48 UTC, Johannes Brügmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Brügmann 2005-01-01 10:46:34 UTC
ocamlc.opt  -I ../corelib -c oFreetype.ml
In file included from ftintf.c:23:
/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been 
included yet!"
/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macros 
to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error "  #include <ft2build.h>"
/usr/include/freetype2/freetype/freetype.h:24:2: #error "  #include FT_FREETYPE_H"
make[1]: *** [ftintf.o] Error 2


There were some changes between freetype 2.1.5 and 2.1.6; the new camlimages 2.2 do compile with these changes -> ebuild attached.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Johannes Brügmann 2005-01-01 10:48:07 UTC
Created attachment 47325 [details]
camlimages-2.20.ebuild
Comment 2 Ralf Eichelsdörfer 2005-01-04 01:12:13 UTC
Freetype seems to play a pivotal role in many packages. I ran into the same error msgs emerging xfree, gtk+, gnome, etc.

Try going down to version 2.1.5-r1. You can do this with emerge =freetype-2.1.5-r1.

The recent rsync still recommendes version 2.1.9 but on packages.gentoo.org this version is marked as M~. Not quite sure why...
Comment 3 Matthieu Sozeau (RETIRED) gentoo-dev 2005-02-06 07:30:07 UTC
I added version 2.2 (as 2.20) to CVS and removed the old 2.11 version. Please test and report if you still have the same problems.
Comment 4 Kevin Bryan 2005-04-02 08:18:00 UTC
I just installed camlimages-2.20 with media-libs/freetype-2.1.9-r1 (which I assume the subject actually ment, since I see no freetype-2.9 in portage).  This was on x86.
Comment 5 Matthieu Sozeau (RETIRED) gentoo-dev 2005-09-21 10:12:30 UTC
Seems fine, closing.