You are not logged in.
I tried to do a full upgrade of my arch install and got this error returned to me. I have searched through the forums and it seems to be a fairly new problem. Has anyone had any success fixing it yet?
Hardware:
Dell Mini 10v
i686
Broadcom Wireless 4312
Last edited by 2OceanLovers (2012-11-09 13:13:18)
Offline
Isn't it because the libkeybinder packages have been removed from the AUR and added to [community]?
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
I had same problem when updating "kupfer".
yaourt -S kupfer --forceworked.
If I'm curt with you it's because time is a factor. I think fast, I talk fast and I need you guys to act fast if you wanna get out of this. So, pretty please... with sugar on top. Clean the [censored] car. -The Wolf
Offline
Please don't tell people to use "--force". If it's use is required in this case please explain both why and why it is not dangerous to do so. In almost all cases "--force" is a bad idea and should be discouraged.
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
"--force" is recommended in archwiki, under these circumstances:
https://wiki.archlinux.org/index.php/Pa … stem.22.21
Such an error usually concerns only one package and instead of manually renaming and later removing all the files that belong to the package in question, you can run pacman -S --force $package to force pacman to overwrite these files.
Last edited by flipper T (2012-11-09 11:57:03)
If I'm curt with you it's because time is a factor. I think fast, I talk fast and I need you guys to act fast if you wanna get out of this. So, pretty please... with sugar on top. Clean the [censored] car. -The Wolf
Offline
Awesome. That worked perfectly flipper. Thanks for the great advice!
Offline
Same error for me, when upgrading terminator, wich depends on python2-keybinder2, which depends on libkeybinder2
Errors :
libkeybinder2 : /usr/include/keybinder.h
libkeybinder2 : /usr/lib/libkeybinder.so
libkeybinder2 : /usr/lib/libkeybinder.so.0
libkeybinder2 : /usr/lib/pkgconfig/keybinder.pcFiles already exist !
Last edited by captainju (2012-11-09 14:25:06)
Offline
Follow the link to archwiki in my post above (#5).
Read it & judge whether applicable to you.
If I'm curt with you it's because time is a factor. I think fast, I talk fast and I need you guys to act fast if you wanna get out of this. So, pretty please... with sugar on top. Clean the [censored] car. -The Wolf
Offline
Same error for me, when upgrading terminator, wich depends on python2-keybinder2, which depends on libkeybinder2
Errors :
libkeybinder2 : /usr/include/keybinder.h libkeybinder2 : /usr/lib/libkeybinder.so libkeybinder2 : /usr/lib/libkeybinder.so.0 libkeybinder2 : /usr/lib/pkgconfig/keybinder.pcFiles already exist !
I'm having the same problem here with terminator.
so, how do we fix it?
Offline
Follow the link to archwiki in my post above (#5).
Read it & judge whether applicable to you.
Well, in my case, those files are owned by the package libkeybinder, and according to archwiki, I should fire a bug instead of using --force.
However, I'm not sure how to report a bug correctly and I don't want to mess up. ![]()
Offline
As far as i understand, libkeybinder2 has replaced libkeybinder, so you should be ok to either use the rename or force option.
update to post:
sudo pacman -R $(pacman -Qqdt)is now removing libkeybinder. This may solve your problem.
Last edited by flipper T (2012-11-14 13:00:48)
If I'm curt with you it's because time is a factor. I think fast, I talk fast and I need you guys to act fast if you wanna get out of this. So, pretty please... with sugar on top. Clean the [censored] car. -The Wolf
Offline
As far as i understand, libkeybinder2 has replaced libkeybinder, so you should be ok to either use the rename or force option.
update to post:
sudo pacman -R $(pacman -Qqdt)is now removing libkeybinder. This may solve your problem.
Actually, it is not removing libkeybinder here. It seems that I explicitly installed the package "xfce4-volumed" from AUR depending on libkeybinder.
The latest version of xfce4-volumed depends on libkeybinder2 instead of libkeybinder, but somehow it didn't upgrade automatically.
Now I just removed them both manually and then installed the latest version, and everything is okay now. ![]()
Thanks!
Offline