Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260259 - GDAL should use internal geotiff and libtiff
Summary: GDAL should use internal geotiff and libtiff
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 15:32 UTC by Markus Neteler
Modified: 2009-02-25 19:02 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Neteler 2009-02-25 15:32:04 UTC
To reduce the number of external dependencies of GDAL, please configure with

--with-geotiff=internal
--with-libtiff=internal

since GDAL contains copies of these libraries.

Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-25 16:31:41 UTC
And then when a security vulnerability comes around we're supposed to keep track of all the programs that contain copies of these libraries? Thank you for your but we'll have to decline.
Comment 2 Markus Neteler 2009-02-25 18:33:12 UTC
Hint: You need to know that the GDAL main developer and the geotiff/libtiff main developer are the same person.
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-25 19:02:43 UTC
If you have a reason that makes sense from the point of view of a distro that tries to reduce compilation of the same code and ease maintainability, do tell. But you'll need good reasons since it's Gentoo policy to use shared libraries whereever possible.