Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402497 - dev-php/pecl-bbcode-1.0.3_beta1 fails to build with slotted PHP
Summary: dev-php/pecl-bbcode-1.0.3_beta1 fails to build with slotted PHP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-07 11:02 UTC by Jamie Learmonth
Modified: 2012-02-07 20:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pecl-bbcode-1.0.3_beta1-r1.ebuild.patch (pecl-bbcode-1.0.3_beta1-r1.ebuild.patch,973 bytes, text/plain)
2012-02-07 11:02 UTC, Jamie Learmonth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Learmonth 2012-02-07 11:02:18 UTC
There is an issue where pecl-bbcode-1.0.3_beta1 fails to build with slotted PHP due to the PHP_EXT_S not being set correctly to S as it's being defined after the inherit.

I've attached a patch as well as bumped the ebuild to EAPI 4, added 5.4 as a valid slot (as it builds successfully) and done some general house cleaning.

Full source can be found here:

https://github.com/jamiel/gentoo-overlay/tree/master/dev-php/pecl-bbcode
Comment 1 Jamie Learmonth 2012-02-07 11:02:44 UTC
Created attachment 301125 [details]
pecl-bbcode-1.0.3_beta1-r1.ebuild.patch
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2012-02-07 20:15:53 UTC
Thanks for the report. I fixed this now using something like your patch.