You are not logged in.
I get this message during a reboot every single time I try to rebuild and install all of my base packages in /var/abs/ using this code in makepkg.conf:
#
# /etc/makepkg.conf
#
export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3"
export CARCH="i686"
export CHOST="i686-pc-linux-gnu"
export CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
export CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
export USE_FAKEROOT="y"
export USE_COLOR="y"
Should I be using a live cd or something when it comes to building base packages? I'm not understanding what is causing this error. It goes away when I reinstall arch's prebuilt packages.
Offline
I reinstalled the packages again and did updatedb -u before the reboot. Now the problem is gone.
Offline