Fwd: [Kde-hardware-devel] [Patch included] Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-05 Thread kde
KDE CI System: Build failed for framework solid An: kde-hardware-de...@kde.org Hi, I apologize for the trouble this has caused. Attached is a patch that fixes Solid build on Mac OS X (compiled and tests still passing). - Ende der weitergeleiteten Nachricht

Re: [Kde-hardware-devel] OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-05 Thread Marko Käning
Hi David, > Done (v5.0.0-rc2 tag) thanks. I'll re-run the whole build later, just to make sure that nothing else got broken in the meantime. Greets, Marko ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman

Re: [Kde-hardware-devel] OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-04 Thread David Faure
On Thursday 03 July 2014 23:30:14 Marko Käning wrote: > So, please, apply this patch to solid's git repo and re-package the > KF 5.0.0 release accordingly. Done (v5.0.0-rc2 tag) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE Frameworks 5 _

Re: [Kde-hardware-devel] OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread Marko Käning
Hi Kai Uwe & Kevin, I've put the patch from your kde-hardware-devel response [1] into the OSX KDE CI system and it built just fine - like it did before. This means, all frameworks of tiers 1 to 4 (i.e. also porting aids stuff) as documented on [2] build again just fine on OSX by now. :-) So, ple

Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread Nicolás Alvarez
2014-07-03 3:31 GMT-03:00 Kevin Ottens : > Hello, > > On Wednesday 02 July 2014 08:33:01 Marko Käning wrote: >> on OSX solid fails to build because of this: >> >> --- >> /Users/marko/WC/KDECI-builds/solid/src/solid/devices/backends/iokit/iokitdev >> ice.cpp:227:25: error: allocating an object of ab

Re: [Kde-hardware-devel] OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread Kevin Ottens
On Thursday 03 July 2014 13:31:16 Kevin Ottens wrote: > On Thursday 03 July 2014 10:08:13 David Faure wrote: > > On Thursday 03 July 2014 09:22:45 Kevin Ottens wrote: > > > On Thursday 03 July 2014 09:12:17 Marko Käning wrote: > > > > > Please pick one ASAP. > > > > > > > > Yes, please! > > > > >

Re: [Kde-hardware-devel] OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread Kevin Ottens
On Thursday 03 July 2014 10:08:13 David Faure wrote: > On Thursday 03 July 2014 09:22:45 Kevin Ottens wrote: > > On Thursday 03 July 2014 09:12:17 Marko Käning wrote: > > > > Please pick one ASAP. > > > > > > Yes, please! > > > > You can help us there though, please locally revert the commit I >

Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread David Faure
On Thursday 03 July 2014 09:22:45 Kevin Ottens wrote: > On Thursday 03 July 2014 09:12:17 Marko Käning wrote: > > > Please pick one ASAP. > > > > Yes, please! > > You can help us there though, please locally revert the commit I mentioned, > and confirm if that fixes the build for solid and allows

Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread Kevin Ottens
On Thursday 03 July 2014 09:12:17 Marko Käning wrote: > > Please pick one ASAP. > > Yes, please! You can help us there though, please locally revert the commit I mentioned, and confirm if that fixes the build for solid and allows to build all the way up to tier 3. I guess you might need to reve

Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-03 Thread Marko Käning
Hi all, > It looks like there's a need to pay more attention to the multi-platform > aspects of libsolid when reviewing. which is why we were trying to get the OSX CI system to work during the last weeks/months. > Now we have the following choices: > ... Point 1) seems like a no-option to me

Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-02 Thread Kevin Ottens
Hello, On Wednesday 02 July 2014 08:33:01 Marko Käning wrote: > on OSX solid fails to build because of this: > > --- > /Users/marko/WC/KDECI-builds/solid/src/solid/devices/backends/iokit/iokitdev > ice.cpp:227:25: error: allocating an object of abstract class type > 'Solid::Backends::IOKit::Batte

OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-01 Thread Marko Käning
Hi solid devs, on OSX solid fails to build because of this: --- /Users/marko/WC/KDECI-builds/solid/src/solid/devices/backends/iokit/iokitdevice.cpp:227:25: error: allocating an object of abstract class type 'Solid::Backends::IOKit::Battery' iface = new Battery(this);