You are not logged in.
Pages: 1
pacman -Syu want to update glibc, python and also install libnsl (new package that python needs)
(3/3) checking for file conflicts [################################################] 100%
error: failed to commit transaction (conflicting files)
/usr/include/rpcsvc/nis.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/nis.x exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/nis_callback.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/nis_callback.x exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/nis_object.x exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/nis_tags.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/nislib.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/yp.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/yp.x exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/yp_prot.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/ypclnt.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/yppasswd.h exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/yppasswd.x exists in both 'glibc' and 'libnsl'
/usr/include/rpcsvc/ypupd.h exists in both 'glibc' and 'libnsl'
/usr/lib/libnsl.so exists in both 'glibc' and 'libnsl'
Errors occurred, no packages were upgraded.
Offline
Yep, see https://bbs.archlinux32.org/viewtopic.php?id=2414
The reason is libnsl and dependend packages are too new compared to the glibc.
Offline
Yep, see https://bbs.archlinux32.org/viewtopic.php?id=2414
The reason is libnsl and dependend packages are too new compared to the glibc.
thanks
i did what you suggested in the last comment on your post.
first i upgraded glibc.
then i did again pacman -Syu
but now i get this:
error: failed to commit transaction (conflicting files)
libnsl: /usr/include/rpcsvc/nis.h exists in filesystem
libnsl: /usr/include/rpcsvc/nis.x exists in filesystem
libnsl: /usr/include/rpcsvc/nis_callback.h exists in filesystem
libnsl: /usr/include/rpcsvc/nis_callback.x exists in filesystem
libnsl: /usr/include/rpcsvc/nis_object.x exists in filesystem
libnsl: /usr/include/rpcsvc/nis_tags.h exists in filesystem
libnsl: /usr/include/rpcsvc/nislib.h exists in filesystem
libnsl: /usr/include/rpcsvc/yp.h exists in filesystem
libnsl: /usr/include/rpcsvc/yp.x exists in filesystem
libnsl: /usr/include/rpcsvc/yp_prot.h exists in filesystem
libnsl: /usr/include/rpcsvc/ypclnt.h exists in filesystem
libnsl: /usr/include/rpcsvc/yppasswd.h exists in filesystem
libnsl: /usr/include/rpcsvc/yppasswd.x exists in filesystem
libnsl: /usr/include/rpcsvc/ypupd.h exists in filesystem
libnsl: /usr/lib/libnsl.so exists in filesystem
Errors occurred, no packages were upgraded.
Last edited by andav (2018-04-25 19:27:17)
Offline
Yeah. It only works, when you don't need libnsl (and sadly Python needs it).
Offline
In theory IngorePkg = libnsl could also work, just keeping packages needing libnsl in old versions..
Offline
Hang in there, deep42thought is on it. :-)
Offline
thank you both :-)
Offline
ok. Try now. Just pacman -Syyu.
Offline
working great.
no errors
thank you again :-)
Offline
np :-)
Offline
Pages: 1