Re: [Port KF5] Why we get so many segfault...

2015-10-22 Thread Aditya Sharma
> Hello, > > Sorry for not being able to get back to you on IRC. I have been busy with > another project of mine at my university for quite some time now. > > If a method was virtual before and is pure virtual now then one can't call > that function as the method is of an abstract class now in Qt5

Re: [Port KF5] Plugins

2015-10-16 Thread Aditya Sharma
> > Hi again, > > Normally if you run Amarok (after having done a *make install*) you > should get a QMessageBox complaning about the SQL plugin. You should be > able to read in the trace : > > Error loading plugin "amarok_storage-mysqlestorage" "La biblioth\u00E8que > partag\u00E9e est introuvable

Re: [Port KF5] Aditya's commit

2015-10-13 Thread Aditya Sharma
> > Please forget the message I sent (see below). I wasn't on the good branch. > > @Aditya: Just take in account my advice for the commits. > Sure. Thanks for pointing that out :) > > Cheers, and keep up the good job! > Olivier > > --- > Hi, > > Aditya's commit prevent me to compile to 100%, whi

Mentor Needed for SoK

2015-10-11 Thread Aditya Sharma
Continue porting Amarok to Qt5/KF5 Name: Aditya Dev Sharma Email Address: aditya.sharma15...@gmail.com Freenode IRC nickname: g33kyaditya/g33kyaditya_ on irc.freenode.net Location And Time Zone: Chandigarh, India (UTC+05:30) Proposal Title: Continue Amarok port to Qt5/KF5 Motivation for Propo

Re: amarok kf5 port

2015-10-11 Thread Aditya Sharma
> > hello, > Hi > I am experiencing an unsual behaviour while starting amarok with gdb > .While starting amarok in gdb i.e when i give this command "gdb > amarok" amarok's mainwindow is not loaded and gives a segmentation > fault . If i start amarok outside gdb i.e just "amarok" the same > th

Re: Season of KDE 2015 - Port Qt5 - Mentor

2015-10-10 Thread Aditya Sharma
f the widgets can be splitted up) > > On 2015-10-09 12:41, Aditya Sharma wrote: > > I know this is huge and won't be able to accomplish in the given timeline > > but, I would like to keep on working on this port after the completion of > > SoK so that Amarok is fully func

Season of KDE 2015 - Port Qt5 - Mentor

2015-10-09 Thread Aditya Sharma
Hey all ! It's been a while since we started porting Amarok to Qt5/KF5 , and we got as far as to getting it to build by using KDELibs4Support. But as the Amarok Porting Wiki says, we still need to ensure that all tests are passed and then porting it away from KDELibs4Support. I would like to take

Re: Applying Churlaud's patch - KF5/Qt5

2015-10-04 Thread Aditya Sharma
> I'll commit anyway today, so that everyone can work from the same basis... > If at the end, someone thinks it's not well made, the commit can be > reverted > > Changed all includes of KApplication to QApplication. > Changed kapplication.h to qapplication.h > Changed kapp to qApp > Commented

Applying Churlaud's patch - KF5/Qt5

2015-10-03 Thread Aditya Sharma
Hey ! I applied Olivier's patch from the Review Board. He has still not committed anything so I proceeded anyway with his patch. Changed all includes of KApplication to QApplication. Changed kapplication.h to qapplication.h Changed kapp to qApp Commented qApp->setTopWidget following the advice h

Re: KF5 Port Status

2015-09-27 Thread Aditya Sharma
> Hi, Hi ! > I'm sorry not to have updated the wiki. The status is the same as > discussed before. I'm still waiting that someone reads the code and > validate it. I'm not sure to have thoroughly understood how the > initialization worked, and thus to have ported it completely. Everything is >

Re: kf5port(olivier)

2015-09-26 Thread Aditya Sharma
@Olivier : I applied your patch. Here's the backtrace. Backtrace Are we on the same page ? And what should I do next ? -- Regards Aditya ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/lis

KF5 Port Status

2015-09-24 Thread Aditya Sharma
So finally I am over with my University Exams and have a lot of time up my sleeve.What's the current porting status ? Last I heard, there was some segmentation fault and we were trying to fix it with Olivier's patch. (Changes to the App() ...) Also, on some systems (like mine) , liblastfm5 error w

Re: kf5port(olivier)

2015-09-14 Thread Aditya Sharma
> > > can you try a clean build of Amarok kf5 branch ... it should not find & > link liblastfm > > I did a clean build. It indeed did not find liblastfm I proceeded with gdb amarok. Here's the Output I did not apply Olivier's patch though. Will apply it too and ch

Re: kf5port(olivier)

2015-09-14 Thread Aditya Sharma
> > > Hi, >> >> On 2015-09-14 15:56, Aditya Sharma wrote: >> > One more thing, did installing liblastfm5 overwrite the previous lasftm >> I >> > had ? >> >> no it didn't. >> > I removed liblastfm I installed liblastfm5 and

Re: kf5port(olivier)

2015-09-14 Thread Aditya Sharma
> Hi, > > On 2015-09-14 15:56, Aditya Sharma wrote: > > One more thing, did installing liblastfm5 overwrite the previous lasftm I > > had ? > > no it didn't. > > Can you check the output of: ldd amarok > It still uses liblastfm.so Console Output <

Re: kf5port(olivier)

2015-09-14 Thread Aditya Sharma
> > Hi, > Hey ! > I also use Kubuntu. > > Reading [0], liblastfm tries to use Qt5 by default. Please do the > following: > -) make sure you are on the current master branch of liblastfm > -) clean your liblastfm build dir > -) cmake .. (if build dir is a subdirectory of the source dir) > -) chec

Re: kf5 port(olivier)

2015-09-14 Thread Aditya Sharma
> > Hey ! > >> Then apply the last diff from the review board and see if you can help me >> to cgo further and clean it up. ;) >> > Applied your last diff, using patch -p1 < patch.txt > But the Segmentation fault remains the same. The same QHash fault. > > > If you use gdb, after starting

Re: KF5 port continued

2015-09-14 Thread Aditya Sharma
> > > thanks Somsubhra for making the port compile. > > I compiled it and got a segfault related to liblastfm. Please note that > the Qt5 liblastfm is called liblastfm5.so, I changed this for lastfm & > mygpo-qt in CMakeLists > Exactly what changes did you make in the files ? Did you or anyone els

Re: kf5 port(olivier)

2015-09-13 Thread Aditya Sharma
> > Hi, > Hey ! > Then apply the last diff from the review board and see if you can help me > to cgo further and clean it up. ;) > Applied your last diff, using patch -p1 < patch.txt But the Segmentation fault remains the same. The same QHash fault. > Cheers > Olivier >

Re: kf5 port(olivier)

2015-09-13 Thread Aditya Sharma
I'd like to add, this is what happens with me. I haven't applied any diffs. Only the latest KF5 commits. Log -- Regards Aditya ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amar

Re: Kf5port(olivier) rishabh

2015-09-13 Thread Aditya Sharma
> > >>> Today's Topics: >>> >>>1. Re: kf5 port(olivier) (Olivier Churlaud) >>> >>> >>> -- >>> >>> Message: 1 >>> Date: Sun, 13 Sep 2015 11:33:01 +0200 >>> From: Olivier Churlaud >>> To: amarok-devel@kde.org >>> Subject: Re: kf

Re: KF5 port

2015-09-06 Thread Aditya Sharma
Turns out that KF5::KdeLibs4Support in src/shared/CMakeLists.txt --> target_link_libraries was missing. Added it to solve the issue. -- Regards Aditya ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

KF5 port

2015-09-05 Thread Aditya Sharma
Make goes just till 2% . I double checked that the kf5 branch is up-to-date. Attached Console O/p. Console Output -- Regards Aditya ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.or

Re: KF5 branch

2015-09-02 Thread Aditya Sharma
> > Hi Aditya, > > > On Wed, Sep 2, 2015 at 4:22 PM, Aditya Sharma > wrote: > > Has the branch been moved or anything. > > I cloned using > > > > git clone http://anongit.kde.org/amarok > > > > git branch -r shows me the following console out

KF5 branch

2015-09-02 Thread Aditya Sharma
Has the branch been moved or anything. I cloned using git clone http://anongit.kde.org/amarok git branch -r shows me the following console output. Console Output -- Regards Aditya Dev Sharma ___ Amarok

Re: Building Amarok from Git on Kubuntu 15.04

2015-08-29 Thread Aditya Sharma
Update I've been trying since morning to fix the CMake Errors , and I've fixed some. I found till now Q_WS_* , is no longer supported in Qt5 . The Macro in Qt5 is Q_OS_* . Still , not sure if I have to change all the Q_WS_* with Q_OS_* . Apart from it, the only 2 errors that remain are , due to p

Building Amarok from Git on Kubuntu 15.04

2015-08-28 Thread Aditya Sharma
I wanted to have the KF5 and Qt5. So I did a clean install of Kubuntu 15.04. In order to build Amarok, locally, I followed the instructions : here . I installed all the dependencies (except nepomuk-core which

Re: Porting Nepomuk collection to Baloo

2015-08-26 Thread Aditya Sharma
I'll get in touch with them. Regards Aditya Dev Sharma geekyaditya | Blogging about anything ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Porting Nepomuk collection to Baloo

2015-08-26 Thread Aditya Sharma
Is the Qt5/KF5 port advanced enough to start with the Nepomuk port. If yes, I'd like to work on it. IRC : g33kyaditya Regards Aditya Dev Sharma -- Aditya Dev Sharma geekyaditya | Blogging about anything ___ Ama