Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde-misc/metabar won't compile!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
SolidSnakex28
Apprentice
Apprentice


Joined: 03 Sep 2005
Posts: 269
Location: New York

PostPosted: Sun Apr 30, 2006 3:15 pm    Post subject: kde-misc/metabar won't compile! Reply with quote

Here's the log:

Code:
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/metabar-0.8/work/metabar'
Making all in src
make[2]: Entering directory `/var/tmp/portage/metabar-0.8/work/metabar/src'
/usr/qt/3/bin/moc ./metabar.h -o metabar.moc
/bin/sh ../libtool --silent --mode=compile --tag=CXX i386-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include -I/usr/kde/3.5/include/dom  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O2 -mtune=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o metabarwidget.lo `test -f 'metabarwidget.cpp' || echo './'`metabarwidget.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX i386-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include -I/usr/kde/3.5/include/dom  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O2 -mtune=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o configdialog.lo `test -f 'configdialog.cpp' || echo './'`configdialog.cpp
configdialog.cpp: In constructor 'ConfigDialog::ConfigDialog(QWidget*, const char*)':
configdialog.cpp:202: warning: unused variable 'item'
configdialog.cpp:216: warning: unused variable 'item'
configdialog.cpp: In member function 'void ConfigDialog::moveLinkDown()':
configdialog.cpp:475: warning: comparison between signed and unsigned integer expressions
configdialog.cpp: In member function 'void ConfigDialog::loadAvailableActions()':
configdialog.cpp:526: warning: unused variable 'item'
configdialog.cpp:532: warning: unused variable 'item'
metabarwidget.cpp: In member function 'void MetabarWidget::handleURLRequest(const KURL&, const KParts::URLArgs&)':
metabarwidget.cpp:372: error: unknown escape sequence '\p'
metabarwidget.cpp: At global scope:
metabarwidget.cpp:473: warning: unused parameter 'url'
make[2]: *** [metabarwidget.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
configdialog.cpp: In member function 'void ConfigDialog::moveLinkUp()':
configdialog.cpp:442: warning: 'after' may be used uninitialized in this function
make[2]: Leaving directory `/var/tmp/portage/metabar-0.8/work/metabar/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/metabar-0.8/work/metabar'
make: *** [all] Error 2

!!! ERROR: kde-misc/metabar-0.8 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  ebuild.sh, line 1242:   Called kde_src_compile
  kde.eclass, line 113:   Called kde_src_compile 'all'
  kde.eclass, line 230:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 226:   Called die

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



Any help?
Back to top
View user's profile Send private message
carl.anderson
Apprentice
Apprentice


Joined: 05 Sep 2005
Posts: 162
Location: Mountain View

PostPosted: Sun Apr 30, 2006 9:57 pm    Post subject: works for me Reply with quote

It compiled for me. The part where you had an error, I only had a warning:
Code:
/bin/sh ../libtool --silent --mode=compile --tag=CXX x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.4/include -I/usr/qt/3/include -I.  -I/usr/kde/3.4/include -I/usr/kde/3.4/include/dom  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -march=k8 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o configdialog.lo `test -f 'configdialog.cpp' || echo './'`configdialog.cpp
metabarwidget.cpp:372:22: warning: unknown escape sequence '\p'

Comparing the two commands, the only differences I see are: I'm using -march=k8, you're using -mtune=i686. Also, You're using kde 3.5, I'm using kde 3.4. I don't know how that makes a difference handling an unknown escape sequence, but I hope this helps.
Back to top
View user's profile Send private message
bits'n'booze
n00b
n00b


Joined: 19 May 2004
Posts: 25
Location: Germany

PostPosted: Sun Jul 16, 2006 4:34 pm    Post subject: Reply with quote

I have exactly the same error as SolidSnakex28.
Anybody found a solution to this meanwhile?
_________________
---
Adopt an unanswered post today!
Back to top
View user's profile Send private message
linksocc
n00b
n00b


Joined: 26 Sep 2003
Posts: 34
Location: Mexico

PostPosted: Sun Jul 30, 2006 4:36 pm    Post subject: Reply with quote

I have the same problem too, have you guys found a solution yet?
_________________
"What doesn't kill you make you stronger"
Back to top
View user's profile Send private message
KD-120RD
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2004
Posts: 149
Location: Hamburg

PostPosted: Sat Sep 02, 2006 6:13 pm    Post subject: Reply with quote

same here.
it compiled fine with gcc 3.4.6 but fails now with 4.1.1

kde: 3.5
make.conf:
Code:

# These settings where set by the catalyst build script that automatically build this stage
# Please consult /etc/make.conf.exmaple for a more detailed example
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"
USE="glibc-omitfp kdehiddenvisibility"
USE="${USE} -ipv6 -gtk -gtk2 -gnome -esd -xmms qt3 kde hal dbus -arts alsa -oss -gstreamer xine ffmpeg x264 win32codecs asf xvid real quicktime
     aac a52 ogg dvd dvdr dvdread visualization bash-completion kdeenablefinal 3dnow 3dnowext mmx mmxext sse nvidia nptl nptlonly"
FEATURES="ccache parallel-fetch userfetch userpriv usersandbox" #collision-protect keepwork distcc confcache
CCACHE_SIZE="1.5G"
PORTAGE_NICENESS="10"
GENTOO_MIRRORS="ftp://pandemonium.tiscali.de/pub/gentoo ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo
                http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo"
PORTDIR_OVERLAY="/usr/local/portage"
ALSA_CARDS="fm801"
#############
## INIT-NG ##
#############
#USE_EXPAND="INITNG_PLUGINS"
#INITNG_PLUGINS="also bash_launcher chdir chroot conflict cpout critical cron daemon dev dllaunch envparser find fstat history idleprobe initctl interactive iparser last limit logfile netprobe ngc4 pause pidfile reload renice rlparser simple_launcher stcmd stdout suid syncron syslog unneeded provide"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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