Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41768 - subversion ebuild doesn't handle perl bindings
Summary: subversion ebuild doesn't handle perl bindings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 44618
  Show dependency tree
 
Reported: 2004-02-16 02:51 UTC by Yoann Vandoorselaere
Modified: 2004-08-19 13:15 UTC (History)
4 users (show)

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


Attachments
subversion-1.0.1.ebuild (subversion-1.0.1.ebuild,8.78 KB, text/plain)
2004-03-19 05:31 UTC, Pekka Kujansuu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yoann Vandoorselaere 2004-02-16 02:51:02 UTC
The subversion ebuild lack an USE flags for installing subversion perl bindings. 

This prevent program like svk (http://svk.elixus.org/) to be installed without installing subversion by hand.

How to generate and install subversion perl binding is documented in subversion/bindings/swig/INSTALL file.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Provide a perl USE flags, and install the perl binding when set.
Comment 1 Paul Tötterman 2004-03-09 04:36:39 UTC
I would also like to place a vote for this. I tried myself, but I cannot get a grip of the workings of the subversion ebuild, so I failed. An ebuild for svk would also be nice.
Comment 2 Paul Tötterman 2004-03-13 02:30:32 UTC
The latest subversion-ebuild does indeed react on the "perl" USE-flag and builds the perl-bindings so that perl finds them. I have yet to get svk working, but I don't think that it is a subversion problem. The problem is, that the subversion-ebuild fails building the perl-bindings unless the "python" USE-flag is also enabled. This is because swig is not requested for the perl-bindings even though it is needed.
Comment 3 Pekka Kujansuu 2004-03-19 05:31:25 UTC
Created attachment 27614 [details]
subversion-1.0.1.ebuild

Here's an ebuild that fixes it so that only USE="perl" is required for
installing the Perl-bindings instead of USE="perl python".
Comment 4 Pekka Kujansuu 2004-03-19 08:57:42 UTC
Comment on attachment 27614 [details]
subversion-1.0.1.ebuild

While we're at it, we might just as well make this a new ebuild for 1.0.1. It
seems to work as it is.
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2004-03-23 06:52:03 UTC
I just fixed the deps in 1.0.1, I'll do a cleanup of old ebuilds soon, but I've got a lot of other things to do.
Comment 6 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-19 13:15:07 UTC
Should be fixed for some time now