Bug#1040452: libc6: upgrading libc6 to version 2.37-3 break almost every program (especially in a shell)

2023-07-06 Thread Kai Wasserbäch
Hey Aurelien, Aurelien Jarno wrote on 06.07.23 21:43: Hi, On 2023-07-06 08:14, Kai Wasserbäch wrote: OK, downgrading from the broken system state didn't work either and left me with a lot of segfaulting programs. In the end it seems that 2.73-3 isn't really broken, but the update process

Bug#1040452: libc6: upgrading libc6 to version 2.37-3 break almost every program (especially in a shell)

2023-07-06 Thread Kai Wasserbäch
OK, downgrading from the broken system state didn't work either and left me with a lot of segfaulting programs. In the end it seems that 2.73-3 isn't really broken, but the update process is somehow. After I went to a rescue system and redid the update from there, everything worked out. Now

Bug#1040452: libc6: upgrading libc6 to version 2.37-3 break almost every program (especially in a shell)

2023-07-05 Thread Kai Wasserbäch
I did manage do get a full back trace for man: $ gdb --args man apt-get GNU gdb (Debian 13.2-1) 13.2 [...] Reading symbols from man... Reading symbols from /usr/lib/debug/.build-id/70/bd707aa6a7ea95d80aaa2933e2d49f1cc56c5f.debug... (gdb) r Starting program: /usr/bin/man apt-get [Thread

Bug#1040452: libc6: upgrading libc6 to version 2.37-3 break almost every program (especially in a shell)

2023-07-05 Thread Kai Wasserbäch
Package: libc6 Version: 2.37-3 Severity: important Dear maintainers, I've just upgraded to libc6 2.37-3 and now I have an almost broken system. But broken in a very weird way: the graphical user interface (KDE Plasma) is coming up, I can start big programs like Firefox, Thunderbird, etc., but

Bug#888592: llvm-config-7 fails to find its libLLVM

2018-01-27 Thread Kai Wasserbäch
Package: llvm-7 Version: 1:7~svn323465-1~exp1 Severity: important Hey Sylvestre, I just tried building Mesa against the llvm-toolchain-snapshot packages in version 1:7~svn323149-1~exp1 (a test with the most recent version available (1:7~svn323465-1~exp1) showed the same behaviour). The build

Bug#851660: Please update Phabricator to include PHP7 compatibility

2017-01-17 Thread Kai Wasserbäch
xing this! Kind regards, Kai Wasserbäch signature.asc Description: OpenPGP digital signature

Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-08 Thread Kai Wasserbäch
Dear Mark, Mark Wielaard wrote on 08.08.2015 00:35: On Thu, Aug 06, 2015 at 05:14:25PM +0200, Kai Wasserbäch wrote: Could you compile the following with: gcc -g -lelf -o elfrel elfrel.c this does not work for several reasons: 1. I certainly need -std=c99 for the inline initialisation

Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-08 Thread Kai Wasserbäch
tag 794488 = patch thanks Kurt Roeckx wrote on 08.08.2015 12:06: On Sat, Aug 08, 2015 at 11:47:04AM +0200, Mark Wielaard wrote: On Sat, Aug 08, 2015 at 10:58:15AM +0200, Kai Wasserbäch wrote: And there *IS* a difference vs. your output: for you the relocations in 794488_elfs/libelf1

Bug#794488: Re: Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-06 Thread Kai Wasserbäch
Dear Mark, Mark Wielaard wrote on 06.08.2015 00:29: On Wed, 2015-08-05 at 17:55 +0200, Kai Wasserbäch wrote: So, if I've understood you correctly, you want an ELF dump of a Mesa build linked against libelfg0 and one linked against libelf1. You can find the generated files in the attached Tar

Bug#794488: Re: Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-05 Thread Kai Wasserbäch
Michel Dänzer wrote on 05.08.2015 12:08: On 05.08.2015 18:55, Mark Wielaard wrote: On Wed, 2015-08-05 at 11:13 +0900, Michel Dänzer wrote: Note that the ELF object is actually created in LLVM. Do you happen to know whether that also uses libelf to generate the file? AFAICT LLVM doesn't

Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-04 Thread Kai Wasserbäch
Mark Wielaard wrote on 04.08.2015 00:17: On Mon, Aug 03, 2015 at 10:34:19PM +0200, Kai Wasserbäch wrote: Could you point me to the source code that does the libelf calls to create the ELF file? Maybe reading the source helps to figure out what might go wrong. The stacktrace from the test

Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-03 Thread Kai Wasserbäch
Package: libelf1 Version: 0.163-4 Severity: normal Tags: upstream Hi, when I link my Mesa build against libelf1, some Piglit [0] tests start throwing SIGSEGVs. Two of those tests are spec@arb_gpu_shader_fp64@execution@fs-indirect-temp-double-{dst,src}. When I link Mesa (or more specifically my

Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-03 Thread Kai Wasserbäch
Mark Wielaard wrote on 03.08.2015 20:06: On Mon, Aug 03, 2015 at 05:44:01PM +0200, Kai Wasserbäch wrote: when I link my Mesa build against libelf1, some Piglit [0] tests start throwing SIGSEGVs. Two of those tests are spec@arb_gpu_shader_fp64@execution@fs-indirect-temp-double-{dst,src}. When

Bug#794488: Piglit tests in Mesa crash, if radeonsi_dri.so is linked with libelf1 (libelfg0 works)

2015-08-03 Thread Kai Wasserbäch
Dear Mark, Mark Wielaard wrote on 03.08.2015 21:47: On Mon, Aug 03, 2015 at 08:31:12PM +0200, Kai Wasserbäch wrote: Steps to reproduce: This is going to be a bit hard for me to reproduce since I don't actually use Debian for development (sorry). I do work on upstream elfutils though

Bug#668712: update-notifier-kde: unowned files after purge (policy 6.8, 10.8)

2012-04-14 Thread Kai Wasserbäch
explained [0] back then, is still true. The next time I get a bug for this, I'll close it without further notice or explanation. If this is some automated script, please put Kingston on the blacklist for auto-filing of bugs. Kind regards, Kai Wasserbäch [0] http://bugs.debian.org/cgi-bin

Bug#668417: [skanlite] Version 0.7 according to About dialog, 0.8 according to package version

2012-04-11 Thread Kai Wasserbäch
). Lastly you can see the import, that happened for 0.8 at [3]). Kind regards, Kai Wasserbäch [0] https://projects.kde.org/projects/extragear/graphics/skanlite/repository/revisions/master/entry/src/main.cpp [1] http://downloads.sourceforge.net/project/sanewidget/Skanlite/skanlite-0.8.tar.bz2 [2

