[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-18 Thread Andreas Moog
librcc (0.2.9-3.1ubuntu0.1) saucy-proposed; urgency=low * debian/patches/fix-segfault.patch: (LP: #1183580) - Add patch from upstream to fix a segfault in rccGetDefaultLanguage -- Andreas Moog am...@ubuntu.com Sun, 17 Nov 2013 12:04:59 +0100 ** Description changed: + REQUEST FOR

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Thaddäus Tintenfisch
** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications about this bug go to:

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Andreas Moog
I've uploaded a possible fix to my PPA, https://launchpad.net/~amoog/+archive/ppa . Once the packages have been built, please test them and give feedback here. If your problems are fixed by the ppa packages, I'll upload to the official archive. -- You received this bug notification because you

Re: [Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Jung Kyu Park
It wokred Perfectly ,after purge all and re-install moc , during installation sequence librcc0 was downloded from https://launchpad.net/~amoog/+archive/ppa and it worked perfectly Thank you. On 일, 11월 17, 2013 at 8:57 오후, Andreas Moog andreas.m...@warperbbs.de wrote: I've uploaded a possible

Re: [Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Jung Kyu Park
It wokred Perfectly ,after purge all and re-install moc , during installation sequence librcc0 was downloded from https://launchpad.net/~amoog/+archive/ppahttps://launchpad.net/%7Eamoog/+archive/ppa and it worked perfectly on 14.04 trusty tahr Thank you. 2013/11/17 bagjunggyu

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Andreas Moog
** Patch added: debdiff with patch https://bugs.launchpad.net/ubuntu/+source/librcc/+bug/1183580/+attachment/3911016/+files/librcc_0.2.9-3.1ubuntu1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/librcc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications about this bug go to:

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package librcc - 0.2.9-3.1ubuntu1 --- librcc (0.2.9-3.1ubuntu1) trusty; urgency=low * debian/patches/fix-segfault.patch: (LP: #1183580) - Add patch from upstream to fix a segfault in rccGetDefaultLanguage -- Andreas Moog am...@ubuntu.com Sun, 17 Nov

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-16 Thread James M. Cooper
I probably should not ask this, but is there any chance at all that this will get fixed during Saucy's life-cycle? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-08 Thread Aaron Patterson
Workaround in #23 worked for me, thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications about this bug go to:

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-05 Thread Dave Gilbert
On current trusty (i.e. hasn't changed much) it still does it: (gdb) where #0 __strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:212 #1 0x7faafc8a320a in rccGetDefaultLanguage (ctx=0x198d700) at lng.c:115 for (i=0;ctx-languages[i];i++) { 115 if

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-02 Thread Lawson
@osirisgothra - It worked for me too, thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications about this bug go to:

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-01 Thread osirisgothra
(i386 [32-bit] user's instructions, amd64 [64-bit] users will have to alter the link below a bit) I was able to get mocp back up and running pretty simply, 1. sudo apt-get purge librcc0 note any pkgs that are uninstalled with it, for me it was just moc, and moc-ffmpeg-plugin 2. then, download

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-01 Thread hodak
@osirisgothra worked for me, thank's very much -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications about this bug go to:

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-11-01 Thread NeverMind
Method old school, but efficient. mkdir 123 cd 123 wget http://ftp.de.debian.org/debian/pool/main/libr/librcc/librcc0_0.2.9-3.1_i386.deb OR wget http://ftp.de.debian.org/debian/pool/main/libr/librcc/librcc0_0.2.9-3.1_amd64.deb ar p librcc0_0.2.9-3.1*.deb data.tar.gz | tar zx sudo mv

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-30 Thread Dmitrijs Ledkovs
Ubuntu _never_ takes binary package from anywhere. Only source packages are uploaded into ubuntu, which are then compiled from scratch. Please let me know if rebuilding the source package _one over again_ on ubuntu resolves the problem. -- You received this bug notification because you are a

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-30 Thread Jonathan Perry-Houts
Ah, I see. Well, building librcc0 from ubuntu source doesn't seem to do the job, I get the same segmentation fault on startup. Hopefully I was doing the correct thing (per random internet instructions): apt-get build-dep librcc0 apt-get source librcc0 cd librcc0-0.2.9/ dpkg-buildpackage -us -uc

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-29 Thread Jonathan Perry-Houts
So, now that this broken librcc0 package has made it in to the release version, and a solution has been found and verified, is there a reason that the package maintainer can't just put the Debian binary in place of the Ubuntu one? I don't mean to sound snarky, I'm not too familiar with the Ubuntu

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-27 Thread Moses Moore
curl -s 'http://archive.ubuntu.com/ubuntu/pool/main/libr/librcc/librcc_0.2.9.orig.tar.gz' |md5sum 98bf20d610f6bcd77893fc374f72a3af - curl -s 'http://ftp.de.debian.org/debian/pool/main/libr/librcc/librcc_0.2.9.orig.tar.gz' |md5sum 98bf20d610f6bcd77893fc374f72a3af - curl -s

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-27 Thread TK
Please see comment #10; I can confirm Juan Moyano's comment. There must be something different in the binaries even if the source code is the same. I've been using the Debian binary since August 4, 2013 without any issues. -- You received this bug notification because you are a member of

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-26 Thread Juan Moyano
I'm using Ubuntu 13.10. Downloaded the debian package from here [1] and installed it with dpkg. Moc now works. Don't know if this can cause side effects.. [1] http://packages.debian.org/sid/librcc0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-26 Thread Dmitrijs Ledkovs
librcc is in sync with debian, so exactly the same source is used in both debian/sid and Ubuntu 13.10 and up. So if there are errors caused by librcc compilation in Ubuntu, it's an issue in ubuntu or one of it's reverse-dependecies. E.g. it's an ubuntu specific problem. -- You received this bug

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-22 Thread Alberto Salvia Novella
** Changed in: librcc (Ubuntu) Importance: Undecided = High ** Changed in: librcc (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-21 Thread Stego
mocp crashes on me, too. system: Ubuntu 13.10 saucy with x86_64 Linux 3.11.0-12-generic on Gnome Shell 3.8 i hope this issue will get solved soon! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-10-16 Thread Elimar Riesebieter
I've built 0.2.10 which fixes this problem as well. Rebuilding 0.2.9 didn't. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-09-27 Thread Thaddäus Tintenfisch
I can confirm that replacing the library with the Debian one fixes this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1183580 Title: librcc segfaults on latest saucy To manage notifications

[Bug 1183580] Re: librcc segfaults on latest saucy

2013-08-04 Thread TK
The Debian binary of librcc0 0.2.9-3.1 also functions well for me with thunar (Bug #1207995) as well as the previous Ubuntu build of 0.2.9-3ubuntu2. http://packages.debian.org/sid/librcc0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to