[Bug 605189] Re: Provide symlinks for cross-compilers

2013-08-05 Thread Rafał Krypa
update-ccache-symlinks stopped to include cross compilers since their moved from /usr/lib/gcc to /usr/lib/gcc-cross. The attached patch for update-ccache-symlinks seems to fix this. ** Also affects: gcc-4.7-armel-cross (Ubuntu) Importance: Undecided Status: New ** Also affects: ccache (

[Bug 728088] Re: iscsi root with or without auth fails to boot

2011-05-15 Thread Rafał Krypa
I have upgraded my Ubuntu Desktop with iSCSI root from Maverick to Natty yesterday (it was installed originally as Karmic and upgraded to each new release with no problems regarding iSCSI). It started failing exactly like in this bug description and after a short trial and error trying to solve

[Bug 744884] Re: [armel, neon] ICE in reload_cse_simplify_operands, at postreload.c:402

2011-03-29 Thread Rafał Krypa
** Attachment added: "Failing code, preprocessed." https://bugs.launchpad.net/bugs/744884/+attachment/1953154/+files/insn-unsat-constr.i -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/744884 Title:

[Bug 744884] [NEW] [armel, neon] ICE in reload_cse_simplify_operands, at postreload.c:402

2011-03-29 Thread Rafał Krypa
Public bug reported: Compilation with options "-c -mfloat-abi=softfp -mfpu=neon -O2" of the following code: #include void test(int16_t *output) { int16x4_t a, b; int16x4x4_t z; z.val[0] = vadd_s16(a, b); z.val[1] = vadd_s16(a, b); z.val[2] = vsub_s16(a, b

[Bug 301174] Re: Use proper sound event instead of system beep

2010-05-04 Thread Rafał Krypa
I also experience it on current Lucid. -- Use proper sound event instead of system beep https://bugs.launchpad.net/bugs/301174 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 http

[Bug 544679] Re: skysentials crashed with SIGSEGV in pthread_mutex_lock()

2010-04-02 Thread Rafał Krypa
*** This bug is a duplicate of bug 549255 *** https://bugs.launchpad.net/bugs/549255 The bug #549255 was reported automatically by Apport. I don't know why it was made private, is this default Apport or Launchpad behavior? Nevertheless, it is public now. -- skysentials crashed with SIGSEGV i

[Bug 549255] Re: skysentials crashed with SIGSEGV in pthread_mutex_lock()

2010-04-02 Thread Rafał Krypa
** Visibility changed to: Public -- skysentials crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/549255 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 487537] [NEW] GOsa 2.5.x doesn't and won't work with php > 5.2.9, please switch to GOsa 2.6

2009-11-24 Thread Rafał Krypa
Public bug reported: Binary package hint: gosa The gosa package depends on php5, but php5 version present in Ubuntu Karmic (currently 5.2.10.dfsg.1-2ubuntu6.1) is incompatible with GOsa 2.5.19. GOsa developers stated, that latest compatible PHP 5 version for gosa 2.5.x will be 5.2.9 and that G

[Bug 444436] [NEW] Iscsitarget is outdated, module does not build

2009-10-06 Thread Rafał Krypa
Public bug reported: Binary package hint: iscsitarget Iscsitarget 0.4.16+svn162-3ubuntu1 does not build against Linux kernel 2.6.31-11-generic in Ubuntu Karmic: /usr/bin/make -C /usr/src/linux SUBDIRS=/usr/src/modules/iscsitarget/kernel modules make[2]: Entering directory `/usr/src/linux-header

[Bug 438948] [NEW] Unable to play sound on Pulseaudio: "No such entity"

2009-09-29 Thread Rafał Krypa
Public bug reported: Binary package hint: pulseaudio I am unable to play any sound when trying to use Pulseaudio. So far I tried these applications with following effects: - paplay: Stream error: No such entity - mplayer -v -ao pulse: Trying preferred audio driver 'pulse', options '[none]' AO:

[Bug 438948] Re: Unable to play sound on Pulseaudio: "No such entity"

2009-09-29 Thread Rafał Krypa
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/32724297/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/32724298/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/32724299/ArecordDevices.t

[Bug 319108] Re: Memory leak in libgtop

2009-02-09 Thread Rafał Krypa
*** This bug is a duplicate of bug 307472 *** https://bugs.launchpad.net/bugs/307472 ** This bug has been marked a duplicate of bug 307472 multiload-applet-2 leaks memory -- Memory leak in libgtop https://bugs.launchpad.net/bugs/319108 You received this bug notification because you are a

[Bug 319108] Re: Memory leak in libgtop

2009-01-19 Thread Rafał Krypa
** Attachment added: "Fixes the memleak for me" http://launchpadlibrarian.net/21463391/libgtop2-2.24.0-fix-memleak.diff -- Memory leak in libgtop https://bugs.launchpad.net/bugs/319108 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 319108] [NEW] Memory leak in libgtop

2009-01-19 Thread Rafał Krypa
Public bug reported: Ubuntu release: 8.10 libgtop2-7 version: 2.24.0-0ubuntu2 I found out, that multiload-applet-2 is leaking memory. It seems that it is caused by libgtop memleak at linux_2_6_0(). Please see my simple patch that solved the problem for me. ** Affects: libgtop (Ubuntu) Impo