Bug#1019564: (during upgrade) grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels. This is not supported yet..

2022-09-11 Thread Ben Longbons
Package: grub-pc Version: 2.06-3~deb11u1 Severity: grave Justification: renders package unusable X-Debbugs-Cc: brlongb...@gmail.com Dear Maintainer, Today I attempted to upgrade several security and non-security updates (must have been a point release) as usual. This system is not new, but was

Bug#958425: /bin/gzexe: gzexe stub broken (wrong skip=)

2020-04-21 Thread Ben Longbons
Package: gzip Version: 1.9-3 Severity: normal File: /bin/gzexe Tags: upstream Dear Maintainer, skip= is wrong since 5 lines were added (case $TMPDIR ... esac) Introduced by v1.8-52-g63aa226 Fixed by v1.10-5-g38ae6a4 So both 1.9 (stable) and 1.10 (testing/unstable) are buggy. -- System

Bug#930005: regina-rexx: rexxutil error

2019-06-10 Thread Ben Longbons
Package: libregina3 Version: 3.6-2.1 Followup-For: Bug #930005 Dear Maintainer, I took a look at this since I thought it would be a simple `-ltinfo` fix, but it's more complicated than that. As it is, the package can't possibly run on 64-bit platforms. There are a *lot* of dangerous warnings;

Bug#929294: xye: Garbage characters are displayed instead of hints

