Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28547 - coreutils won't compile with acl USE
Summary: coreutils won't compile with acl USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 28652 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-12 13:19 UTC by Derek Dolney
Modified: 2003-09-15 08:22 UTC (History)
2 users (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 Derek Dolney 2003-09-12 13:19:36 UTC
To get coreutils-5.0-r4 to compile with the acl USE flag, there are two "#ifdef
USE_XATTR" statements in the acl patches in coreutils-gentoo-1.5.tar.bz2 that
must be changed to "#if USE_XATTR".

Reproducible: Always
Steps to Reproduce:
1.USE="acl" emerge sys-apps/coreutils-5.0-r4
2.
3.

Actual Results:  
doesn't compile


Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1,
2.4.20-gentoo-r6)=================================================================
System uname: 2.4.20-gentoo-r6 i686 
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs userpriv"
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo
ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.noved.org/
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="oss foomaticdb ncurses slang readline java perl python -3dnow -aalib -arts
-avi -berkdb -encode -esd -guile -imlib -kde -libg++ -libwww -mad -motif -mikmod
-nas -nls -qt -sdl -svga -xv x86 acl alsa apm atlas bonobo cdr crypt cups gdbm
gif gnome gpm gtk gtk2 imap jpeg maildir mmx mozilla mpeg oggvorbis opengl pam
pcmcia pdflib png pnp quicktime spell sse ssl tcltk tcpd tetex truetype trusted
X xml2 xmms zlib"
Comment 1 SpanKY gentoo-dev 2003-09-13 17:43:38 UTC
*** Bug 28652 has been marked as a duplicate of this bug. ***
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-14 17:03:49 UTC
derek -- I updated the ebuild a couple of days ago.  please emerge sync and try again.
Comment 3 Derek Dolney 2003-09-15 08:22:34 UTC
Yep---the new ebuild works.