i've updated coreutils to 7.1 (ppc stable) and get the following error: $ su Password: dircolors: `/etc/DIR_COLORS':71: unrecognized keyword RESET dircolors: `/etc/DIR_COLORS':75: unrecognized keyword HARDLINK dircolors: `/etc/DIR_COLORS':85: unrecognized keyword CAPABILITY Reproducible: Always
Please post your "emerge --info". Did you run "etc-update" after you upgraded the coreutils package?
Portage 2.1.6.7 (default/linux/powerpc/ppc32/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.27-gentoo-r8 ppc) ================================================================= System uname: Linux-2.6.27-gentoo-r8-ppc-7447A,_altivec_supported-with-glibc2.0 Timestamp of tree: Sun, 12 Apr 2009 09:45:02 +0000 distcc 3.0 powerpc-unknown-linux-gnu [disabled] ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="ppc" CBUILD="powerpc-unknown-linux-gnu" CFLAGS="-O2 -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec -pipe" CHOST="powerpc-unknown-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec -pipe" DISTDIR="/home/ftp/pub/distfiles" FEATURES="autoaddcvs buildpkg candy ccache distlocks fixpackages parallel-fetch prelink protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="C" LDFLAGS="-Wl,-O1" LINGUAS="en ru" MAKEOPTS="-j2" PKGDIR="/home/ftp/pub/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/lportage" SYNC="rsync://mirror.yandex.ru/gentoo-portage" USE="7zip acl alsa altivec apache2 bash-completion berkdb bluetooth branding bzip2 cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo firefox fortran gif gpm gstreamer hal iconv imap ipv6 isdnlog kde libnotify logrotate lzma mad midi mikmod mp3 mpeg mudflap mysql ncurses nls nptl nptlonly ogg openmp pam pcre pdf perl pop3d ppc pppd python qt3support quicktime radvd readline reflection samba session simplexml slang spell spl ssl startup-notification sysfs tcpd unicode usb vorbis xorg xulrunner xv zlib" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" APACHE2_MPMS="prefork" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
and of course i did etc-update )
Seems to be similar to bug #224823
hmm...looks like... but there's no fix :(
*** This bug has been marked as a duplicate of bug 224823 ***
try rm -f /usr/local/bin/dircolors
Important: This ain't a duplicate of the bug 224823. $ ls -la /bin/dircolors ls: cannot access /bin/dircolors: No such file or directory $ ls -la /usr/bin/dircolors -rwxr-xr-x 1 root root 26000 Oct 9 04:53 /usr/bin/dircolors $ source /etc/profile dircolors: `/etc/DIR_COLORS':75: unrecognized keyword HARDLINK
Looks like the keyword in the newer versions has changed to MULTIHARDLINK from HARDLINK.
My bad, I didn't update the /etc/DIR_COLORS through etc-update :) Issue solved