[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package bluez - 4.98-2ubuntu1 --- bluez (4.98-2ubuntu1) precise; urgency=low * Merge with Debian unstable. Remaining Ubuntu changes: - Upstart support: o Add debian/bluez.bluetooth.upstart. o debian/rules: Drop -DEB_UPDATE_RCD_PARAMS

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-13 Thread Mathieu Trudel-Lapierre
I don't see any patch for bluez applied in Debian. Could you point me to where you saw this? I'd personally follow upstream to say that I'd rather not include such a patch unless it was vetted by a GCC/C++ expert... or if it was included in bluez proper. -- You received this bug notification

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-13 Thread Rohan Garg
@Mathieu It's in the SVN repo, please also see debian bug 657531. Like I said earlier, the patch is properly ifdef'd, so I really don't see the reason for concern. ** Bug watch added: Debian Bug tracker #657531 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657531 ** Also affects: bluez

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-13 Thread Bug Watch Updater
** Changed in: bluez Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927097 Title: C++ apps will fail to compile with current bluez package To manage

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-12 Thread Adrien Cunin
For the record, sitplus FTBFS because of this bug. Regarding how to fix it, Debian applied this patch: http://patch-tracker.debian.org/patch/series/view/bluez/4.98-2/09_fix_compile_with_C++.patch ; but the following thread: http://marc.info/?l=linux-bluetoothm=132644310919279w=2 indicates that

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-12 Thread Rohan Garg
I believe so, I had a discussion with Patrick Ohly about the patch and other distro packagers were CC'd in the email. The only reason I filed the bug was that Patrick assured me that the patch will land in upstream soon. Please also see :

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-12 Thread Rohan Garg
Ah, might I add, I believe the patch I attached is a better version since it uses ifdef's to ensure that the code works as expected for C and introduces changes only for C++ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 927097] Re: C++ apps will fail to compile with current bluez package

2012-02-05 Thread Rohan Garg
** Patch added: Updated patch for fixing bluez api https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/927097/+attachment/2716389/+files/fix_bluez.patch ** Patch removed: Updated patch for fixing bluez API