[Bug 1299967] Re: sflphone do not start

2014-04-07 Thread Tristan Matthews
This was fixed upstream here: https://projects.savoirfairelinux.com/projects/sflphone/repository/revisions/390d5826f2f0db8bf7634f773ca36fb622009a06 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299967

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-08-27 Thread Tristan Matthews
It's been fixed since Raring because Stk was bumped up to 4.4.4 and no longer had the conflicting call to RtMidi, I believe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linking erro

Re: [Bug 1176058] Re: crash from invalid memset

2013-06-14 Thread Tristan Matthews
chpad.net/ubuntu/+source/libcommoncpp2/+bug/1176058/+subscriptions -- Tristan Matthews web: http://tristanswork.blogspot.com -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1176058 Title: crash from i

[Bug 975743] Re: Addressbook: Error: Could not load addressbook

2013-06-03 Thread Tristan Matthews
You need to install the sflphone-plugins package for address book support. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975743 Title: Addressbook: Error: Could not load addressbook To manage noti

[Bug 1176058] [NEW] crash from invalid memset

2013-05-03 Thread Tristan Matthews
*** This bug is a security vulnerability *** Public security bug reported: When using commoncpp2 on 64 bit systems (as SFLphone does), if gethostbyname fails, libcommoncpp2 will cause a buffer overflow by doing an incorrect memset. The memset in the buggy version is called using sizeof(ipaddr),

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-01-21 Thread Tristan Matthews
The workaround is to get the package, revert the last patch, and then rebuild and install the package: wajig source libstk0-dev cd stk-4.4.3 # reverse the last patch patch -p1 -R -i debian/patches/03-system_rtaudio_rtmidi.patch # build the debs (they will be built in the parent directory) fakeroo

[Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-11-19 Thread Tristan Matthews
It's already done for all those dev packages. It's not done for the libav-dbg package though. Would it make sense to have: Package: libav-dbg Section: debug Priority: extra Architecture: any Depends: libav-tools (= ${binary:Version}), libavcodec53 (= {binary:Version}) | libavcodec-exttra-53 (>

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-08 Thread Tristan Matthews
** Branch linked: lp:ubuntu/quantal/rtmidi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)' To ma

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
** Description changed: - As of Quantal, I can't link programs that depened on libstk, because + As of Quantal, I can't link programs that depend on libstk, because libstk.so expects two methods to be implemented in RtMidi: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libstk.

[Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-11-06 Thread Tristan Matthews
In Quantal (12.10), libavutil-dev can only be installed if libavutil51 is installed, there's no option for it to depend on libavutil-extra-51. Since libavcodec-dev depends on libavutil-dev, both packages will be uninstalled if we try to install libavcodec-extra-53. The attached patch uses the Depen

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
** Patch added: "Reverts 03-system_rtaudio_rtmidi.patch" https://bugs.launchpad.net/ubuntu/+source/stk/+bug/1075594/+attachment/3425731/+files/reverted_03-system_rtaudio_rtmidi.patch ** Description changed: - As of Quantal, I can't link programs that because libstk.so expects two - methods to

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
Try to compile the attached test case with: c++ test.cpp -o test -lstk You'll get the same result if you compile with: c++ test.cpp -o test -lstk -lrtaudio or: c++ test.cpp -o test -lstk -lrtaudio `pkg-config --cflags --libs rtmidi` ** Attachment added: "minimal test case" https://bugs.lau

[Bug 1075594] [NEW] Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
Public bug reported: As of Quantal, I can't link programs that depened on libstk, because libstk.so expects two methods to be implemented in RtMidi: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libstk.so: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)' /usr/

[Bug 1069954] Re: Packaging issue : add alternative dependency libavutil-extra-51 to libavutil-dev

2012-11-01 Thread Tristan Matthews
*** This bug is a duplicate of bug 1038781 *** https://bugs.launchpad.net/bugs/1038781 ** This bug has been marked a duplicate of bug 1038781 -dev packages are missing alternate depends on -extra packages -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 609210] [NEW] coriander segfaults on closing or stopping "Display

2010-07-23 Thread Tristan Matthews
Public bug reported: Binary package hint: coriander To reproduce (requires a dc1394 camera) 1)Open coriander 2)Click on the "Services" tab. 3)Under "ISO Control", click START 4)Click the "Display" button at the top. You should see video playback from your camera. 5)Close the video window, or cli

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2010-03-30 Thread Tristan Matthews
I think I resolved this on my machine (on karmic) with: wajig reinstall python-twisted-words -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 277926] Re: synfigstudio crashed with SIGSEGV in Gtk::Tooltips::set_tip()

2008-11-05 Thread Tristan Matthews
Running 32 bit intrepid: from the command-line: $>synfigstudio synfig studio -- starting up application... (synfigstudio:7268): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (synfigstudio:7268): Gtk-WARNING **: GtkSpinButton: setting an adjustmen

[Bug 63477] Re: Synfigstudio crash by startup

2008-11-05 Thread Tristan Matthews
same here, from the command-line: $>synfigstudio synfig studio -- starting up application... (synfigstudio:7268): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (synfigstudio:7268): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-z