| Summary: | emerged codeblocks-9999 failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Yang Yang <geraint0923> |
| Component: | Current packages | Assignee: | Gentoo wxWidgets project <wxwidgets> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Yang Yang
2011-07-09 16:11:15 UTC
Please provide build.log and "emerge --info" output wxwidgets.eclass was recently updated to inherit base.eclass. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?r1=1.29&r2=1.30 base.eclass exports src_unpack. This overrides the src_unpack function from subversion.eclass. This could be fixed by inheriting subversion after wxwidgets: inherit autotools flag-o-matic wxwidgets subversion (In reply to comment #2) > wxwidgets.eclass was recently updated to inherit base.eclass. > > http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?r1=1.29&r2=1.30 > > base.eclass exports src_unpack. This overrides the src_unpack function from > subversion.eclass. > > This could be fixed by inheriting subversion after wxwidgets: > > inherit autotools flag-o-matic wxwidgets subversion I did as you told me to do and I fixed the bug. And could you please modify the ebuild in official portage so that people don't need to modify the ebuild by themselves? Thank you very much for your help! |