[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 thru NEW again, since it's new 
upstream version).

-- 
Patryk Cisek

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 416733] Re: Kadu 0.6.5.2-4 FTBFS

2009-09-08 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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

 -- Fabrice CoutadeurMon, 07 Sep 2009 21:23:56
+

** Changed in: kadu (Ubuntu)
   Status: Confirmed => Fix Released

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (Ubuntu)
 Assignee: (unassigned) => fabrice_sp (fabricesp)

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
/build/buildd/kadu-0.6.5.2/kadu/modules/profiles/profiles.cpp: In member 
function 'void ProfileConfigurationWindow::deleteBtnPressed()':
/build/buildd/kadu-0.6.5.2/kadu/modules/profiles/profiles.cpp:638: warning: 
ignoring return value of 'int system(const char*)', declared with attribute 
warn_unused_result
/build/buildd/kadu-0.6.5.2/kadu/modules/profiles/profiles.cpp: In member 
function 'void ProfileConfigurationWindow::profileSelected(QListWidgetItem*)':
/build/buildd/kadu-0.6.5.2/kadu/modules/profiles/profiles.cpp:673: error: 
invalid operands of types '' and 'int' to 
binary 'operator=='
/build/buildd/kadu-0.6.5.2/kadu/modules/profiles/profiles.cpp: In member 
function 'virtual void MyThread::run()':
/build/buildd/kadu-0.6.5.2/kadu/modules/profiles/profiles.cpp:761: warning: 
ignoring return value of 'int system(const char*)', declared with attribute 
warn_unused_result
make[3]: *** [modules/profiles/CMakeFiles/profiles.dir/profiles.cpp.o] Error 1
make[3]: Leaving directory `/build/buildd/kadu-0.6.5.2/build-dir'
make[2]: *** [modules/profiles/CMakeFiles/profiles.dir/all] Error 2
make[2]: Leaving directory `/build/buildd/kadu-0.6.5.2/build-dir'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/kadu-0.6.5.2/build-dir'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
**
Build finished at 20090820-0121
FAILED [dpkg-buildpackage died]
Purging chroot-autobuild/build/buildd/kadu-0.6.5.2

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs