Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32116 - kdebase doesn't emerge
Summary: kdebase doesn't emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High blocker
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 12:09 UTC by daRonin
Modified: 2006-02-04 06:04 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 daRonin 2003-10-27 12:09:22 UTC
Can't emerge kdebase-3.1.4

I looked at eclass-debug.log for the package, this didn't look right, pay
attention at java parts:

kde_src_compile::configure: myconf= --with-dpms --with-cdparanoia --without-ldap
--with-pam --with-motif --with-lame --with-cups --with-vorbis --with-gl
--with-ssl --with-pam=yes --with-java=^[[01mJDK_HOME:
^[[0m/opt/blackdown-jdk-1.3.1 --with-dpms --with-cdparanoia --without-ldap
--with-pam --with-motif --with-lame --with-cups --with-vorbis --with-gl
--with-ssl --with-pam=yes --with-java=^[[01mJDK_HOME:
^[[0m/opt/blackdown-jdk-1.3.1 --with-dpms --with-cdparanoia --without-ldap
--with-pam --with-motif --with-lame --with-cups --with-vorbis --with-gl
--with-ssl --with-pam=yes --with-java=^[[01mJDK_HOME:
^[[0m/opt/blackdown-jdk-1.3.1 --host=powerpc-unknown-linux-gnu
--prefix=/usr/kde/3.1 --with-x --enable-mitshm --with-xinerama
--with-qt-dir=/usr/qt/3 --enable-mt --disable-dependency-tracking
--disable-debug --without-debug


Reproducible: Always
Steps to Reproduce:
1. Run emerge kdebase
Actual Results:  

Here is the log:

>>> Unpacking source...
>>> Unpacking kdebase-3.1.4.tar.bz2 to /var/tmp/portage/kdebase-3.1.4/work
 * Applying focus-patch.diff...                                           [ ok ]
 * Applying konq-crash-patch.diff...                                      [ ok ]
>>> Source unpacked.
base
kde-functions
kde
kde-dist
eutils
pam
motif
encode
cups
oggvorbis
opengl
ssl
pam
java
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: No
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: set!
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: No
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: set!
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: No
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: set!
checking build system type... Invalid configuration `No': machine `No' not recog
nized
configure: error: /bin/sh admin/config.sub No failed


Expected Results:  
Expect it to build.

Gentoo Base System version 1.4.3.11
Portage 2.0.49-r15 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22-ben2)
=================================================================
System uname: 2.4.22-ben2 ppc 
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="no"
CFLAGS="-O2 -pipe -mcpu=7450 -maltivec -mabi=altivec"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share
/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=7450 -maltivec -mabi=altivec"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.oregonsta
te.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/mnt/bintree/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="oss dvd xv libwww jpeg nls mitshm gif imlib kde mozilla png truetype ppc cu
ps foomaticdb gdbm berkdb slang readline arts aalib X sdl gpm tcpd pam ssl perl 
python esd oggvorbis gtk qt motif opengl altivec crypt dvdr encode java mpeg ncu
rses radeon spell transcode usb WindowMaker xine xmms xvid -gnome"
Comment 1 Luca Barbato gentoo-dev 2003-10-27 14:58:52 UTC
please run java-config and select again your jdk, that should solve the issue
Comment 2 daRonin 2003-10-27 16:08:26 UTC
Ran java-config and set the VM to /opt/blackdown-jre-1.3.1
That didn't fix the problem.
Comment 3 daRonin 2003-10-27 16:21:36 UTC
Ok, changed it to /opt/blackdown-jdk-1.3.1 and it worked fine. So it works
with jdk and not jre, it would seem.
Comment 4 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-28 01:29:09 UTC
Ok, it seems resolved then