Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230383 - kde-base/kdebase-3.5.9-r3 compile fails unless glib is installed. Glib is not listed as a dep.
Summary: kde-base/kdebase-3.5.9-r3 compile fails unless glib is installed. Glib is not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 235758
  Show dependency tree
 
Reported: 2008-07-01 18:17 UTC by Chad A. Simmons
Modified: 2008-09-18 22:56 UTC (History)
0 users

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 Chad A. Simmons 2008-07-01 18:17:21 UTC
make[3]: Entering directory `/var/tmp/portage/kde-base/kdebase-3.5.9-r3/work/kdebase-3.5.9/nsplugins/viewer'
/usr/kde/3.5/bin/dcopidl ./../NSPluginCallbackIface.h > NSPluginCallbackIface.kidl || ( rm -f NSPluginCallbackIface.kidl ; false )
/usr/qt/3/bin/moc ./nsplugin.h -o nsplugin.moc
/usr/qt/3/bin/moc ./kxt.h -o kxt.moc
/usr/qt/3/bin/moc ./qxteventloop.h -o qxteventloop.moc
/usr/qt/3/bin/moc ./glibevents.h -o glibevents.moc
/usr/kde/3.5/bin/dcopidl ./NSPluginClassIface.h > NSPluginClassIface.kidl || ( rm -f NSPluginClassIface.kidl ; false )
/usr/kde/3.5/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-skel NSPluginCallbackIface.kidl
/usr/kde/3.5/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub NSPluginClassIface.kidl
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -I../../nsplugins -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  `pkg-config --cflags glib-2.0`  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_LARGE_FILES=1  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=k8 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE  -c -o NSPluginClassIface_skel.o NSPluginClassIface_skel.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -I../../nsplugins -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  `pkg-config --cflags glib-2.0`  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_LARGE_FILES=1  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=k8 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE  -c -o nsplugin.o nsplugin.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -I../../nsplugins -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  `pkg-config --cflags glib-2.0`  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_LARGE_FILES=1  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=k8 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE  -c -o viewer.o viewer.cpp
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
In file included from viewer.cpp:55:
glibevents.h:26:18: error: glib.h: No such file or directory
viewer.cpp: In function ‘int main(int, char**)’:
viewer.cpp:252: warning: ‘__comp_ctor ’ is deprecated (declared at /usr/kde/3.5/include/kapplication.h:205)
make[3]: *** [viewer.o] Error 1
make[3]: *** Waiting for unfinished jobs....
nsplugin.cpp:1924: warning: unused parameter ‘job’
make[3]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.9-r3/work/kdebase-3.5.9/nsplugins/viewer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.9-r3/work/kdebase-3.5.9/nsplugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.9-r3/work/kdebase-3.5.9'
make: *** [all] Error 2
 *
 * ERROR: kde-base/kdebase-3.5.9-r3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 4194:  Called kde_src_compile
 *             environment, line 2961:  Called kde_src_compile 'src_compile'
 *             environment, line 3081:  Called kde_src_compile 'src_compile' 'all' 'myconf'
 *             environment, line 3077:  Called die
 * The specific snippet of code:
 *                   emake || die "died running emake, $FUNCNAME:make"
 *  The die message:
 *   died running emake, kde_src_compile:make
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/kde-base/kdebase-3.5.9-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdebase-3.5.9-r3/temp/environment'.


Reproducible: Always

Steps to Reproduce:
1. emerge kdelibs on a system without glib installed
2. emerge fails
3.




chadgentoo / # emerge --info
Portage 2.1.4.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.25-gentoo-r4 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
Timestamp of tree: Tue, 01 Jul 2008 07:00:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.4_p6, 1.7.9-r1, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -msse3 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="collision-protect distlocks metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict test unmerge-orphans user-sandbox userfetch userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.utf-8"
LINGUAS="en_US"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cups dri fortran gdbm gpm iconv isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl sse sse2 ssl tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

chadgentoo / #
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-29 00:50:32 UTC
Interesting that this went unnoticed for so long. Will be fixed in kde-base/nsplugins-3.5.10. Please switch to the split ebuilds.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-09-14 23:21:58 UTC
3.5.10 is in testing, now.
Comment 3 Sam Rest 2008-09-18 22:26:45 UTC
It's Sept 18, 2008, I just got this Gentoo system 4 days ago, I'm trying to install it from the minimal cd install wich is 80 MB, and so far I haven't been able to install a GUI interface and the size of the installed disk has grown to 6 GIG'S !! .. Kde doesn't install, it comes with this error mentioned here. I also tried to install gnome but I get an error, don't remember exactly what it is.

waiting for this kdebase to get solved
Comment 4 Sam Rest 2008-09-18 22:56:37 UTC
I'm trying to install kdebase-3.5.10 but I don't know how to 'emerge' from a tar.bz2, I downloaded (tar file) from distfiles.gentoo.md/distfiles. 


this is getting a monumental work.