Check attached build log.
Created attachment 193902 [details] Build log
Created attachment 205428 [details, diff] Simple patch to accept bigloo 3.2b roadsend-php seems to be outdated, so I think this problem is because of that. I've tested applying this patch and then running autoconf, and it seems to build fine. I can't assure that it works like it's supposed to, but it builds. I think this patch can be easily modified to work with any new bigloo version.
Well, this just needs to be bumped to 2.9.9-p1 http://code.roadsend.com/snaps/roadsend-php-2.9.9-p1.tar.bz2
I'd really hate to get this package wiped b/c the maintainer simple doesn't care to bump it. It's a very low-exposure package with active upstream (6 bugs on Gentoo altogether - out of those one is keywording, one is version bump - and 2 open ones, this one and the other one which is a request for messing with USE=sqlite3 which I don't agree with b/c the current usage matches the use flag description in use.desc). I don't see any alternative toy either, there's nothing else that could compile standalone php apps in the tree, not to mention the debugger stuff. And yeah, I'm willing to proxy-maint this if you want, however there's no maintenance required here ATM beyond a trivial bump.
yngwin * gentoo-x86/dev-php/roadsend-php/ (8 files in 2 dirs): Version bump (bug 273210). Remove old versions. Migrate to eapi-2. Fix sqlite useflag (bug 251396). yngwin * gentoo-x86/profiles/ (ChangeLog package.mask): Mask new roadsend-php for testing, remove old QA mask for this package (In reply to comment #4) > And yeah, I'm willing to proxy-maint this if you want, however there's no > maintenance required here ATM beyond a trivial bump. So let's save this package. Can I add you as proxy maintainer then? I can't test the new version, as bigloo won't compile on my box (see bug 306473). So I have bumped this, but added a mask for testing.
(In reply to comment #5) > So let's save this package. Can I add you as proxy maintainer then? Thanks! Yeah, sure you can add me. > I can't test the new version, as bigloo won't compile on my box (see bug > 306473). So I have bumped this, but added a mask for testing. Well, it's not roadsend-php fault realy that bigloo doesn't compile for you :) dev-scheme/bigloo-3.2{a,b}_p2 should be fixed/masked instead.
> > Can I add you as proxy maintainer then? > > Thanks! Yeah, sure you can add me. Done. > > I can't test the new version, as bigloo won't compile on my box (see bug > > 306473). So I have bumped this, but added a mask for testing. > > Well, it's not roadsend-php fault realy that bigloo doesn't compile for you :) I can't in good conscience add a new ebuild straight to ~arch if I can't even test that it compiles. But after downgrading boehm-gc I can, so I unmasked it just now. It does have a few QA problems, such as pre-stripped files, so if you could look at those, that would be great.
(In reply to comment #7) > It does have a few QA problems, such as pre-stripped files, so if you could > look at those, that would be great. Yeah, working on the prestripped stuff and ignored flags now. Wrt the lack of soname in some stuff, I'd rather take that upstream. Thanks!