Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 58447

Summary: kdelibs kde.class, missing double-quote at line 91
Product: Gentoo Linux Reporter: afabco <afabcompany>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: lewk
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description afabco 2004-07-26 10:50:46 UTC
error:

Calculating world dependencies ...done!
>>> emerge (1 of 3) kde-base/kdelibs-3.2.3 to /
/usr/sbin/ebuild.sh: /usr/portage/eclass/kde.eclass: line 160: unexpected EOF while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/eclass/kde.eclass: line 175: syntax error: unexpected end of file

!!! ERROR: kde-base/kdelibs-3.2.3 failed.
!!! Function inherit, Line 1102, Exitcode 1
!!! died sourcing /usr/portage/eclass/kde.eclass in inherit()

SOLUTION:

add a doublequote to the end of line 91.

myconf="$myconf `use_with arts`

to:

myconf="$myconf `use_with arts`"

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

Actual Results:  
Calculating world dependencies ...done!
>>> emerge (1 of 3) kde-base/kdelibs-3.2.3 to /
/usr/sbin/ebuild.sh: /usr/portage/eclass/kde.eclass: line 160: unexpected EOF
while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/eclass/kde.eclass: line 175: syntax error:
unexpected end of file

!!! ERROR: kde-base/kdelibs-3.2.3 failed.
!!! Function inherit, Line 1102, Exitcode 1
!!! died sourcing /usr/portage/eclass/kde.eclass in inherit() 




Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo-r11-w4l)
=================================================================
System uname: 2.6.7-gentoo-r11-w4l i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -funroll-loops"
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.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="-O3 -march=pentium3 -pipe -fomit-frame-pointer -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apache2 apm avi berkdb cdr crypt cups foomaticdb gdbm gif gpm
gt gtk gtk2 imlib java jpeg kde libg++ libwww mad maildir mikmod motif mpeg
mysql ncurses nls oggvorbis opengl pam pdflib perl png postgres prelude python
qt quicktime readline sdl slang snmp spell ssl svga tcpd truetype usb x86 xml2
xmms xv zlib"
Comment 1 Luke Macken (RETIRED) gentoo-dev 2004-07-26 11:03:21 UTC
This is a duplicate of bug #58124

Closed with resolution: "emerge sync - should be fixed in between, otherwise reopen please"
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-07-26 12:34:14 UTC
exactly - this was fixed 73 hours ago, please try to emerge sync again after a while before reporting eclass related errors, mostly they get fixed very fast.

*** This bug has been marked as a duplicate of 58124 ***