Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41510 - dev-php/PEAR-Spreadsheet_Excel_Writer should depend on dev-php/PEAR-OLE
Summary: dev-php/PEAR-Spreadsheet_Excel_Writer should depend on dev-php/PEAR-OLE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 15:59 UTC by Carl A. Dunham
Modified: 2004-02-29 07:57 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 Carl A. Dunham 2004-02-13 15:59:30 UTC
dev-php/PEAR-Spreadsheet_Excel_Writer.ebuild contains no dependencies, but according to http://pear.php.net/package/Spreadsheet_Excel_Writer, it should depend on >=dev-php/PEAR-OLE-0.3

Reproducible: Always
Steps to Reproduce:
1. emerge dev-php/PEAR-Spreadsheet_Excel_Writer
2. write an app that uses it
3. run it

Actual Results:  
Warning: main(OLE/PPS/Root.php): failed to open stream: No such file or 
directory in /usr/lib/php/Spreadsheet/Excel/Writer/Workbook.php on line 39 
  
 Fatal error: main(): Failed opening required 
'OLE/PPS/Root.php' (include_path='/usr/lib/php:.:../libs/phpst:../libs/phpst/modular:../libs/php-site') 
in /usr/lib/php/Spreadsheet/Excel/Writer/Workbook.php on line 39 

Expected Results:  
working app
Comment 1 Tal Peer (RETIRED) gentoo-dev 2004-02-29 07:57:22 UTC
Fixed in cvs.