Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220307 - subversion-1.5.0_rc4.ebuild does not pull swig!
Summary: subversion-1.5.0_rc4.ebuild does not pull swig!
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 05:52 UTC by vorfeed.canal
Modified: 2008-05-05 17:50 UTC (History)
0 users

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 vorfeed.canal 2008-05-05 05:52:43 UTC
subversion-1.5.0_rc4.ebuild DOES include the following snippet:
-- cut --
        if use python || use perl || use ruby; then
                myconf="${myconf} --with-swig"
        else
                myconf="${myconf} --without-swig"
        fi
-- cut --
but DOES NOT have dev-lang/swig in DEPEND - thus compilation fails after depclean.  subversion-1.4.6.ebuild works fine...
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-05-05 11:52:39 UTC
This bug report is INVALID!

Subversion tarballs contain SWIG-generated files and they aren't regenerated even when SWIG is installed.
--with-swig only enables some rules in Makefile which are used to build bindings.