Bug#665674: [Pkg-kde-extras] Bug#665674: gtk2-engines-oxygen: Low drawing performance

2012-03-25 Thread Kai Wasserbäch
tag 665674 + upstream forward 666574 https://bugs.kde.org/show_bug.cgi?id=28 thanks Dear Samuel, this sounds like upstream bug 28 ([0]) to me. If you have further information, please submit it directly to the upstream bug tracker. Thank you. Kind regards, Kai Wasserbäch [0] https

Bug#662943: ITP: libimager-qrcode-perl -- Generate QR code with Imager using libqrencode

2012-03-07 Thread Kai Wasserbäch
Package: wnpp Severity: wishlist Owner: Kai Wasserbäch cu...@debian.org * Package name: libimager-qrcode-perl Version : 0.033 Upstream Author : Yoshiki KURIHARA kurih...@cpan.org * URL : http://search.cpan.org/dist/Imager-QRCode/ * License : GPL-1+ or Artistic

Bug#656354: update-notifier-kde: unowned files after purge (policy 6.8, 10.8)

2012-02-08 Thread Kai Wasserbäch
reports the same problem (u-n-c doesn't clean out its /var/lib directory on purge (though #606623 was for a different file). Kind regards, Kai Wasserbäch [0] http://anonscm.debian.org/gitweb/?p=pkg-kde/kingston.git;a=blob;f=src/update_listener.cpp;hb=HEAD#l37 -- E-Mail: cu...@debian.org IRC

Bug#655884: Ships *.so symlinks which makes dev package uninstallable

2012-01-14 Thread Kai Wasserbäch
. In this case lintian throws the following warning: W: libcapi20-3: non-dev-pkg-with-shlib-symlink usr/lib/libcapi20.so.3.0.5 usr/lib/libcapi20.so Kind regards, Kai Wasserbäch P.S.: Shouldn't you be able to fix this within the next week, let me know and I'll do a NMU. -- To UNSUBSCRIBE, email to debian

Bug#651696: Please use a different variable name than slots in keymaker.h

2011-12-11 Thread Kai Wasserbäch
some more work from the packages using Xapian, but the amount seems way smaller than changing all Qt packages. Thank you in advance! Kind regards, Kai Wasserbäch [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639076 [1] http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/qapt.git

Bug#651696: Please use a different variable name than slots in keymaker.h

2011-12-11 Thread Kai Wasserbäch
Dear Olly, Olly Betts schrieb am 11.12.2011 14:31: On Sun, Dec 11, 2011 at 01:48:57PM +0100, Kai Wasserbäch wrote: I've been busy packaging (or rather making fit for release) QApt, which uses Xapian. Currently QApt and some other programs also using Qt (e.g. packagesearch [0]) need to employ

Bug#651718: [update-notifier-kde] Please add Spanish translation I have made

2011-12-11 Thread Kai Wasserbäch
! I've just commited your contribution to Git [0] and it'll be part of the next release. Kind regards, Kai Wasserbäch [0] http://anonscm.debian.org/gitweb/?p=pkg-kde/kingston.git;a=commitdiff;h=a90904b11b982ae82b9e18016e57442e2fc75137 -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri

Bug#648286: ITP: r8168 -- Realtek r8168 device driver for Linux (DKMS version)

2011-11-10 Thread Kai Wasserbäch
their value when it comes to device drivers. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 signature.asc Description: OpenPGP digital

Bug#643839: Please build other audio backends than Pulse too

2011-09-30 Thread Kai Wasserbäch
the other backends built. Kind regards, Kai Wasserbäch -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.0.4-esgaroth (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF

Bug#591347: i386 test platform gone

2011-09-30 Thread Kai Wasserbäch
reopen the bug. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 signature.asc Description

Bug#613267: Seems fixed with 0.6.4

2011-09-18 Thread Kai Wasserbäch
to be fixed and aptitude is finding a solution again, while the previous aptitude version produced the assertion failure and got a SIGABRT. Kind regards, Kai Wasserbäch -- Package-specific info: aptitude 0.6.4 compiled at May 16 2011 16:15:35 Compiler: g++ 4.6.1 20110507 (prerelease) Compiled against

Bug#640516: mesa: Please enable ARB_texture_float

2011-09-05 Thread Kai Wasserbäch
in my builds) to enable ARB_texture_float. Thank you in advance for considering this. Kind regards, Kai Wasserbäch [0] http://cgit.freedesktop.org/mesa/mesa/tree/docs/patents.txt?h=7.11 -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3

Bug#638543: Recent libjpeg-dev (6.2 → 8 transition) change breaks Wine builds on amd64

2011-08-19 Thread Kai Wasserbäch
Wine is err:jpeg:error_exit_fn Wrong JPEG library version: library is 62, caller expects 80). Please update the symlink to point to libjpeg.so.8.0.0. Kind regards, Kai Wasserbäch -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (900, 'testing') Architecture

Bug#636612: clive: No longer works with youtube

2011-08-04 Thread Kai Wasserbäch
type (e.g. »video/webm; codecs=vp8.0, vorbis«, »video/x-flv« and »video/mp4; codecs=avc1.42001E, mp4a.40.2«) Didn't have time to cobble a patch together, but thought this might help others in fixing this issue faster. ;) Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan

Bug#635262: clive: -f best no longer working (YouTube)

2011-07-24 Thread Kai Wasserbäch
Package: clive Version: 2.2.25-1 Severity: normal Dear clive maintainers, a few days ago clive started to no longer fetch the best version, e.g. 1080p, when available and invoked with -f best. Manually forcing the 1080p format with -f mp4_1080p works however. Kind regards, Kai Wasserbäch

Bug#635262: clive: -f best no longer working (YouTube)

2011-07-24 Thread Kai Wasserbäch
Dear Damya, Damyan Ivanov schrieb am 24.07.2011 16:11: -=| Kai Wasserbäch, Sun, Jul 24, 2011 at 03:29:55PM +0200 |=- a few days ago clive started to no longer fetch the best version, e.g. 1080p, when available and invoked with -f best. Manually forcing the 1080p format with -f mp4_1080p works

Bug#631174: libvdpau1: Multi-Arch support and other drivers

2011-07-21 Thread Kai Wasserbäch
, libvdpau (in its current form) wouldn't find any driver there (without an environment variable?), right? So multi-arch support would be much appreciated. Kind regards, Kai Wasserbäch P.S.: I'm not a member of the Mesa team, just somebody who, from time to time, likes to test an upcoming version of Mesa

Bug#628801: [uscan] newest_dir is not the newest version, but the topmost matching directory

2011-06-01 Thread Kai Wasserbäch
match. This leads to the problem, that uscan checks the v1.0 directory (for kernel.org) instead of v3.0. Please see the attached watch file for a test case and the debug output for the results. Thank you in advance for fixing this problem. Kind regards, Kai Wasserbäch - -- Package-specific info

Bug#627334: firmware-iwlwifi: Please update Wireless-N 1000 FW to 39.31.5.1 (-5.ucode)

2011-05-19 Thread Kai Wasserbäch
directory with: ./update.sh 39.31.5.1 http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1000-ucode-39.31.5.1.tgz I would have provided a debdiff, but it seems that doesn't include changes to binary files. Thank you in advance! Kind regards, Kai Wasserbäch -- System Information: Debian

Bug#627334: firmware-iwlwifi: Please update Wireless-N 1000 FW to 39.31.5.1 (-5.ucode)

2011-05-19 Thread Kai Wasserbäch
Dear Ben, Ben Hutchings schrieb am 19.05.2011 19:26: On Thu, May 19, 2011 at 06:55:09PM +0200, Kai Wasserbäch wrote: ./update.sh 39.31.5.1 http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1000-ucode-39.31.5.1.tgz I've actually been treating the linux-firmware repository

Bug#626770: ITP: liblwp-authen-oauth-perl -- OAuth authentication plugin for LWP

2011-05-14 Thread Kai Wasserbäch
Package: wnpp Severity: wishlist Owner: Kai Wasserbäch cu...@debian.org * Package name: liblwp-authen-oauth-perl Version : 1.01 Upstream Author : Timothy D Brody t...@ecs.soton.ac.uk * URL : http://search.cpan.org/dist/LWP-Authen-OAuth/ * License : GPL-1

Bug#624693: gtk2-engines-oxygen: Segfault in Gimp

2011-05-03 Thread Kai Wasserbäch
when you blacklist Gimp? My problem is, that Gimp is working over here with gtk2-engines-oxygen installed and an empty argb-apps.conf. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2

Bug#614805: ia32-libs: libgl1 searches in wrong dri directory

2011-04-12 Thread Kai Wasserbäch
.: A workaround for people hit by this: use LIBGL_DRIVERS_PATH=/usr/lib32/dri in the invocation of the program which needs the 32 bit libraries of Mesa (most people will see this with Wine, I'd suspect). [0] http://git.debian.org/?p=pkg-xorg/lib/mesa.git;a=commitdiff;h=cdd1912f -- Kai

Bug#620200: kingston-update-notifier: French translation

2011-04-06 Thread Kai Wasserbäch
Dear Cédric, Cédric Boutillier schrieb am 06.04.2011 01:43: On Thu, Mar 31, 2011 at 12:16:29PM +0200, Kai Wasserbäch wrote: thank you for your contribution, I've just commited your translation ([0]), please note, that this isn't a debconf but a normal program translation. I apologize, I

Bug#620879: gtk2-engines-oxygen: White Squares at applications

2011-04-06 Thread Kai Wasserbäch
. If you want the oxygen-molecule theme in Debian, you either need to package it yourself (and file an ITP) or you need to file an RFP (Request For Packaging) and hope somebody picks it up. oxygen-molecule has nothing to do with gtk2-engines-oxygen. Kind regards, Kai Wasserbäch -- E-Mail: cu

Bug#620200: kingston-update-notifier: French translation

2011-03-31 Thread Kai Wasserbäch
? Thank you in advance for your help! Kind regards, Kai Wasserbäch [0] http://git.debian.org/?p=pkg-kde/kingston.git;a=commitdiff;h=461f87fc [1] http://git.debian.org/?p=pkg-kde/kingston.git;a=blob_plain;f=src/kingston_update_notifier.notifyrc;hb=HEAD [2] http://git.debian.org/?p=pkg-kde

Bug#519200: k3b: Should recognize cdrskin as cdrecord (it's compatible)

2011-03-24 Thread Kai Wasserbäch
Dear Mark, I'm not the original reporter, but I see this with 2.0.2-1, so don't close this particular bug. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6

Bug#619111: util_blit_pixels_writemask: crash in line 322 of src/gallium/auxiliary/util/u_blit.c

2011-03-21 Thread Kai Wasserbäch
and has a DEP3 header; packages built with that patch applied are available at [0] for testing purposes. Please include the attached patch in your next upload of Mesa. For details about the crash, please see the upstream bug. Kind regards, Kai Wasserbäch [0] http://dev.carbon-project.org/debian/mesa

Bug#619021: ITP: snes9x -- Super NES emulator

2011-03-20 Thread Kai Wasserbäch
which lead to the removal are still valid I'd argue against a new snes9x package (please note, that there are other emulators for SNES AFAICS). Kind regards, Kai Wasserbäch [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617588 -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon

Bug#618443: gtk2-engines-oxygen: Eclipse make X crash with that theme

2011-03-15 Thread Kai Wasserbäch
with debugging symbols installed? Thank you in advance for providing the additional information. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600

Bug#618305: update-notifier-kde: Please add Hungarian translation

2011-03-14 Thread Kai Wasserbäch
tag 618305 + pending thanks Dear Gábor, thank you for your translation, I just commited it to the Git repository [0]. Kind regards, Kai Wasserbäch [0] http://git.debian.org/?p=pkg-kde/kingston.git;a=commitdiff;h=570bf70ddfda4cfc240523fc672a5458c6f5ad92 -- Kai Wasserbäch (Kai Wasserbaech

Bug#615292: chronicle: Issues with rendering UTF-8 characters)

2011-02-27 Thread Kai Wasserbäch
with the input from .chroniclerc, if it's UTF-8-encoded. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 signature.asc Description

Bug#615292: chronicle: Issues with rendering UTF-8 characters)

2011-02-27 Thread Kai Wasserbäch
Dear Steve, Steve Kemp schrieb am 27.02.2011 16:01: I've been careful to open all files in a way which seemed to be clean - but could you please try the patch below and let me know if it helps? sadly not, I'm still getting ù instead of ù. Kind regards, Kai Wasserbäch -- E-Mail: cu

Bug#615292: chronicle: Issues with rendering UTF-8 characters

2011-02-27 Thread Kai Wasserbäch
. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 signature.asc Description: OpenPGP digital signature

Bug#615292: chronicle: Issues with rendering UTF-8 characters

2011-02-26 Thread Kai Wasserbäch
had a line for blog_title in my .chroniclerc which contained an ù. It works, when I replace said ù with ugrave;. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733

Bug#613983: puf shouldn't use --with autotools_dev,autoreconf together

2011-02-20 Thread Kai Wasserbäch
. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 (http://pgpkeys.pca.dfn.de/pks/lookup?search

Bug#613529: update-notifier-kde: Incorrectly states the number of updates

2011-02-18 Thread Kai Wasserbäch
in the Git repository and will be included in the next upload. Please note, that it might take a while longer until this reaches stable. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600

Bug#613526: gtk2-engines-oxygen: Add icedove-bin to argb-apps.conf to prevent crash

2011-02-15 Thread Kai Wasserbäch
are listed in argb-apps.conf. But as Thunderbird was renamed to Icedove in Debian it isn't encompassed by the list you distribute. Please add icedove-bin to that file. Thank you in advance, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http

Bug#612640: mesa: r300g: Crash in dri2_invalidate_drawable

2011-02-09 Thread Kai Wasserbäch
. Attached you'll find a debdiff containing all required changes. Kind regards, Kai Wasserbäch -- E-Mail: cu...@debian.org IRC: Curan Jabber: dri...@debianforum.de URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 diff -u mesa-7.10

Bug#611185: unblock: kingston-update-notifier/1.2+nmu1

2011-01-26 Thread Kai Wasserbäch
testing (Squeeze). If you prefer this to go through s-p-u, let me know and close this bug. Kind regards, Kai Wasserbäch P.S.: I'm CCing Sune, to keep him in the loop. [0] 201101260907.15595.s...@debian.org: Sune Vuorela schrieb am 26.01.2011 09:06: On Tuesday 25 January 2011 21:56:58 you wrote

Bug#611185: unblock: kingston-update-notifier/1.2+nmu1

2011-01-26 Thread Kai Wasserbäch
Hi Adam, Adam D. Barratt schrieb am 26.01.2011 17:57: On Wed, January 26, 2011 14:51, Kai Wasserbäch wrote: with the consent of Sune [0] I just uploaded a new version of kingston-update-notifier to unstable (which was accepted [1]). The upload closes three bugs and consists mainly of an added

Bug#563479: cmake: FindBoost fails to add -lpthread

2011-01-16 Thread Kai Wasserbäch
likely to experimental). Kind regards, Kai Wasserbäch [0] http://git.debian.org/?p=collab-maint/cmake.git;a=blob;f=debian/patches/FindBoost_add_-lpthread_%23563479.diff;hb=HEAD -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http

Bug#600889: not a bug in CMake but in VTK

2011-01-12 Thread Kai Wasserbäch
), that this bug is a bug in VTK 5.[024] and can be fixed by incorporating [0] in those packages. Therefore I reassign this bug to you. Kind regards, Kai Wasserbäch [0] http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=19852427 -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org

Bug#588089: aptitude: SIGABRT when typing ~ in search box – RC?

2011-01-11 Thread Kai Wasserbäch
tag 588089 + patch thanks Dear Julien, Julien Cristau schrieb am 11.01.2011 00:45: On Mon, Jan 10, 2011 at 21:56:42 +0100, Kai Wasserbäch wrote: Can you consider to make this a blocker bug for Squeeze? No. (Which doesn't mean that it can't be fixed, just that the release won't wait

Bug#526812: aptitude: Status?

2011-01-10 Thread Kai Wasserbäch
Dear Daniel, I saw code (thanks to GSoC) appear in aptitude's Git repository, but it doesn't seem to get build so far. What is the status of that code? What is missing? Maybe I can help out. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org

Bug#588089: aptitude: SIGABRT when typing ~ in search box – RC?

2011-01-10 Thread Kai Wasserbäch
for Squeeze? If you decide for that I'd be happy – unless Daniel as the maintainer steps up first – to prepare this trivial fix as a NMU. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http

Bug#600889: cmake: find_package(VTK) with additional version requirement fails

2011-01-10 Thread Kai Wasserbäch
, though I think the only problem with my patch was/is, that I put the search in the wrong place. But maybe I misunderstood something (didn't have time to thoroughly recheck the problem and it has been a while since I did this). Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E

Bug#604609: Workaround for #604609

2010-12-13 Thread Kai Wasserbäch
. The real bug fix would be: copy unicode.pf2 always, if the detected locale isn't en and add the required script snippet for loading that font to grub.cfg then. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL

Bug#606008: update-notifier-kde: [INTL:de] Initial German translation

2010-12-05 Thread Kai Wasserbäch
, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 (http://pgpkeys.pca.dfn.de/pks/lookup?search

Bug#604684: Fixed patch

2010-12-01 Thread Kai Wasserbäch
Hello Sune, as the original patch didn't apply cleanly, I redid the patch and have attached the result. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2

Bug#582114: dh-autoreconf: let me run autoreconf on subdirs

2010-11-28 Thread Kai Wasserbäch
Hello Julian, your proposed patch seems to work for me (I've tried it on a different source than Thomas had in mind, but that shouldn't matter after all). Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL

Bug#600245: cmake-data: FindTCL mixes TCL and TK versions

2010-11-27 Thread Kai Wasserbäch
tag 600245 upstream forwarded 600245 http://cmake.org/Bug/view.php?id=11528 thanks Dear Felipe, I've fixed this in our Git repository and sent your report upstream ([0]). It should be fixed in the next upload. Kind regards, Kai Wasserbäch [0] http://cmake.org/Bug/view.php?id=11528 -- Kai

Bug#600889: cmake: find_package(VTK) with additional version requirement fails

2010-11-27 Thread Kai Wasserbäch
reopen 600889 = thanks Hello Michael, sorry for the noise, the previous e-mail was in error, will look more closely into it later. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org

Bug#600889: cmake: find_package(VTK) with additional version requirement fails

2010-11-27 Thread Kai Wasserbäch
as fixing the bug you've reported, I'll commit it to our Git and send everything upstream. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE

Bug#601513: [skanlite] Progressbar is stopping while scanning

2010-11-26 Thread Kai Wasserbäch
% on successful scans. Therefore I'm reassinging this bug to libksane0. I've also filed a upstream bug report [0]. So atm there is nothing more to do than wait for a fixed version in Debian. Kind regards, Kai Wasserbäch [0] https://bugs.kde.org/257982 -- Kai Wasserbäch (Kai Wasserbaech) E-Mail

Bug#604279: Preparations for the removal of the KDE3 and Qt3 libraries

2010-11-22 Thread Kai Wasserbäch
work.). But it should be ready in time for the next release. Kind regards, Kai Wasserbäch [0] http://home.gna.org/kbibtex/ -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600

Bug#603382: unblock: plasma-widget-yawp/0.3.5-1

2010-11-13 Thread Kai Wasserbäch
/control: Bumped Standards-Version to 3.9.1, no further changes needed. * debian/copyright: Added Shawn Starr as another upstream author (for Ions). Kind regards, Kai Wasserbäch [0] http://lists.debian.org/debian-release/2010/11/msg00499.html -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb

Bug#578101: Related bug reports

2010-11-03 Thread Kai Wasserbäch
. in case this wasn't related to the workaround [0] mentioned in the upstream bug tracker: could you please try that too and report your findings? Kind regards, Kai Wasserbäch P.S.: I've set forwarded-to to the bug you've mentioned as I agree this seems to be the same. [0] https://bugs.kde.org/209673

Bug#601513: [skanlite] Progressbar is stopping while scanning

2010-10-28 Thread Kai Wasserbäch
for all scanners) or libksane0 (more likely IMHO, as this is the interface to SANE; therefore I'm CC'ing the libksane0 maintainers to get their input on this matter too). Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de

Bug#601513: [Pkg-kde-extras] Bug#601513: [skanlite] Progressbar is stopping while scanning

2010-10-27 Thread Kai Wasserbäch
for reporting this bug. This sounds awfully like an upstream bug (therefore the upstream tag), could you report this bug upstream at [0] and send me the upstream bug number? That'd be great! Thank you in advance, Kai Wasserbäch [0] https://bugs.kde.org/enter_bug.cgi?format=guided -- Kai Wasserbäch (Kai

Bug#601513: [skanlite] Progressbar is stopping while scanning

2010-10-27 Thread Kai Wasserbäch
, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2 (http://pgpkeys.pca.dfn.de/pks/lookup?search

Bug#601603: clive: Please add support for URLs starting with https

2010-10-27 Thread Kai Wasserbäch
at the beginning of URLs passed to clive). Thank you in advance for your time and efforts. Kind regards, Kai Wasserbäch -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.36-cabal Locale: LANG=de_DE.UTF

Bug#591347: browser-plugin-lightspark: Crashes on every YT video with Iceweasel

2010-10-25 Thread Kai Wasserbäch
reopen 591347 = notfixed 591347 0.4.4.3-1 thanks Hello Luca, with 0.4.4.3-1 I'm back to SIGILLs on all tested YT videos (see attached GDB backtrace). Therefore I'm reopening this bug. Kind regards, Kai Wasserbäch -- System Information: Debian Release: squeeze/sid APT prefers testing APT

Bug#601201: xserver-xorg-input-joystick: Reports bogus keycodes which lead to almost unusable DE

2010-10-24 Thread Kai Wasserbäch
sure it's joystick, it might also be evdev which isn't coping well with joystick. But I'd be happy to assist you in debugging this. Kind regards, Kai Wasserbäch -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel

Bug#601201: xserver-xorg-input-joystick: Reports bogus keycodes which lead to almost unusable DE

2010-10-24 Thread Kai Wasserbäch
Hello Cyril, Cyril Brulebois schrieb am 24.10.2010 14:05: Kai Wasserbäch deb...@carbon-project.org (24/10/2010): Package: xserver-xorg-input-joystick Version: 1:1.5.0-6 Severity: important Tags: experimental Justification: Makes desktop environment almost unusable. it'd be nice to use

Bug#590300: libgl1-mesa-dri: Please install the Gallium r300 driver into the binary in experimental builds

2010-10-24 Thread Kai Wasserbäch
could get both r300 drivers and decide through update-alternatives which one is used. That way it would be easy to test the new r300g and in case there is some serious problem, one could fall back to the classic version. Thanks for considering this too! Kind regards, Kai Wasserbäch -- Kai

Bug#591347: Upstream says: different bugs

2010-08-10 Thread Kai Wasserbäch
but should be pretty common nowadays [18:41:15] alexp_sssup Curan: the bug is different as the launchpad one is on a sigsegv, the debian one is a sigill (illegal instruction) Therefore I'm removing the forwarding status. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail

Bug#591347: browser-plugin-lightspark: Crashes on every YT video with Iceweasel

2010-08-06 Thread Kai Wasserbäch
. Apart from that: the bug is still there with 0.4.2.2. I've attached a new backtrace and register dump, this time I made it a full backtrace. Kind regards, Kai Wasserbäch -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686

Bug#591347: browser-plugin-lightspark: Crashes on every YT video with Iceweasel

2010-08-02 Thread Kai Wasserbäch
, please ask me for it and I'm going to try to provide it ASAP. Kind regards, Kai Wasserbäch -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.34.1-cabal Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF

Bug#588089: SIGABRT when typing ~ in search box (backtrace included)

2010-08-02 Thread Kai Wasserbäch
interface, aptitude dies). If you should need more information, please let me know. Kind regards, Kai Wasserbäch -- Package-specific info: aptitude 0.6.3 compiled at Jul 10 2010 21:52:22 Compiler: g++ 4.4.4 Compiled against: apt version 4.8.0 NCurses version 5.7 libsigc++ version: 2.2.4.2

Bug#590932: kvirc: context-menu doesn't reflect ignore state

2010-07-31 Thread Kai Wasserbäch
tag 590932 + pending thanks Hello Bert, just wanted to let you know, that the upstream bug fix is already included in Debian's packaging repository for KVIrc [0]. Therefore this bug will be closed with the next upload. Kind regards, Kai Wasserbäch [0] http://hg.debian.org/hg/pkg-kde/kde-extras

Bug#590932: [Pkg-kde-extras] Bug#590932: kvirc: ignore script broken

2010-07-30 Thread Kai Wasserbäch
seems not to be of benefit either. That is correct, KVIrc issues the /ignore command to the server when you call /ignore and adds some flags. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http

Bug#590932: [Pkg-kde-extras] Bug#590932: kvirc: ignore script broken

2010-07-30 Thread Kai Wasserbäch
reguser.setIgnoreFlags. You can reach the Alias Editor by pressing Ctrl+Shift+L or by navigating to Scripts Edit Aliases. Thanks again, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG

Bug#590932: [Pkg-kde-extras] Bug#590932: kvirc: ignore script broken

2010-07-30 Thread Kai Wasserbäch
system to reflect that. thank you for clarifying the problem. I've now forwarded your problem to upstream and expect the bug to be fixed soon. Kind regards, Kai Wasserbäch P.S.: When answering my e-mails wrt this bug, please ensure, that you have also the BTS under the recepients

Bug#590932: [Pkg-kde-extras] Bug#590932: kvirc: ignore script broken

2010-07-30 Thread Kai Wasserbäch
, if different from the scripts installed by debian is from kvirc not from me ;) Could you rephrase that please? I'm not sure I understood that. Thank you in advance for your cooperation! Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org

