Bug#873076: silversearcher-ag: Crashes when reading a truncated file

2017-08-24 Thread Sam Hocevar
Package: silversearcher-ag Version: 2.0.0-1 Severity: important Tags: security upstream Dear Maintainer, here is an example of ag crashing when reading a file: # dd of=zob count=0 seek=16G; (sleep 0.1; truncate -s1 zob)&; ag -a lol zob [2]26016 bus error (core dumped) ag -a lol zob

Bug#836278: buildbot: very slow postinst task on each upgrade

2016-09-01 Thread Sam Hocevar
Package: buildbot Version: 0.8.12-3.1 Severity: normal Dear Maintainer, the postinst script performs the following task: # Fix permissions on $HOME_DIR recursively chown -R $USER_NAME: $HOME_DIR This is unnecessary on my system, as all the files are correctly owned, but

Bug#833871: nullidentd: IPv6 support not activated in inetd

2016-08-09 Thread Sam Hocevar
Package: nullidentd Version: 1.0-5 Severity: normal Tags: ipv6 Dear maintainer, debian/postinst installs nullidentd into inetd: update-inetd --group INFO --add 'ident\t\tstream\ttcp\tnowait\tnobody\t/usr/sbin/nullidentd\tnullidentd' IPv6 support is trivial to add; just add a line

Bug#828730: samba: Cannot reload via systemd scripts because they reference nonexisting /usr/bin/kill

2016-06-27 Thread Sam Hocevar
Source: samba Version: 2:4.4.4+dfsg-1 Severity: important Dear Maintainer, The 4 following files reference /usr/bin/kill which on my system is actually located in /bin/kill: /lib/systemd/system/smbd.service:ExecReload=/usr/bin/kill -HUP $MAINPID /lib/systemd/system/winbind.service:

Bug#802306: packagekitd eating up RAM

2016-01-05 Thread Sam Hocevar
On Sat, Dec 19, 2015, Stephen Kitt wrote: > Dear Maintainer, > > I'm also seeing excessive RAM use; packagekitd is currently using > 4.8GB of RAM (on my 32GB system). I’m tempted to suggest raising the severity of this bug. It has become unbearable, the insane memory usage of packagekitd

Bug#802306: packagekitd eating up RAM

2016-01-05 Thread Sam Hocevar
On Tue, Jan 05, 2016, Matthias Klumpp wrote: > Hmm, are you doing anything special with PK which could trigger this > issue, so I can reproduce it? No, I’m afraid that’s the strange thing, I don’t do anything with PK. I run a GNOME desktop but have never launched software or performed any

Bug#689089: Patches for libglu 9.0.0-2.1 NMU

