| View previous topic :: View next topic |
| Author |
Message |
epauli n00b

Joined: 29 Jun 2005 Posts: 5
|
Posted: Fri Jul 08, 2005 8:24 pm Post subject: !!! ERROR: kde-base/kdewebdev-3.4.1 failed. |
|
|
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 |
|
 |
wegrzyn n00b

Joined: 27 Nov 2003 Posts: 22 Location: Boston, MA
|
Posted: Fri Jul 08, 2005 9:05 pm Post subject: Getting kxsldbg to compile... |
|
|
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 |
|
 |
epauli n00b

Joined: 29 Jun 2005 Posts: 5
|
Posted: Sat Jul 09, 2005 1:14 pm Post subject: Re: Getting kxsldbg to compile... |
|
|
| 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 |
|
 |
{{Azrael}} Tux's lil' helper


Joined: 01 Mar 2005 Posts: 117
|
Posted: Wed Jul 13, 2005 7:39 am Post subject: |
|
|
Thanks this also worked for me, I'm just wondering, how did you come up with such a solution  |
|
| Back to top |
|
 |
DJSpawn n00b

Joined: 13 Jul 2005 Posts: 4
|
Posted: Wed Jul 13, 2005 9:56 am Post subject: Itreally works... |
|
|
After emerge kxsldbg I had to unemerge it again and then it worked!
Thanks a lot!!!!! |
|
| Back to top |
|
 |
centryfox n00b

Joined: 14 Jan 2005 Posts: 27
|
Posted: Thu Jul 14, 2005 12:38 pm Post subject: |
|
|
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 |
|
 |
stegerpl Apprentice


Joined: 25 Jun 2005 Posts: 177 Location: 48°19'30"N 14°20'18"E
|
Posted: Mon Jul 18, 2005 6:49 am Post subject: |
|
|
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 |
|
 |
kEiNsTeiN Guru


Joined: 29 Apr 2005 Posts: 361 Location: Germany
|
Posted: Tue Jul 19, 2005 12:06 pm Post subject: |
|
|
| but wouldn't that compile EVERYTHING with force_debugger? Is it that what you want??? |
|
| Back to top |
|
 |
stegerpl Apprentice


Joined: 25 Jun 2005 Posts: 177 Location: 48°19'30"N 14°20'18"E
|
Posted: Wed Jul 20, 2005 6:39 pm Post subject: |
|
|
...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 |
|
 |
v3rtigo Apprentice

Joined: 15 Jun 2004 Posts: 179
|
Posted: Fri Jul 22, 2005 11:15 pm Post subject: |
|
|
| Had the same problem right now, maybe someone should fill bug report or smth? |
|
| Back to top |
|
 |
kEiNsTeiN Guru


Joined: 29 Apr 2005 Posts: 361 Location: Germany
|
|
| Back to top |
|
 |
Pc-Dummy n00b

Joined: 09 Sep 2004 Posts: 20 Location: Austria
|
Posted: Tue Jul 26, 2005 6:10 pm Post subject: Re: Getting kxsldbg to compile... |
|
|
| 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 |
|
 |
smorrey n00b

Joined: 08 May 2005 Posts: 30
|
Posted: Thu Jul 28, 2005 11:29 am Post subject: Me too! |
|
|
| I'm getting the exact same error, how does someone go about reporting this bug? |
|
| Back to top |
|
 |
shngn n00b

Joined: 28 Apr 2005 Posts: 2
|
|
| Back to top |
|
 |
|