ClearFoundation Tracker - ClearOS
View Issue Details
0000550ClearOSapp-base - Base Systempublic2012-04-13 09:222012-06-27 13:22
user2 
dsokoloski 
normalminoralways
closedfixed 
 
6.2.0 Updates6.2.0 Updates 
0000550: wc-yum -i pulls in i686 version on 64-bit systems
See subject
No tags attached.
Issue History
2012-04-13 09:22user2New Issue
2012-04-13 09:23user2Statusnew => confirmed
2012-04-13 09:26user2Note Added: 0000482
2012-04-13 09:26user2Steps to Reproduce Updated
2012-06-27 13:22user2Fixed in Version => 6.2.0 Updates
2012-06-27 13:22user2Target Version => 6.2.0 Updates
2012-06-27 13:22user2Assigned To => dsokoloski
2012-06-27 13:22user2Statusconfirmed => assigned
2012-06-27 13:22user2Statusassigned => resolved
2012-06-27 13:22user2Resolutionopen => fixed
2012-06-27 13:22user2Statusresolved => closed

Notes
(0000482)
user2   
2012-04-13 09:26   
Warning - you may get unwanted 32-bit versions installed on your system. Try installing a simple package (e.g. netcat)

wc-yum -i nc

The i686 version and their dependencies are downloaded/installed instead of x86_64. It seems to be doing the equivalent of "yum install nc.i686". Output is below.

{"progress": 0, "code": 0, "overall": 0, "details": "Downloading: (1/4): gamin-0.1.10-9.el6.i686", "errmsg": null}
{"progress": 4, "code": 0, "overall": 0, "details": "Downloading: (1/4): gamin-0.1.10-9.el6.i686", "errmsg": null}
{"progress": 10, "code": 0, "overall": 0, "details": "Downloading: (1/4): gamin-0.1.10-9.el6.i686", "errmsg": null}
{"progress": 18, "code": 0, "overall": 0, "details": "Downloading: (1/4): gamin-0.1.10-9.el6.i686", "errmsg": null}