2015-09-15 Thread Sam Hocevar
Hi maintainers, Attached are my local commits to the debian-unstable branch for the libglu 9.0.0-2.1 NMU. Regards, -- Sam. >From dbe91cb35de027cbcfe98a354edfe7d496fc9a01 Mon Sep 17 00:00:00 2001 From: Sam Hocevar <s...@hocevar.net> Date: Sun, 13 Sep 2015 16:00:09 +0200 Subject: [

Bug#739400: ping

2015-09-14 Thread Sam Hocevar
On Tue, Nov 11, 2014, Dima Kogan wrote: > This is a gentle ping. libwayland-dev is the last dependency remaining > that makes qtbase5-dev not coinstallable with qtbase5-dev:armel, say. > Getting this done would make the lives of many people easier. I'd like to ping this bug, too. libSDL's

Bug#762508: fails to read from read-only filesystems; uses buggy read logic and error detection

2014-09-22 Thread Sam Hocevar
Package: chntpw Version: 1.0-1 Severity: important Tags: upstream patch chntpw fails to read files from read-only filesystems, despite having some logic to handle this: # chntpw -e /c/Windows/System32/config/SOFTWARE chntpw version 1.00 140201, (c) Petter N Hagen

Bug#727708: Fsck SystemD and its developers and its users. GR to override this please.

2014-02-10 Thread Sam Hocevar
On Mon, Feb 10, 2014, Craig Bransworth wrote: Fuck systemd from the bottom of my heart. Fuck it. Fuck it. FUCK SYSTEMD. I do not want to learn systemd. I do not want to deal with systemd. I hate the way it does things. I hate the way their community works. Hi Craig. And thank you

Bug#679468: new epoch breaks all symlinks

2012-06-28 Thread Sam Hocevar
Package: llvm Version: 1:3.0-12 Severity: grave Tags: patch Since the epoch was added to CV_LLVM, the computation of V_LLVM was not updated and all symbolic links are therefore broken, rendering the package unusable. I suggest changing: V_LLVM := $(shell echo $(CV_LLVM) | sed

Bug#678652: rgrep and grep -r suddenly decide to ignore symlinks to files

2012-06-23 Thread Sam Hocevar
Package: grep Version: 2.12-2 Severity: important Apparently grep -r and rgrep no longer follow symlinks whereas grep -R still does: % echo foo file1 ; ln -s file1 file2 % grep -r foo . ./file1:foo % grep -R foo . ./file2:foo ./file1:foo % This change of behaviour is not documented in the

Bug#678704: cannot connect to SVN repositories with an empty password

2012-06-23 Thread Sam Hocevar
=== --- debian/changelog (revision 8886) +++ debian/changelog (working copy) @@ -1,3 +1,10 @@ +trac-bitten (0.6+final-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Allow to authenticate with an empty SVN password. + + -- Sam Hocevar s...@debian.org Sat

Bug#673324: [libsdl1.2debian] Left/Right Joystick Axis doesn't work with some controllers

2012-05-17 Thread Sam Hocevar
tag 673324 pending thanks On Thu, May 17, 2012, Schrober wrote: I tried to use mupen64plus-input-sdl and noticed that my right/left axis doesn't work anymore. It worked perfectly some months ago. The first reaction was to blame the mupen64plus-input-sdl, but one of the developers told me

Bug#669154: freopen() can crash due to incomplete stream version detection

2012-04-17 Thread Sam Hocevar
Package: libc6 Version: 2.13-27 Severity: important Tags: upstream The i386 version of eglibc provides two versions of fopen() and fclose(), version GLIBC_2.0 and GLIBC2.1. However, they only provide one version of freopen(), version GLIBC_2.0. This shouldn't be a problem because freopen()

Bug#654433: libhtp1: new symbols but unversioned .shlibs

2012-01-03 Thread Sam Hocevar
Package: libhtp1 Version: 0.2.6-1 Severity: serious Justification: Policy 8.6.3 libhtp1 versions add new symbols but do not provide a minimal version in .shlibs. For instance, I can build a binary with 0.2.6-1 that uses htp_config_register_request_uri_normalize, but that binary will not run

Bug#637706: papaya: should this package be removed?

2011-08-18 Thread Sam Hocevar
severity 637706 normal reassign 637706 ftp.debian.org retitle 637706 RM: papaya -- RoM; unmaintained, too buggy and barely useful thanks -- Sam. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#637885: g++ -m32 does not work out of the box

2011-08-18 Thread Sam Hocevar
On Mon, Aug 15, 2011, Matthias Klose wrote: tag 637885 + wontfix severity 637885 wishlist thanks On 08/15/2011 04:19 PM, Sam Hocevar wrote: g++ -m32 does not work out of the box because g++-4.6 only suggests g++-4.6-multilib instead of at least recommending it. It would be nice

Bug#637885: g++ -m32 does not work out of the box

2011-08-15 Thread Sam Hocevar
Package: g++-4.6 Version: 4.6.1-6 Severity: normal g++ -m32 does not work out of the box because g++-4.6 only suggests g++-4.6-multilib instead of at least recommending it. It would be nice if the dependency was pulled by default. The same goes for gcc-4.6 / gcc-4.6-multilib, by the way.

Bug#626300: RM: abuse-lib, abuse-frabs -- ROM; merged into abuse-sdl

2011-05-10 Thread Sam Hocevar
Package: ftp.debian.org Severity: normal The contents of abuse-lib and abuse-frabs have been merged into abuse-sdl, which now provides the abuse-lib binary package. As such, both the abuse-lib and abuse-frabs source packages may be removed. Cheers, -- Sam. -- To UNSUBSCRIBE, email to

Bug#592457: severity of 592457 is serious

2010-10-19 Thread Sam Hocevar
On Thu, Sep 02, 2010, Christian Marillat wrote: If ffmpeg is released with these codecs in squeeze somebody should endorse the responsibility. Since you are personally distributing those very codecs in source and binary forms, could you please enlighten us on what allows you to do so that

Bug#570639: libselinux1: memory leak

2010-02-20 Thread Sam Hocevar
Package: libselinux1 Version: 2.0.89-4 Severity: normal Tags: upstream patch Under certain conditions, such as when the selinux filesystem is not available, init.c leaks a getline buffer. The attached patch fixes that. -- System Information: Debian Release: squeeze/sid APT prefers unstable

Bug#568905: ITP: neercs -- experimental screen clone with improvements

2010-02-08 Thread Sam Hocevar
Package: wnpp Severity: wishlist Owner: Sam Hocevar s...@debian.org * Package name: neercs Version : 0.0 (SVN snapshot) Upstream Author : Sam Hocevar Jean-Yves Lamoureux Pascal Terjan * URL : http://caca.zoy.org/wiki/neercs

Bug#566552: zzuf: testsuite use all memory + swap

2010-01-31 Thread Sam Hocevar
On Sat, Jan 23, 2010, Aurelien Jarno wrote: The check-memory test uses all memory + swap until it get killed by the OOM killer. This can render the machine unreachable during some time. This is due to broken memory limit option. In myfork.c, the memory limit setting is skipped if

Bug#561677: Support for libtool builds

2009-12-19 Thread Sam Hocevar
Package: colormake Version: 0.2-8 Severity: normal Tags: upstream patch Libtool builds output lines starting with libtool: link: gcc or libtool: compile: gcc which get missed by colormake. Compiler warnings are then missed, too, because the context is wrong. The attached patch adds support

Bug#561094: toilet: tries to load libcucul, that has been replaced by libcaca

2009-12-14 Thread Sam Hocevar
reassign 561094 libcaca0 retitle 561094 libcaca0 misses libcucul.so.* tag 561094 pending thanks On Mon, Dec 14, 2009, Tanguy Ortolo wrote: Yes, toilet depends on libcucul0, that has been replaced by libcaca0, that does not contain libcucul.so.0. As libcaca's web page now speaks of Unicode

Bug#558807: Missing libcucul.so.0 breaks toilet

2009-12-14 Thread Sam Hocevar
severity 558807 grave tag 558807 pending forcemerge 558807 561094 thanks On Wed, Dec 09, 2009, Anthony DeRobertis wrote: Package: libcucul0 Version: 0.99.beta16-2.1 Severity: normal FYI, this breaks toilet. Thanks for reporting this. I did not notice it because it only happens when

Bug#533977: Details...

2009-12-13 Thread Sam Hocevar
On Sat, Nov 28, 2009, Philipp Spitzer wrote: In my case, not only the sed tests fail but also other tests (but not all of them) when I do the tests inside cowbuilder. In some cases, there appears an interesting error (inside cowbuilder): r...@rigel:/tmp/533977/zzuf-0.12/test# ./../src/zzuf

Bug#560334: not even slightly figlet-compatible

2009-12-13 Thread Sam Hocevar
severity 560334 normal retitle 560334 TOIlet needs a font made of ASCII characters. thanks On Thu, Dec 10, 2009, Zefram wrote: The package description for toilet says TOIlet can open FIGlet fonts and is mostly commandline-compatible with it. This turns out not to be the case. figlet

Bug#537786: sshfs: umask option does not work as expected

2009-07-20 Thread Sam Hocevar
Package: sshfs Version: 2.2-1 Severity: normal Hello! When using eg. umask=002, instead of using the information to control permissions of new files, sshfs makes all remote files appear as executable locally. -- System Information: Debian Release: squeeze/sid APT prefers transitional APT

Bug#537786: sshfs: umask option does not work as expected

2009-07-20 Thread Sam Hocevar
On Tue, Jul 21, 2009, Sam Hocevar wrote: When using eg. umask=002, instead of using the information to control permissions of new files, sshfs makes all remote files appear as executable locally. This may actually be a problem with FUSE itself, from what I can see on https

Bug#471966: libgtkgl does not quit cleanly

2009-07-18 Thread Sam Hocevar
On Fri, Mar 21, 2008, Matthew King wrote: When the GL area is destroyed either via the window manager or in code with gtk_destroy_widget, X complains with: The program 'gtkgltest' received an X Window System error. This probably reflects a bug in the program. The error was 'BadDrawable

Bug#499460: toilet: please document the font format

2009-07-17 Thread Sam Hocevar
On Tue, Jul 14, 2009, Francesco Poli wrote: On Thu, 18 Sep 2008 23:31:04 +0200 Francesco Poli wrote: [...] In order to have more fonts created for TOIlet, I think it would be very useful to have some documentation on the .tlf font format: [...] Can you please include some documentation

Bug#496145: Depends on packaged library that is missing required symbols

2009-07-17 Thread Sam Hocevar
reassign 496145 libgtkglarea0.0-cil tag 496145 pending thanks On Fri, Aug 22, 2008, Chris Howie wrote: This package depends on libgtkgl2.0-1, but the version of this package in unstable does not provide the gtk_gl_area_begingl, crippling the managed wrapper. This is evidenced by the

Bug#249345: caca-utils: cacaview fails to initialise libcaca

2009-07-16 Thread Sam Hocevar
On Mon, Jul 12, 2004, Sam Hocevar wrote: cacaball fails silently cacademo fails silently cacaview fails with: cacaview: unable to initialise libcaca Are you running this from an X terminal or from the console? Does setting the CACA_DRIVER environment variable to x11 or slang

Bug#499747: toilet: please add this font

2009-07-14 Thread Sam Hocevar
On Wed, Jul 08, 2009, Francesco Poli wrote: I've just created a new font, based on the concept that each glyph must be built using the character itself as building block. [...] Please include it in the package, if you like it. May I have some sort of response, please? Sorry, I kinda

Bug#408666: color filters break Unicode characters

2009-07-14 Thread Sam Hocevar
reassign 408666 xterm retitle 408666 uxterm: bold attribute causes some glyphs to fail rendering thanks On Thu, Sep 18, 2008, Francesco Poli wrote: I think I am able to reproduce the bug reported by Simon Richter. The attached image is a shot of what I obtained on a uxterm (which works fine

Bug#535809: fixed in eglibc 2.9-20

2009-07-14 Thread Sam Hocevar
On Sun, Jul 12, 2009, Aurelien Jarno wrote: * Don't ship /usr/include/scsi/scsi.h anymore. Closes: #535809. Now packages that use scsi/scsi.h no longer build in unstable. Can you suggest a way to fix them? -- Sam. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#536872: please use ytasm instead of tasm

2009-07-14 Thread Sam Hocevar
Package: loadlin Version: 1.6c.really1.6c.nobin-2 Severity: minor Hello, Upstream yasm merged your changes to tasm support. However, they chose to call the binary ytasm. The Debian packages ship a symlink to avoid breaking things, but it would be better if you started using ytasm as soon

Bug#525078: already fixed

2009-06-17 Thread Sam Hocevar
reopen 525078 thanks On Mon, Jun 15, 2009, Steffen Joeris wrote: The code snippet is upstream's security fix. Testing it now and preparing DSA. Unfortunately it doesn't work properly. It looks like upstream didn't even bother to test the fix. Quick (and harmless) way to simulate an

Bug#528741: -floop-block causes numerous ICEs

2009-05-15 Thread Sam Hocevar
Package: gcc-4.4 Version: 4.4.0-4 Severity: normal gcc-4.4's new -flopp-block flag does not seem to work properly. Here is a simple test case: int buffer[256*256]; int main(void) { int *dest = buffer; int x, y; for(x = 0; x 256; x++) for(y = 0; y 256; y++)

Bug#525078: insufficient path escaping when opening fies

2009-04-21 Thread Sam Hocevar
Package: amule Version: 2.2.4-1+b1 Severity: normal Tags: security upstream src/DownloadListCtrl.cpp does the following (code edited for clarification): command = wxT(xterm -T \aMule Preview\ -iconic -e mplayer '$file'); [...] wxString rawFileName = file-GetFullName().GetRaw();

Bug#512162: download last chunk feature insufficient for AVI preview

2009-01-17 Thread Sam Hocevar
Package: amule Version: 2.2.1-1 Severity: normal Tags: patch When selecting Try to download first and last chunks first in the preferences, aMule ensures that at least 3 MB of data is downloaded at the end of the file. This is not enough for previewing most AVI files, as the index size is

Bug#511966: missing dependency: libmono-i18n2.0-cil

2009-01-15 Thread Sam Hocevar
Package: gnome-subtitles Version: 0.7.2-1 Severity: grave gnome-subtitles does not work at all if libmono-i18n2.0-cil is not installed on the system: any attempt at loading a file results in the message The specified file is invalid. See

Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Sam Hocevar
On Wed, Nov 12, 2008, Olaf van der Spek wrote: Package: coreutils Version: 6.10-6 Severity: normal File: /bin/cat Hi, I've got MySQL log files with queries that contain binary parts. When I use cat or tail to view those, my terminal gets messed up. Could cat not write binary chars (

Bug#501076: [pkg-fso-maint] Bug#501076: zhone-session: Depends: fso-frameworkd but it is not going to be installed

2008-10-05 Thread Sam Hocevar
On Sun, Oct 05, 2008, Timo Juhani Lindfors wrote: Luca Capello [EMAIL PROTECTED] writes: Bug reassigned and retitled, since it doesn't belong to zhone-session. On Fri, 03 Oct 2008 23:15:29 +0200, Timo Juhani Lindfors wrote: At least five different people on IRC have yesterday and today

Bug#490700: libhighgui-dev: Linking against libhighgui fails

2008-09-28 Thread Sam Hocevar
severity 490700 wishlist retitle 490700 libhighgui-dev: does not work with debian-multimedia.org packages thanks On Sun, Jul 13, 2008, Jan Binder wrote: Compiling an application and and then linking against libhighgui fails with: /usr/lib/libhighgui.so: undefined reference to `img_convert'

Bug#498595: bad grammar and punctuation in glxinfo(1)

2008-09-11 Thread Sam Hocevar
Package: mesa-utils Version: 7.0.3-5 Severity: minor glxinfo(1) uses incorrect quotes and confuses its/it's: Find the ``best'' visual and print it's number. I suggest the following instead: Find the best visual and print its number. -- System Information: Debian Release: lenny/sid APT

Bug#474648: please re-enable CONFIG_SECCOMP, it's harmless (and needed)

2008-07-23 Thread Sam Hocevar
tags 474648 +patch thanks On Mon, Apr 07, 2008, Sam Hocevar wrote: Package: linux-image-2.6.24-1-amd64 Version: 2.6.24-5 Severity: important CONFIG_SECCOMP was disabled for performance reasons, but it has always been harmless. Dear maintainers, any news on this issue? I see

Bug#491555: command line options not backwards compatible

2008-07-20 Thread Sam Hocevar
Package: dieharder Version: 2.24.7-1 Severity: important I use dieharder as a regression test tool for RNGs. So far I have been using the -g 66 flag (file_input_raw). But since the new 2.24.7-1 version, this option now selects ca, silently breaking existing test scripts. This is due to a

Bug#490432: llvm-gcc: cannot build shared libraries on amd64

2008-07-12 Thread Sam Hocevar
Package: llvm-gcc-4.2 Version: 2.2-1 Severity: important I am unable to build shared libraries with llvm-gcc because of crtbeginS.o containing non-PIC code: % echo 'static int c; int foo(void) { return c; }' foo.c % llvm-gcc -fPIC -DPIC -shared foo.c -o foo.so /usr/bin/ld:

Bug#490051: unhelpful changelog information

2008-07-09 Thread Sam Hocevar
Package: udev Version: 0.124-2 Severity: minor Some time ago my system was rendered unbootable by udev. This morning I saw the new 0.124-2 upload with the following changelog entry: * Automatic propagation of return values is annoying. (Closes: #489839) Of course I guessed that the

Bug#490061: lockfile-create not found

2008-07-09 Thread Sam Hocevar
Package: ntp Version: 1:4.2.4p4+dfsg-6 Severity: normal The script /etc/network/if-up.d/ntpdate checks for the existence of /usr/bin/lockfile-create, then calls lockfile-create (without the prepended path). For some reason, /usr/bin is not in $PATH, causing the lock creation to fail. I suggest

Bug#407010: mplayer: multiple segmentation faults

2008-07-09 Thread Sam Hocevar
On Sun, Jul 06, 2008, Diego Biurrun wrote: HEAD /zzuf/lol-mplayer.mp3 HTTP/1.1 Host: sam.zoy.org HTTP/1.1 301 Moved Permanently Date: Sun, 06 Jul 2008 12:11:09 GMT Server: Apache/1.3.34 (Debian) PHP/4.4.4-8+etch6 mod_ssl/2.8.25 OpenSSL/0.9.8c mod_perl/1.29 DAV/1.0.3 Location:

Bug#395252: software embedding ffmpeg

2008-06-18 Thread Sam Hocevar
On Mon, Jun 02, 2008, Joey Hess wrote: libavcodec/libavformat (source: ffmpeg) - mplayer unfixed (embed; bug #395252) - xvidcap unfixed (embed) - kino unfixed (static) - vlc unfixed (static) - smilutils unfixed (static) - motion unfixed

Bug#485798: NMU diff for FTGL transition

2008-06-15 Thread Sam Hocevar
severity 485798 serious thanks On Wed, Jun 11, 2008, Sam Hocevar wrote: attached is a patch for gem to make it build with the forthcoming version of FTGL (currently in experimental). Since gem currently FTBFSes due to other bugs, if these bugs are not fixed by the time I upload FTGL

Bug#485799: NMU diff for FTGL transition

2008-06-15 Thread Sam Hocevar
On Wed, Jun 11, 2008, Ola Lundqvist wrote: Hi Sam Thanks for the patch. If I have not uploaded a corrected package in a week, please NMU as I will be on a 4 week vacation after that. Okay. You may upload whenever you want, FTGL was just uploaded to unstable. If you haven't uploaded by the

Bug#485802: NMU diff for FTGL transition

2008-06-15 Thread Sam Hocevar
severity 485802 serious thanks On Wed, Jun 11, 2008, Sam Hocevar wrote: attached is a patch for libprojectm to make it build with the forthcoming version of FTGL (currently in experimental). Please let me know if you oppose an NMU from me when I upload ftgl to unstable; if you do, then I

Bug#474648: please re-enable CONFIG_SECCOMP, it's harmless (and needed)

2008-06-12 Thread Sam Hocevar
block 477674 by 474648 thanks On Mon, Apr 07, 2008, maximilian attems wrote: unless something substantial comes up that bug can be close right away. Wow, thanks for listening to the users. if it had users we already would have been notified. By the way, our first research paper

Bug#485799: NMU diff for FTGL transition

2008-06-11 Thread Sam Hocevar
-dev in order to use the shared version of the +library. + + -- Sam Hocevar (Debian packages) [EMAIL PROTECTED] Wed, 11 Jun 2008 13:42:12 + + lightspeed (1.2a-7) unstable; urgency=high * Workaround for FcFini problem in fontconfig package. Commenting out diff -puriN lightspeed

Bug#485798: NMU diff for FTGL transition

2008-06-11 Thread Sam Hocevar
+ +++ gem-0.90.0.1/debian/changelog 2008-06-11 13:27:48.0 + @@ -1,3 +1,11 @@ +gem (1:0.90.0.1-2.1) experimental; urgency=low + + * Non-maintainer upload. + * Build-depend on libftgl-dev in order to use the shared version of the +library. + + -- Sam Hocevar (Debian

Bug#485802: NMU diff for FTGL transition

2008-06-11 Thread Sam Hocevar
header. + * 03_cmake_ftgl_pic.dpatch: remove obsolete patch. + + -- Sam Hocevar (Debian packages) [EMAIL PROTECTED] Wed, 11 Jun 2008 13:47:34 + + libprojectm (1.01-6) unstable; urgency=low * Fix a bogus dependency relation. (Closes: #477051) diff -purN libprojectm-1.01.sid/debian/patches

Bug#482181: please help reduce search engine pollution

2008-05-21 Thread Sam Hocevar
Package: trac Version: 0.10.4-2 Severity: normal Tags: patch This is a copy of a bug report I made upstream: By default Trac appends - Trac to each title page (top of header.cs). While this improves Trac's overall visibility, it also causes massive search engine pollution. With a trac,

Bug#400860: libsdl1.2debian: Left CTRL, up and left arrow keys can't be pressed simultaneously

2008-05-19 Thread Sam Hocevar
On Tue, Nov 28, 2006, Corey wrote: This was first noticed in blobwars, but occurs for anything using SDL. Note that the right CTRL can be used instead, but causes usability problems, especially for games. Can you check that this is specific to SDL? For instance, run the xev software (from

Bug#479327: tulip misses dependencies and crashes

2008-05-04 Thread Sam Hocevar
Package: tulip Version: 3.0.0~B6-2.1 Severity: serious Hi! I have been unable to get the Debian tulip packages to work: dependencies are missing, and the program crashes. When running tulip: % tulip tulip: error while loading shared libraries: libQtAssistantClient.so.4: cannot open

Bug#474630: original motivation for __init__.py detection

2008-04-27 Thread Sam Hocevar
On Sun, Apr 27, 2008, Vincent Bernat wrote: Now, back to the bug, I could fix it in python-nevow by using python-central in place of python-support. Again, this only fixes it for python-nevow, while there could be other breakages. cpushare is one of these. As my 11 other python

Bug#478015: uses internal copy of FTGL

2008-04-26 Thread Sam Hocevar
Package: blender Version: 2.45-5 Severity: important Although it build-depends on ftgl-dev, Blender builds its own copy of FTGL. There is a lot of bug fixing occurring in the FTGL repository right now, so Blender would definitely benefit from using an external version. -- System Information:

Bug#477674: cpushare is nonfunctional on Debian kernels

2008-04-24 Thread Sam Hocevar
Package: cpushare Version: 0.48-2 Severity: grave Until Debian kernels are built with CONFIG_SECCOMP again (see #474648), there is no real point in shipping CPUShare packages: it relies on seccomp to run untrusted bytecode. -- System Information: Debian Release: lenny/sid APT prefers

Bug#348200: ftgl-dev: Should depend on libglu1-xorg-dev | libglu-dev

2008-04-12 Thread Sam Hocevar
On Sun, Jan 15, 2006, Rafael Laboissiere wrote: File /usr/include/GL/glu.h is in libglu1-xorg-dev | libglu-dev, so the Depends field should be changed accordingly. GL/glu.h is now in libglu1-mesa-dev, so this bug report became obsolete by itself :-) I'm therefore closing it. Cheers, --

Bug#474648: please re-enable CONFIG_SECCOMP, it's harmless (and needed)

2008-04-07 Thread Sam Hocevar
On Mon, Apr 07, 2008, maximilian attems wrote: On Mon, Apr 07, 2008 at 12:47:56AM +0200, Sam Hocevar wrote: CONFIG_SECCOMP was disabled for performance reasons, but it has always been harmless. Quoting the author: | On x86-64 SECCOMP generates absoutely zero performance hit

Bug#474648: please re-enable CONFIG_SECCOMP, it's harmless (and needed)

2008-04-07 Thread Sam Hocevar
On Mon, Apr 07, 2008, maximilian attems wrote: On Mon, Apr 07, 2008 at 11:21:24AM +0200, Sam Hocevar wrote: Okay, but I'm not asking for CONFIG_SECCOMP_DISABLE_TSC, just CONFIG_SECCOMP, which is completely harmless (unless you can tell me where the harm is). it adds useless bloat

Bug#474630: new python-twisted-core breaks plugin packages using python-support

2008-04-06 Thread Sam Hocevar
Package: python-twisted-core Version: 8.0.1-1 Severity: serious Since the 8.0.1 release, python-twisted-core no longer searches for each twisted/plugin/ subdirectory of sys.path entries (as can be seen in twisted/plugins/__init__.py and twisted/plugin.py). Now it ignores all the ones that have

Bug#474648: please re-enable CONFIG_SECCOMP, it's harmless (and needed)

2008-04-06 Thread Sam Hocevar
Package: linux-image-2.6.24-1-amd64 Version: 2.6.24-5 Severity: important CONFIG_SECCOMP was disabled for performance reasons, but it has always been harmless. Quoting the author: | On x86-64 SECCOMP generates absoutely zero performance hit. | | The original seccomp patch for x86 also

Bug#463784: xterm: rendering glitch, some characters aren't properly erased

2008-02-03 Thread Sam Hocevar
Package: xterm Version: 231-1 Severity: normal When overwriting characters with spaces, some wide characters such as '#' are not properly erased. I can reproduce it all the time using the following command: echo -e '## \r# \r \r### ' Here is my .Xdefaults: BEGIN

Bug#463261: causes cupsd to crash

2008-01-30 Thread Sam Hocevar
Package: libpam-thinkfinger Version: 0.3+rev118.2-2 Severity: critical With libpam-thinkfinger installed, cupsd starts to reproducibly crash when I try to stop or start a printer through the web interface. Here is a gdb backtrace from cupsd that involves pam_thinkfinger: (gdb) info thread * 3

Bug#3180: 5th oldest bug in Debian: No useful information about this bug

2008-01-20 Thread Sam Hocevar
On Tue, Jan 08, 2008, Christian Perrier wrote: Quoting Margarita Manterola ([EMAIL PROTECTED]): Since it says that the mailing list archive were maintained by Sam, he might be our last hope in recovering that lost email (CCed). If that fails, I guess that the only The only what? :-)

Bug#460810: RM: allegro4.1 -- RoM; obsolete; buggy; no rdeps

2008-01-14 Thread Sam Hocevar
Package: ftp.debian.org Severity: normal allegro4.1 is now superseded by allegro4.2, and no longer has any reverse dependencies. It can be safely removed from the archive. Thanks! -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1,

Bug#460472: all icons are broken

2008-01-12 Thread Sam Hocevar
Package: compizconfig-settings-manager Version: 0.6.0-3 Severity: normal /usr/share/python-support/compizconfig-settings-manager/ccm/Constants.py contains the following line: DataDir = /usr/local/share As a result, the About CCSM... button does not work, and all icons are replaced by

Bug#457824: gbacktrace.h must include signal.h on !__i386__ !__alpha__

2007-12-26 Thread Sam Hocevar
Package: libglib2.0-dev Version: 2.14.4-2 Severity: important Tags: upstream patch /usr/include/glib-2.0/gbacktrace.h uses raise(SIGTRAP); on some platforms without including signal.h, causing unrelated software to FTBFS. Attached patch adds the missing #include. -- System Information: Debian

Bug#457824: Attaching patch

2007-12-26 Thread Sam Hocevar
Reportbug ate my patch. -- Sam. --- a/usr/include/glib-2.0/gbacktrace.h 2007-12-26 09:26:45.0 + +++ b/usr/include/glib-2.0/gbacktrace.h 2007-12-26 09:26:53.0 + @@ -53,6 +53,7 @@ void g_on_error_stack_trace (const gchar #elif defined (__alpha__) !defined(__osf__)

Bug#422085: Better terminal emulator patch

2007-12-18 Thread Sam Hocevar
On Tue, Dec 18, 2007, Bastian Venthur wrote: 1. I *personally* hated that some packages sent a *huge* amount of 2. I *personally* was very annoyed by packages with very long presubj 3. I'm definitely opposed to a feature which will pop up a *terminal* 4. I was *personally* very annoyed by

Bug#456516: freeglut3: glutDestroyWindow() does not destroy the window

2007-12-16 Thread Sam Hocevar (Debian packages)
Package: freeglut3 Version: 2.4.0-6 Severity: normal glutDestroyWindow() does not really destroy the window. Instead, it puts the window in a list of windows that will be destroyed later. This is annoying for software that opens a GL window from time to time that needs to be closed without the

Bug#456181: ITP: gtkglarea-sharp -- CLI bindings for the GTK OpenGL area widget

2007-12-13 Thread Sam Hocevar (Debian packages)
Package: wnpp Severity: wishlist Owner: Sam Hocevar (Debian packages) [EMAIL PROTECTED] * Package name: gtkglarea-sharp Version : 0.0.17 Upstream Author : C.J. Collier [EMAIL PROTECTED] and others * URL : http://www.mono-project.com/GtkGLAreaSharp * License

Bug#422085: Patch

2007-12-10 Thread Sam Hocevar
On Sat, Dec 08, 2007, David Nusinow wrote: Package: reportbug-ng Version: 0.2007.10.31 Patch attached for this issue. Since reportbug-ng is now being pimped on planet Ubuntu I'd appreciate a quick upload with this patch before we get flooded with bugs from novice users.. If not, I'd

Bug#454666: MD5 signatures provide no security

2007-12-06 Thread Sam Hocevar
severity 454666 normal thanks On Thu, Dec 06, 2007, [EMAIL PROTECTED] wrote: In particular, it is now computationally feasible for a single attacker with a desktop machine to modify any executable of his or her choosing to have any desired MD5 checksum. Ray, Debian is not Slashdot. I

Bug#452639: e2fsprogs: -m flag limited in mke2fs and tune2fs

2007-11-24 Thread Sam Hocevar (Debian packages)
Package: e2fsprogs Version: 1.40.2-1 Severity: normal mke2fs and tune2fs use strtod() for the -m argument, apparently allowing for fine-tuning the -m flag. However they call e2p_percent with this argument, which is implicitely cast to an int, therefore losing anything after the decimal

Bug#448166: monodoc-base: mdassembler should exit with an error on invalid usage

2007-10-26 Thread Sam Hocevar (Debian packages)
Package: monodoc-base Version: 1.2.5-1 Severity: minor Hi! When mdassembler is called with invalid arguments, it does not exit with an error: $ mdassembler --fgsfds Usage is: assembler [--out] [--ecma|xhtml|hb|man|simple|error|ecmaspec] [dir1 dir2 --ecma To process an tree containing

Bug#447336: screen does not support Unicode characters beyond U+FFFF

2007-10-20 Thread Sam Hocevar (Debian packages)
Package: screen Version: 4.0.3-7 Severity: normal Hello, screen does not support Unicode characters beyond U+ and replaces them with U+FFFD (replacement character). Simple testcase: printf '\xf0\x9d\x8d\x96\n' will output U+FFFD instead of the expected character. -- System

Bug#445797: fixed in libcaca 0.99.beta12.debian-3

2007-10-16 Thread Sam Hocevar
On Tue, Oct 16, 2007, Frank Küster wrote: Please don't do it that way. Both because it's a bad idea and because we intend to file bugs about this soon (read: as soon as one among the TeX team has some free time, which might well be next year). It's a bad idea because the texlive

Bug#443702: I'm not MIA

2007-10-04 Thread Sam Hocevar
On Mon, Oct 01, 2007, Adam Cécile (Le_Vert) wrote: Could you please avoid sending NMU's diff to an active maintainer ? Adam, being aggressive towards beginners taking part to a bug squashing party and trying to learn and improve Debian is not tolerable. Stop objecting to NMUs and

Bug#436093: Please decide on the ownership of the developers reference

2007-08-05 Thread Sam Hocevar
On Sun, Aug 05, 2007, Andreas Barth wrote: I started to take care of the developers reference in September 2004, and have committed changes and uploaded the package regularly since then, please see

Bug#436105: suggestion to add GPL-1 as a common licence

2007-08-05 Thread Sam Hocevar
Package: base-files Version: 4.0.0 Severity: wishlist There are still many packages that mention the GPL version 1 in their copyright file (around 350). Many Perl packages, but also Perl itself and widespread things like sed, joe, cvs, dict... There are also countless packages that are

Bug#432547: Pushed this upstream

2007-07-18 Thread Sam Hocevar
On Wed, Jul 11, 2007, Kai Hendry wrote: http://trac.wordpress.org/ticket/4616 I see upstream came up with their own smart regex. Please educate them with something like this: http://iamcal.com/publish/articles/php/parsing_email/ Cheers, -- Sam. -- To UNSUBSCRIBE, email to [EMAIL

Bug#432414: vcdimager is GPLv2 or later, debian/copyright says GPLv2 only

2007-07-09 Thread Sam Hocevar
Package: vcdimager Version: 0.7.23-3 Severity: serious The debian/copyright file states the following: | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; version 2

Bug#229357: Can we require build-arch/indep targets for lenny?

2007-07-03 Thread Sam Hocevar
On Tue, Jul 03, 2007, Steve Langasek wrote: So, an idea: what about checking make -f /dev/null blah 2/dev/null first, for some portability? What 'blah' are you planning to use that's guaranteed to not have broken side-effects in some cases on Debian packages? How about:

Bug#430585: octal/decimal confusion in pid_file_lock creation mask

2007-06-25 Thread Sam Hocevar
Package: cyrus-sasl2 Version: 2.1.22.dfsg1 Severity: normal Tags: upstream patch Hi there, pid_file_lock is created with a mask of 644 instead of 0644. Attached patch fixes this octal/decimal confusion as well as the (harmless) one in the previous umask() call. -- System Information:

Bug#429583: ITP: dtc -- PowerPC kernel device tree compiler

2007-06-19 Thread Sam Hocevar
On Mon, Jun 18, 2007, Marc Leeman wrote: Version : 20070523 Upstream Author : Jon Loeliger * URL : git://www.jdl.com/software/dtc.git * License : GPL Programming Lang: C Description : PowerPC kernel device tree compiler dtc basically takes a

Bug#429520: keyword in URL bar not being replaced causes annoying Google side effect

2007-06-18 Thread Sam Hocevar
Package: epiphany-browser Version: 2.18.1-3 Severity: normal When I type blah or keyword:blah in the URL bar, epiphany loads the http://www.google.com/search?ie=UTF-8oe=UTF-8q=blah URL. But contrary to what happens when I directly load that URL, the top links on the Google results page

Bug#428716: clif: fails to compile from source on i686 (utils/yy.c)

2007-06-14 Thread Sam Hocevar
On Wed, Jun 13, 2007, jgp wrote: Package: clif Version: clif-0.93 Severity: important Justification: fails to build from source I got the sources from : http://ftp.debian.org/debian/pool/main/c/clif/clif_0.93.orig.tar.gz This is only the upstream tarball. When building a Debian

Bug#425782: Fx Special Effects Image Operator broken for many operations

2007-05-23 Thread Sam Hocevar
Package: imagemagick Version: 7:6.2.4.5.dfsg1-1 Severity: normal The ternary operator does not seem to work. The following command is supposed to create a half black, half red picture: % convert -size 64x64 xc:red -fx '(i32)?0:u' foo.png However the resulting image here is half cyan, half

  1   2   3   4   >