Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49679 - net-libs/loudmouth-0.16 - ebuild sourcing problem
Summary: net-libs/loudmouth-0.16 - ebuild sourcing problem
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://loudmouth.imendio.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-02 01:48 UTC by Lukasz Strzygowski (RETIRED)
Modified: 2004-10-27 08:47 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 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-02 01:48:40 UTC
I'm getting error while emerging loudmouth-0.16. Replacing in ebuild:
"""
G2CONF="${G2CONF} `use_with ssl`"
"""

with this, seems to solve problem:
"""
export G2CONF="${G2CONF} `use_with ssl`"
"""
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-02 01:49:50 UTC
This is the error:

(10:49)-(...udmouth)-(#) emerge -dv loudmouth                                                
Calculating dependencies  
Parent:    None
Depstring: net-libs/loudmouth
Candidates: ['net-libs/loudmouth']

!!! ERROR: net-libs/loudmouth-0.16 failed.
!!! Function , Line 1291, Exitcode 1
!!! error sourcing ebuild


aux_get(): (0) Error in net-libs/loudmouth-0.16 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)


!!! all ebuilds that could satisfy "loudmouth" have been masked.
!!! possible candidates are:
- net-libs/loudmouth-0.14.1 (masked by: )
- net-libs/loudmouth-0.15.1 (masked by: )

!!! ERROR: net-libs/loudmouth-0.16 failed.
!!! Function , Line 1291, Exitcode 1
!!! error sourcing ebuild


aux_get(): (0) Error in net-libs/loudmouth-0.16 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

- net-libs/loudmouth-0.15 (masked by: )

!!! Error calculating dependencies. Please correct.
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-02 01:50:19 UTC
(10:49)-(...udmouth)-(#) emerge info
Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040420-r0, 2.6.6-rc2)
=================================================================
System uname: 2.6.6-rc2 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.10
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -s"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -s"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://src.gentoo.pl/ http://gentoo.oregonstate.edu/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync2.pl.gentoo.org/gentoo-portage/"
USE="3dnow X acpi alsa apache2 apm avi berkdb cdr crypt fbcon foomaticdb gdbm gif gpm gtk2 joystick jpeg libg++ libwww mad maildir mmx ncurses nls nptl oss pam perl pic png python readline scanner sse ssl stroke tcltk tcpd truetype unicode vim-with-x x86 xml2 xv zlib"
Comment 3 foser (RETIRED) gentoo-dev 2004-05-02 05:09:47 UTC
dunno, it's both really correct. And it seems to work fine here. What shell are you using ?
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-02 08:27:43 UTC
zsh, but i have the same error also in sh and bash. 
Comment 5 foser (RETIRED) gentoo-dev 2004-05-03 05:12:09 UTC
what version of bash ?
Comment 6 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-03 08:04:39 UTC
app-shells/bash-2.05b-r9  -build +nls
Comment 7 foser (RETIRED) gentoo-dev 2004-08-18 09:21:36 UTC
can't see a problem here, no further reports so I assume it's a local problem
Comment 8 Nicolas GRANDCLAUDE 2004-10-16 10:16:02 UTC
I have exactly the same error with zsh-4.2.1 and bash-2.05b-r9.
Comment 9 foser (RETIRED) gentoo-dev 2004-10-27 08:47:00 UTC
this is probably a portage bug that has been fixed already