Re: intltool won't install because of the old XML::Parser not found issue

2012-03-18 Thread Jeff Singleton
Well…check my last entry on #33264. Despite it not being the way its done in MacPorts, but what I did worked. Now to figure out the right way to accomplish the same thing. On Sun, Mar 18, 2012 at 12:49 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 17, 2012, at 19:44, Jeff Singleton

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-17 Thread Jeff Singleton
FYI… I just tried a clean install from scratch using the hack on gcc-4.2 mentioned in that bug #33624. No, intltool still does not build, and is failing with the same error. So I don't know how that guy (jhkoivis) was able to build intltool with that hack, when it never gets past the configure

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-17 Thread Ryan Schmidt
On Mar 17, 2012, at 19:44, Jeff Singleton wrote: I just tried a clean install from scratch using the hack on gcc-4.2 mentioned in that bug #33624. You mean #33264. I certainly cannot advocate that gcc hack; that's completely not how we handle archs in MacPorts. No, intltool still does not

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Ryan Schmidt
On Mar 16, 2012, at 01:12, Ryan Schmidt wrote: What happens when you run this: perl5.12 -e require XML::Parser In my second prefix, it generates an error about Expat.bundle being the wrong architecture, so there's at least one thing we need to fix in p5.12-xml-parser. This is already

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Jeff Singleton
Same thing it does when I run --- perl5.14 -e require XML::Parser Can't locate XML/Parser4.pm in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.14.1/darwin-multi-2level /opt/local/lib/perl5/site_perl/5.14.1 /opt/local/lib/perl5/vendor_perl/5.14.1/darwin-multi-2level

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Jeff Singleton
Yep that bug is way closer to correctness … now I think we are on to something. I just tried that 0.50.2 version and it does the same thing…so I wouldn't rush pushing that one into the tree just yet. On Fri, Mar 16, 2012 at 1:17 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 16, 2012,

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Ryan Schmidt
On Mar 16, 2012, at 01:23, Jeff Singleton wrote: Yep that bug is way closer to correctness … now I think we are on to something. I've set up a separate MacPorts prefix, in which I'll try to build all p5.12 ports with a non-standard build_arch. That should help me determine whether arch

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Jeff Singleton
Yeah that's fine with me... FYI...I just tried that hack mentioned in the bug, but its not getting past configure, so I am not sure what good changing gcc and g++ to force -m32 is gonna do. :/ On Fri, Mar 16, 2012 at 1:30 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 16, 2012, at

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Ryan Schmidt
On Mar 16, 2012, at 01:30, Ryan Schmidt wrote: I've set up a separate MacPorts prefix, in which I'll try to build all p5.12 ports with a non-standard build_arch. I'm a little blocked on this... I can't get any p5 ports to install in a clean prefix: https://trac.macports.org/ticket/33647

intltool won't install because of the old XML::Parser not found issue

2012-03-15 Thread Jeff Singleton
All.. Before I go opening a bug, that probably won't get addressed -- considering every single bug previously opened by others has been ignored, blamed on something else, or just not fixed because the devs have no idea why its not finding XML::Parser. I've tried every suggestion…I've tried