[Webkit-unassigned] [Bug 97592] [EFL] Add minimum version information for tool dependencies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 00:09:37 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97592





--- Comment #4 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-09-26 00:10:03 PST ---
(From update of attachment 165664)
View in context: https://bugs.webkit.org/attachment.cgi?id=165664&action=review

Please note that not all find modules actually check for versions, as I mentioned in the inline comments.

It would also be a good idea to mention all those versions in the wiki, BTW.

> CMakeLists.txt:62
> +FIND_PACKAGE(Gperf 3.0.4 REQUIRED)

Debian-based distros still seem to be on 3.0.3 (plus FindGperf does not actually check for the actual gperf version at all). Are you sure you need 3.0.4?

> CMakeLists.txt:63
> +FIND_PACKAGE(Perl 5.10.0 REQUIRED)

Please note that only CMake 2.8.8+ actually checks for Perl versions. 5.10.0 should be old enough anyway.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list