Bug#590300: libgl1-mesa-dri: Please install the Gallium r300 driver into the binary in experimental builds

2010-07-25 Thread Kai Wasserbäch
(Squeeze+1?). Thank you in advance for considering this! Kind regards, Kai Wasserbäch -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.34.1-cabal Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8

Bug#547742: cb2bib: bashism in /bin/sh script: Patch

2010-06-15 Thread Kai Wasserbäch
to NMU-fix this bug, following the normal procedures for an NMU. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8 E733 E5B6 1587 A309 D76C

Bug#538280: Clean-Up the two bugs for the same thing situation

2010-06-04 Thread Kai Wasserbäch
to merge the CMake bug report for this into the Vim report. I hope nobody minds this. Thanks to everyone for taking care of this! Kind regards, Kai Wasserbäch [0] http://bugs.debian.org/538280#70 -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de

Bug#580503: Patch pushed to Git

2010-06-03 Thread Kai Wasserbäch
Hello Jakub, just to document our little conversation on IRC: you confirmed the patch working and I've pushed it to Git [0]. therefore the next revision of CMake should ship with the fix. Kind regards, Kai Wasserbäch [0] http://git.debian.org/?p=collab-maint/cmake.git;a=commitdiff;h

Bug#569321: Patch pushed to Git

2010-06-03 Thread Kai Wasserbäch
Hello Didier, hello Jakub, just a minor update: a new version of the patch was pushed, covering both your bugs. Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG

