Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190638 - dev-php/PEAR-HTML_Common2-2.0.0_beta1 fails to install
Summary: dev-php/PEAR-HTML_Common2-2.0.0_beta1 fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-29 13:10 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2007-08-29 14:11 UTC (History)
0 users

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


Attachments
PEAR-HTML_Common2-2.0.0_beta1.ebuild.diff (PEAR-HTML_Common2-2.0.0_beta1.ebuild.diff,634 bytes, patch)
2007-08-29 13:51 UTC, Jakub Moc (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2007-08-29 13:10:51 UTC
Installing it failes with

>>> Install PEAR-HTML_Common2-2.0.0_beta1 into /var/tmp/portage/dev-php/PEAR-HTML_Common2-2.0.0_beta1/image/ category dev-php
/usr/portage/eclass/php-pear-r1.eclass: line 60: cd: /var/tmp/portage/dev-php/PEAR-HTML_Common2-2.0.0_beta1/work/HTML_Common2-2.0.0b1: No such file or directory

Looks like ${S} is broken. No idea how to fix this correctly. It shouldn't point to 
work/HTML_Common2-2.0.0b1
but
work/HTML_Common2-2.0.0beta1

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-29 13:51:24 UTC
Created attachment 129531 [details, diff]
PEAR-HTML_Common2-2.0.0_beta1.ebuild.diff
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2007-08-29 14:11:39 UTC
Fixed in CVS, thankies :)