Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323817 - dev-php5/propel-generator-1.5.1 uses incorrect SRC_URI
Summary: dev-php5/propel-generator-1.5.1 uses incorrect SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
: 324827 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-13 17:48 UTC by nick
Modified: 2010-07-04 21:40 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 2010-06-13 17:48:23 UTC
Build fails because non-PEAR package is used.  Having looked at the ebuild for dev-php5/propel-runtime it looks like the SRC_URI needs to be changed:

Old: http://files.propelorm.org/propel-${PV}.tar.gz
New: http://pear.propelorm.org/get/propel_runtime-${PV}.tgz

I've tested this and it works.

Reproducible: Always

Steps to Reproduce:
1. Emerge dev-php5/propel-generator (or dev-php5/propel which requires it).
2. Boom!

Actual Results:  
dev-php5/propel-generator fails to emerge.

Expected Results:  
dev-php5/propel-generator should emerge successfully.
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2010-06-21 21:20:02 UTC
thanks for catching this, fixed in CVS
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2010-07-04 21:40:10 UTC
*** Bug 324827 has been marked as a duplicate of this bug. ***