Am 13.06.2010 13:18, schrieb Thomas Bächler:
I'd leave the replaces in for mktemp at least, a system from early 2008 might still be upgraded.
I just tried to upgrade a system I hadn't touched since June 2007: http://npaste.de/XG/ The problem was this: debug: missing dependency 'sh' for package 'xz' which triggered bash installation. I created a dummy package called 'sh' with nothing in it: http://npaste.de/XI/ And now there is fun: # pacman -Syu pacman: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /usr/lib/libfetch.so) pacman: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /usr/lib/libcrypto.so.1.0.0) This system has glibc 2.6.1 installed. I am running this in a chroot right now. On a real machine, I could extract a new glibc manually and try to use that to upgrade the 'glibc' package properly. However, if I was on the machine itself, I would be running 2.6.22.6, making it impossible to use this glibc version.