Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46009 - Hayes: Compiling breaks with kde_src_compile error
Summary: Hayes: Compiling breaks with kde_src_compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 11:12 UTC by Joshua
Modified: 2004-04-06 10:55 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 Joshua 2004-03-28 11:12:00 UTC
make breaks right away. I have empty CFLAGS in make.conf and all optimization and system is up to date

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

Actual Results:  
Here is make output: 
Making all in hayes 
make[2]: Entering directory `/var/tmp/portage/hayes-1.21/work/hayes-1.21/hayes' 
/usr/qt/3/bin/moc ./branch.h -o branch.moc 
/usr/qt/3/bin/moc ./cmodule.h -o cmodule.moc 
/usr/qt/3/bin/moc ./playlist.h -o playlist.moc 
/usr/qt/3/bin/moc ./window.h -o window.moc 
/usr/kde/3.2/bin/dcopidl ./dcopinterface.h > dcopinterface.kidl || ( rm -f dcopinterface.kidl ; /bin/false ) 
creating noatun_hayes_la_meta_unload.cpp 
/bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include 
-I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG 
-DNO_DEBUG -O2 -O2 -mcpu=i686 -fomit-frame-pointer -march=pentium3 -pipe -fno-exceptions 
-fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST  -c 
branch.cpp 
/bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include 
-I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG 
-DNO_DEBUG -O2 -O2 -mcpu=i686 -fomit-frame-pointer -march=pentium3 -pipe -fno-exceptions 
-fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST  -c 
cmodule.cpp 
mkdir .libs 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include 
-DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 
-fomit-frame-pointer -march=pentium3 -pipe -fno-exceptions -fno-check-new 
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST 
-Wp,-MD,.deps/cmodule.pp -c cmodule.cpp  -fPIC -DPIC -o .libs/cmodule.o 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include 
-DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 
-fomit-frame-pointer -march=pentium3 -pipe -fno-exceptions -fno-check-new 
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST 
-Wp,-MD,.deps/branch.pp -c branch.cpp  -fPIC -DPIC -o .libs/branch.o 
branch.cpp: In member function `void Hayes::FileTreeView::setColumns(int)': 
branch.cpp:135: no matching function for call to `Hayes::FileTreeView:: 
   hideColumn(Hayes::FileTreeView* const, int&)' 
/usr/qt/3/include/qlistview.h:357: candidates are: void 
   QListView::hideColumn(int) 
branch.cpp: In constructor 
   `Hayes::FileTreeViewItem::FileTreeViewItem(Hayes::FileTreeView*, KFileItem*, 
   Hayes::Branch*)': 
branch.cpp:406: warning: `setObject' is deprecated (declared at 
   /usr/kde/3.2/include/kstaticdeleter.h:77) 
/bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include 
-I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG 
-DNO_DEBUG -O2 -O2 -mcpu=i686 -fomit-frame-pointer -march=pentium3 -pipe -fno-exceptions 
-fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST  -c 
playlist.cpp 
make[2]: *** [branch.lo] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include 
-DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 
-fomit-frame-pointer -march=pentium3 -pipe -fno-exceptions -fno-check-new 
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST 
-Wp,-MD,.deps/playlist.pp -c playlist.cpp  -fPIC -DPIC -o .libs/playlist.o 
make[2]: *** Waiting for unfinished jobs.... 
make[2]: Leaving directory `/var/tmp/portage/hayes-1.21/work/hayes-1.21/hayes' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/hayes-1.21/work/hayes-1.21' 
make: *** [all-recursive-am] Error 2 
 
!!! ERROR: media-plugins/hayes-1.21 failed. 
!!! Function kde_src_compile, Line 128, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 

Expected Results:  
 

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.2.3, glibc-2.3.2-r9, 2.6.3-gentoo-r2) 
================================================================= 
System uname: 2.6.3-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1400MHz 
Gentoo Base System version 1.4.3.13p1 
Autoconf: sys-devel/autoconf-2.58 
Automake: sys-devel/automake-1.8.2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="" 
CHOST="i386-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/ http://gentoo.ccccom.com 
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirrors.tds.net/gentoo ftp://gentoo.ccccom.com" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/stuff/gentoo/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X acpi alsa apm arts avi berkdb cdr crypt cups curl dga directfb doc dvd emacs encode ethereal 
fbcon foomaticdb gd gdbm gif gphoto2 gstreamer gtk2 guile imagemagick imlib innodb java jikes jpeg 
kde libg++ libwww lirc mad mbox mikmod mmx mozilla mpeg mysql ncurses nls nocd oggvorbis opengl 
oss pam pcmcia pda pdflb pdflib perl png pnp ppds python qt quicktime readline ruby samba scanner 
sdl slang slp spell sse ssl svga tcltk tcpd truetype trusted unicode usb video_cards_radeon wmf x86 
xinerama xml xml2 xmms xosd xv zlib"
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-06 10:44:38 UTC
-> Bug 37971
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-04-06 10:55:58 UTC
latest version is now in portage