Bug#390465: reportbug crashes when you try to paste something into it.

2006-10-01 Thread Carlo Wood
/lib/python-support/python2.4/urwid/util.py, line 480, in is_wide_char assert type(text) == type() AssertionError I'm using debian testing, that is - gnome 2.14.3 as desktop. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#391427: Debian's version of libtool breaks correct link order

2006-10-06 Thread Carlo Wood
does not. Note that passing -ly -lz -lx -lz also won't work. -- Carlo Wood [EMAIL PROTECTED]

Bug#391427: Debian's version of libtool breaks correct link order

2006-10-06 Thread Carlo Wood
post, possible not too clear though: libcwd does not define dlsym. I don't understand why you think that no function of libcwd would ever be reached when there is a library before it in the list... What about it's _init function, to name one? -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE

Bug#391427: Debian's version of libtool breaks correct link order

2006-10-06 Thread Carlo Wood
On Fri, Oct 06, 2006 at 06:29:47PM +0200, Kurt Roeckx wrote: On Fri, Oct 06, 2006 at 04:03:42PM +0200, Carlo Wood wrote: The problem here is that -ldl appears before /usr/local/install/4.1.2-20060901/lib/libcwd.so Where does that -ldl come from? That is detailed explained in the my

Bug#391427: Debian's version of libtool breaks correct link order

2006-10-06 Thread Carlo Wood
does this correctly. Only your 'debian' version is broken in this regard. It is WRONG to outout -ldl this early. Your libtool is buggy. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#391427: Debian's version of libtool breaks correct link order

2006-10-06 Thread Carlo Wood
/bugreport391427/libx/../install/lib Note how the libtool command line does NOT contain -ldl, and that -ldl appears AFTER libx.so. ~/src/debian/bugreport391427./tst Success! Also note, that this edit of libtool is not needed with the stock/upstream libtool. Attached: tst.tar.gz -- Carlo Wood [EMAIL

Bug#391427: Debian's version of libtool breaks correct link order

2006-10-07 Thread Carlo Wood
On Sat, Oct 07, 2006 at 10:41:39AM +0200, Kurt Roeckx wrote: On Sat, Oct 07, 2006 at 02:46:01AM +0200, Carlo Wood wrote: I wrote a test case, see attached tar ball. To run, execute: tar xzf bugreport391427.tar.gz cd bugreport391427 ./autoconf.sh make ./tst The following

Bug#400771: vim-gtk loops in syntax_start()

2006-11-28 Thread Carlo Wood
= store_current_state(prev); 602 } Attached: 'Makefile.am.gz', please gunzip before opening ;). Output of :filetype filetype detection:ON plugin:ON indent:OFF Output of :set filetype filetype=automake -- Carlo Wood [EMAIL PROTECTED] Makefile.am.gz Description: Binary data

Bug#400771: vim-gtk loops in syntax_start()

