You are not logged in.
Since about a few days I see errors in the install step of several packages. Example: gconf-3.2.5-3:
/tmp/alpm_QkJ6X1/.INSTALL: line 8: ldconfig: command not found
The same happened with virtualbox-host-modules (where the command which was not found was 'depmod') and also to openafs which I complied myself from the AUR.
Is something wrongly set up on my system? Seems like the install files don't have the correct path environment set up anymore...
Offline
Do you not have glibc installed on your machine? WHat is the output of:
% which ldconfigOffline
Yes I have both glibc and can run ldconfig.
I found the problem:
I use zsh and I had commented the
"emulate sh -c 'source /etc/profile'"
line in /etc/zsh/profile because it caused problems for me and both my user and root user have their own .profile. It appears that this does not work well with pacman though. So I reenabled that line and it works now. Should have guessed that this was the problem earlier. Sorry for the noise.
Offline