Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15-gent oo-r1 i686) ================================================================= System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.70GHz Gentoo Base System version 1.6.14 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled ] ccache version 2.3 [disabled] dev-lang/python: 2.4.2 sys-apps/sandbox: 1.2.12 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium-m -O3 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share /config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/shar e/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=pentium-m -O3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig distcc distlocks fixpackages sandbox sfperms str ict" GENTOO_MIRRORS="http://amsa.dnsalias.org http://gentoo.mirrors.tds.net/gentoo ht tp://adelie.polymtl.ca/ http://mirrors.acm.cs.rpi.edu/gentoo/ http://mirror.data pipe.net/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/" LINGUAS="en ru" MAKEOPTS="-j7" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://amsa.dnsalias.org/gentoo-portage" USE="x86 X aalib acl acpi afs alsa apache2 arts attr audiofile avi bash-completion berkdb bitmap-fonts bonobo bzip2 cairo cdr cli crypt ctype cups curl dba directfb dri dts dvd dvdread eds emboss encode ethereal exif expat fam fastbuild ffmpeg flac foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gpm gstreamer gtk gtk2 gtkhtml guile hal idn imagemagick imlib ipv6 isdnlog java jpeg junit kde lcms ldap libcaca libg++ libwww logrotate mad mailwrapper matroska memlimit mikmod mmx mmxext mng motif mp3 mpeg mysql ncurses nls nptl offensive ogg openal opengl pam pcre pdflib perl png posix pppd python qt quicktime readline recode samba sdl session simplexml slang soap sockets speex spell spl sse sse2 ssl svg svga tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb vorbis wmf xattr xine xinerama xml xml2 xmms xsl xv xvid zlib linguas_en linguas_ru userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS
It looks like the command line syntax for sort has changed. The automounter uses this program (at least when using the auto.net map, which I imagine many people do) and the automounter doesn't work. You get errors like this in the log: Apr 11 21:36:52 [automount] >> sort: open failed: +0: No such file or directory Apr 11 21:36:52 [automount] lookup(program): lookup for amsa.dnsalias.org failed Apr 11 21:36:52 [automount] failed to mount /net/amsa.dnsalias.org From a quick glance, it looks like sort +0 is no longer valid syntax. It has possibly changed to sort -g +0. Downgraded to coreutils 5.2.1-r7 and the automounter works again.
Looks like my previous theory was incorrect. However, I have gotten auto.net to work with the new coreutils by changing line 26 in /etc/autofs/auto.net to read: $SHOWMOUNT | LC_ALL=C sort | \ instead of: $SHOWMOUNT | LC_ALL=C sort +0 | \ However I do not know what the consequences of removing the +0 option are.
*** This bug has been marked as a duplicate of 120403 ***