You are not logged in.

#1 2011-12-22 21:34:01

ninjaaron
Member
Registered: 2010-12-10
Posts: 296

[Solved] When I try to run an update, python2-urwid throws...

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

#2 2011-12-22 21:47:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] When I try to run an update, python2-urwid throws...

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

#3 2011-12-22 22:29:39

ninjaaron
Member
Registered: 2010-12-10
Posts: 296

Re: [Solved] When I try to run an update, python2-urwid throws...

Thanks Karol.  I forced the upgrade and the world did not end.  Strong work.

Offline

#4 2011-12-23 06:42:56

ise
Developer
From: Karlsruhe / Germany
Registered: 2005-10-06
Posts: 404
Website

Re: [Solved] When I try to run an update, python2-urwid throws...

Better would be if you do a

pacman -Rd python-urwid

and then a

pacman -Syu

That's because wicd doesn't depend anymore on python-urwid, it depends on python2-urwid.

Offline

#5 2011-12-25 17:34:51

trutheality
Member
Registered: 2011-12-25
Posts: 1

Re: [Solved] When I try to run an update, python2-urwid throws...

ise wrote:

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

Board footer

Powered by FluxBB