Bug#1033122: icecc: Change compiler dependency to recommendation

2023-03-17 Thread Andre Woebbeking
Package: icecc Version: 1.4-1 Severity: wishlist X-Debbugs-Cc: woebbek...@web.de Dear Maintainer, right now the package icecc depends on "g++ | c++-compiler | c-compiler". Could this be moved to the recommendations? I want to create a (small) docker image with icecc to add nodes to a build far

Bug#976274: libqt5gui5: Please build Qt5 with configure option -xcb-native-painting

2020-12-02 Thread Andre Woebbeking
Package: libqt5gui5 Version: 5.15.1+dfsg-4 Severity: wishlist X-Debbugs-Cc: woebbek...@web.de Dear Maintainer, with X2Go Qt5 apps are much slower than X or GTK apps. But there is a workaround: setting the environment variable QT_XCB_NATIVE_PAINTING. This worked until testing updated to Qt 5.15

Bug#942826: python-clang-9 should be merged with python3-clang-9

2019-10-21 Thread Andre Woebbeking
Package: python-clang-9 Version: 1:9-1 Severity: important Dear Maintainer, I wanted to use lldb-9 (and before lldb-8) to debug my code with Qt Creator but Qt Creator can't start lldb-9 (and lldb-8). It works with lldb-7. After consulting Google I found the following reasons: - lldb switched to

Bug#561972: libgphoto2-2: Update to version 2.4.7

2009-12-21 Thread Andre Woebbeking
Package: libgphoto2-2 Version: 2.4.6-1 Severity: wishlist File: libgphoto Hi, please package version 2.4.7 which was released on Aug 17th, 2009. Thanks, Andre -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64)

Bug#470289: libc6: getaddrinfo() with disabled ipv6

2008-03-10 Thread Andre Woebbeking
Package: libc6 Version: 2.7-9 Severity: important Hi, I disabled ipv6 with alias net-pf-10 off in /etc/modprobe.d/aliases but getaddrinfo() doesn't care and sends ipv4 AND ipv6 queries to my router. I think this is a bug. Is there a way to turn off the ipv6 queries? This is important to make

Bug#462243: x11-xkb-utils: calling setxkbmap crashes X server

2008-01-23 Thread Andre Woebbeking
Package: x11-xkb-utils Version: 7.3+1 Severity: grave Justification: renders package unusable Hi, when I call setxkbmap (KDE does this for me) the X server crashes. FYI, I'm using Nvidia's drivers. If I'm not totaly wrong I've this problem since I updated on 19th of Janury. Cheers, André --

Bug#411244: killall -s SIGINT gdb doesn't interrupt anymore

2007-02-17 Thread Andre Woebbeking
Package: gdb Version: 6.6.dfsg-1 Severity: important Hi, kdbg sends SIGINT to gdb to interrupt programm execution but this doesn't work anymore. This also happens when I run gdb in console and sent the signal via kill to gdb. CTRL-C in the gdb session works fine. Any ideas? Could this be cause

Bug#379226: linux-image-2.6.17-1-amd64-k8: ehci_hcd loaded by initrd doesn't work

2006-07-22 Thread Andre Woebbeking
Package: linux-image-2.6.17-1-amd64-k8 Version: 2.6.17-4 Severity: important Hi, I've an amd64 box with 3GB RAM, USB keyboard and mouse running Sid. The module is loaded by initrd (created by yaird) and produces this messages ehci_hcd :00:02.1: EHCI Host Controller ehci_hcd :00:02.1: ne

Bug#373578: valgrind: New version 3.2.0 is available

2006-06-14 Thread Andre Woebbeking
Package: valgrind Version: 1:3.1.1-1 Severity: wishlist Version 3.2.0 of valgrind was released on 8th June 2006. Please build a new package. Cheers, Andre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#342096: upload kdbg 2.0.2

2005-12-05 Thread Andre Woebbeking
Package: kdbg Version: 2.0.0-1 Severity: wishlist Hi, please upload the newest upstream version 2.0.2. This would also satisfy the ongoing g++ transition (kdelibs4c2a). Cheers, André -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'

Bug#327462: RFP: icecream -- distributed compiler like distcc

2005-09-10 Thread Andre Woebbeking
Package: wnpp Severity: wishlist * Package name: icecream Version : 0.6.0 Upstream Author : Stephan Kulow <[EMAIL PROTECTED]> * URL : http://wiki.kde.org/icecream * License : GPL Description : distributed compiler like distcc Hi, could you please packag

Bug#317674: libc6: can't link a program with -static

2005-07-10 Thread Andre Woebbeking
Package: libc6 Version: 2.3.5-1 Severity: important Hi, I'm trying to build Valgrind 3 on x86_64 but it's not possible to build with -static: usr/bin/ld: __libc_errno: TLS definition in /usr/lib/gcc/x86_64-linux-gnu/4.0.1/../../../../lib64/libc.a(errno.o) section .tbss mismatches non-TLS refere

Bug#301631: linux-kernel-headers: type of __s64 and __u64 (from asm/types.h) on AMD64 should be long

2005-03-27 Thread Andre Woebbeking
Package: linux-kernel-headers Version: 2.5.999-test7-bk-17 Severity: normal Hi, on AMD64 sizeof(long) is already 8 bytes, there is no need for long long. Also int64_t from stdint.h (libc6-dev) is only long and IMHO both should match. The same applies to some other 64 bit types defined as long lo