[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-09 Thread fabrice_sp
The fix has been extracted from latest upstream release, so it's ok :-) Otherwise, I would have sent it upstream. -- Kadu 0.6.5.2-4 FTBFS https://bugs.launchpad.net/bugs/416733 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-09 Thread Patryk Cisek
On Wednesday 09 of September 2009 08:02:15 fabrice_sp wrote: The fix has been extracted from latest upstream release, so it's ok :-) Otherwise, I would have sent it upstream. Next Kadu version (0.6.5.3), will be released next Sunday. I'll upload it to Debian archive on Saturday (it has to go

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-09 Thread fabrice_sp
Hi, If it's worth upgrading kadu to the latest version, you should then open a sync request bug, and follow then the FFe process at https://wiki.ubuntu.com/FreezeExceptionProcess. Cheers, Fabrice -- Kadu 0.6.5.2-4 FTBFS https://bugs.launchpad.net/bugs/416733 You received this bug notification

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-08 Thread Daniel Holbach
Can you please forward the change to upstream? -- Kadu 0.6.5.2-4 FTBFS https://bugs.launchpad.net/bugs/416733 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package kadu - 0.6.5.2-4ubuntu1 --- kadu (0.6.5.2-4ubuntu1) karmic; urgency=low * debian/patches/99-gcc4.4-build-fix2.patch: fix a FTBFS deleting a non used line in modules/profiles/profiles.cpp (LP: #416733). Patch retrofited from 0.6.5.3 --

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-07 Thread fabrice_sp
Debdiff with the patch ** Attachment added: kadu_0.6.5.2-4ubuntu1.debdiff http://launchpadlibrarian.net/31471781/kadu_0.6.5.2-4ubuntu1.debdiff ** Changed in: kadu (Ubuntu) Status: In Progress = Confirmed ** Changed in: kadu (Ubuntu) Assignee: fabrice_sp (fabricesp) = (unassigned)

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-07 Thread fabrice_sp
The faulty line: ... Profile p = profileManager-getProfile(item-text()); - if (index == 0) return; profileName-setText(p.name); profileDir-setText(p.directory); profileUIN-setText(p.uin); ... -- Kadu 0.6.5.2-4 FTBFS https://bugs.launchpad.net/bugs/416733

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-07 Thread fabrice_sp
The line that gives the compilation error has been deleted upstream in 0.6.5.3, so I'll do a patch to delete it also in 0.6.5.2 (the test does not bring anything as the index variable is not used in this method). ** Changed in: kadu (Ubuntu) Status: New = In Progress ** Changed in: kadu

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-08-21 Thread Jonathan Thomas
Hmm, gcc funkiness maybe? -- Kadu 0.6.5.2-4 FTBFS https://bugs.launchpad.net/bugs/416733 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-08-20 Thread Artur Rona
Scanning dependencies of target profiles make[3]: Leaving directory `/build/buildd/kadu-0.6.5.2/build-dir' make[3]: Entering directory `/build/buildd/kadu-0.6.5.2/build-dir' [ 54%] Building CXX object modules/profiles/CMakeFiles/profiles.dir/profiles.cpp.o