Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213720 - (php-testing overlay) dev-php5/pecl-runkit patch typo prevents building
Summary: (php-testing overlay) dev-php5/pecl-runkit patch typo prevents building
Status: RESOLVED DUPLICATE of bug 205716
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 16:18 UTC by Nick P
Modified: 2008-03-17 20:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick P 2008-03-17 16:18:00 UTC
This bug IS a duplicate of #205716, reopening because #205716 was incorrectly dismissed and closed.  Package maintainer, please verify that your worksforme system has the same patch that is in the layman repos.  Line 38 of the patch in the overlay reads:
-----
+       ZVAL_BOOL(retval, objval->name);
-----
It _should_ read:
-----
+       ZVAL_BOOL(retval, objval->name); \
-----

Note the trailing slash.  If your system has this already, please make note that it is not in the overlay.  The prior bug report was closed because the maintainer marked the report as worksforme, however the current patch is not even valid code, as it lacks the slash at the end.

Please verify these items before doing anything with this bug.  Thanks.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-17 20:49:54 UTC
Please stop filing duplicate bugs deliberately.


*** This bug has been marked as a duplicate of bug 205716 ***