2006-12-04 Thread Carlo Wood
On Mon, Dec 04, 2006 at 12:52:53AM -0500, James Vega wrote: On Tue, Nov 28, 2006 at 05:27:15PM +0100, Carlo Wood wrote: vim uses 100% cpu while scrolling up (starting in a given state) the attached file. How to reproduce: [snipped] Thanks for the detailed steps to reproduce

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-17 Thread Carlo Wood
Package: synergy Version: 1.3.1-4 Severity: important Since my last apt-get update/upgrade, synergys crashes more often than before. It now crashes with the output: ... DEBUG1: CClientProxy1_0.cpp,253: send enter to taryn, 0,881 3 DEBUG1: CServer.cpp,780: try to leave taryn on left INFO:

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-18 Thread Carlo Wood
could run synergys in an etch chroot though, 64bit or 32bit. The only difference would be the versions of the libraries it links with. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-18 Thread Carlo Wood
Xlib: unexpected async reply (sequence 0x14a8)! at that moment I have no mouse or keyboard anymore (as is the case when I run synergys in gdb and it stops in Xlib due to the assertion). So, I had to kill it by logging in remotely from another PC. -- Carlo Wood [EMAIL PROTECTED

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-19 Thread Carlo Wood
Any progress yet? Things I can test? I noticed that you are using threads in synergys. The assertion that we run into can be caused if multiple threads do calls to GUI calls (X, Xt). All such calls must be done from one thread. Are you doing X calls from more than one thread? -- Carlo Wood

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-19 Thread Carlo Wood
0x in ?? () this thread seems not relevant (although I think it's bad to wait for a lock when handling SIGINT). The problem is the deadlock between thread 1 and thread 3. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-19 Thread Carlo Wood
are calling XSendEvent (or XSync or whatever) from one thread and at the same time XQueryPointer (or whatever) from another thread. That is not allowed. You should do all calls from one thread. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#495498: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 0)' failed.

2008-08-19 Thread Carlo Wood
://tronche.com/gui/x/xlib/display/XInitThreads.html -- Carlo Wood [EMAIL PROTECTED] diff -X /usr/src/debian/synergy/.diffignore -rudp synergy-1.3.1/cmd/synergys/synergys.cpp synergy-1.3.1.XInitThreads/cmd/synergys/synergys.cpp --- synergy-1.3.1/cmd/synergys/synergys.cpp 2006-03-22 06:40

Bug#430006: closed by Filipus Klutiero [EMAIL PROTECTED] (Out of date)

2008-09-09 Thread Carlo Wood
Just wait a year, and the bug will go away by itself! Hell of a way to fix problems. By the way 'asap' means As soon as possible, not not year. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#457170: k3b: K3B does not verify anyone!

2008-01-20 Thread Carlo Wood
Package: k3b Version: 1.0.4-3 Followup-For: Bug #457170 After writing, the tray is openened and not closed anymore. After manually closing it, k3b just hangs, using 100% cpu. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable')

Bug#463701: ia32-libs-gtk: Please add libgnome-vfs.so

2008-02-02 Thread Carlo Wood
Package: ia32-libs-gtk Version: 2.1 Severity: normal While running firefox in 32bit mode and going through it's preference windows, somewhere (I can't find back the exact point) it printed: (firefox-bin:12218): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.so: wrong ELF

Bug#457291: flash could be supported on stable.

2008-02-04 Thread Carlo Wood
and my anger towards Adobe is now devided over Adobe AS WELL as debian. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#464350: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF class: ELFCLASS64

2008-02-06 Thread Carlo Wood
Package: ia32-libs-gtk Version: 2.1 Severity: normal I believe that this bug has been reported before (#435455, #460169, and #463701 all seem to refer to the same thing, but I'm not sure and if they are they are looking in the wrong direction). The bug that I ran into is in gdk_pixbuf_io_init,

Bug#464350: ia32-libs-gtk: Fixed loader path in 32-bit version points to 64-bit files.

2008-02-06 Thread Carlo Wood
Package: ia32-libs-gtk Followup-For: Bug #464350 Okayy, so we have: strings /usr/lib/libgdk_pixbuf-2.0.so.0 | grep '^/.*loaders' /usr/lib/gtk-2.0/2.10.0/loaders But strings /usr/lib32/libgdk_pixbuf-2.0.so.0 | grep '^/.*loaders' /usr/lib/gtk-2.0/2.10.0/loaders ??? I was wrong that the path

Bug#245874: locate silently fails if partition full

2008-01-30 Thread Carlo Wood
Package: locate Version: 4.2.31-4 Followup-For: Bug #245874 I had the exact same problem. As a result, I haven't been able to use locate for a long time, until I finally found the time to dig into this. All this time, locate was run from cron, producing no errors and an empty database (Causing

Bug#463343: schroot: Does not end sessions automatically.

2008-01-30 Thread Carlo Wood
Package: schroot Version: 1.1.5-1.1 Severity: important I've been using schroot as: $ schroot -c sid32 for some time. At some point 'locate' stopped working - I didn't know why. The reason, in the end, turns out to be that updatedb aborts silently when the tmp partition used by sort runs full.

Bug#427409: identd[5713]: s_open(/var/run/identd.pid, O_WRONLY): Permission denied

2007-06-10 Thread Carlo Wood
Package: pidentd Version: 3.0.19.ds1-3 Followup-For: Bug #427409 My daemon.log shows: Jun 10 15:08:39 ansset identd[5713]: started Jun 10 15:08:39 ansset identd[5713]: s_open(/var/run/identd.pid, O_WRONLY): Permission denied and so on. The reason is that identd runs as nobody and /var/run is:

Bug#428312: gkrellm: does not reconnect with daemon after a (remote?) daemon restart.

2007-06-10 Thread Carlo Wood
Package: gkrellm Version: 2.2.10-1 Severity: normal I have three debian boxes running 'testing' on a LAN. Two are running gkrellmd and the third is running three times gkrellm, two of which connect to the other two machines. When I reboot one of the two machines that run gkrellmd, or otherwise

Bug#428470: dpkg-dev: dpkg-scanpackages no longer seems to understand or read override file

2007-06-11 Thread Carlo Wood
/dists/nvidiacat overridefile nvidia-glx optional non-free/x11 Carlo Wood [EMAIL PROTECTED] nvidia-glx-dev optional non-free/x11 Carlo Wood [EMAIL PROTECTED] nvidia-kernel-2.6-amd64 optional non-free/x11 Carlo Wood [EMAIL PROTECTED] nvidia-kernel-2.6.18-4-amd64 optional non-free/x11 Carlo Wood

Bug#426185: gkrellmd: uses /var/run as home directory

2007-05-26 Thread Carlo Wood
Package: gkrellmd Version: 2.2.10-1 Severity: normal I can't believe that this is normal, while installing gkrellmd: # apt-get install gkrellmd [...] Setting up gkrellmd (2.2.10-1) ... Warning: The home dir you specified already exists. Adding system user `gkrellmd' (UID 108) ... Adding new user

Bug#375578: apt-file: Additional comment for bug #375578

2007-05-28 Thread Carlo Wood
Package: apt-file Version: 2.0.8.2 Followup-For: Bug #375578 I ran into this too - even though it is labeled as a 'minor' bug, why wasn't this fixed in the mean time? It is a very little work to fix it. The way it is now, apt-file even suggests to install 'ssh' when you already have that

Bug#427645: request to install python-urwid which causes reportbug to be REMOVED

2007-06-05 Thread Carlo Wood
Package: reportbug Version: 3.38 Severity: important hikaru:~reportbug *** Unable to import urwid interface: Please install the python-urwid package to use this interface. Falling back to text interface. Please enter the name of the package in which you have found a problem, or type 'other' to

Bug#427419: manpages-dev: /usr/share/man/man2/epoll_pwait.2.gz is symlink to itself

2007-06-05 Thread Carlo Wood
Package: manpages-dev Version: 2.49-1 Followup-For: Bug #427419 Hi, I just installed manpages-dev with apt-get (being the only major thing I've changed) and the next day I find this mail in my box: /etc/cron.daily/man-db: mandb: can't resolve /usr/share/man/man2/epoll_pwait.2.gz: Too many levels

Bug#427664: exim4[9771] trap divide error rip:2b799ba4ab83 rsp:7fff0f023930 error:0

2007-06-05 Thread Carlo Wood
Package: exim4 Version: 4.63-17 Severity: grave Justification: renders package unusable After doing an 'apt-get upgrade' on Jun 2 around 18:30 CET, the receiving of mail completely broke. This upgrade installed version 4.63-17. === The only errors could be

Bug#429605: git-core: git 1.4.x is REALLY outdated (and has a proven bug in bisect)

2007-06-18 Thread Carlo Wood
went away. Linus writes: On Tue, 19 Jun 2007, Carlo Wood wrote: Conclusion: the weird behaviour that you think was wrong is totally due to git 1.4.4.4. Ok. I'll bounce a note to Junio just due to curiosity in case he goes ahh, yeah, it was that known bug, but I'll otherwise ignore

Bug#429605: git-core: git 1.4.x is REALLY outdated (and has a proven bug in bisect)

2007-06-19 Thread Carlo Wood
? For users of the stable release, there's the backports.org service that provides new upstream versions to be installed on the stable release, see also this thread http://thread.gmane.org/gmane.comp.version-control.git/50411 I participated in that thread, as you can see :p -- Carlo Wood [EMAIL

Bug#430006: The version of nvidia-graphics-modules-amd64 is outdated

2007-06-21 Thread Carlo Wood
Package: nvidia-graphics-modules-amd64 Severity: normal Currently, the version of the source package nvidia-graphics-modules-amd64 in unstable is 1.0.8776-4 while the version of nvidia-graphics-drivers has been bumped to 100.14.09-1. This is not compatible and gives me problems. Please bump

Bug#430706: savelog: COMPRESS options are being passed to which

2007-06-26 Thread Carlo Wood
Package: debianutils Version: 2.21 Severity: normal Tags: patch I started to get email from crond about: which: invalid option -- 9 which: invalid option -- f The reason is that you are passing options meant for bzip to which. Here is a patch: --- /usr/bin/savelog.orig 2007-06-26

Bug#420758: Acknowledgement (Does not match libstdc++6-dbg)

2007-05-19 Thread Carlo Wood
==by 0x40007B6: (within /lib/ld-2.3.6.so) ==22446== Address 0x1D6 is not stack'd, malloc'd or (recently) free'd This seems like a very easy fix, has nobody looked at it yet please? It's highly annoying that libstdc++ doesn't have debug symbols. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE

Bug#433166: totem-xine: totem stopped working after recent upgrade: no codec is known anymore

2007-07-14 Thread Carlo Wood
Package: totem-xine Version: 2.18.2-1 Severity: grave Justification: renders package unusable I've been totem for a long time without problems. After my last apt-get update/upgrade, totem stops playing anyting. Any movie that I try to open results in a popup says something like: Video codec

Bug#433166: totem-xine: totem stopped working after recent upgrade: no codec is known anymore

2007-07-15 Thread Carlo Wood
On Sun, Jul 15, 2007 at 10:47:14AM +0200, Loïc Minier wrote: What if you install libxine1-ffmpeg? Yup, that fixes things again. Had to be something simple, I guess it's a missing dependency - and probably not even of totem but of xine? Thanks -- Carlo Wood [EMAIL PROTECTED

Bug#433342: libboost-serialization1.33.1 is missing

2007-07-16 Thread Carlo Wood
Package: libboost-serialization1.33.1 Severity: normal I can find the following boost libraries in 'testing': libboost-date-time1.33.1 - set of date-time libraries based on generic programming concepts libboost-filesystem1.33.1 - filesystem operations (portable paths, iteration over

Bug#420758: Does not match libstdc++6-dbg

2007-04-24 Thread Carlo Wood
Package: libstdc++6 Version: 4.1.1-21 Severity: normal The package libstdc++6 contains the library /usr/lib/libstdc++.so.6.0.8 I need debugging symbols for this package, so I have also installed the package libstdc++6-dbg Currently, the pacakge libstdc++6-dbg contains the file

Bug#454599: gstreamer0.10-plugins-bad: Does STILL not play VCD

2008-05-30 Thread Carlo Wood
, there are no other options. It's impossible to chose one of the two episodes or otherwise start the real movie. On Mon, Mar 31, 2008 at 09:41:27AM +0200, Sebastian Dröge wrote: On Mo, 2008-03-31 at 05:02 +0200, Carlo Wood wrote: Package: gstreamer0.10-plugins-bad Version: 0.10.6-6 Followup-For: Bug #454599

Bug#484995: pango1.0: Pango-WARNING **: Error loading GPOS table 5503

2008-06-07 Thread Carlo Wood
Package: pango1.0 Version: 1.20.2 Severity: normal While running the command doxygen for my project, which somewhere runs 'dot graph_legend.dot -Tpng:gd -o graph_legend.png', dot prints: Pango-WARNING **: Error loading GPOS table 5503 This occurs because in line

Bug#463343: schroot: Does not end sessions automatically.

2008-04-26 Thread Carlo Wood
-groups=root personality=linux32 type=plain run-exec-scripts=true run-setup-scripts=true -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#477244: closed by Wesley J. Landaker [EMAIL PROTECTED] (This doesn't sound like a bug in googleearth-package....)

2008-05-21 Thread Carlo Wood
came back here to reopen the bug and report that, but I see someone else already did that. Just want to confirm that this is the (original) problem and after installing lib32nss-mdns GoogleEarth works again (without even needing to be reinstalled - needs to be restarted though). -- Carlo Wood [EMAIL

Bug#486685: pidgin: Pidgin doesn't show any window, just hangs at commandline prompt.

2008-06-17 Thread Carlo Wood
Package: pidgin Version: 2.4.2-2 Severity: important Well, there is nothing more that I can add :/ hikaru:~pidgin _ -- blinking cursor. No window pops up or anything. strace shows: ... poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,

Bug#486685: pidgin: Pidgin doesn't show any window, just hangs at commandline prompt.

2008-06-17 Thread Carlo Wood
On Tue, Jun 17, 2008 at 03:31:26PM -0400, Ari Pollak wrote: What window manager are you running? What is $DISPLAY set to? Can you start any other X applications from the same terminal? I'm running metacity hikaru:~echo $DISPLAY :0.0 I can start xterm, for example. -- Carlo Wood [EMAIL

Bug#486685: pidgin: Pidgin doesn't show any window, just hangs at commandline prompt.

2008-06-17 Thread Carlo Wood
and that's it. -- Carlo Wood [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#477244: googleearth-package: Google Earth detected an error while trying to authenticate.

2008-04-21 Thread Carlo Wood
Package: googleearth-package Version: 0.5.4 Severity: grave Justification: renders package unusable Since on testing make-googleearth-package refuses to run: hikaru:~make-googleearth-package --verbose Google Earth for GNU/Linux 4.3.7191.6508 Unrecognized Google Earth version (use --force to

Bug#468861: gtk2-engines: clearlooks is fubar-ed

2008-04-22 Thread Carlo Wood
On Tue, Apr 22, 2008 at 12:38:04PM +0200, Josselin Mouette wrote: Le dimanche 02 mars 2008 à 00:30 +0100, Carlo Wood a écrit : Maybe this is related to an error that I saw somewhere, being: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:68: error: unexpected identifier `colorize_scrollbar

Bug#468861: gtk2-engines: clearlooks is fubar-ed

2008-03-01 Thread Carlo Wood
Package: gtk2-engines Version: 1:2.12.2-1 Severity: normal I was using 'clear looks' as theme - but suddenly everything looked horrible-- especially the title bar buttons-- unacceptable. I tried to restore my theme to what it was using 'Gnome Control Center' - Look and feel / Appearance - ... but

Bug#454599: gstreamer0.10-plugins-bad: Does STILL not play VCD

2008-03-30 Thread Carlo Wood
Package: gstreamer0.10-plugins-bad Version: 0.10.6-6 Followup-For: Bug #454599 I'm trying to play a movie with totem (a .bin/cue file), but I'm getting: ** Message: don't know how to handle video/x-vcd ** Message: Error: A VideoCD (VCD) decoder plugin is required to play this stream, but not

Bug#607087: libpisock9: /etc/modprobe.d/libpisock9 needs .conf

2010-12-14 Thread Carlo Wood
Package: libpisock9 Version: 0.12.3-4+b1 Severity: normal File: libpisock9 Whenever I run modprobe, I get this warning: WARNING: All config files need .conf: /etc/modprobe.d/libpisock9, it will be ignored in a future release. -- System Information: Debian Release: squeeze/sid APT prefers

Bug#607087: libpisock9: /etc/modprobe.d/libpisock9 needs .conf

2010-12-15 Thread Carlo Wood
it, but it wasn't purged. Purging it solved the problem. Thanks, Carlo On Wed, Dec 15, 2010 at 11:21:57AM +0100, Ludovic Rousseau wrote: fixed 607087 0.12.3-9 thank Le 14/12/10 16:50, Carlo Wood a écrit : Package: libpisock9 Version: 0.12.3-4+b1 Severity: normal File: libpisock9 Whenever I

Bug#617796: mysql-server-5.1: Upgrade of debian stable silently ERASED my years old mysql database (no backup)

2011-03-11 Thread Carlo Wood
Package: mysql-server-5.1 Version: 5.1.49-3 Severity: critical Justification: causes serious data loss I have a head-less debian stable system that never requires attention or maintenance. It runs my firewall, a mail server with spam filters and an apache webserver for a website based on php

Bug#617796: [debian-mysql] Bug#617796: mysql-server-5.1: Upgrade of debian stable silently ERASED my years old mysql database (no backup)

2011-03-11 Thread Carlo Wood
trace of anything deleted in /var/lib/mysql. Am Freitag, den 11.03.2011, 16:22 +0100 schrieb Carlo Wood: Hi, the upgrade was done on Feb 2, 2011. The logs of that are attached as dpkg.log.2.gz If you mean Feb 7, then mysql-server-5.0 was purged at that day: 2011-02-07 21:03:29 purge mysql

Bug#562954: java-common: All java networking ignores ipv4 interfaces

2009-12-29 Thread Carlo Wood
Package: java-common Version: 0.34 Severity: grave Justification: renders package unusable Since my last upgrade of java, all java applications that use networking stopped working. After some research I found that this is because of a change that makes java start to use ipv6 instead of ipv4. I

Bug#562954: java-common: All java networking ignores ipv4 interfaces

2009-12-29 Thread Carlo Wood
On Tue, Dec 29, 2009 at 03:31:28PM +0100, Mehdi Dogguy wrote: or maybe you are affected by #560056? Yes that seems to be the case, thanks for pointing that out. -- Carlo Wood ca...@alinoe.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#568940: libswt-gtk-3.5-java: Symlink really missing, this bug is not resolved

2010-04-09 Thread Carlo Wood
Package: libswt-gtk-3.5-java Version: 3.5.1-2 Severity: normal Azureus was working fine for me. Then I did: apt-get update; apt-get upgrade as usual etc, and the result is a missing symbolic link as reported in this bug. Even if reinstalling the package fixes the problem, it is still a problem:

Bug#502318: (no subject)

2009-05-08 Thread Carlo Wood
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#463343: (no subject)

2009-03-21 Thread Carlo Wood
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#463343: (no subject)

2009-03-21 Thread Carlo Wood
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#463343: [Buildd-tools-devel] Bug#463343: schroot: Does not end sessions automatically.

2009-03-21 Thread Carlo Wood
chroot: /var/lib/schroot/session/etch32-e1d58450-2d8c-407c-a882-d7486b226643: Failed to unlink session file: No such file or directory Any idea how I can get rid of them? -- Carlo Wood ca...@alinoe.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#619127: kdelibs4c2a: dcopserver prints unhelpful error message when out of disk space

2011-03-21 Thread Carlo Wood
Package: kdelibs4c2a Version: 4:3.5.10.dfsg.1-5 Severity: normal Tags: upstream I ran out of diskspace and tried to run 'kdirstat'. It complaint that it couldn't start dcopserver. Trying to start dcopserver manually, I got this not-so-helpful error message: Only one line in dcopserver file !:

Bug#624451: vlc: Audio quality (of mpeg radio stream) degraded beyond acceptable.

2011-04-28 Thread Carlo Wood
Package: vlc Version: 1.1.7-3 Severity: important After an 'apt-get upgrade' (which upgraded vlc), the sound of my radio station (a premium paid-for 'MPEG 1.0 layer III, 256 kbit/s, 44100 Hz joint-stereo' stream), started to sound HORRIBLE. Like really really cheap. I detected that there was much

Bug#624451: vlc: Audio quality (of mpeg radio stream) degraded beyond acceptable.

2011-04-29 Thread Carlo Wood
On Thu, 28 Apr 2011 20:52:59 +0200 Christophe Mutricy xto...@chewa.net wrote: Le Thu 28 Apr 11 à 16:21 +0200, Carlo Wood a écrit : After an 'apt-get upgrade' (which upgraded vlc), the sound of my radio station (a premium paid-for 'MPEG 1.0 layer III, 256 kbit/s, 44100 Hz joint-stereo

Bug#686478: systemsettings: fails to initialize multiple monitor setup

2012-09-01 Thread Carlo Wood
Package: systemsettings Version: 4:4.8.4-3 Severity: normal Dear Maintainer, * What exactly did you do (or not do) that was effective (or ineffective)? Click on the K-menu -- System Settings -- Display and Monitor configure a dual head (I'm using nvidia twinview setup if that is

Bug#701849: kde-runtime: kde-open cannot be used to open applications that take an URI where the host field isn't a DNS name.

2013-02-27 Thread Carlo Wood
Package: kde-runtime Version: 4:4.8.4-2 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** (Ok, as usual bullshit - but I'll answer the questions): * What led up to the situation? I wanted to be able to click on teleport on the monitor

Bug#756302: qtchooser breaks many many existing configuration scripts.

2014-07-28 Thread Carlo Wood
Package: qtchooser Version: 39-g4717841-3 Severity: grave Justification: renders package unusable Dear Maintainer, since I installed qtchooser, *every* project that uses qt has been broken. The reason for that is that they run 'qmake' in order to find out if it exists (and/or for an other

Bug#771876: libcwd: diff for NMU version 1.0.4-1.1

2014-12-15 Thread Carlo Wood
just wants to press enter and have it done. -- Carlo Wood ca...@alinoe.com PS I pushed to git what I have locally; please have a look at: https://github.com/CarloWood/libcwd/commits/master The idea was to release 1.0.6 as soon as I added dwarf version 4 support. -- To UNSUBSCRIBE

Bug#768314: cryptsetup: Passphrase prompt rolls by without stopping

2014-12-15 Thread Carlo Wood
Package: cryptsetup Version: 2:1.6.6-3 Followup-For: Bug #768314 Dear Maintainer, I have the exact same problem as Kjetil. I installed plymouth, but that didn't change anything. It is extremely confusing and unclear what happens when password prompts fly by and when some weird, unclear counter

Bug#799571: Release of libcwd version 1.0.6

2016-09-21 Thread Carlo Wood
Hi, I just released libcwd version 1.0.6 (http://downloads.sourceforge.net/project/libcwd/libcwd/1.0.6/libcwd-1.0.6.tar.gz) which adds support for g++ 6.2.0 and lower (tested 5.4.0, 4.9.4, 4.8.5, etc). I think that should solve this bug. -- Carlo Wood <ca...@alinoe.com>