Gentoo Archives: gentoo-desktop

From: Andii Hughes <gnu_andrew@××××××××××.org>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] bug in kde-base/kate-plugins-3.5.10 (kde-sunset): build fails
Date: Mon, 20 Feb 2012 13:03:19
Message-Id: CAFXTvn7fNDAZDeFtjPL_w=URR8c+YJ3q3S_-ncwn5V5r=Zv4YA@mail.gmail.com
In Reply to: [gentoo-desktop] bug in kde-base/kate-plugins-3.5.10 (kde-sunset): build fails by Yuriy Davygora
1 On 4 February 2012 09:04, Yuriy Davygora <davygora@××××××××××.com> wrote:
2 >  Hello,
3 >
4 >  while emerging kde-meta:3.5 from kde-sunset, I have encountered the
5 > following problem with kde-base/kate-plugins-3.5.10:
6 >
7 > plugin_katetabbarextension.h: In constructor 'MyPtrList::MyPtrList()':
8 > plugin_katetabbarextension.h:56:54: error: cannot call constructor
9 > 'MyPtrList::QPtrList' directly
10 > plugin_katetabbarextension.h:56:54: error:   for a function-style cast,
11 > remove the redundant '::QPtrList'
12 > plugin_katetabbarextension.h: At global scope:
13 > plugin_katetabbarextension.h:309:13: warning: unused parameter 'number'
14 > plugin_katetabbarextension.h:309:13: warning: unused parameter 'size'
15 > make[3]: *** [plugin_katetabbarextension.lo] Error 1
16 > make[3]: Leaving directory
17 > `/var/tmp/portage/kde-base/kate-plugins-3.5.10/work/kate-plugins-3.5.10/kate/tabbarextension'
18 > make[2]: *** [all-recursive] Error 1
19 > make[2]: Leaving directory
20 > `/var/tmp/portage/kde-base/kate-plugins-3.5.10/work/kate-plugins-3.5.10/kate'
21 > make[1]: *** [all-recursive] Error 1
22 > make[1]: Leaving directory
23 > `/var/tmp/portage/kde-base/kate-plugins-3.5.10/work/kate-plugins-3.5.10'
24 > make: *** [all] Error 2
25 > emake failed
26 >
27 >  The complete build log is in the attachment (build.log). Output of
28 >
29 >  emerge --info =kde-base/kate-plugins-3.5.10
30 >
31 >  is in info.log.
32 >
33 >  Thanks in advance for any help!
34 >
35 >  Best regards,
36 >  Yuriy
37
38 konsolekalendar hits something similar:
39
40 main.cpp:37:5: warning: "TIME_WITH_SYS_TIME" is not defined
41 main.cpp: In function ‘int main(int, char**)’:
42 main.cpp:802:64: error: cannot call constructor ‘QDateTime::QDateTime’ directly
43 main.cpp:802:64: error: for a function-style cast, remove the
44 redundant ‘::QDateTime’
45 main.cpp:808:58: error: cannot call constructor ‘QDateTime::QDateTime’ directly
46 main.cpp:808:58: error: for a function-style cast, remove the
47 redundant ‘::QDateTime’
48 main.cpp:817:64: error: cannot call constructor ‘QDateTime::QDateTime’ directly
49 main.cpp:817:64: error: for a function-style cast, remove the
50 redundant ‘::QDateTime’
51 main.cpp:823:58: error: cannot call constructor ‘QDateTime::QDateTime’ directly
52 main.cpp:823:58: error: for a function-style cast, remove the
53 redundant ‘::QDateTime’
54
55 --
56 Andii :-)

Replies

Subject Author
Re: [gentoo-desktop] bug in kde-base/kate-plugins-3.5.10 (kde-sunset): build fails Yuriy Davygora <davygora@××××××××××.com>