Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219405 - dev-php5/pecl-syck-0.9.2 requires USE flag 'spl' and 'hash' in dev-lang/php
Summary: dev-php5/pecl-syck-0.9.2 requires USE flag 'spl' and 'hash' in dev-lang/php
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Yuval Yaari (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-27 02:31 UTC by Nick P
Modified: 2008-05-01 16:04 UTC (History)
1 user (show)

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-04-27 02:31:40 UTC
I emerged pecl-syck just fine, but the extension did not load.  Server logs indicate:
PHP Warning:  Cannot load module 'syck' because required module 'spl' is not loaded in Unknown on line 0

The ebuild should check that you have the 'spl' USE flag enabled.

Reproducible: Always

Steps to Reproduce:
1. Emerge PHP without the spl USE flag
2. Emerge pecl-syck
3. Try to use it

Actual Results:  
PHP Warning:  Cannot load module 'syck' because required module 'spl' is not loaded in Unknown on line 0

Expected Results:  
Being able to use the extension
Comment 1 Nick P 2008-04-27 02:46:50 UTC
Filed the report too early, needs USE flag 'hash' enabled as well.
Comment 2 Ulrich Müller gentoo-dev 2008-04-27 14:56:13 UTC
> Filed the report too early, needs USE flag 'hash' enabled as well.

Invalid then? Reopen if I've misinterpreted your statement.
Comment 3 Nick P 2008-04-27 16:23:18 UTC
Not invalid, just originally incomplete.  I've updated the summary line to avoid confusion.
Comment 4 Christian Hoffmann (RETIRED) gentoo-dev 2008-05-01 16:04:09 UTC
Thanks, fixed in 0.9.2 without a revbump (doesn't affect installed files).