Bug#538280: #463715/#538280: vim syntax and indentation files for CMake

2010-06-02 Thread Kai Wasserbäch
Hello James, James Vega schrieb am 01.06.2010 03:54: On Mon, May 31, 2010 at 07:32:16PM +0200, Kai Wasserbäch wrote: I'm a new member of the CMake package team and after discussing this issue with Modestas on IRC we've come to the following conclusion: we don't want to override vim-runtimes

Bug#463715: #463715/#538280: vim syntax and indentation files for CMake

2010-05-31 Thread Kai Wasserbäch
and indentation files as contained in the CMake .orig.tar.gz. Thank you in advance! Kind regards, Kai Wasserbäch -- Kai Wasserbäch (Kai Wasserbaech) E-Mail: deb...@carbon-project.org Jabber (debianforum.de): Drizzt URL: http://wiki.debian.org/C%C3%B9ran GnuPG: 0xE1DE59D2 0600 96CE F3C8

Bug#583258: FindGettext.cmake should also check for library support.

2010-05-26 Thread Kai Wasserbäch
it in their version (maybe even a little more generic, so the script finds stand-alone versions of Gettext too)? Thank you in advance for your help! Kind regards, Kai Wasserbäch P.S.: The reason why I don't just use the KDE version of the script is, that I'm writing a small program which hasn't any

Bug#583258: Re: Bug#583258: FindGettext.cmake should also check for library support.

2010-05-26 Thread Kai Wasserbäch
26.05.2010 um 19:21: On trečiadienis 26 Gegužė 2010 20:08:58 Kai Wasserbäch wrote: P.S.: The reason why I don't just use the KDE version of the script is, that I'm writing a small program which hasn't any dependencies on KDE. And even though I could copy the FindGettext.cmake script from KDE

  1   2   3   >