You are not logged in.
Hello everbody,
it has been some time since I upgraded my system, and now I'm having problems because of a conflict of kernel-headers with glibc.
When I do
pacman -S kernel-headers
I get
warning: kernel-headers-2.6.31.5-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
:: kernel-headers conflicts with glibc. Remove glibc? [Y/n]
Of course removing glibc isn't an option, as dozens of packages depend on it. Any clue what's wrong here? I am not able to do a normal system update because I get lots of
glibc: (filename) exists in filesystem
(sorry, not willing to type all of those filenames out
)
followed by
libxtst: /us/include/X11/extensions/XTest.h exists in filesystem
Last edited by Natanji (2009-11-15 11:23:50)
Offline
> pacman -Si kernel-headers
Conflicts With : glibc<=2.10.1-4
> pacman -Si glibc
Version : 2.11-1A full system update will work.
Offline
That's the point, a full system update with
pacman -Syu
will NOT work because of all the
glibc: (filename) exists in filesystem
and
libxtst: /us/include/X11/extensions/XTest.h exists in filesystem
errors that keep it from updating.
Last edited by Natanji (2009-11-15 11:54:40)
Offline
Well, we should fix that then... please post the full output.
Offline
The file /usr/include/X11/extensions/XTest.h is interesting, because it change package ownership recently, from xextproto to libxtst.
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline