The build of neon-0.24.7 for subversion fails with: QA Notice: USE Flag 'userland_Darwin' not in IUSE for net-misc/neon-0.24.7 Reproducible: Always Steps to Reproduce: 1. emerge -u neon Actual Results: >>> md5 files ;-) files/digest-neon-0.24.5 >>> md5 files ;-) files/digest-neon-0.24.6 >>> md5 files ;-) files/digest-neon-0.24.7 >>> md5 src_uri ;-) neon-0.24.7.tar.gz >>> Unpacking source... >>> Unpacking neon-0.24.7.tar.gz to /var/tmp/portage/neon-0.24.7/work QA Notice: USE Flag 'userland_Darwin' not in IUSE for net-misc/neon-0.24.7 !!! ERROR: net-misc/neon-0.24.7 failed. !!! Function src_unpack, Line 23, Exitcode 1 !!! sed failed !!! If you need support, post the topmost build error, NOT this status message. Expected Results: Built the neon library. Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5- r0, 2.6.12-gentoo-r6 i686) ================================================================= System uname: 2.6.12-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1400MHz Gentoo Base System version 1.6.13 ccache version 2.3 [enabled] dev-lang/python: 2.3.5 sys-apps/sandbox: 1.2.10 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5 sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: 1.5.18-r1 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=pentium-m -mfpmath=sse -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X1 1/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/ config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=pentium-m -mfpmath=sse -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/ distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X alsa apache2 apm atm avi berkdb bitmap-fonts cdparanoia crypt cups cu rl dhcp dvd dvdread emboss encode ffmpeg flac foomaticdb fortran gdbm gif gpm gt k gtk2 imlib innodb ipv6 java jpeg libg++ libwww mad mikmod mmx motif mp3 mpeg m ppe-mppc mysql ncurses neon nls ogg oggvorbis opengl oss pam pcmcia pdflib perl png python qt quicktime readline samba sdl spell sse sse2 ssl subversion tcltk t cpd tetex theora tiff truetype truetype-fonts type1-fonts vorbis xine xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
19 Jul 2005; Kito <kito@gentoo.org> neon-0.24.7.ebuild: fix for shared library on Darwin @kito: This "construct" fails on anything but Darwin :/ src_unpack() { unpack ${A} cd ${S} use userland_Darwin && sed -i -e "s:GXX:GCC:g" configure \ || die "sed failed" } Please, revert the "fix" ASAP.
I've commented the offending two lines for now, so that the ebuild works as before, to prevent additional bugreports - neon is a dep for subversion, which is a frequently used package.
bad kito. inCVS, sorry folks.
*** Bug 99692 has been marked as a duplicate of this bug. ***
The useflag in question *still* isn't in ebuild's IUSE, nor in use.local.desc... Bad kito, reopening.
Actually, this looks to be more of a Portage bug - userland_* flags don't have to be specified in IUSE and use.{,local.}desc, but portage still complains about it: QA Notice: USE Flag 'userland_Darwin' not in IUSE for net-misc/neon-0.24.7 Sorry.
*** Bug 99763 has been marked as a duplicate of this bug. ***