You are not logged in.
Having upgrade troubles:
Proceed with installation? [Y/n] y
(41/41) checking package integrity [##################################################################################] 100%
(41/41) checking for file conflicts [##################################################################################] 100%
error: failed to commit transaction (conflicting files)
python2-urwid: /usr/lib/python2.7/site-packages/urwid/__init__.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/canvas.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/command_map.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/container.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/curses_display.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/decoration.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/display_common.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/escape.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/font.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/graphics.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/listbox.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/main_loop.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/monitored_list.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/raw_display.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/signals.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/split_repr.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/text_layout.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/util.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/widget.pyo exists in filesystem
python2-urwid: /usr/lib/python2.7/site-packages/urwid/wimp.pyo exists in filesystem
Errors occurred, no packages were upgraded.
What now? `--force` ? No?
Last edited by ninjaaron (2011-12-22 22:30:27)
Offline
https://bbs.archlinux.org/viewtopic.php … 61#p921461
ise (the author of the post I linked to) is the maintainer of python2-urwid so I suspect the reason for this behavior is the same.
It seems '--force' is the right thing to do.
Last edited by karol (2011-12-22 21:50:50)
Offline
Thanks Karol. I forced the upgrade and the world did not end. Strong work.
Offline
Offline
Better would be if you do a
pacman -Rd python-urwid
and then a
pacman -Syu
If you mean
pacman -Rdd python-urwid
then that didn't work (those files remain there after removing python-urwid).
Ended up '--force'ing python2-urwid.
Offline