Gentoo Archives: gentoo-dev

From: Norberto Bensa <nbensa@×××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] help needed patching kdebase 3.1.4
Date: Sat, 20 Sep 2003 00:58:43
Message-Id: 200309192030.25341.nbensa@gmx.net
1 Hello List,
2
3 I'm trying to build a customize version of kdebase-3.1.4.ebuild (with kwin &
4 icon shadows,) but kdesktop stops telling me that I need to run aclocal and
5 automake (a mismatch version issue.)
6
7 After I've modified the ebuild to run aclocal and automake, I get the results
8 below. Can anyone help me with this?
9
10 Many thanks in advance,
11 Norberto
12
13 /bin/sh ../../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
14 -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include
15 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef
16 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
17 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2
18 -march=pentium3 -Os -mmmx -msse -mfpmath=sse -pipe -fomit-frame-pointer
19 -ffast-math -maccumulate-outgoing-args -frename-registers -ftracer
20 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
21 -DQT_NO_ASCII_CAST -D_GNU_SOURCE -c -o favicons.lo `test -f 'favicons.cpp' ||
22 echo './'`favicons.cpp
23 favicons.cpp:36:24: favicons.moc: No such file or directory
24 favicons.cpp:57: error: syntax error before `::' token
25 favicons.cpp:62: error: syntax error before `->' token
26 favicons.cpp:63: error: syntax error before `->' token
27 favicons.cpp:64: error: syntax error before `->' token
28 favicons.cpp:65: error: syntax error before `->' token
29 favicons.cpp:66: error: syntax error before `->' token
30 favicons.cpp:67: error: syntax error before `->' token
31 favicons.cpp:68: error: syntax error before `->' token
32 favicons.cpp:69: error: syntax error before `->' token
33 favicons.cpp:70: error: syntax error before `->' token
34 favicons.cpp:71: error: syntax error before `->' token
35 favicons.cpp:74: error: syntax error before `::' token
36 favicons.cpp:92: error: syntax error before `::' token
37 favicons.cpp:98: error: `url' was not declared in this scope
38 favicons.cpp:98: error: `simplifyURL' was not declared in this scope
39 favicons.cpp:100: error: `d' was not declared in this scope
40 favicons.cpp:101: error: parse error before `if'
41
42 .
43 .
44 .
45
46 favicons.cpp:170: confused by earlier errors, bailing out
47 {standard input}: Assembler messages:
48 {standard input}:55: Error: symbol `startDownload' is already defined
49 {standard input}:73: Error: symbol `connect' is already defined
50 {standard input}:79: Error: symbol `connect' is already defined
51 {standard input}:109: Error: symbol `iconName' is already defined
52 make[3]: *** [favicons.lo] Error 1
53 make[3]: Leaving directory `/var/tmp/portage/kdebase-3.1.4/work/kdebase-3.1.4/
54 libkonq/favicons'
55 make[2]: *** [all-recursive] Error 1
56 make[2]: Leaving directory `/var/tmp/portage/kdebase-3.1.4/work/kdebase-3.1.4/
57 libkonq'
58 make[1]: *** [all-recursive] Error 1
59 make[1]: Leaving directory `/var/tmp/portage/kdebase-3.1.4/work/kdebase-3.1.4'
60 make: *** [all] Error 2
61
62 !!! ERROR: kde-base/kdebase-3.1.4 failed.
63 !!! Function kde_src_compile, Line 137, Exitcode 2
64 !!! died running emake, kde_src_compile:make
65
66
67 --
68 20:26:42 up 5 days, 0 min, 1 user, load average: 0.92, 1.29, 1.63

Replies

Subject Author
Re: [gentoo-dev] help needed patching kdebase 3.1.4 Paul de Vrieze <pauldv@g.o>