Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99647 - neon ebuild fails after the Darwin "fix"
Summary: neon ebuild fails after the Darwin "fix"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
: 99692 99763 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-20 03:06 UTC by Matthew Swabey
Modified: 2005-07-21 02:02 UTC (History)
5 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 Matthew Swabey 2005-07-20 03:06:11 UTC
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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-20 03:19:45 UTC
  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.
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2005-07-20 03:26:09 UTC
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.
Comment 3 Kito (RETIRED) gentoo-dev 2005-07-20 08:46:47 UTC
bad kito. inCVS, sorry folks.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-07-20 09:30:18 UTC
*** Bug 99692 has been marked as a duplicate of this bug. ***
Comment 5 Andrej Kacian (RETIRED) gentoo-dev 2005-07-20 09:34:45 UTC
The useflag in question *still* isn't in ebuild's IUSE, nor in use.local.desc...
Bad kito, reopening.
Comment 6 Andrej Kacian (RETIRED) gentoo-dev 2005-07-20 09:48:26 UTC
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.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2005-07-21 02:02:50 UTC
*** Bug 99763 has been marked as a duplicate of this bug. ***