Bug 210808
| Summary: | python-xeninst does not update | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Need Real Name <lsof> |
| Component: | python-virtinst | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED CANTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dmalcolm, glennro, pwouters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-10-16 19:53:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Need Real Name
2006-10-15 14:19:10 UTC
Relevant lines from strace:
chown32("/usr/lib/python2.4/site-packages/virtinst/util.pyo", 0, 0) = 0
chmod("/usr/lib/python2.4/site-packages/virtinst/util.pyo", 0644) = 0
utime("/usr/lib/python2.4/site-packages/virtinst/util.pyo",
[2006/10/13-06:14:35, 2006/10/13-06:14:35]) = 0
lstat64("/usr/lib/python2.4/site-packages/xeninst;4533e0b1", 0x93210ec) = -1
ENOENT (No such file or directory)
symlink("virtinst", "/usr/lib/python2.4/site-packages/xeninst;4533e0b1") = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
Installing: python-virtinst ##################### [1/2]) = 75
[1/2]", 75
rename("/usr/lib/python2.4/site-packages/xeninst;4533e0b1",
"/usr/lib/python2.4/site-packages/xeninst") = -1 EISDIR (Is a directory)
close(14) = 0
munmap(0xb79d3000, 4096) = 0
munmap(0xb79d1000, 8192) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
Installing: python-virtinst ######################### [1/2]) = 75
[1/2]", 75
write(1, " \n", 2
) = 2
write(2, "error: ", 7error: ) = 7
write(2, "unpacking of archive failed on file
/usr/lib/python2.4/site-packages/xeninst: cpio: rename\n", 91unpacking of
archive failed on file /usr/lib/python2.4/site-packages/xeninst: cpio: rename
) = 91
close(12) = 0
gettimeofday({1161027762, 910996}, NULL) = 0
send(3, "<14>Installed: python-virtinst.noarch 0.95.0-1.fc6\0", 51, 0) = 51
python-xeninst was a new package in FC6 and has to be renamed -- so that we can retain compatibility and not have to rebuild the world at this point, we had to go with the non-upgradable version of the change. This is why upgrades from rawhide -> final can't always be supported. Okay, fair enough, I'll remove it then. *** Bug 211408 has been marked as a duplicate of this bug. *** *** Bug 211655 has been marked as a duplicate of this bug. *** *** Bug 212690 has been marked as a duplicate of this bug. *** |