Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32796 - kdeutils-3.2.0_beta1 failes on ppc
Summary: kdeutils-3.2.0_beta1 failes on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High blocker (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-05 07:01 UTC by Ævar Arnfjörð Bjarmason
Modified: 2003-11-05 07:35 UTC (History)
2 users (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 Ævar Arnfjörð Bjarmason 2003-11-05 07:01:52 UTC
I wanted to try kde3.2beta1 out on my ibook so i did

$ cp R /usr/portage/kde-base/* /usr/local/portage/kde-base/
$ cd /usr/local/portage/kde-base/ && find . -type f -exec perl -pi -e
's/KEYWORDS="~x86"/BLE="~x86 ~ppc"/g' {} \;

as well as unmasking kde3.2 in the world profile, which has it hard masked.

I then emerged kde3.2 and got through arts and kdelibs before the compile failed

----------------------

/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I.
-I. -I../.. -I../../kdepasswd -I/usr/kde/3.2/include -I/usr/qt
/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrit
e-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -mcpu=750 -O3 -pipe -Wfo
rmat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_N
O_COMPAT -DQT_NO_TRANSLATION  -c -o userinfo_chface.lo `test -f
'userinfo_chface.cpp' || echo './'`userinfo_chface.cpp
userinfo_chface.cpp:31:29: konq_operations.h: No such file or directory
distcc[32379] ERROR: compile on 192.168.1.25 failed
make[4]: *** [userinfo_chface.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
userinfo.cpp: In member function `void 
   KUserInfoConfig::faceButtonDropEvent(QDropEvent*)':
userinfo.cpp:217: warning: `download' is deprecated (declared at 
   /usr/kde/3.2/include/kio/netaccess.h:115)
make[4]: Leaving directory
`/var/tmp/portage/kdeutils-3.2.0_beta1/work/kdeutils-3.1.93/kdepasswd/userinfo'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdeutils-3.2.0_beta1/work/kdeutils-3.1.93/kdepasswd/userinfo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdeutils-3.2.0_beta1/work/kdeutils-3.1.93/kdepasswd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdeutils-3.2.0_beta1/work/kdeutils-3.1.93'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeutils-3.2.0_beta1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make

----------------------


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




Portage 2.0.49-r15 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r1,
2.4.22-ppc-sources-r0)
=================================================================
System uname: 2.4.22-ppc-sources-r0 ppc 
Gentoo Base System version 1.4.3.11
distcc 2.11.2 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-mcpu=750 -O3 -pipe"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=750 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distcc"
GENTOO_MIRRORS="ftp://130.208.16.26/pub/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://130.208.16.26/gentoo-portage"
USE="dvd xv nls mitshm gif ppc cups foomaticdb gnome-libs gtkhtml gdbm berkdb
slang readline arts bonobo tcltk guile X sdl gpm tcpd libwww perl python esd
imlib oggvorbis gtk motif cdr -java -gnome -kde -joystick -matrox opengl jpeg
png truetype aalib encode gtk2 qt pam ssl tc pd alsa oss crypt directfb spell
tiff xmms mozilla moznoirc moznomail moznocompose -apache2 radeon ncurses
video_cards_radeon"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-11-05 07:35:13 UTC
YOu need to have kdebase emerged first, before kdeutils.  This was just changed
as a dependency in portage about 12 hours ago.  make sure you're synced.