wxGTK has some utils like "wxrc", that compiles resource files from xrc files. It is needed by the cvs version of hugin (hugin.sf.net) and I guess by some other builds. Theses utils are not compiled and installed by default, the ebuild is missing them, too. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 46787 [details] builds and installes wxrc modified x11-libs/wxGTK-2.4.2-r2.ebuild file, added two lines per option: cd ../utils/wxrc emake|dobin wxrc || die "make|install OPTION wxrc failed"
the patch works somewhat, however, there's a problem with the linking of libwx_gtk2u-2.4.so.0.1.1 and libwx_gtk2u_xrc-2.4.so
Created attachment 52211 [details] wxGTK-2.5.4.ebuild Bumps version to 2.5.4 Fixes this bug, and incorporates my fixes for bugs 74043 and 83417 too.
Closing with WONTFIX because I'm about to remove all the 2.5* versions when I put 2.6.0 in portage and all these issues are fixed in it. Thanks.