Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413579 - dev-vcs/subversion shouldn't pass --with-sqlite=
Summary: dev-vcs/subversion shouldn't pass --with-sqlite=
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Sachau
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 23:20 UTC by Alan Hourihane
Modified: 2012-08-21 20:55 UTC (History)
1 user (show)

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


Attachments
ebuild diff (subversion-1.7.4.ebuild.diff,1.80 KB, patch)
2012-04-30 14:59 UTC, Alan Hourihane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2012-04-25 23:20:17 UTC
The --with-sqlite option should be removed as it only allows the ${EPREFIX}/usr to be checked.

Without this option it will use pkg-config to determine the correct location.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-04-26 02:35:45 UTC
You will have to make your case with the maintainer.
Comment 2 Alan Hourihane 2012-04-26 08:07:07 UTC
Gentoo uses pkg-config for sqlite3 so it makes sense to remove --with-sqlite. The subversion configure script will automatically use pkg-config to detect sqlite then.

The subversion scripts won't find sqlite in the case there are more libraries to link against which haven't been found. With pkg-config these additional libraries are automatically included.
Comment 3 Alan Hourihane 2012-04-30 14:59:33 UTC
Created attachment 310503 [details, diff]
ebuild diff

Remove --with-sqlite option and fixes for static only builds.
Comment 4 Thomas Sachau gentoo-dev 2012-08-21 19:52:50 UTC
(In reply to comment #2)
> Gentoo uses pkg-config for sqlite3 so it makes sense to remove
> --with-sqlite. The subversion configure script will automatically use
> pkg-config to detect sqlite then.
> 
> The subversion scripts won't find sqlite in the case there are more
> libraries to link against which haven't been found. With pkg-config these
> additional libraries are automatically included.

What do you mean by "in case there are more libraries to link against"?
Comment 5 Alan Hourihane 2012-08-21 20:00:34 UTC
Using pkg-config to find sqlite will identify additional libraries in the sqlite3.pc file that otherwise would not be found when using --with-sqlite.
Comment 6 Thomas Sachau gentoo-dev 2012-08-21 20:55:15 UTC
sqlite argument removed in subversion-1.7.6, should be on your local rsync mirror in a few hours.
For other changes or bug reports, please open a seperate bug report.