Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54610 - horde-pear ebuild overwrites files from the dev-php/php ebuild
Summary: horde-pear ebuild overwrites files from the dev-php/php ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
: 57550 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-21 02:41 UTC by bravecobra
Modified: 2004-08-07 23:30 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 bravecobra 2004-06-21 02:41:10 UTC
the ebuild horde-pear overwrites files that belong to the php ebuild. This leaves some pear packages like PEAR-DB non-mergeable.

Reproducible: Always
Steps to Reproduce:
1.emerge php
2.emerge horde-pear
3.qpkg -f /usr/lib/php/PEAR/Downloader.php
4.emerge PEAR-DB

Actual Results:  
you'll see that both packages contain file mentioned above. Now the PEAR-DB
package cannot be emerged.
Comment 1 steveb 2004-07-12 16:27:29 UTC
just remerge dev-php/php and the problem will be fixed (ugly hack)

cheers

SteveB
Comment 2 bravecobra 2004-07-13 14:25:23 UTC
Ok, found that already, but then the horde-pear package is "broken", although I haven't seen any misbehaviours. 
Anyway the two packages should be able to coexist (as far I know). If not then the horde-pear should placed on a different location.
Comment 3 SpanKY gentoo-dev 2004-07-13 19:44:39 UTC
the Downloader.php from horde is from php itself ... horde just bundles a bunch of pear stuff it needs ...

in fact, the version from horde is newer :)
horde: $Id: Downloader.php,v 1.13 2004/01/08 17:33:12 sniper Exp $
php: $Id: Downloader.php,v 1.9.2.7 2004/04/30 16:37:40 cellog Exp $

ive updated horde-pear so it doesnt install its Downloader.php but i havent rev bumped it because i dont want to force an upgrade path that causes people to end up with no Downloader.php :(
Comment 4 SpanKY gentoo-dev 2004-08-07 23:30:45 UTC
*** Bug 57550 has been marked as a duplicate of this bug. ***