Gentoo Archives: gentoo-dev

From: Benjamin Wirtz <benjamin.wirtz@××××××.de>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Failure in MySqlNavigator ebuild!!!! about.cxx !!!
Date: Mon, 02 Feb 2004 14:10:53
Message-Id: 200402021508.01387.benjamin.wirtz@x-dots.de
1 I tryed to meger the "mysqlnavigator" an got the following error - message :
2
3 **************************************************************************************
4 mkdir .libs
5 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../pics -I../../../include
6 -I/usr/include/mysql -I/usr/qt/3/include -O2 -march=athlon-xp -pipe
7 -DUSE_OLD_FUNCTIONS=1 -MT about.lo -MD -MP -MF .deps/about.Tpo -c
8 about.cxx  -fPIC -DPIC -o .libs/about.lo
9 about.cxx:85:24: missing terminating " character
10 about.cxx: In constructor `About::About(QWidget*, const char*, bool, unsigned
11   int)':
12 about.cxx:86: error: parse error before `two'
13 about.cxx:86: error: stray '\' in program
14 about.cxx:86:184: warning: character constant too long for its type
15 about.cxx:86:859: missing terminating ' character
16 about.cxx:86:859: warning: character constant too long for its type
17 about.cxx:87: error: stray '\' in program
18 about.cxx:87:153: missing terminating ' character
19 about.cxx:87:153: warning: character constant too long for its type
20 about.cxx:88: error: stray '\' in program
21 about.cxx:88: error: `rather' undeclared (first use this function)
22 about.cxx:88: error: (Each undeclared identifier is reported only once for
23 each
24   function it appears in.)
25 about.cxx:88: error: `the' undeclared (first use this function)
26 about.cxx:88: error: parse error before `is'
27 about.cxx:89: error: stray '\' in program
28 about.cxx:89: error: stray '\' in program
29 about.cxx:90: error: stray '\' in program
30 about.cxx:90:396: missing terminating ' character
31 about.cxx:90:396: warning: character constant too long for its type
32 about.cxx:91: error: stray '\' in program
33 about.cxx:91: error: stray '\' in program
34 about.cxx:91:1154: missing terminating " character
35 about.cxx:92: error: stray '\' in program
36 about.cxx:92: error: stray '\' in program
37 make[3]: *** [about.lo] Error 1
38 make[3]: Leaving directory
39 `/var/tmp/portage/mysqlnavigator-1.4.2/work/mysqlnavigator-1.4.2/src/mysql/about'
40 make[2]: *** [install-recursive] Error 1
41 make[2]: Leaving directory
42 `/var/tmp/portage/mysqlnavigator-1.4.2/work/mysqlnavigator-1.4.2/src/mysql'
43 make[1]: *** [install-recursive] Error 1
44 make[1]: Leaving directory
45 `/var/tmp/portage/mysqlnavigator-1.4.2/work/mysqlnavigator-1.4.2/src'
46 make: *** [install-recursive] Error 1
47
48 !!! ERROR: dev-db/mysqlnavigator-1.4.2 failed.
49 !!! Function einstall, Line 388, Exitcode 2
50 !!! einstall failed
51 ************************************************************************************************************
52
53
54 so i checked the lines 86 - 92 in about.cxx . Its the GPL Comment. There must
55 be somethig wrong??? I stopped the emerge after unpacking the sources with
56 "Strg + Z" and changed the script at this point (dd 86-92). then i restart
57 the emerge with calling it from "bg" and it works now.
58
59 Is that an elsewehre failure or only on my system with my system dependencies.
60
61 MFG Benni
62 Sorry for my bad english :-)
63
64 --
65 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Failure in MySqlNavigator ebuild!!!! about.cxx !!! Mike Frysinger <vapier@g.o>