Bug#316940: Instantiating vte.Terminal as well as other actions generate Gdk warnings

2005-07-04 Thread George Cristian Birzan
Package: python-vte Version: 1:0.11.13-2 Severity: minor [EMAIL PROTECTED]:~$ python -c 'import vte; vte.Terminal()' (-c:23054): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) (-c:23054): Gdk-WARNING **: gdk_property_get(): length value has

Bug#303367: diskio displays hogs memory. A lot of it.

2005-04-06 Thread George Cristian Birzan
Package: gdesklets-data Version: 0.32 Severity: critical /usr/share/gdesklets/Displays/diskio/diskio.display makes XFree start allocating RAM until (on my 512MiB RAM ~700MiB swap machine) it crashes the machine. xrestop output before: 0e017 721 140 1712536K 3K 12539K

Bug#303281: mkinitrd should be updated for libc6 2.3.4 whose ldd changed output format

2005-04-05 Thread George Cristian Birzan
On Tue, Apr 05, 2005 at 10:44:12PM +0200, Harald Dunkel wrote: > > sed -n 's/.*\(=>\)\?[[:blank:]]\+\(\/[^[:blank:]]*\).*/\2/p' > > > > Something like '[:blank:]' is too much gawk. A few weeks ago > I had sent the attached patch. > --- /u/harri/initrd-tools/initrd-tools-0.1.77/mkinitrd200

Bug#303281: mkinitrd should be updated for libc6 2.3.4 whose ldd changed output format

2005-04-05 Thread George Cristian Birzan
Package: initrd-tools Version: 0.1.77 Severity: grave Tags: experimental patch It's not exactly a patch, just the regular expression I've found to work with libc6 2.3.4: sed -n 's/.*\(=>\)\?[[:blank:]]\+\(\/[^[:blank:]]*\).*/\2/p' See bug #301455 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug

Bug#303175: --compare-version*s*

2005-04-05 Thread George Cristian Birzan
Package: dash Version: 0.5.2-4 Severity: normal Preparing to replace dash 0.5.2-3 (using .../archives/dash_0.5.2-4_i386.deb) ... Unpacking replacement dash ... dpkg: unknown option --compare-version *coughs* It's --compare-versions -- System Information: Debian Release: 3.1 APT prefers experim

Bug#301455: ldd no longer puts a => before /bin/ld-linux.so.2

2005-03-30 Thread George Cristian Birzan
On Wed, Mar 30, 2005 at 12:23:30PM +0900, GOTO Masanori wrote: > I expect you to explain why mkinitrd breaks with new ldd. [EMAIL PROTECTED]:~$ ldd /bin/bash | sed 's/.*=>[[:blank:]]*\([^[:blank:]]*\).*/\1/' (0xe000) /lib/libncurses.so.5 /lib/tls/libdl.so.2 /lib/tls/libc.so.6 /lib/ld-

Bug#301455: ldd no longer puts a => before /bin/ld-linux.so.2

2005-03-25 Thread George Cristian Birzan
Package: libc6 Version: 2.3.4-1 Severity: important Tags: experimental Output on experimental machine: [EMAIL PROTECTED]:~$ ldd /bin/bash linux-gate.so.1 => (0xe000) libncurses.so.5 => /lib/libncurses.so.5 (0xb7f93000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb7f9)