Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
!!! ERROR: kde-base/kdewebdev-3.4.1 failed.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
epauli
n00b
n00b


Joined: 29 Jun 2005
Posts: 5

PostPosted: Fri Jul 08, 2005 8:24 pm    Post subject: !!! ERROR: kde-base/kdewebdev-3.4.1 failed. Reply with quote

emerge kde died with this error, while compiling kdewebdev.

Code:

/bin/sh ../../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../..  -DDOCS_PATH=\"/usr/kde/3.4/dr/include/libxml2 -I/usr/kde/3.4/include -I/usr/qt/3/include -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -DKOMMANDER -DDESIGNER -DQT_NO_SQL -DHAVE_KDEWno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-string-O2 -O2 -march=pentium4 -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DENABLE_CVShread.lo xsldbgthread.cpp
In file included from xsldbgthread.cpp:20:
xsldbg.h:59:9: #error "WITH_DEBUGGER MACRO not defined in libxslt maybe you've disable debugger in libxslt." "if your are sure then disable this _FORCE_DEBUGGER. eg.\n" "\nmake CFLAGS=\"$CFLAGS -D FORCE_DEBUGGER\""
make[4]: *** [xsldbgthread.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/kdewebdev-3.4.1/work/kdewebdev-3.4.1/kxsldbg/kxsldbgpart/libxsldbg'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdewebdev-3.4.1/work/kdewebdev-3.4.1/kxsldbg/kxsldbgpart'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdewebdev-3.4.1/work/kdewebdev-3.4.1/kxsldbg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdewebdev-3.4.1/work/kdewebdev-3.4.1'
make: *** [all] Error 2
Back to top
View user's profile Send private message
wegrzyn
n00b
n00b


Joined: 27 Nov 2003
Posts: 22
Location: Boston, MA

PostPosted: Fri Jul 08, 2005 9:05 pm    Post subject: Getting kxsldbg to compile... Reply with quote

Do the following, it works for me:

USE="debug" emerge libxslt
emerge kxsldbg

You can also emerge kde-meta if that is what you want to do.

Peace,
Chuck Wegrzyn
Back to top
View user's profile Send private message
epauli
n00b
n00b


Joined: 29 Jun 2005
Posts: 5

PostPosted: Sat Jul 09, 2005 1:14 pm    Post subject: Re: Getting kxsldbg to compile... Reply with quote

wegrzyn wrote:
Do the following, it works for me:

USE="debug" emerge libxslt
emerge kxsldbg

You can also emerge kde-meta if that is what you want to do.

Peace,
Chuck Wegrzyn


Thanks. It works also for me.
Back to top
View user's profile Send private message
{{Azrael}}
Tux's lil' helper
Tux's lil' helper


Joined: 01 Mar 2005
Posts: 117

PostPosted: Wed Jul 13, 2005 7:39 am    Post subject: Reply with quote

Thanks this also worked for me, I'm just wondering, how did you come up with such a solution :idea:
Back to top
View user's profile Send private message
DJSpawn
n00b
n00b


Joined: 13 Jul 2005
Posts: 4

PostPosted: Wed Jul 13, 2005 9:56 am    Post subject: Itreally works... Reply with quote

After emerge kxsldbg I had to unemerge it again and then it worked!

Thanks a lot!!!!!
Back to top
View user's profile Send private message
centryfox
n00b
n00b


Joined: 14 Jan 2005
Posts: 27

PostPosted: Thu Jul 14, 2005 12:38 pm    Post subject: Reply with quote

here's the compiler error I got:

Code:
xsldbg.h:59:9: #error "WITH_DEBUGGER MACRO not defined in libxslt maybe you've disable debugger in libxslt." "if your are sure then disable this check by defining WITH_FORCE_DEBUGGER. eg.\n" "\nmake CFLAGS=\"$CFLAGS -D FORCE_DEBUGGER\""


I was able to get this resolved by just doing

Code:
USE="debug" emerge libxslt



just for reference. ...... thanks Chuck!
Back to top
View user's profile Send private message
stegerpl
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 177
Location: 48°19'30"N 14°20'18"E

PostPosted: Mon Jul 18, 2005 6:49 am    Post subject: Reply with quote

Hi,

I just had the same problem (during --update world) and fixed it in a different way:

just for one emerge I added the "-D FORCE_DEBUGGER" to the $CFLAGS in /etc/make.conf and then I emerged the kdewebdev without problem.

Later I continued the --update world...

regards
Peter
_________________
[1]... AMD Phenon X4-9950 on asus M3N78-EM with 4 GB of RAM - gentoo 10.1 - kernel 2.6.32 - kde 4.3.4
[2]... AMD Athlon XP 2500+ mobile on ASUS A7N8X with 512 kB RAM and 2xTT S-2300 - vdr-1.6.0 based on gentoo-2008.0
Back to top
View user's profile Send private message
kEiNsTeiN
Guru
Guru


Joined: 29 Apr 2005
Posts: 361
Location: Germany

PostPosted: Tue Jul 19, 2005 12:06 pm    Post subject: Reply with quote

but wouldn't that compile EVERYTHING with force_debugger? Is it that what you want???
Back to top
View user's profile Send private message
stegerpl
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 177
Location: 48°19'30"N 14°20'18"E

PostPosted: Wed Jul 20, 2005 6:39 pm    Post subject: Reply with quote

...you are right, but I just did this for the kdewebdev and then I took it out again - so the rest compiled again without it.

However I believe it is a bug (hopefully not a feature) in the actual ebuild of kdewebdev => I hope there will be someone who will correct this...

Peter
_________________
[1]... AMD Phenon X4-9950 on asus M3N78-EM with 4 GB of RAM - gentoo 10.1 - kernel 2.6.32 - kde 4.3.4
[2]... AMD Athlon XP 2500+ mobile on ASUS A7N8X with 512 kB RAM and 2xTT S-2300 - vdr-1.6.0 based on gentoo-2008.0
Back to top
View user's profile Send private message
v3rtigo
Apprentice
Apprentice


Joined: 15 Jun 2004
Posts: 179

PostPosted: Fri Jul 22, 2005 11:15 pm    Post subject: Reply with quote

Had the same problem right now, maybe someone should fill bug report or smth?
Back to top
View user's profile Send private message
kEiNsTeiN
Guru
Guru


Joined: 29 Apr 2005
Posts: 361
Location: Germany

PostPosted: Fri Jul 22, 2005 11:20 pm    Post subject: Reply with quote

oh, btw. I had the same problem, someone should definately file a bug...
_________________
make me a sandwich. - what? make it yourself. - sudo make me a sandwich. - okay.
Back to top
View user's profile Send private message
Pc-Dummy
n00b
n00b


Joined: 09 Sep 2004
Posts: 20
Location: Austria

PostPosted: Tue Jul 26, 2005 6:10 pm    Post subject: Re: Getting kxsldbg to compile... Reply with quote

wegrzyn wrote:
Do the following, it works for me:

USE="debug" emerge libxslt
emerge kxsldbg


Thx, worked for me to!
_________________
a German text, Why im agains SuSe

Just because an OS holds 90% of the market doesn`t mean it`s superior.
Remember 90% of all animals are insects.
Back to top
View user's profile Send private message
smorrey
n00b
n00b


Joined: 08 May 2005
Posts: 30

PostPosted: Thu Jul 28, 2005 11:29 am    Post subject: Me too! Reply with quote

I'm getting the exact same error, how does someone go about reporting this bug?
Back to top
View user's profile Send private message
shngn
n00b
n00b


Joined: 28 Apr 2005
Posts: 2

PostPosted: Fri Jul 29, 2005 4:40 am    Post subject: bug entered Reply with quote

I had the same error and entered a bug: http://bugs.gentoo.org/show_bug.cgi?id=100668
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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