Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 220307

Summary: subversion-1.5.0_rc4.ebuild does not pull swig!
Product: Gentoo Linux Reporter: vorfeed.canal
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.