Summary: | sci-libs/vtk-5.10.1 - CMake Error at CMake/vtkThirdParty.cmake:19 (MESSAGE): VTK_USE_SYSTEM_FREETYPE is ON, but FREETYPE_LIBRARY is NOTFOUND. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | marek wojciechowski <wojciechowski_m> |
Component: | [OLD] Library | Assignee: | Justin Lecher (RETIRED) <jlec> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | java, jlec, sci, slawomir.nizio |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
build.log CMakeOutput.log CMakeError.log vtk-5.10.1-freetype.patch vtk-5.10.1-r1.ebuild |
Description
marek wojciechowski
2014-08-20 10:53:26 UTC
Created attachment 383182 [details]
emerge --info
Created attachment 383184 [details]
build.log
Created attachment 383186 [details]
CMakeOutput.log
Created attachment 383190 [details]
CMakeError.log
emerge vtk-5.10.1 fails at configure Created attachment 383216 [details, diff] vtk-5.10.1-freetype.patch Added patch for finding freetype based on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732059 Created attachment 383218 [details]
vtk-5.10.1-r1.ebuild
Added modified ebuild which uses the freetype patch.
As already said in the debian bug, we shouldn't do this ugly hack but use the proper cmake way. Can you provide this "clean cmake way"? The current patch at least works... (In reply to marek wojciechowski from comment #9) > Can you provide this "clean cmake way"? The current patch at least works... Upsteam has fixed this in the newer version (6.0.0). So unless 5.10.1 is to be removed right now, the patch should imho be applied to get this version working (again) at least. (In reply to marek wojciechowski from comment #6) > Created attachment 383216 [details, diff] [details, diff] > vtk-5.10.1-freetype.patch > > Added patch for finding freetype based on > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732059 I can confirm this patch working (despite being an ugly hack ;)) +*vtk-6.1.0 (26 Dec 2014) + + 26 Dec 2014; Justin Lecher <jlec@gentoo.org> -vtk-5.10.0.ebuild, + -vtk-5.10.1.ebuild, vtk-6.0.0.ebuild, +vtk-6.1.0.ebuild, + +files/vtk-6.1.0-freetype.patch, +files/vtk-6.1.0-glext.patch, + +files/vtk-6.1.0-install.patch, +files/vtk-6.1.0-netcdf.patch, + +files/vtk-6.1.0-system.patch, +files/vtk-6.1.0-web.patch, metadata.xml: + Version BUmp, #500814; fixes GLintptr declaration problems, #523786; Add slot + operators to dependencies, #531040; drop old which obsoletes, #477638, + #497224, #520310 + |