Re: OSX/CI: ark fails to build on branch frameworks

2015-01-16 Thread Raphael Kubo da Costa
Marko Käning writes: > Hi Raphael, > > On 14 Jan 2015, at 22:11 , Raphael Kubo da Costa wrote: >> Is the full build log available somewhere, preferably with `make >> VERBOSE=1'? This really smells like OS X having an older (< 3.0) version >> of libarchive in its "base" system, a more recent vers

Re: OSX/CI: ark fails to build on branch frameworks

2015-01-14 Thread Marko Käning
Hi Raphael, On 14 Jan 2015, at 22:11 , Raphael Kubo da Costa wrote: > Is the full build log available somewhere, preferably with `make > VERBOSE=1'? This really smells like OS X having an older (< 3.0) version > of libarchive in its "base" system, a more recent version being > installed by `port'

Re: OSX/CI: ark fails to build on branch frameworks

2015-01-14 Thread Raphael Kubo da Costa
David Faure writes: > On Wednesday 14 January 2015 08:49:15 Marko Käning wrote: >> What’s going on? > > I'm not sure the ark developers read kde-frameworks-devel... > This is related to libarchive, and therefore unrelated to KF5 itself. That's true, thanks Marko for sending me an email and pokin

Re: OSX/CI: ark fails to build on branch frameworks

2015-01-14 Thread David Faure
On Wednesday 14 January 2015 08:49:15 Marko Käning wrote: > What’s going on? I'm not sure the ark developers read kde-frameworks-devel... This is related to libarchive, and therefore unrelated to KF5 itself. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE Frameworks 5 ___

OSX/CI: ark fails to build on branch frameworks

2015-01-13 Thread Marko Käning
I hadn’t built ark for quite a while (since I had activated it at some stage due to [1,2]) and only now I realise that it fails here on OSX: --- [ 69%] [ 69%] Built target kerfuffle_clirar Building CXX object plugins/clirarplugin/autotests/CMakeFiles/clirartest.dir/clirartest_automoc.cpp.o Link

Re: OSX/CI: ark fails to build on branch frameworks

2014-09-15 Thread Marko Käning
Thanks Bushan, On 16 Sep 2014, at 08:00 , Bhushan Shah wrote: > Solved in http://commits.kde.org/ark/cf4c338216908f7b50fc1c36be753cb34b7daecc indeed, it did! :-) Another example how useful building on a different toolchain can be!!! Greets, Marko P.S.: I hope you could proceed with figuring

Re: OSX/CI: ark fails to build on branch frameworks

2014-09-15 Thread Bhushan Shah
On Tue, Sep 16, 2014 at 11:26 AM, Bhushan Shah wrote: > is working fine, will correct it in little time.. Solved in http://commits.kde.org/ark/cf4c338216908f7b50fc1c36be753cb34b7daecc -- Bhushan Shah http://bhush9.github.io IRC Nick : bshah on Freenode

Re: OSX/CI: ark fails to build on branch frameworks

2014-09-15 Thread Bhushan Shah
On Tue, Sep 16, 2014 at 11:13 AM, Bhushan Shah wrote: > Umm strange, I don't see this error.. I myself have ported it and it > works fine here.. let me try and see what can cause this error.. Okay now I see problem, in KF5 constructor is, KRun (const QUrl &url, QWidget *window, bool showProgress

Re: OSX/CI: ark fails to build on branch frameworks

2014-09-15 Thread Bhushan Shah
On Tue, Sep 16, 2014 at 11:09 AM, Marko Käning wrote: > Users/marko/WC/KDECI-builds/ark/part/arkviewer.cpp:255:24: error: no matching > constructor for initialization of 'KRun' > KRun *runner = new KRun(url, 0, 0, false); >^ > /opt/kde/install/darwi

OSX/CI: ark fails to build on branch frameworks

2014-09-15 Thread Marko Käning
Is ark not yet fully ported to KF5 - on Linux perhaps as well? --- Users/marko/WC/KDECI-builds/ark/part/arkviewer.cpp:255:24: error: no matching constructor for initialization of 'KRun' KRun *runner = new KRun(url, 0, 0, false); ^ /opt/kde/install/d