Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41641 - Emerge of coreutils-5.0.91-r4 fails if USE flag 'acl' is set
Summary: Emerge of coreutils-5.0.91-r4 fails if USE flag 'acl' is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 02:55 UTC by toon
Modified: 2004-03-05 19:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description toon 2004-02-15 02:55:01 UTC
The subject says it all:
Emerge fails.
I uncheck the USE flag 'acl'.
Emerge succeeds.

Here are the last lines fromthe compile, where it fails:

gcc  -march=pentium3 -O2 -pipe -fomit-frame-pointer   -o cp  cp.o copy.o cp-hash.o ../lib/libfetish.a  ../lib/libfetish.a -lacl  -lattr
copy.o(.text+0x161): In function `copy_attr_filter':
: undefined reference to `attr_copy_check_permissions'
collect2: ld returned 1 exit status
make[3]: *** [cp] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/coreutils-5.0.91-r4/work/coreutils-5.0.91/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/coreutils-5.0.91-r4/work/coreutils-5.0.91/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/coreutils-5.0.91-r4/work/coreutils-5.0.91'
make: *** [all] Error 2
  
 !!! ERROR: sys-apps/coreutils-5.0.91-r4 failed.
 !!! Function src_compile, Line 130, Exitcode 2
 !!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-gentoo-r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) III Mobile CPU      1000MHz
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d aalib acl acpi acpi4linux alsa apache2 apm arts avi berkdb bonobo
cdr crypt curl dga directfb doc dvd encode esd ethereal evo fbcon foomaticdb gb
gd gdbm gif gnome gnomedb gphoto2 gpm gtk gtk2 gtkhtml guile hbci imap imlib
innodb ipv6 java jpeg junit ladcca lcms ldap libg++ libwww lids lirc mad maildir
mbox mcal mdb mikmod motif mozcalendar mozilla mozinterfaceinfo mpeg mysql nas
ncurses nls oav objc odbc ofx oggvorbis opengl ospfapi oss pam pcmcia pda pdflib
perl pic plotutils png pnp postgres prelude python qt quicktime radeon readline
samba sasl sdl slang snmp socks5 sox spell sqlite sse ssl svga tcltk tcpd tetex
tiff truetype usb vim-with-x wavelan wmf x86 xface xinerama xml2 xmms xosd xv
xvid zeo zlib"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-03 09:33:37 UTC
do you have acl and attr installed?
Comment 2 toon 2004-03-04 14:39:56 UTC
Hi Seemant,

I do have attr on my system, but not acl.
Do I have to emerge that separately?
And if so, shouldn't that be taken care of via dependencies?

Regards,
Toon.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-05 19:44:05 UTC
well, acl should have pulled it in, dunno why it didn't, but I've added attr explicitly as a coreutils dep as well. sorry about that.