Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204342 - dev-util/subversion with USE="perl" does not check useflag "perl" for dev-lang/swig
Summary: dev-util/subversion with USE="perl" does not check useflag "perl" for dev-lan...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 22:34 UTC by sECuRE
Modified: 2008-01-05 22:26 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 sECuRE 2008-01-04 22:34:40 UTC
See title. I firstly compiled subversion with perl-bindings but it didn't run, complaining about missing symbols in swig. After adding perl to the useflags of dev-lang/swig and recompiling both, it worked.

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-05 19:13:21 UTC
(In reply to comment #0)
> I firstly compiled subversion with perl-bindings but it didn't run,
> complaining about missing symbols in swig.

Could you post the exact error?
SWIG itself doesn't provide any symbols. It has no libraries:
$ qlist swig | grep lib
$ qlist swig | grep so
$ 
Comment 2 sECuRE 2008-01-05 20:35:12 UTC
Hmm, you are right. I can't reproduce it. So, I'd rather change this one to "dev-util/subversion" needs two compile runs for the Perl Bindings to work (actually, it needs two successful ones and my first one wasn't. Without changing anything, it worked at the second try).