2019-05-20 Thread Ben Longbons
Package: xye Version: 0.12.2+dfsg-8 Severity: normal Dear Maintainer, In xye.cpp, the following function: const char* hint::GetActiveText() { string res; if (active==(hint*)(1)) res = globaltext; else if (active) res=active->text;

Bug#820910: apt no longer verifies repositories using sha1 hash

2017-11-30 Thread Ben Longbons
Package: apt Version: 1.4.8 Followup-For: Bug #820910 Dear Maintainer, This also affects pulling old stuff from snapshots.debian.org ... which is a lot more useful when you can put `[check-valid-until=no]` in sources.list, which is only in recent apt. -- Package-specific info: -- (no

Bug#881383: systemsettings: Touchpad settings don't actually work

2017-11-10 Thread Ben Longbons
Package: systemsettings Version: 4:5.8.4-1 Severity: normal Dear Maintainer, In Hardware->Input Devices->Touchpad->Enable/Disable Touchpad: There is a checkbox "Disable touchpad while typing". However, even when unchecked (and the system restarted), the touchpad still disables itself whenever

Bug#879981: gcc-7-plugin-dev: Missing several generated headers

2017-10-27 Thread Ben Longbons
Package: gcc-7-plugin-dev Version: 7.2.0-11 Severity: important Dear Maintainer, Several of the GCC plugin headers are unusable due to missing files. I have verified that at least some of this also applies to gcc-[568]-plugin-dev, but I did my main testing against GCC 7. The following

Bug#873759: ALc.c:776: LockLists: Assertion `lockret == althrd_success' failed.

2017-08-30 Thread Ben Longbons
Package: supertuxkart Version: 0.9.2+dfsg-2 Severity: important Dear Maintainer, A reliable one for once! Whenever the addon level "On the Beach" (not the similarly-named level "On The Beach" - note the 't'/'T') is chosen, STK aborts while loading it. $ coredumpctl gdb supertuxkart Hint: You

Bug#873670: supertuxkart: Segmentation Fault in MusicInformation::isPlaying

2017-08-29 Thread Ben Longbons
Package: supertuxkart Version: 0.9.2+dfsg-2 Severity: important Dear Maintainer, For me, this occurred during extended play, in story mode, during the 3rd grand prix "to the moon and back", at the very start of the last race (huh ... STK keeps grand prix progress on crash), but it is

Bug#862315: ipython: [regression] IPython 5.x is very slow to start up

2017-05-11 Thread Ben Longbons
Package: ipython Version: 5.1.0-3 Severity: important Tags: upstream Dear Maintainer, Stretch is shipping with ipython 5, which has a major performance regression compared to previous versions. (not yet fixed in ipython 6) Startup time has increased from about 1 second (already slow, but

Bug#860778: okular: Often fails to open via symlinks

2017-04-19 Thread Ben Longbons
Package: okular Version: 4:16.08.2-1+b1 Severity: normal Dear Maintainer, The following perfectly-legitimate, common, use of symlinks works with *all* programs that don't go out of their way to *break* it. Okular manages to do this wrong, presumably by trying to do filesystem operations

Bug#858796: starfighter: SEGV at game_doHud:1821 due to NULL gfx_messageBox

2017-03-26 Thread Ben Longbons
Package: starfighter Version: 1.6-1+b1 Severity: normal Dear Maintainer, Frequently, I get a crash here, because gfx_messageBox is NULL: // Show the radio message if there is one if (gfx_textSprites[TS_RADIO].life > 0) { screen_blit(gfx_messageBox,

Bug#856968: /usr/bin/whereis: does not find multiarch libraries

2017-03-08 Thread Ben Longbons
moreinfo wontfix upstream > > Hello Ben Longbons, > > On Mon, Mar 06, 2017 at 10:22:06AM -0800, Ben Longbons wrote: >> Package: util-linux >> Version: 2.29.1-1 >> Severity: important >> File: /usr/bin/whereis >> >> Dear Maintainer, >> >

Bug#856968: /usr/bin/whereis: does not find multiarch libraries

2017-03-06 Thread Ben Longbons
Package: util-linux Version: 2.29.1-1 Severity: important File: /usr/bin/whereis Dear Maintainer, On other systems, including old releases of Debian, the command `whereis libc.so` will return the paths to libc.so *and* libc.a On Debian, this only works for non-multiarch'ed libraries. Although

Bug#854433: firebird3.0-server-core: Please document that this is the package needed to use the embedded mode

2017-02-06 Thread Ben Longbons
Package: firebird3.0-server-core Version: 3.0.1.32609.ds4-13 Severity: normal Dear Maintainer, For people wanting to use firebird like sqlite3, they need this "server" package, not just whatever client package. This should be indicated in the various package descriptions. Additionally, since

Bug#854101: lrzip: Fails to extract its own output when used as a pipe

2017-02-03 Thread Ben Longbons
Package: lrzip Version: 0.631-1 Severity: normal Dear Maintainer, Sometimes, lrzip can't decode its own output. Oddly, this *only* happens when the compressor stage is run as a pipe. I've minimized this testcase from a larger one, in which I used the entire script I was using to test various

Bug#851632: cpio: Crashes when extracting tar file

2017-02-03 Thread Ben Longbons
Package: cpio Version: 2.12+dfsg-2 Followup-For: Bug #851632 Dear Maintainer, I'm just confirming that this still occurs with the version in experimental. Also, it appears to be completely unrelated to whether the tarball contains "." - I've tested several variations. Also, here's a minimal

Bug#854089: zpaq: missing external preprocessor for min.cfg

2017-02-03 Thread Ben Longbons
Package: zpaq Version: 1.10-3 Severity: normal Dear Maintainer, The executable `lzppre` is not shipped, so using the included min.cfg does not work. It is included in the source package, but not built or installed. mid.cfg (default) and max.cfg work just fine. $ zpaq

Bug#853915: reportbug: Retrieved base64 messages aren't decoded

2017-02-01 Thread Ben Longbons
Package: reportbug Version: 7.1.4 Severity: important Dear Maintainer, When running e.g. `reportbug -N 853037`, a bunch of base64 is displayed instead of the actual content of the messages. -Ben -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500,

Bug#793106: htop: malfunctions with TERM=linux-16color [was: Some processes running seem to be ‘hidden’ (i.e not showing - except when highlighted)]

2017-01-24 Thread Ben Longbons
The problem is that TERM=linux-16color is the terminfo entry that is correct. TERM=linux is the buggy entry, and htop is buggy for using "bold" when it means "bright". (I can speak with confidence that I am one of only a few dozen, or maybe a few hundred, people in the world who understands

Bug#851148: tracker-extract: dumps core repeatedly if seccomp raises SIGSYS

2017-01-23 Thread Ben Longbons
FYI, your mailer is not using TLS, so it's getting marked a spam. On Thu, Jan 12, 2017 at 5:07 AM, Simon McVittie wrote: >> should log those details > > Logging in response to an async signal is problematic: it is not safe > to use anything much more complicated than a syscall

Bug#793106: htop: malfunctions with TERM=linux-16color [was: Some processes running seem to be ‘hidden’ (i.e not showing - except when highlighted)]

2017-01-23 Thread Ben Longbons
FYI, your mailer config is broken, so you're being classified as spam. Please read https://support.google.com/mail/answer/81126?hl=en#authentication On Wed, Jan 11, 2017 at 12:57 PM, Daniel Lange wrote: > How can I reproduce the issue on Debian Linux? Pretty much anybody who

Bug#848523: More info

2017-01-23 Thread Ben Longbons
Sorry, I've since upgraded my *entire* system from testing to unstable, and the problem went away at some point. If it wasn't a bug in some dependency, my guess is that something had migrated to testing without all of its true dependencies having migrated. There are a lot of ways that that can

Bug#848097: terminal.app: Provides x-terminal-emulator, but doesn't implement the requirements

2017-01-15 Thread Ben Longbons
It's a violation of Policy, so the severity is mandated. On Sat, Jan 14, 2017 at 9:42 AM, John Paul Adrian Glaubitz wrote: > Control: severity -1 important > > Hi Ben! > >> Until (or unless) this is implemented, the `Provides:` header and the >> update-alternatives

Bug#793106: htop: malfunctions with TERM=linux-16color [was: Some processes running seem to be ‘hidden’ (i.e not showing - except when highlighted)]

2017-01-11 Thread Ben Longbons
Package: htop Version: 2.0.2-1 Followup-For: Bug #793106 Dear Maintainer, I just hit this myself, and narrowed down the cause to running with TERM=linux-16color. $ infocmp linux linux-16color comparing linux to linux-16color. comparing booleans. comparing numbers. colors: 8,

Bug#849297: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so: broken symbolic link

2016-12-24 Thread Ben Longbons
Package: libsdl2-dev Version: 2.0.5+dfsg1-1 Severity: normal File: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so Dear Maintainer, I'm not sure who (if anyone) wants -lSDL2-2.0 rather than -lSDL2 (which is what pkg-config and sdl2-config give), but the link is broken for them. libSDL2-2.0.so ->

Bug#849113: /lib/lsb/init-functions: When echoing status messages, use \r\n instead of \n in case the terminal is in ~OPOST mode

2016-12-22 Thread Ben Longbons
Package: lsb-base Version: 9.20161125 Severity: wishlist File: /lib/lsb/init-functions Dear Maintainer, When a terminal is in raw mode (in particular, when OPOST is not set in termios.c_oflag, which disables the effect of ONLCR), emitting a \n will only move the cursor down one line, rather than

Bug#848842: /usr/lib/tracker/tracker-extract: Crashes with SIGSYS, and repeatedly restarts

2016-12-19 Thread Ben Longbons
Package: tracker-extract Version: 1.10.3-1 Followup-For: Bug #848842 Dear Maintainer, > severity 848842 important If this isn't 'critical', I have no idea what is. Should I have waited until the rest of the OS was swapped out so that I *couldn't* kill it? Just because it's `Priority: optional`

Bug#848842: /usr/lib/tracker/tracker-extract: Crashes with SIGSYS, and repeatedly restarts

2016-12-19 Thread Ben Longbons
Package: tracker-extract Version: 1.10.3-1 Severity: critical File: /usr/lib/tracker/tracker-extract Justification: breaks the whole system Dear Maintainer, During a recent apt run, my system became almost completely unresponsive. Luckily I was able to get to another terminal, find the offender

Bug#848818: xterm: ctlseqs.txt is not rebuilt from ctlseq.ms

2016-12-19 Thread Ben Longbons
On Mon, Dec 19, 2016 at 3:48 PM, Thomas Dickey <dic...@his.com> wrote: > On Mon, Dec 19, 2016 at 02:39:27PM -0800, Ben Longbons wrote: >> The ctlseqs.txt file is not built from ctlseqs.ms if it is modified >> (which it should be, since it is wrong in a few places). >

Bug#848824: trigger-rally: File conflict: /usr/share/man/man6/trigger-rally.6.gz in both packages

2016-12-19 Thread Ben Longbons
Package: trigger-rally Version: 0.6.5+dfsg-1 Severity: grave Justification: renders package unusable Dear Maintainer, With this version, the man page is now shipped in the -data package as well as the main package. You should remove it from the main package, and give appropiate

Bug#848818: xterm: ctlseqs.txt is not rebuilt from ctlseq.ms

2016-12-19 Thread Ben Longbons
Package: xterm Version: 327-2 Severity: serious Justification: Policy 2.1 Dear Maintainer, The ctlseqs.txt file is not built from ctlseqs.ms if it is modified (which it should be, since it is wrong in a few places). The command to bytewise-reproduce the existing file is: $ groff

Bug#848655: reportbug crashes with error "TypeError: * wants int"

2016-12-19 Thread Ben Longbons
Package: reportbug Version: 7.1.1 Followup-For: Bug #848655 Dear Maintainer, I suspect the problem is this line: maxlen_name = min(max(list(map(len, allowed))), columns / 3) Since in Python3, / returns a float. Use // instead. -- Package-specific info: ** Environment settings:

Bug#848696: valgrind: prerm fails: dpkg-maintscript-helper: error: dpkg: error: version '' has bad syntax: version string is empty

2016-12-19 Thread Ben Longbons
Package: valgrind Version: 1:3.12.0~svn20160714-1+b1 Severity: grave Justification: renders package unusable Dear Maintainer, It is not possible to upgrade to 1:3.12.0-1 because the prerm fails. Complete output of an aptitude run: Performing actions... Reading changelogs... Done

Bug#848602: Depends: nodejs-legacy

2016-12-18 Thread Ben Longbons
Package: libkf5purpose-bin Version: 1.1-3 Severity: serious Justification: Policy 10.1 Dear Maintainer, Per CTTE decree, packages may not depend on nodejs-legacy. It exists solely for compatibility with non-Debian packages that are unaware of the fact that someone else claimed the name 'node'

Bug#848524: kwin-wayland: rapid memory leak

2016-12-17 Thread Ben Longbons
Package: kwin-wayland Version: 4:5.8.4-1 Severity: grave Justification: renders package unusable Dear Maintainer, Since kwin-x11 was being even crashier than usual, I tried the other Plasma (wayland) entry for a change. To my great joy, it worked flawlessly ... for the first several minutes.

Bug#848523: kwin-x11: Fails to start

2016-12-17 Thread Ben Longbons
Package: kwin-x11 Version: 4:5.8.4-1 Severity: grave Justification: renders package unusable Dear Maintainer, With some recent upgrade, kwin-x11 fails to start properly. Usually I track testing, but . I can see the process *running*, but it doesn't actually decorate any windows (if I manually

Bug#848162: konsole: Interprets options even after -e

2016-12-14 Thread Ben Longbons
Package: konsole Version: 4:16.08.3-1 Severity: serious Justification: Policy 11.8.3 Dear Maintainer, Quoting policy: >To be an x-terminal-emulator, a program must: > * Support the command-line option -e command, which creates a new terminal > window[106] and runs the specified command,

Bug#848097: terminal.app: Provides x-terminal-emulator, but doesn't implement the requirements

2016-12-13 Thread Ben Longbons
Package: terminal.app Version: 0.9.8-1+nmu1+b2 Severity: serious Justification: Policy 11.8.3 Dear Maintainer, Quoting policy: >To be an x-terminal-emulator, a program must: > * Be able to emulate a DEC VT100 terminal, or a compatible terminal. > * Support the command-line option -e command,

Bug#848096: guake: Provides x-terminal-emulator, but doesn't implement the requirements

2016-12-13 Thread Ben Longbons
Package: guake Version: 0.8.7-1 Severity: serious Justification: Policy 11.8.3 Dear Maintainer, Quoting policy: >To be an x-terminal-emulator, a program must: > * Be able to emulate a DEC VT100 terminal, or a compatible terminal. Guake does this one, at least. > * Support the command-line

Bug#845498: /usr/bin/fpc-3.0.0: Provide cross-compilers

2016-12-09 Thread Ben Longbons
On Fri, Dec 9, 2016 at 1:46 PM, Paul Gevers wrote: > I am trying to understand you shell script You may find it easier to just run it and inspect the resulting `.deb`s, then refer to the script only when you want to see where a specific path/package is handled. > Just to make

Bug#845498: [Pkg-pascal-devel] Bug#845498: Bug#845498: /usr/bin/fpc-3.0.0: Provide cross-compilers

2016-12-02 Thread Ben Longbons
I got it completely working now! I did have to repack binutils-{i586,x86-64}-linux-gnu though. Tested that I can generate both i386 and aarch64 binaries, solely by specifying `-P`. Still haven't actually tested linking with libc, for that we'll need to do something nasty about /lib32/ (probably

Bug#846628: cross-binutils: Missing `Multi-Arch: foreign`, so not useful

2016-12-02 Thread Ben Longbons
Source: cross-binutils Version: 2.25-8 Severity: important Dear Maintainer, For some reason, the binutils-{i586,x86-64}-linux-gnu packages are missing missing the necessary `Multi-Arch: foreign` setting, so they can't be used to fulfil cross-dependencies. Most likely this source package should

Bug#845498: [Pkg-pascal-devel] Bug#845498: Bug#845498: /usr/bin/fpc-3.0.0: Provide cross-compilers

2016-12-02 Thread Ben Longbons
Okay, I've got it *almost* working: https://gist.github.com/o11c/cf98115ba716ebdd1dc2cc75b290f321 I'm still getting errors from update-alternatives in postinst, but I *think* everything else is right - at least, things that weren't completely wrong before (there are a lot of those). I have

Bug#846184: binutils-mingw-w64: Inconsistent with other cross packages

2016-11-29 Thread Ben Longbons
On Tue, Nov 29, 2016 at 12:05 AM, Stephen Kitt wrote: > I wasn't aware of that, I thought all modern tools were capable of using > triplet-prefixed tools. I'll add the symlinks... Just out of curiosity, do > you have specific examples of non-C cross-compilers which fail

Bug#846184: binutils-mingw-w64: Inconsistent with other cross packages

2016-11-28 Thread Ben Longbons
Package: binutils-mingw-w64 Version: 2.27.51.20161105-2+7.2 Severity: wishlist Dear Maintainer, To be consistent with other binutils-$cross packages: * the packages should be named according to the triple (binutils-i686-w64-mingw32 and binutils-x86-64-w64-mingw32 - note that underscore is not

Bug#846182: reportbug: Wrong package version detected when it contains a +

2016-11-28 Thread Ben Longbons
Package: reportbug Version: 6.6.6 Severity: normal Dear Maintainer, While reporting a bug against binutils-mingw-w64, `reportbug` claimed it was out-of-date: Getting status for binutils-mingw-w64... Checking for newer versions at madison... Your version (2.27.51.20161105-2+7.2) of

Bug#845498: [Pkg-pascal-devel] Bug#845498: /usr/bin/fpc-3.0.0: Provide cross-compilers

2016-11-28 Thread Ben Longbons
On Mon, Nov 28, 2016 at 12:19 AM, Abou Al Montacir wrote: > For now you can use multi-arch to install fp-compiler No, you can't (that was the first thing I thought of): fp-compiler:i386 depends on binutils:i386 rather than binutils-i586-linux-gnu, and binutils:i386 isn't

Bug#845504: [Pkg-pascal-devel] Bug#845504: /usr/bin/ppdep-3.0.0: Claims to understand conditional defines, but doesn't handle {$ELSE}

2016-11-24 Thread Ben Longbons
On Thu, Nov 24, 2016 at 9:45 PM, Michalis Kamburelis wrote: > 2. The utility of "ppdep" for Pascal is limited anyway. Unlike in C, > in Pascal the compiler already handles the dependencies (what unit > should be recompiled when and in what order). So generating Makefiles

Bug#845504: /usr/bin/ppdep-3.0.0: Claims to understand conditional defines, but doesn't handle {$ELSE}

2016-11-23 Thread Ben Longbons
Package: fp-utils-3.0.0 Version: 3.0.0+dfsg-9 Severity: important File: /usr/bin/ppdep-3.0.0 Dear Maintainer, In the `gearhead` package, `ppdep gharena.pas` produces almost no output, whereas `ppdep -dSDLMODE gharena.pas` produces plenty. Relevant source snippet: {$IFDEF SDLMODE} uses

Bug#845498: /usr/bin/fpc-3.0.0: Provide cross-compilers

2016-11-23 Thread Ben Longbons
Package: fp-compiler-3.0.0 Version: 3.0.0+dfsg-9 Severity: wishlist File: /usr/bin/fpc-3.0.0 Dear Maintainer, According to `fpc -help`, -P Set target CPU (arm,avr,i386,jvm,m68k,mips,mipsel,powerpc,powerpc64,sparc,x86_64) However, if I try any of those besides the current CPU, I get:

Bug#845154: gearhead: Please apply the xterm-boxdrawing patch

2016-11-20 Thread Ben Longbons
Package: gearhead Version: 1.302-2 Severity: wishlist Dear Maintainer, The upstream sources include a directory named 'xterm-boxdrawing', which includes a patch to the Pascal standard library (thus why upstream can't enable it by default, since vendoring the stdlib is just plain evil). Since

Bug#844091: pyqt5-examples: Could not load description. Ensure that the documentation for Qt is built.

2016-11-12 Thread Ben Longbons
Package: pyqt5-examples Version: 5.7+dfsg-2 Severity: normal Dear Maintainer, Run /usr/share/doc/pyqt5-examples/examples/qtdemo/qtdemo.py Click any category, then any example in that category. Instead of seeing an overview of the example, it just gives an error. Additionally, clicking on the

Bug#841150: openclonk: Segfault while loading game

2016-10-17 Thread Ben Longbons
Package: openclonk Version: 7.0-4 Severity: normal Dear Maintainer, Every time I load any savegame from the first mission (The Raid), the game crashes. I have a coredump in case further information is needed. (gdb) bt #0 0x558cacdc in (anonymous namespace)::CompileFloat(StdCompiler*,

Bug#839259: W: Target Contents-deb-legacy (Contents-{amd64, i386, all}) is configured multiple times in /etc/apt/sources.list

2016-09-30 Thread Ben Longbons
Package: libapt-pkg5.0 Version: 1.3 Severity: normal Dear Maintainer, My /etc/apt/sources.list contains 'main' and 'contrib nonfree' on separate lines. This results in constant spam whenever *any* step is taken - it is particularly frustrating in aptitude, which requires them to be interactively

Bug#830816: mpdris2: GLib.Error: ... The name org.freedesktop.Notifications was not provided by any .service files (2)

2016-07-25 Thread Ben Longbons
McVittie <s...@debian.org> wrote: > On Mon, 11 Jul 2016 at 13:11:47 -0700, Ben Longbons wrote: >> GLib.Error: g-dbus-error-quark: >> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name >> org.freedesktop.Notifications was not provided by any .service files (2) &g

Bug#830816: mpdris2: GLib.Error: ... The name org.freedesktop.Notifications was not provided by any .service files (2)

2016-07-11 Thread Ben Longbons
Package: mpdris2 Version: 0.7+git20160206-1 Severity: normal Dear Maintainer, Suddenly, mpdris2 fails to start. Since normally mpdris2 just runs constantly in the background, and I usually stay logged in, I'm not sure how long this has been a problem. 2016-07-11 13:08:29,942 mpDris2 INFO: Using

Bug#829134: debootstrap: Changes needed to support unprivileged userns debootstrap

2016-06-30 Thread Ben Longbons
mmends: ii debian-archive-keyring 2014.3 ii gnupg 1.4.20-6 debootstrap suggests no packages. -- no debconf information #!/bin/sh # userns-debootstrap - debootstrap in a unprivileged new UID namespace # # Copyright (c) 2016 Ben Longbons # #Permission is hereby granted, free

Bug#828921: nethogs: cui.cpp:497: void do_refresh(): Assertion `pwuid != __null' failed.

2016-06-28 Thread Ben Longbons
Package: nethogs Version: 0.8.1-1 Severity: important Dear Maintainer, Whenever I try to run nethogs, it just aborts. Presumably this is because I have users with no name (because they're from a separate user_namespace(7) and their name only makes sense for the id within it). At the very least

Bug#828180: zsh: $RANDOM number generator is not reset for subshells

2016-06-25 Thread Ben Longbons
Package: zsh Version: 5.2-5 Severity: normal Dear Maintainer, Zsh just repeats the same number when $RANDOM is requested in fresh subshells. In general, this sort of bug is a security vulnerability, though I'm not aware of anyone doing security-sensitive stuff in zsh. bash handles this

Bug#828174: less: SGR attributes don't wrap across lines

2016-06-25 Thread Ben Longbons
Package: less Version: 481-2.1 Severity: normal Dear Maintainer, Whenever an attribute is still active across multiple lines, it is reset at the end of the first line instead of continuing. I know there is a potential performance problem related to scrolling *backwards* (since the last

Bug#819112: /usr/bin/plasmashell: Re: /usr/bin/plasmashell: Date not updated in all clocks.

2016-06-13 Thread Ben Longbons
Package: plasma-workspace Version: 4:5.6.4-2 Followup-For: Bug #819112 Dear Maintainer, After recent upgrades, my UTC clock just shows the date as a set of black boxes. Which I suppose is *technically* better than inaccurate information, but more significantly might point to where the actual bug

Bug#826969: gcc-6-cross: Provide cross-compilers for kfreebsd and hurd too

2016-06-10 Thread Ben Longbons
Source: gcc-6-cross Severity: wishlist Dear Maintainer, Currently, only *-linux-* triples are being built, but Debian supports non-Linux kernels. For completeness, please provide: - i386-gnu - i386-kfreebsd-gnu - x86_64-kfreebsd-gnu -- System Information: Debian Release: stretch/sid APT

Bug#826533: figlet: Please split data out of the package so it can be used by toilet

2016-06-05 Thread Ben Longbons
Package: figlet Version: 2.2.5-2 Severity: wishlist Dear Maintainer, Most packages have an arch-independent foo-data package even if it *isn't* usable by other packages. -- System Information: Debian Release: stretch/sid APT prefers testing-debug APT policy: (600, 'testing-debug'), (600,

Bug#825970: pypy: Please package pypy3 as well now

2016-05-31 Thread Ben Longbons
Package: pypy Version: 5.1.2+dfsg-1 Severity: wishlist Dear Maintainer, Yesterday, the first alpha of PyPy3 v5.2 (supporting 3.3) was released. While the actual release is still some time off, now would be a good time to start getting the infrastructure ready, either in experimental or in

Bug#798401: gdb-python2 does not actually link to python2, but python3

2016-05-29 Thread Ben Longbons
On Sun, May 29, 2016 at 1:59 AM, Hector Oron wrote: > Please let me know your gdb-python2 use case, that'd be quite helpful. I certainly prefer the python3 version most of the time - by this point, the infelicities of python3 are well understood and fewer in number than

Bug#798401: gdb-python2 does not actually link to python2, but python3

2016-05-28 Thread Ben Longbons
2015 at 12:59:06PM -0700, Ben Longbons wrote: >> The gdb-python2 package does not actually contain a version of gdb >> linked to python2. Rather, it is a byte-for-byte identical copy of the >> /usr/bin/gdb shipped in the gdb package, which links to python3. >> >> I not

Bug#825325: firefox-esr: Firefox sometimes uses a bold font when it shouldn't

2016-05-25 Thread Ben Longbons
Package: firefox-esr Version: 45.1.1esr-1+b1 Severity: normal Dear Maintainer, After installing some new fonts, Firefox now displays most web pages in bold - particularly, any site that requests "Arial". This is *not* reproduced when I call font-config directly, so Firefox must be doing

Bug#825154: apt-cacher-ng: please keep running during upgrades

2016-05-24 Thread Ben Longbons
Package: apt-cacher-ng Version: 0.9.2-1 Severity: wishlist Dear Maintainer, Currently, apt-cacher-ng is stopped during `prerm` and started during `postinst`. For many daemons, downtime is acceptable since they are only used by the local system, but proxies are designed for use by *other*

Bug#824608: RFP: tis-interpreter -- An interpreter for finding subtle bugs in programs written in standard C

2016-05-17 Thread Ben Longbons
Package: wnpp Severity: wishlist * Package name: tis-interpreter Version : Magnesium-20151002+dev Upstream Author : Pascal Cuoq * URL : https://github.com/TrustInSoft/tis-interpreter * License : GPL, LGPL, and modified QPL Programming

Bug#822651: linux-image-4.5.0-1-amd64: Spews into /dev/kmsg, causing unresponsive journald

2016-04-25 Thread Ben Longbons
Package: src:linux Version: 4.5.1-1 Severity: critical Justification: breaks the whole system Dear Maintainer, Apologies for not following the instructions to run the kernel while reporting the bug, but the system was barely responsive enough for me to extract any info. Whenever my system is

Bug#780173: valgrind: ignores compressed debug sections (default for -dbg built by debhelper in compat v9)

2016-04-23 Thread Ben Longbons
Upstream fixed.

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2016-04-19 Thread Ben Longbons
Package: debtags Version: 2.0.2 Followup-For: Bug #810898 Dear Maintainer, Perhaps just add a '&' so that the (unimportant) debtags can run asychronously and the main apt-get can finish. Perhaps in the long run, apt should have some general machinery for this? -- System Information: Debian

Bug#821059: gawk: Please don't ship development man pages in the main package.

2016-04-14 Thread Ben Longbons
Package: gawk Version: 1:4.1.3+dfsg-0.1 Severity: normal Dear Maintainer, There are a lot of reasons to have an awk interpreter. That doesn't mean I want documentation of awk functions interfering with ordinary use of man. It's bad enough that there are a few pages that collide between sections

Bug#820935: fakeroot-ng: Missing "Provides: fakeroot"

2016-04-13 Thread Ben Longbons
Package: fakeroot-ng Version: 0.18-4+b1 Severity: normal Dear Maintainer, This package includes `update-alternatives` support for /usr/bin/fakeroot, but does not include the necessary `Provides:` line, so it is impossible to install any package that `Depends: fakeroot`s using only fakeroot-ng.

Bug#820534: command-not-found: Ship apt config to update automatically

2016-04-09 Thread Ben Longbons
Package: command-not-found Version: 0.2.38-3 Severity: wishlist Dear Maintainer, Now that `apt-file update` is included as part of `apt update`, the standard config hook `APT::Update::Post-Invoke-Success` provides a simple way to invoke `update-command-not-found` at the appropriate time without

Bug#820533: appstream: Icons 64x64 is refetched in full on every change

2016-04-09 Thread Ben Longbons
Package: appstream Version: 0.9.3-1 Severity: normal Dear Maintainer, Every time `aptitude update` is run, the complete tarball of icons is fetched instead of using a tiny diff-index like everything else. I assume there is some difficulty with non-text files, but this is not very nice. --

Bug#819762: clang: -shared-libasan is unusable

2016-04-01 Thread Ben Longbons
Package: clang Version: 1:3.6-33 Severity: normal Dear Maintainer, With the latest available versions of clang-3.{5..9} ( 1:3.5.2-3 1:3.6.2-3 1:3.7.1-2 1:3.8-2 1:3.9~svn262954-1 ) it is impossible to build and run programs using the shared version of libasan. For 3.5 through 3.7, the error is

Bug#819112: /usr/bin/plasmashell: Date not updated in all clocks.

2016-03-23 Thread Ben Longbons
Package: plasma-workspace Version: 4:5.4.3-2 Severity: minor File: /usr/bin/plasmashell Dear Maintainer, I add two clock widgets to my taskbar: one in local time and one in UTC. However, while the *time* updates in both widgets, the date only gets updated in the one that shows local time. The

Bug#818336: linux-image-4.3.0-1-amd64: `ulimit -c` not respected when kernel.core_pattern is a pipe

2016-03-15 Thread Ben Longbons
Package: src:linux Version: 4.3.5-1 Severity: normal Dear Maintainer, When the sysctl option kernel.core_pattern is a pipe (for example, the default configuration on systemd-based systems), then `ulimit -c` is not respected. If the faulting process has excessive virtual memory usage (for

Bug#817930: manpages-posix-dev: Please ship symlinks for to man pages with multiple functions

2016-03-11 Thread Ben Longbons
Package: manpages-posix-dev Version: 2013a-1 Severity: wishlist Dear Maintainer, Many pages contain information for more than one function, so they should be available under either name. As a single example, pthread_spin_destroy and pthread_spin_init share the same page, but you can only access

Bug#815038: edgar-data: Lots of missing sounds

2016-02-17 Thread Ben Longbons
Package: edgar-data Version: 1.21-1 Severity: normal Dear Maintainer, When playing this game, there are a lot of errors of the form: Failed to load sound sound/boss/boulder_boss/roll Failed to load sound sound/common/rock_shatter The exact filenames vary depending on which map you're on. Many

Bug#803523: After installing plasma-pa I have 2 volume applets too

2015-11-18 Thread Ben Longbons
Thanks for isolating, removing that package worked. I guess this bug can be reassigned to tell plasma-pa to suicide itself in the presence of its superior. Otherwise, the packages should add a Conflicts: dependency or something. On Wed, Nov 18, 2015 at 12:10 PM, Diederik de Haas

Bug#803612: libqt5gui5: "ambiguous shortcut" regression

2015-11-02 Thread Ben Longbons
com> wrote: > On Sunday 01 November 2015 14:28:08 Ben Longbons wrote: >> Among others, it happens in Kate (but it is not KDE-specific, it >> happens in pure Qt applications too, I just can't think of one off the >> top of my head that everyone is likely to have installed).

Bug#803612: libqt5gui5: "ambiguous shortcut" regression

2015-11-01 Thread Ben Longbons
:47 AM, Lisandro Damián Nicanor Pérez Meyer <perezme...@gmail.com> wrote: > tag 803612 moreinfo unreproducible > thanks > > On Saturday 31 October 2015 12:58:49 Ben Longbons wrote: >> Package: libqt5gui5 >> Version: 5.5.1+dfsg-5 >> Severity: important >> >

Bug#803612: libqt5gui5: "ambiguous shortcut" regression

2015-10-31 Thread Ben Longbons
Package: libqt5gui5 Version: 5.5.1+dfsg-5 Severity: important Dear Maintainer, In all Qt applications, pressing nearly any shortcut does not perform the requested action. Instead, it just pops up a box saying "ambiguous shortcut detected". This is caused by the fact that, by default, the

Bug#803523: kmix: Should kill competing volume applet

2015-10-30 Thread Ben Longbons
Package: kmix Version: 4:15.08.1-1 Severity: normal Dear Maintainer, Since I upgraded to KDE5, there is another volume applet in the system tray. I don't know where it is coming from, it just says "Plasma" when I try xwininfo. I don't want to use the other one, because kmix is so much better

Bug#801819: pypy: Creates strange virtualenvs

2015-10-14 Thread Ben Longbons
Package: pypy Version: 2.6.1+dfsg-2 Severity: normal Dear Maintainer, Why pypy is specified as the interpreter for a virtualenv, the layout is significantly different than the layout for cpython virtualenvs. I noticed this because with cpython, it is possible to install more than one executable

Bug#800747: wesnoth-1.12: Some buttons don't respond to mouse clicks

2015-10-08 Thread Ben Longbons
heng <vch...@debian.org> wrote: > Control: tags -1 + moreinfo unreproducible > > Hi Ben, > > On Sat, Oct 3, 2015 at 12:45 AM, Ben Longbons <brlongb...@gmail.com> wrote: >> Package: wesnoth-1.12 >> Version: 1:1.12.4-1 >> Severity: important >> >> Dea

Bug#800747: wesnoth-1.12: Some buttons don't respond to mouse clicks

2015-10-03 Thread Ben Longbons
Package: wesnoth-1.12 Version: 1:1.12.4-1 Severity: important Dear Maintainer, A handful of the UI buttons cannot be clicked (tested with multiple mice). In particular I have noted: * The "End Turn / End Scenario" button (action menu or ctrl-space works) * The "OK" button in the Addons Manager

Bug#799348: musl-dev: Should be in Section: libdevel

2015-09-18 Thread Ben Longbons
Package: musl-dev Version: 1.1.9-1 Severity: minor Dear Maintainer, I don't like having manually-installed packages in Section: libs. Please correct the section. This also applies to musl-tools. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (600,

Bug#798421: Please don't depend specifically on the OpenSSL variant of Curl

2015-09-18 Thread Ben Longbons
For technical measures, the only place in libgit2-dev where curl matters is in the Libs.private section of the .pc file, which is only used for static linking. The choice of curl does not form part of the dynamic library's ABI, other than the fact that if a dependent program tries to link the

Bug#799350: libgccjit-5-dev:amd64: should be in Section: libdevel

2015-09-18 Thread Ben Longbons
Package: libgccjit-5-dev Version: 5.2.1-17 Severity: minor Dear Maintainer, As a rule, I should have no manually installed packages from Section: libs. Please fix the section of this dev package. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (600,

Bug#799430: libkf5texteditor5: libgit2 upgrade pulls in OpenSSL, conflicting with the GPL

2015-09-18 Thread Ben Longbons
Package: libkf5texteditor5 Version: 5.13.0-1+b1 Severity: serious Justification: license violation Dear Maintainer, libgit2-23 now links to OpenSSL, which conflicts with the GPL license used by this package. See #798421 for more information. -- System Information: Debian Release: stretch/sid

Bug#799431: kate: libgit2 upgrade pulls in OpenSSL, conflicting with the GPL

2015-09-18 Thread Ben Longbons
Package: kate Version: 4:15.08.0-1 Severity: serious Justification: license violation Dear Maintainer, libgit2-23 now links to OpenSSL, which conflicts with the GPL license used by this package. See #798421 for more information. -- System Information: Debian Release: stretch/sid APT prefers

Bug#798421: Please don't depend specifically on the OpenSSL variant of Curl

2015-09-18 Thread Ben Longbons
Control: severity -1 serious Actually, you can't afford for this to be wishlist, it's already led to a license violation of two rdepends. Looking at the rdepends: Not okay, GPL: kate, #799431 libkf5texteditor5, #799430 Looks okay: libgit2-dbg libgit2-dev libgit2-glib-1.0-0

Bug#799325: weston: won't start despite having an active logind session

2015-09-17 Thread Ben Longbons
Package: weston Version: 1.8.0-3 Severity: important Dear Maintainer, According to README.Debian, having an active logind session should be sufficient to start weston without being in the weston-launch group. This does not work. $ loginctl list-sessions SESSIONUID USER

Bug#799115: qemu-user-static: Unsupported syscalls (sys_name_to_handle_at, sys_signalfd4) prevent booting systemd.

2015-09-15 Thread Ben Longbons
Package: qemu-user-static Version: 1:2.4+dfsg-2 Severity: wishlist Dear Maintainer, I recently discovered systemd-nspawn and machinectl. After working through various bugs (try to use at least systemd 226 on the host) I started playing with emulated builds, but a full boot didn't work. Note

Bug#792882: machinectl fails to login to container

2015-09-15 Thread Ben Longbons
I ran into this, and everything works now after upgrading all systemd packages to 226-2 and rebooting. Note that this bug is *completely* unrelated to having dbus installed in the container or having /dev/pts/0 in /etc/securetty, it happens before that is relevant. Note that systemd-container

Bug#798405: gdb: Allow coinstallation of gdb and gdb-python2

2015-09-08 Thread Ben Longbons
Package: gdb Version: 7.10-1 Severity: wishlist Control: block -1 by 798401 (do read and fix the blocking bug first) Dear Maintainer, Since it is considered RC buggy to have gdb scripts that don't work with both versions of GDB, it would be hugely useful if they could be installed at the same

  1   2   >