Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo 2006.1 kde-base/kdeaddons-3.5.2-r1compilation error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
tweaknet
n00b
n00b


Joined: 10 Aug 2006
Posts: 17

PostPosted: Fri Sep 01, 2006 8:38 pm    Post subject: Gentoo 2006.1 kde-base/kdeaddons-3.5.2-r1compilation error Reply with quote

/etc/make.conf ->

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="X 3dnow crypt cups firefox alsa oss dri apache2 opengl cdr -gnome gtk gtk2 mysql opengl pam qt ssl truetype v4l usb vcd nvidia"
FEATURES="parallel-fetch"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia vesa fbdev"
ALSA_CARDS="intel8x0"

My emerge information is as follows ->

Portage 2.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.12 i686)
=================================================================
System uname: 2.6.12 i686 Intel(R) Celeron(R) CPU 2.80GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="C"
LC_ALL="C"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apache2 berkdb bitmap-fonts cdr cli crypt cups dlloader dri firefox fortran gdbm gpm gtk gtk2 ipv6 isdnlog libg++ mysql ncurses nls nptl nptlonly nvidia opengl oss pam pcre perl ppds pppd python qt readline reflection session spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode usb v4l vcd xorg zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_nvidia video_cards_vesa video_cards_fbdev"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY



During the kde-base/kdeaddons-3.5.2-r1compilation during the Gentoo 2006.1 installation process I recieve the error ->

MPAT -DQT_NO_TRANSLATION -c -o plugin_skel.lo plugin_skel.cpp
./mainWidget.h:39: error: expected class-name before '{' token
./mainWidget.h:95: error: 'QListViewItem' has not been declared
./mainWidget.h:100: error: 'QListViewItem' has not been declared
./mainWidget.h:105: error: 'QListViewItem' has not been declared
./mainWidget.h:110: error: 'QListViewItem' has not been declared
make[5]: *** [plugin_skel.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
Session management error: Could not open network socket
make[5]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.2-r1/work/kdeaddons-3.5.2/konq-plugins/sidebar/delicious'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.2-r1/work/kdeaddons-3.5.2/konq-plugins/sidebar/delicious'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.2-r1/work/kdeaddons-3.5.2/konq-plugins/sidebar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.2-r1/work/kdeaddons-3.5.2/konq-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.2-r1/work/kdeaddons-3.5.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeaddons-3.5.2-r1 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
kdeaddons-3.5.2-r1.ebuild, line 39: Called kde_src_compile
kde.eclass, line 166: Called kde_src_compile 'all'
kde.eclass, line 325: Called kde_src_compile 'myconf' 'configure' 'make'
kde.eclass, line 321: Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.


I was wondering if anyone has has any similar experiences, and if so, if they found any resolutions to the compilation issue(s).
Back to top
View user's profile Send private message
tweaknet
n00b
n00b


Joined: 10 Aug 2006
Posts: 17

PostPosted: Tue Sep 05, 2006 9:27 pm    Post subject: Reply with quote

Anyone at ALL, even the Gentoo developers, knows what the heck is going on? I am about to stop using Gentoo altogether because kdeaddons has refused to compile for over a month now, even with Gentoo 2006.1... ARGH
Back to top
View user's profile Send private message
tweaknet
n00b
n00b


Joined: 10 Aug 2006
Posts: 17

PostPosted: Fri Sep 08, 2006 12:46 am    Post subject: Reply with quote

...
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Fri Sep 08, 2006 2:28 am    Post subject: Reply with quote

Moved from Other Things Gentoo to Duplicate Threads.

See https://forums.gentoo.org/viewtopic-t-448170.html and https://bugs.gentoo.org/show_bug.cgi?id=124497
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum