Bug#976274: closed by Debian FTP Masters (reply to Dmitry Shachnev ) (Bug#976274: fixed in qtbase-opensource-src 5.15.2+dfsg-2)

2020-12-17 Thread André Wöbbeking
On Freitag, 11. Dezember 2020 10:09:05 CET you wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the libqt5gui5 package:
> 
> #976274: libqt5gui5: Please build Qt5 with configure option 
> -xcb-native-painting
> 
> It has been closed by Debian FTP Masters  
> (reply to Dmitry Shachnev ).

Thanks, works for me :-)

Cheers,
André



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

2020-12-03 Thread André Wöbbeking
On Donnerstag, 3. Dezember 2020 12:46:35 CET Lisandro Damián Nicanor Pérez 
Meyer wrote:

> Sorry, I meant to ask why they did disable autodetection. I haven't been
> able to look at the commit yet.

I can only quote the commit text:

commit 7f948d9effad983477977c3274231401f260c531
Author: Eirik Aavitsland 
Date:   Thu Jul 4 13:56:44 2019 +0200

Disable experimental xcb native painting config option by default

Saves 13% on the binary size.



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

2020-12-02 Thread André Wöbbeking
Hi Lisandro,

On Mittwoch, 2. Dezember 2020 23:57:00 CET Lisandro Damián Nicanor Pérez Meyer 
wrote:
> Hi Andre!
> 
> El mié., 2 dic. 2020 13:03, Andre Woebbeking  escribió:
> 
> > 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 because upstream disabled the
> > automatic
> > configuration of this feature in commit
> > 7f948d9effad983477977c3274231401f260c531.
> >
> > So please build Qt5 with -xcb-native-painting to make X2Go users happy
> > again :-)
> >
> 
> And what would the drawbacks be?

the compile time and the library size would increase a bit. To get any 
behaviour change 
you've to set QT_XCB_NATIVE_PAINTING.



Bug#942826: closed by Sylvestre Ledru (Bug#942826: fixed in llvm-toolchain-9 1:9.0.1-3)

2020-01-27 Thread André Wöbbeking
On Mittwoch, 1. Januar 2020 21:15:12 CET Debian Bug Tracking System wrote:

> It has been closed by Sylvestre Ledru .

Thanks but I still can't debug with Qt Creator. With

cd /usr/lib/python3.7/dist-packages
ln -s ../../llvm-9/lib/python3/dist-packages/lldb .

it works.

Cheers,
André



Bug#622359: asciidoc: Umlauts in headlines break pdf-creation with a2x

2011-12-12 Thread André Wöbbeking
Hi,

I've the same problem and could workaround it with:

a2x -a lang=de --dblatex-opts=--param=latex.encoding=utf8 --no-xmllint 
example.txt

But then I had to install texlive-lang-cyrillic.

The problem is obviously that an UTF-8 enconded file is transformed to a Latin1 
encoded 
.tex file but somehow the text for \label{} and \hyperlabel{} is not 
transformed.


Cheers,
André



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#630504: (no subject)

2011-07-15 Thread André Wöbbeking
This is fixed in icecc 0.9.7, so could you please create a new debian package?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#592350: [Pkg-phototools-devel] Bug#592350: (no subject)

2010-09-07 Thread André Wöbbeking
On Tuesday 07 September 2010, Cyril Brulebois wrote:

 see the RFH (Request For Help) we already have on libgphoto2, we need
 more hands to work on this set of packages, anyone is welcome to join
 the team and help. The team was created specifically for that purpose.

What kind of help do you mean? And couldn't you just copy the package control 
files (I don't know the correct term) from ubuntu?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#592350: (no subject)

2010-08-28 Thread André Wöbbeking
HI,

I wonder why this package wasn't updated before. 2.4.5 is more than one year 
old. 

There is even 2.4.10 now.


Cheers,
André



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576314: [Pkg-samba-maint] Bug#576314: New upstream cifs-utils 4.3 version available

2010-06-15 Thread André Wöbbeking
On Monday 14 June 2010, Steve Langasek wrote:
 On Mon, Jun 14, 2010 at 10:38:39AM +0200, André Wöbbeking wrote:
  On Monday 14 June 2010, André Wöbbeking wrote:
   
   I tried the Sid package (4.5-1 and -2) in Squeze and mounting as user
   gives me
   
   Couldn't chdir to $HOME/mnt: Permission denied
  
  If I give more permissions to the directory containing the mount point I
  get:
  
  mount.cifs: permission denied: no match for $HOME/mnt found in /etc/fstab
  
  I think this is about user mounts so why do I need entries in /etc/fstab?
 
 This is documented in NEWS.Debian in the cifs-utils package.
 
 It was a bug that fstab entries with the 'user' option set would not work.
 It's an upstream design decision that user mounts not specified in
 /etc/fstab don't work.

But:

cifs-utils (2:4.5-1) unstable; urgency=low

  [ Steve Langasek ]
  * Set mount.cifs suid-root, again supported upstream and required for use
in user mounts.  Closes: #576713.

So there should be no need for fstab anymore, right?

Could you please also reply to my other mail?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576314: [Pkg-samba-maint] Bug#576314: New upstream cifs-utils 4.3 version available

2010-06-14 Thread André Wöbbeking
On Monday 31 May 2010, Steve Langasek wrote:

 I did so and in the process found that the suid bit needed to be readded in
 order to support user mounts - so now bug #576713 is fixed in the latest
 upload.

I tried the Sid package (4.5-1 and -2) in Squeze and mounting as user gives me

Couldn't chdir to $HOME/mnt: Permission denied

I use these commands:

/sbin/mount.cifs //server/share$ $HOME/mmt -o username=foo,password=bar
/sbin/mount.cifs //server/share $HOME/mmt -o username=foo,password=bar

BTW, how can I unmount, I can't find umount.cifs anymore?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576314: [Pkg-samba-maint] Bug#576314: New upstream cifs-utils 4.3 version available

2010-06-14 Thread André Wöbbeking
On Monday 14 June 2010, André Wöbbeking wrote:
 On Monday 31 May 2010, Steve Langasek wrote:
  I did so and in the process found that the suid bit needed to be readded
  in order to support user mounts - so now bug #576713 is fixed in the
  latest upload.
 
 I tried the Sid package (4.5-1 and -2) in Squeze and mounting as user gives
 me
 
 Couldn't chdir to $HOME/mnt: Permission denied

If I give more permissions to the directory containing the mount point I get:

mount.cifs: permission denied: no match for $HOME/mnt found in /etc/fstab

I think this is about user mounts so why do I need entries in /etc/fstab?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585051: marked as done (c program linked with binutils-gold segfaults on strlen)

2010-06-14 Thread André Wöbbeking
Thank you very much, it works fine now!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583858: (no subject)

2010-06-12 Thread André Wöbbeking
On Saturday 12 June 2010, you wrote:

 I really doubt it's the same problem. The reported bug only affected
 x86_64 users running on Core i7.

I can only tell you that I also had tried 2.11.1-1 before and had the same 
problem. And downgrading eglibc helped.

 Does only Qt related applications crashes or also other applications?

I only saw Qt related applications crash but I don't know if other apps are 
affected too. BTW, not all Qt apps crash only some.

  (gdb) where
  #0  0x0072a060 in strlen ()
  #1  0x0045b4ba in qstrlen(char const*) ()
  #2  0x00594f47 in QString::fromLatin1_helper(char const*, int) ()
  #3  0x005950c8 in QString::fromAscii_helper(char const*, int) ()
  #4  0x005951c5 in QString::fromAscii(char const*, int) ()
  #5  0x00420b61 in QString::operator=(char const*) ()
  #6  0x00549ca5 in VCCustomBuildTool::VCCustomBuildTool() ()
  #7  0x0054c894 in VCFilter::VCFilter() ()
  #8  0x00553539 in __static_initialization_and_destruction_0 ()
  #9  0x00553565 in global constructors keyed to
  _ZN16VCCLCompilerToolC2Ev ()
  #10 0x00654d76 in __do_global_ctors_aux ()
  #11 0x006b664b in _init ()
  #12 0x77dc2c50 in ?? () from /usr/lib/libstdc++.so.6
  #13 0x00654cd5 in __libc_csu_init ()
  #14 0x772f0be0 in __libc_start_main (main=value optimized out,
  argc=value optimized out, ubp_av=value optimized out,
  
  init=0x654c90 __libc_csu_init, fini=0x7762e300 initial,
  
  rtld_fini=0x77dc2420 typeinfo for std::locale::facet,
  stack_end=0x7fffe0b8)
  
  at libc-start.c:187
  
  #15 0x00402779 in _start ()
 
 Could you try to install libc6-dbg and do the backtrace again?

Err, this is with libc6-dbg installed.

The initialisation of static variables seems to be the problem. Is it done at a 
different time in 2.11?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583858: (no subject)

2010-06-12 Thread André Wöbbeking
On Saturday 12 June 2010, André Wöbbeking wrote:
 On Saturday 12 June 2010, you wrote:
  I really doubt it's the same problem. The reported bug only affected
  x86_64 users running on Core i7.
 
 I can only tell you that I also had tried 2.11.1-1 before and had the same
 problem. And downgrading eglibc helped.

I forgot to mention: after downgrading eglibc I wanted to start Qt apps 
compiled 
with eglibs 2.11 without recompile but the system complained about different 
sizes of strlen() and related functions (sorry, I can't remember the exact 
message). Does this mean that 2.11 isn't binary compatible?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583858: (no subject)

2010-06-12 Thread André Wöbbeking
On Saturday 12 June 2010, Aurelien Jarno wrote:

 You mentionned rebuilding Qt 4. Does it happen with binaries you have
 rebuilt yourself, or at least that link to libraries you have rebuilt
 yourself?

Yes

 If yes, make sure you don't have binutils-gold installed, as it is
 currently broken with eglibc 2.11 (see bug#585051).

Thanks for the pointer! Removing gold solves my problem :-)

 Note that the bug is fixed in the version currently in experimental.

Good to know.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585051: (no subject)

2010-06-12 Thread André Wöbbeking
I can confirm this also for C++ programs. It's an interaction of eglibc 2.11 
and 
gold. eglibc 2.10 and gold work together and  eglibc 2.11 without gold also 
works.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585051: (no subject)

2010-06-12 Thread André Wöbbeking
On Saturday 12 June 2010, Aurelien Jarno wrote:
 
 Moreover we can also backport the optimized functions that have been
 added in 2.12, but the current goal is to move 2.11 to squeeze, so it
 will be for later.
 
 All that said, I don't plan to disable --with-multi-arch.

Aurelien, you mentioned in 583858 that binutils.gold is fixed in experimental 
(or doesn't trigger this bug). Matthias, could you backport that to Sid?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583858: (no subject)

2010-06-11 Thread André Wöbbeking
I probably have the same problem: running Sid x86_64 I updated to eglibc 
2.11.1-3 (from 2.10.2-9) and apps are crashing. E.g. I tried to build Qt 4.6.3 
and qmake is crashing while configuring.

cat /proc/cpuinfo:

model name  : Intel(R) Core(TM)2 CPU  6600  @ 2.40GHz

gcc -v:

gcc version 4.4.4 (Debian 4.4.4-4)

gdb qmake:

(gdb) r
Starting program: qmake 

Program received signal SIGSEGV, Segmentation fault.
0x0072a060 in strlen ()

(gdb) where
#0  0x0072a060 in strlen ()
#1  0x0045b4ba in qstrlen(char const*) ()
#2  0x00594f47 in QString::fromLatin1_helper(char const*, int) ()
#3  0x005950c8 in QString::fromAscii_helper(char const*, int) ()
#4  0x005951c5 in QString::fromAscii(char const*, int) ()
#5  0x00420b61 in QString::operator=(char const*) ()
#6  0x00549ca5 in VCCustomBuildTool::VCCustomBuildTool() ()
#7  0x0054c894 in VCFilter::VCFilter() ()
#8  0x00553539 in __static_initialization_and_destruction_0 ()
#9  0x00553565 in global constructors keyed to 
_ZN16VCCLCompilerToolC2Ev 
()
#10 0x00654d76 in __do_global_ctors_aux ()
#11 0x006b664b in _init ()
#12 0x77dc2c50 in ?? () from /usr/lib/libstdc++.so.6
#13 0x00654cd5 in __libc_csu_init ()
#14 0x772f0be0 in __libc_start_main (main=value optimized out, 
argc=value optimized out, ubp_av=value optimized out, 
init=0x654c90 __libc_csu_init, fini=0x7762e300 initial, 
rtld_fini=0x77dc2420 typeinfo for std::locale::facet, 
stack_end=0x7fffe0b8)
at libc-start.c:187
#15 0x00402779 in _start ()



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576314: New upstream cifs-utils 4.3 version available

2010-05-26 Thread André Wöbbeking
Hi,

is there any ETA when the new package hits unstable or testing?


Cheers,
André



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576314: [Pkg-samba-maint] Bug#576314: New upstream cifs-utils 4.3 version available

2010-05-26 Thread André Wöbbeking
On Wednesday 26 May 2010, Christian PERRIER wrote:
 Quoting André Wöbbeking (woebbek...@web.de):

  is there any ETA when the new package hits unstable or testing?
 
 I'm currently waiting for an ACK of my co-maintainers before uploading 4.5.

I hope you get his ACK soon as this entry is nearly 2 months old and without 
setuid root installation I can't mount windows shares any more. The proposed 
solutions don't work or are suboptimal for me.

Thanks in advance!



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558463: Cups fails to print after upgrade

2009-12-08 Thread André Wöbbeking
Hi,

even with cups (1.4.2-4) installed I still can't print.


Cheers,
André



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2008-05-28 Thread André Wöbbeking
On Monday 10 March 2008, Aurelien Jarno wrote:
 André Wöbbeking a écrit :

  Is there a way to get this fixed for Lenny? Otherwise KDE4 could
  be a unpleasant experience for some people as Qt4 uses
  getaddrinfo() with unspecified protocol.

 If somebody send us a working patch we will include it. Until now all
 attempts failed, that is patches were breaking systems that won't
 need a workaround.

FYI, this works on kubuntu 8.04 with same self compiled Qt and KDE. Does 
ubuntu use extra glibc patches?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-03-10 Thread André Wöbbeking
On Monday 10 March 2008, you wrote:
 Andre Woebbeking a écrit :
  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?

 What does lsmod | grep ipv6 returns?

nothing

I'm using alias net-pf-10 off for years now to make KDE3 happy.




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

2008-03-10 Thread André Wöbbeking
On Monday 10 March 2008, Aurelien Jarno wrote:
 Aurelien Jarno a écrit :
  Andre Woebbeking a écrit :
  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?
 
  What does lsmod | grep ipv6 returns?

 That means ipv6 is disabled. I don't see how it can make queries
 using ipv6 in that case.

This is from tcpdump -n port 53:

13:24:06.877009 IP 192.168.178.183.50438  192.168.178.1.53: 42587+ ? 
www.heise.de. (30)
13:24:06.899561 IP 192.168.178.183.53666  192.168.178.1.53: 34231+ A? 
www.heise.de. (30)

The first query is ipv6, the second ipv4, right?




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

2008-03-10 Thread André Wöbbeking
On Monday 10 March 2008, Aurelien Jarno wrote:
 forcemerge 435646 470289
 thanks

 André Wöbbeking a écrit :
  On Monday 10 March 2008, Aurelien Jarno wrote:
  This is from tcpdump -n port 53:
 
  13:24:06.877009 IP 192.168.178.183.50438  192.168.178.1.53: 42587+
  ? www.heise.de. (30) 13:24:06.899561 IP 192.168.178.183.53666 
  192.168.178.1.53: 34231+ A? www.heise.de. (30)
 
  The first query is ipv6, the second ipv4, right?

 I understand. It does ipv6 DNS query using IPv4 transport. That has
 nothing to do with disabling IPv6 in the kernel, that's why alias
 net-pf-10 off does nothing.

 If you router does not support that, it's a bug in your router,

I'm also trying to get my router fixed. Lets see what happens.

 not in the glibc,

Well, if it's not possible to create ipv6 connections why are ipv6 
queries sent?

 though I agree an option to disable IPv6 queries would be nice.

Yep.

 This has already been reported as bug#435646, merging the bugs.

Is there a way to get this fixed for Lenny? Otherwise KDE4 could be a 
unpleasant experience for some people as Qt4 uses getaddrinfo() with 
unspecified protocol.




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

2008-03-10 Thread André Wöbbeking
On Monday 10 March 2008, Aurelien Jarno wrote:

 If somebody send us a working patch we will include it. Until now all
 attempts failed, that is patches were breaking systems that won't
 need a workaround.

If it's hard to find a proper patch then an option to disable ipv6 is 
probably easier and cleaner to implement (e.g. via gai.conf).



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-02-01 Thread André Wöbbeking
 Do you happen to have a wacom device? If so, try unplugging it and 
 restarting the X server.

No, but my keyboard is an USB device (Microsoft Natural Ergonomic 
Keyboard 4000).

 I had the same problem and it was solved when i unplugged the wacom
 volito usb device.

I wouldn't call this solved

 Alternatively you may remove the wacom-related 
 configuration options from xorg.conf.  

Well, I did that for my keyboard and it helped. But now the server 
crashes while logging out.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-01-30 Thread André Wöbbeking
Wow, without

Option  XkbModel  microsoft

it doesn't crash. My settings are now

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
#   Option  XkbModel  pc105
#   Option  XkbModel  microsoft
Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
EndSection



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-01-23 Thread André Wöbbeking
On Wednesday 23 January 2008, Julien Cristau wrote:

 On Wed, Jan 23, 2008 at 13:09:47 +0100, Andre Woebbeking wrote:

  when I call setxkbmap (KDE does this for me) the X server crashes.

 A server crash is not a client bug.

OK, I was not sure who is guilty. At least it's triggered by the client.

  FYI, I'm using Nvidia's drivers.
 
  If I'm not totaly wrong I've this problem since I updated on 19th
  of Janury.

 Please send at least your X log, and xkb configuration.  

I only need to start setxkbmap (without parameters).

 A backtrace from gdb would be even better.

From Xorg.log:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6a) [0x47565a]
1: /lib/libc.so.6 [0x2afb929e7090]
2: /lib/libc.so.6(cfree+0x3b) [0x2afb92a2cb6b]
3: /usr/bin/X [0x5579db]
4: /usr/bin/X(SrvXkbFreeGeomKeys+0x21) [0x557a11]
5: /usr/bin/X [0x5575d9]
6: /usr/bin/X(SrvXkbFreeGeomRows+0x2e) [0x55771e]
7: /usr/bin/X [0x55774b]
8: /usr/bin/X [0x5575d9]
9: /usr/bin/X(SrvXkbFreeGeomSections+0x2e) [0x5576de]
10: /usr/bin/X(SrvXkbFreeGeometry+0xc0) [0x557bd0]
11: /usr/bin/X(SrvXkbFreeKeyboard+0xc6) [0x556166]
12: /usr/bin/X(XkbFreeInfo+0xde) [0x545cfe]
13: /usr/bin/X [0x44717f]
14: /usr/bin/X(CloseDownDevices+0x1f) [0x44754f]
15: /usr/bin/X(main+0x4b9) [0x436bc9]
16: /lib/libc.so.6(__libc_start_main+0xf4) [0x2afb929d31c4]
17: /usr/bin/X(FontFileCompleteXLFD+0x279) [0x435ec9]


Cheers,
André




Bug#379226: closed by maximilian attems [EMAIL PROTECTED] (Re: linux-image-2.6.17-1-amd64-k8: ehci_hcd loaded by initrd doesn't work)

2007-08-08 Thread André Wöbbeking
On Wednesday 08 August 2007, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 #379226: linux-image-2.6.17-1-amd64-k8: ehci_hcd loaded by initrd
 doesn't work, which was filed against the linux-2.6 package.

 It has been closed by maximilian attems [EMAIL PROTECTED].

 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact maximilian attems [EMAIL PROTECTED] by
 replying to this email.

 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

 * no reply since initial report

Sorry, I oversaw your request for feedback. Meanwhile I'm running a Core 
Duo 2 with SID without any problems.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2007-02-17 Thread André Wöbbeking
On Saturday 17 February 2007, Daniel Jacobowitz wrote:

 When did it last work?

Sorry, I can't remember but I think at least some month ago.

 I tried 6.6-1 and 6.4-1 and neither stopped 
 the child at SIGINT. 

It works with gdb 6.4 on SuSE 10.1.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#376066: fixed upstream

2006-11-10 Thread André Wöbbeking
On Monday 25 September 2006 14:19, Rafael Espíndola wrote:
 This bug was fixed in binutils 2.17.50.0.4. (see
 binutils-symtab-4.patch).

Could you please increase the severity to get a fixed version into Etch?


Cheers,
André



Bug#327462: icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577329 by woebbe:

Added more build dependencies (patch by Eddy Petrişor).

CCMAIL:[EMAIL PROTECTED]

 M  +8 -0  changelog  
 M  +6 -2  control  
 M  +12 -2 rules  


--- trunk/icecream/debian/changelog #577328:577329
@@ -1,3 +1,11 @@
+icecc (0.7.6-2) UNRELEASED; urgency=low
+
+  * add missing dependencies: docbook2x, sharutils
+  * added dependency on kdelibs-data because it contains kdex.dtd
+  * fixed location from which the package expects to get manpages' sources
+
+ -- Eddy Petrişor [EMAIL PROTECTED]  Wed, 19 Jul 2006 17:35:28 +0300
+
 icecc (0.7.6-1) unstable; urgency=low
 
   * New upstream version.
--- trunk/icecream/debian/control #577328:577329
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.9, debhelper ( 5.0.0), libtool
-Standards-Version: 3.6.1.0
+Build-Depends: automake1.9, debhelper ( 5.0.0), libtool, docbook2x, 
sharutils, kdelibs-data
+Standards-Version: 3.7.2
 
 Package: icecc
 Architecture: any
@@ -20,6 +20,8 @@
  the same libraries or header files installed.
  .
  This package is part of the KDE Software Development Kit.
+ .
+  Homepage: http://en.opensuse.org/Icecream
 
 Package: libicecc-dev
 Architecture: any
@@ -34,3 +36,5 @@
  the same libraries or header files installed.
  .
  This package provides files which are necessary to build icecc-monitor.
+ .
+  Homepage: http://en.opensuse.org/Icecream
--- trunk/icecream/debian/rules #577328:577329
@@ -54,6 +54,12 @@
cd $(objdir)  \
 ../configure $(configkde)
 
+   # add the dtd
+   cp /usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd doc/
+
+   # prepare terain for documantation building
+   mkdir -p debian/man/
+
touch configure-stamp
 
 #Architecture
@@ -67,8 +73,8 @@
$(MAKE)
 
# generate manpages
-   for i in debian/man/*.docbook; do \
-   docbook2x-man $$i; \
+   for i in doc/*.docbook; do \
+   (cd debian/man  docbook2x-man ../../$$i); \
done
 
touch build-arch-stamp
@@ -106,6 +112,10 @@
# Remove build tree
rm -rf $(objdir)
 
+   # Remove documentation build place and build cruft
+   rm -fr debian/man
+   rm -fr doc/kdex.dtd
+
# if Makefile exists run distclean
if test -f Makefile; then \
$(MAKE) distclean; \



Bug#376066: binutils: performance regression in ld

2006-07-26 Thread André Wöbbeking
Hi,

I've the same problem on amd64. On SuSE with 2.16.91.0.2 it takes 10 
seconds and now over 4 minutes. For me this isn't minor but at least 
important.

It's a C++ application with huge (with debug symbols) shared libs.


Cheers,
André



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

2006-05-01 Thread André Wöbbeking
On Saturday 10 September 2005 12:06, Andre Woebbeking wrote:
 Package: wnpp
 Severity: wishlist

It's a pity, more than half a year and still no package :-(

 * 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 package Icecream for Debian. I already started with
 it some time ago and it works for me, but I'm neither a Debian
 maintainer/developer nor do I know if my work is correct.

 You can find the source code here:

 svn.kde.org/home/kde/trunk/kdenonbeta/icecream

it's now 

svn.kde.org/home/kde/trunk/icecream

and my debian/rules still works.


Cheers,
André



Bug#342096: upload kdbg 2.0.2

2005-12-05 Thread André Wöbbeking
On Monday 05 December 2005 16:04, Ana Guerrero wrote:
 Hi:

 El Lunes, 5 de Diciembre de 2005 11:21, Andre Woebbeking escribió:

  please upload the newest upstream version 2.0.2. This would also
  satisfy the ongoing g++ transition (kdelibs4c2a).

 Yes, I was planning to do this today night or tomorrow :)

Cool. I was already wondering why there was no 2.0.1.

 Anyway, thank you for the ping.

You're welcome :-)


Cheers,
André



Bug#329137: callgrind for valgrind 3?

2005-10-13 Thread André Wöbbeking
Hi Philipp,

Josef released a new version.


Cheers,
André



Bug#327462: acknowledged by developer (Package exist in Debian now)

2005-09-12 Thread André Wöbbeking
reopen 327462

On Monday 12 September 2005 12:33, Debian Bug Tracking System wrote:

 It seems that the package you have requested now exists in the
 Debian archive.

 Information about the package:

 Package: icecream
 Binary: icecream
 Version: 0.8-3
 Priority: optional
 Section: net
 Maintainer: Christoph Siess (CHS) [EMAIL PROTECTED]
 Build-Depends-Indep: debhelper (= 4.0.0)
 Architecture: all
 Standards-Version: 3.6.1
 Format: 1.0
 Directory: pool/main/i/icecream

Obviously you didn't read all comments of this bug. I know that there is 
already a package called icecream. But it's a different one.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2005-09-11 Thread André Wöbbeking
On Saturday 10 September 2005 19:59, David Moreno Garza wrote:
 On Sat, 2005-09-10 at 19:59 +0200, André Wöbbeking wrote:
   Do you mean you have the packages already available somewhere?
 
  As I wrote in my RFP I did some stuff (committed upstream). So yes,
  I've packages for i386 and amd64.

 So this bugs is wrong titled. Did you mean ITP for icecream?

I did the work for myself and in hope someone picks it up and finishes 
it. I don't want to become a Debian maintainer, I only want that there 
is a public package in Debian. So I think RFP is correct, isn't it?


Cheers,
André



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

2005-09-11 Thread André Wöbbeking
On Sunday 11 September 2005 19:09, David Moreno Garza wrote:
 On Sun, 2005-09-11 at 10:07 +0200, André Wöbbeking wrote:
   So this bugs is wrong titled. Did you mean ITP for icecream?
 
  I did the work for myself and in hope someone picks it up and
  finishes it. I don't want to become a Debian maintainer, I only
  want that there is a public package in Debian. So I think RFP is
  correct, isn't it?

 Yes, it is correct. Well, quite strange, I guess :-)

I say only lack of time :-( But I hope to see official packages 
soon :-) Jonathan Riddell asked me at aKademy 2005 if he can include 
the package in Kubuntu. Would be a shame if Kubuntu has a package 
before Debian ;-)



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

2005-09-10 Thread André Wöbbeking
On Saturday 10 September 2005 12:49, Isaac Clerencia wrote:

 Unfortunately there is already a package in Debian named icecream,
 can you suggest an alternative name for this one?

Yeah, I know. I called the packages icecc and icecc-monitor.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2005-09-10 Thread André Wöbbeking
On Saturday 10 September 2005 19:04, David Moreno Garza wrote:
 On Sat, 2005-09-10 at 12:58 +0200, André Wöbbeking wrote:
  Yeah, I know. I called the packages icecc and icecc-monitor.

 Do you mean you have the packages already available somewhere?

As I wrote in my RFP I did some stuff (committed upstream). So yes, I've 
packages for i386 and amd64.



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

2005-03-29 Thread André Wöbbeking
On Tuesday 29 March 2005 17:01, Daniel Jacobowitz wrote:

 Can you explain why you want to make this change?  Long long is still
 correct for these types, and consistent within the kernel.  The
 kernel types don't need to match stdint.h.

I got an error from

#ifdef OS_Linux
  #include linux/version.h
  #include sys/types.h
  #ifndef __u64
  #if LINUX_VERSION_CODE = KERNEL_VERSION(2,5,70)
  #include bits/wordsize.h
  #if __WORDSIZE == 64
  typedef unsigned long __u64;
  #else
  typedef unsigned long long __u64;
  #endif 
  #endif
  #endif
#endif

somewhere below asm/types.h is included which results in a type 
mismatch.

I don't know why asm/types.h isn't included from sys/types.h but 
after I investigated some headers I found it confusing that c++ and c 
use just long (size_t and int64_t) and the kernel uses long long. Both 
represent 64 bit data but seems to be different types


Cheers,
André



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

2005-03-29 Thread André Wöbbeking
On Tuesday 29 March 2005 17:37, Daniel Jacobowitz wrote:

 That's your bug.  

No not mine, it's KDE's one ;-)

 Don't do that.  Don't mix glibc and kernel headers. 

Nevertheless IMHO it's at least strange if not even wrong to use 
different types for 64 bit data. But as this will probably not be fixed 
I'll try to fix it in KDE.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296514: Cervisia licensing: moving forward?

2005-03-28 Thread André Wöbbeking
On Monday 28 March 2005 15:31, Christian Loose wrote:

 I changed the license locally here from QPL to GPL v2 or later.
 Please speak up now, if you don't agree with this license change.
 Otherwise I will commit the changes to HEAD on Wednesday evening
 (CEST).

OK.

What about backporting for KDE 3.4, the current KDE version?


Cheers,
André



Bug#296514: Cervisia licensing: moving forward?

2005-03-26 Thread André Wöbbeking
On Saturday 26 March 2005 09:15, Ben Burton wrote:
 Hi again,

 At this stage it seems that everyone is happy to go with a dual
 QPL/GPL license for cervisia.  My question now is how to go forward
 with the change.

I prefer a single GPL license and AFAIK Christian too. I think this 
shouldn't be a problem, right?


Cheers,
André



Bug#296514: Cervisia license issues

2005-02-25 Thread André Wöbbeking
On Friday 25 February 2005 03:30, Ben Burton wrote:
 Hi.

 Currently cervisia is licensed under the QPL.  As the maintainer of
 kdesdk in debian, I am unfortunately faced with having to remove
 cervisia from the debian distribution since the QPL does not meet
 with debian's free software guidelies.  Of course this is debian's
 decision, but nevertheless it seems worth bringing up the two
 specific issues that concern us:

Sometimes I don't know if I should laugh or cry when I hear about 
Debian's license issues. If this will become too anoying people will 
just switch their distribution.

BTW, about which KDE version do we talk? Is it enough if we change the 
license in CVS HEAD aka KDE 4 (maybe 3.5)?

 Given these issues, is it possible to consider altering the licensing
 for cervisia in any way?  Possibilities are as follows:

 2. Alternatively it might be worth considering a dual license for
 cervisia, similar to what Trolltech has done with Qt.

I'm fine with the GPL too. Do we really need/want a dual license?


Cheers,
André



Bug#279851: acknowledged by developer (move kdewidgets.so to kdelibs4-dev)

2005-01-17 Thread André Wöbbeking
On Monday 17 January 2005 22:49, Christopher Martin wrote:
 On January 17, 2005 16:21, André Wöbbeking wrote:
  Sorry that I didn't answer earlier. I can't remember that I
  received your previous mail :-( (BTW, is there anywhere an option
  that I get all replies to my bugreport automatically?)

 Not that I'm aware of, no. It's up to the follow-up submitter to CC
 the original submitter.

This is PITA and much user friendlier in other software projects (GCC, 
KDE, ...)

 This information was decisive:
  I don't think it would be a wise idea to move it to the -dev
  package. Any Qt program which dynamically loads forms from .ui
  files (containing KDE Widgets) using QWidgetFactory would then have
  to depend on the -dev package.

 Although you know of no apps which do so at present, it would be good
 to allow them to do so without the -dev package, hence the closure.

I read the mentioned information and understand you, I only wanted to 
tell you the reason for my wish. And as I've a workaround I don't 
bother too much.

And FYI, on SuSE kdewidgets.so is also in kdelibs and not kdelibs-dev.


André