View Issue Details

IDProjectCategoryView StatusLast Update
346WADFPackagingpublic28 Apr 2010 09:22
Reportermrosenquist Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.13.3 
Target Version0.13.4Fixed in Version0.13.4 
Summary346: Pear issue when installing with dep tags and there is a auto resolved release confict, may add files from a future release
DescriptionPear issue when installing with dep tags and there is a auto resolved release conflict, may add files from a future release


While the issue exists in pear it should be possible to fix by cahnging the pear method used to remove the future release
Additional Informationwadf may be able to "fix" it by consistently using "pear install" or "pear upgrade" (can't remember which)
TagsNo tags attached.

Relationships

related to 347 closedtimj Further orphaned files after dependency installation due to use of "pear install --force" 

Activities

timj

26 Apr 2010 15:58

manager   ~357

yes it seems like (from a quick test) that this:

pear install foo_bar-2.0.0
pear install -f foo_bar-1.0.0

leaves files lying around

BUT

pear install foo_bar-2.0.0
pear upgrade -f foo_bar-1.0.0

doesn't

timj

26 Apr 2010 16:01

manager   ~358

Fixed in SVN r2119

timj

28 Apr 2010 09:22

manager   ~359

http://pear.php.net/bugs/bug.php?id=17350

Issue History

Date Modified Username Field Change
26 Apr 2010 15:42 mrosenquist New Issue
26 Apr 2010 15:58 timj Note Added: 357
26 Apr 2010 16:01 timj Note Added: 358
26 Apr 2010 16:01 timj Status new => resolved
26 Apr 2010 16:01 timj Resolution open => fixed
26 Apr 2010 16:01 timj Fixed in Version => 0.13.4
26 Apr 2010 16:01 timj Target Version => 0.13.4
28 Apr 2010 09:22 timj Note Added: 359
28 Apr 2010 09:22 timj Status resolved => closed
11 May 2010 09:36 timj Relationship added related to 347