Re: 4.14.1 packages up for packagers

2014-09-13 Thread Sune Vuorela
This was posted on irc:

if anyone runs in an issue building smokekde 4.14.1, this fixed it here 
http://paste.kde.org/phhu3tnwr 

It was asked to be put it on reviewboard. I don't know if it has happened.

/Sune

On Friday 12 September 2014 13:16:49 Eric Hameleers wrote:
 On Fri, 12 Sep 2014, Albert Astals Cid wrote:
  Hi, the 4.14.1 packages are up for packagers at the usual location.
  
  kde-workspace 4.11.12 is also included.
  
  Public release is next Tuesday.
  
  I have not yet built the packages since downloading them from limited
  akademy bandwidth is not an option.
  
  Cheers,
  
   Albert
 
 When building kdebindings, I run into these errors (akonadi 1.13.0
 installed in case that's relevant):
 
 [ 78%] Building CXX object akonadi/CMakeFiles/smokeakonadi.dir/x_7.o
 /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp: In
 member function 'void
 __smokeakonadi::x_Akonadi__ItemFetchScope::x_33(Smoke::Stack)':
 /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3454:32:
 error: variable 'Akonadi::TagFetchScope xret' has initializer but
 incomplete type
   Akonadi::TagFetchScope xret = ((const
 x_Akonadi__ItemFetchScope*)this)-Akonadi::ItemFetchScope::tagFetchScope();
  ^
 /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3454:120:
 error: invalid use of incomplete type 'class Akonadi::TagFetchScope'
   Akonadi::TagFetchScope xret = ((const
 x_Akonadi__ItemFetchScope*)this)-Akonadi::ItemFetchScope::tagFetchScope();
 
 ^
 
 In file included from /usr/include/akonadi/changerecorder.h:23:0,
   from
 /tmp/kde-build/kdebindings/smokekde-4.14.1/akonadi/akonadi_includes.h:16,
   from
 /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:2:
 /usr/include/akonadi/monitor.h:37:7: error: forward declaration of
 'class Akonadi::TagFetchScope'
   class TagFetchScope;
 ^
 /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3455:62:
 error: invalid use of incomplete type 'class Akonadi::TagFetchScope'
   x[0].s_class = (void*)new Akonadi::TagFetchScope(xret);
^
 In file included from /usr/include/akonadi/changerecorder.h:23:0,
   from
 /tmp/kde-build/kdebindings/smokekde-4.14.1/akonadi/akonadi_includes.h:16,
   from
 /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:2:
 /usr/include/akonadi/monitor.h:37:7: error: forward declaration of
 'class Akonadi::TagFetchScope'
   class TagFetchScope;
 ^
 make[2]: *** [akonadi/CMakeFiles/smokeakonadi.dir/x_7.o] Error 1
 make[1]: *** [akonadi/CMakeFiles/smokeakonadi.dir/all] Error 2
 make: *** [all] Error 2
 A
 
 What's happening here?
 
 Cheers, Eric

-- 
I didn’t stop pretending when I became an adult, it’s just that when I was a 
kid I was pretending that I fit into the rules and structures of this world. 
And now that I’m an adult, I pretend that those rules and structures exist.
   - zefrank
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: 4.14.1 packages up for packagers

2014-09-13 Thread Albert Astals Cid
El Divendres, 12 de setembre de 2014, a les 22:36:20, Sune Vuorela va 
escriure:
 This was posted on irc:
 
 if anyone runs in an issue building smokekde 4.14.1, this fixed it here
 http://paste.kde.org/phhu3tnwr 
 
 It was asked to be put it on reviewboard. I don't know if it has happened.

I've commited that and reuploaded the tarball.

smokekde KDE/4.14
b8724cb81199205b73b1e2d1153b20cfcdba4dbc
94368f4292b62195d455ea56e4ccb48a4f896f6dde230b3481ddc440a6d8b5a9  
sources/smokekde-4.14.1.tar.xz

Cheers,
  Albert

 
 /Sune
 
 On Friday 12 September 2014 13:16:49 Eric Hameleers wrote:
  On Fri, 12 Sep 2014, Albert Astals Cid wrote:
   Hi, the 4.14.1 packages are up for packagers at the usual location.
   
   kde-workspace 4.11.12 is also included.
   
   Public release is next Tuesday.
   
   I have not yet built the packages since downloading them from limited
   akademy bandwidth is not an option.
   
   Cheers,
   
Albert
  
  When building kdebindings, I run into these errors (akonadi 1.13.0
  installed in case that's relevant):
  
  [ 78%] Building CXX object akonadi/CMakeFiles/smokeakonadi.dir/x_7.o
  /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp: In
  member function 'void
  __smokeakonadi::x_Akonadi__ItemFetchScope::x_33(Smoke::Stack)':
  /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3454:32:
  error: variable 'Akonadi::TagFetchScope xret' has initializer but
  incomplete type
  
Akonadi::TagFetchScope xret = ((const
  
  x_Akonadi__ItemFetchScope*)this)-Akonadi::ItemFetchScope::tagFetchScope()
  ;
  
   ^
  
  /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3454:120:
  error: invalid use of incomplete type 'class Akonadi::TagFetchScope'
  
Akonadi::TagFetchScope xret = ((const
  
  x_Akonadi__ItemFetchScope*)this)-Akonadi::ItemFetchScope::tagFetchScope()
  ;
  
  ^
  
  In file included from /usr/include/akonadi/changerecorder.h:23:0,
  
from
  
  /tmp/kde-build/kdebindings/smokekde-4.14.1/akonadi/akonadi_includes.h:16,
  
from
  
  /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:2:
  /usr/include/akonadi/monitor.h:37:7: error: forward declaration of
  'class Akonadi::TagFetchScope'
  
class TagFetchScope;

  ^
  
  /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3455:62:
  error: invalid use of incomplete type 'class Akonadi::TagFetchScope'
  
x[0].s_class = (void*)new Akonadi::TagFetchScope(xret);

 ^
  
  In file included from /usr/include/akonadi/changerecorder.h:23:0,
  
from
  
  /tmp/kde-build/kdebindings/smokekde-4.14.1/akonadi/akonadi_includes.h:16,
  
from
  
  /tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:2:
  /usr/include/akonadi/monitor.h:37:7: error: forward declaration of
  'class Akonadi::TagFetchScope'
  
class TagFetchScope;

  ^
  
  make[2]: *** [akonadi/CMakeFiles/smokeakonadi.dir/x_7.o] Error 1
  make[1]: *** [akonadi/CMakeFiles/smokeakonadi.dir/all] Error 2
  make: *** [all] Error 2
  A
  
  What's happening here?
  
  Cheers, Eric

___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: 4.14.1 packages up for packagers

2014-09-13 Thread Schaich Alonso
On Fri, 12 Sep 2014 13:06:07 +0200
Albert Astals Cid aa...@kde.org wrote:

 Hi, the 4.14.1 packages are up for packagers at the usual location.
 
 kde-workspace 4.11.12 is also included.
 
 Public release is next Tuesday.
 
 I have not yet built the packages since downloading them from limited akademy 
 bandwidth is not an option.
 
 Cheers,
   Albert
 ___
 Kde-packager mailing list
 kde-packa...@kde.org
 https://mail.kde.org/mailman/listinfo/kde-packager

Hi,

baloo-4.14.1 tarball builds version 4.14.0 (BALOO_VERSION_RELEASE is 0
in CMakeList.txt)

Alonso


pgpuvNc_THDqt.pgp
Description: PGP signature
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: 4.14.1 packages up for packagers

2014-09-13 Thread Albert Astals Cid
El Dissabte, 13 de setembre de 2014, a les 19:00:31, Schaich Alonso va 
escriure:
 On Fri, 12 Sep 2014 13:06:07 +0200
 
 Albert Astals Cid aa...@kde.org wrote:
  Hi, the 4.14.1 packages are up for packagers at the usual location.
  
  kde-workspace 4.11.12 is also included.
  
  Public release is next Tuesday.
  
  I have not yet built the packages since downloading them from limited
  akademy bandwidth is not an option.
  
  Cheers,
  
Albert
  
  ___
  Kde-packager mailing list
  kde-packa...@kde.org
  https://mail.kde.org/mailman/listinfo/kde-packager
 
 Hi,
 
 baloo-4.14.1 tarball builds version 4.14.0 (BALOO_VERSION_RELEASE is 0
 in CMakeList.txt)

That's because the baloo developers forgot to increase the version, does not 
guarantee a re-package in my opinion.

Cheers,
  Albert

 
 Alonso

___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


4.14.1 packages up for packagers

2014-09-12 Thread Albert Astals Cid
Hi, the 4.14.1 packages are up for packagers at the usual location.

kde-workspace 4.11.12 is also included.

Public release is next Tuesday.

I have not yet built the packages since downloading them from limited akademy 
bandwidth is not an option.

Cheers,
  Albert
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: 4.14.1 packages up for packagers

2014-09-12 Thread Eric Hameleers

On Fri, 12 Sep 2014, Albert Astals Cid wrote:


Hi, the 4.14.1 packages are up for packagers at the usual location.

kde-workspace 4.11.12 is also included.

Public release is next Tuesday.

I have not yet built the packages since downloading them from limited akademy
bandwidth is not an option.

Cheers,
 Albert


When building kdebindings, I run into these errors (akonadi 1.13.0 
installed in case that's relevant):


[ 78%] Building CXX object akonadi/CMakeFiles/smokeakonadi.dir/x_7.o
/tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp: In 
member function 'void 
__smokeakonadi::x_Akonadi__ItemFetchScope::x_33(Smoke::Stack)':
/tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3454:32: 
error: variable 'Akonadi::TagFetchScope xret' has initializer but 
incomplete type
 Akonadi::TagFetchScope xret = ((const 
x_Akonadi__ItemFetchScope*)this)-Akonadi::ItemFetchScope::tagFetchScope();

^
/tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3454:120: 
error: invalid use of incomplete type 'class Akonadi::TagFetchScope'
 Akonadi::TagFetchScope xret = ((const 
x_Akonadi__ItemFetchScope*)this)-Akonadi::ItemFetchScope::tagFetchScope();


^

In file included from /usr/include/akonadi/changerecorder.h:23:0,
 from 
/tmp/kde-build/kdebindings/smokekde-4.14.1/akonadi/akonadi_includes.h:16,
 from 
/tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:2:
/usr/include/akonadi/monitor.h:37:7: error: forward declaration of 
'class Akonadi::TagFetchScope'

 class TagFetchScope;
   ^
/tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:3455:62: 
error: invalid use of incomplete type 'class Akonadi::TagFetchScope'

 x[0].s_class = (void*)new Akonadi::TagFetchScope(xret);
  ^
In file included from /usr/include/akonadi/changerecorder.h:23:0,
 from 
/tmp/kde-build/kdebindings/smokekde-4.14.1/akonadi/akonadi_includes.h:16,
 from 
/tmp/kde-build/kdebindings/smokekde-4.14.1/build/akonadi/x_7.cpp:2:
/usr/include/akonadi/monitor.h:37:7: error: forward declaration of 
'class Akonadi::TagFetchScope'

 class TagFetchScope;
   ^
make[2]: *** [akonadi/CMakeFiles/smokeakonadi.dir/x_7.o] Error 1
make[1]: *** [akonadi/CMakeFiles/smokeakonadi.dir/all] Error 2
make: *** [all] Error 2
A

What's happening here?

Cheers, Eric

--
Eric Hameleers al...@slackware.com
Jabber: al...@jabber.xs4all.nl
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team