Bug#1012791: x264 executable stack

2024-09-04 Thread Claude Heiland-Allen
adding the three lines in the first code block here https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart#Patching #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif to common/arm/asm.S from bullseye's x264 source package got me a libx264-160 deb that a

Bug#920088: buildtorrent new upstream release

2024-08-21 Thread Claude Heiland-Allen
Dear Debian maintainers, After 14 years I made a new upstream release: buildtorrent 0.9.1 This fixes a bug present in all previous versions: infinite loop in argument parsing on platforms where C's char is unsigned. There are some new features and some small breaking changes in the names of som

Bug#1038440: debian-cd: debian-12.0.0-amd64-netinst.iso is too big for a CD

2023-06-18 Thread Claude Heiland-Allen
Source: debian-cd Severity: normal Tags: d-i X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I downloaded the "small" debian-12.0.0-amd64-netinst.iso (738 MiB) * What exactly did you do (or not do) that was effective (or ineffective)? I tried to bur

Bug#1035933: linux-image-6.1.0-8-amd64-unsigned: fails to build (llvm-strip not found, missing dependency?)

2023-05-25 Thread Claude Heiland-Allen
declare -x XDG_SESSION_TYPE="x11" declare -x XDG_VTNR="7" declare -x XMODIFIERS="@im=ibus" On 2023-05-25 09:20, Jochen Sprickerhof wrote: Hi Claude, the Debian kernel is compiled with GCC: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=amd64&ver=6

Bug#1035941: linux-image-amd64: too much space needed to build

2023-05-11 Thread Claude Heiland-Allen
Package: linux-image-amd64 Severity: normal X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I tried to build locally-patched kernel debs: sudo apt build-dep linux-image-6.1.0-8-amd64-unsigned apt source linux-image-6.1.0-8-amd64-unsigned cd linux-6.1.25 # ma

Bug#1035939: linux-image-6.1.0-8-amd64: dmesg flood xhci_hcd 0000:03:00.0: WARN: bandwidth overrun event for slot 6 ep 4 on endpoint

2023-05-11 Thread Claude Heiland-Allen
Package: linux-image-6.1.0-8-amd64 Severity: normal X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I noticed a flood of messages (1000 per second!) in dmesg (mirrored in /var/log) after it filled my drive (16GB of logs total, over a couple of weeks). The me

Bug#1035933: linux-image-6.1.0-8-amd64-unsigned: fails to build (llvm-strip not found, missing dependency?)

2023-05-11 Thread Claude Heiland-Allen
Package: linux-image-6.1.0-8-amd64-unsigned Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I wanted to patch the kernel source to see if it would hel

Bug#1030231: hugs: toInteger (minBound :: Int) incorrect on 64bit

2023-02-01 Thread Claude Heiland-Allen
Package: hugs Version: 98.200609.21-6 Severity: normal Tags: patch X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I evaluated: > (minBound :: Int, toInteger (minBound :: Int)) * What was the outcome of this action? Two different numbers were output.

Bug#1025003: pocl-opencl-icd: segfault (llvm version confusion) with mesa-opencl-icd

2022-11-28 Thread Claude Heiland-Allen
Package: pocl-opencl-icd Version: 3.0-7 Severity: normal X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I have a program that uses OpenCL, including simultaneous use of multiple platforms and devices. When mesa-opencl-icd (Clover) is installed, usage of poc

Bug#993608: xfce4: blank screen after login after changing resolution

2021-09-23 Thread Claude Heiland-Allen
On 03/09/2021 17:01, Claude Heiland-Allen wrote: ... -vga virtio -display gtk,gl=on,show-cursor=on \ ... I found[1] a workaround: switch to a console with qemu monitor "sendkey ctrl-alt-f1" then login and run |xfconf-query -c xfwm4 -p /general/vblank_mode -s xpresent|| sudo servi

Bug#993608: xfce4: blank screen after login after changing resolution

2021-09-03 Thread Claude Heiland-Allen
More information: I am starting QEMU like this: qemu-system-x86_64 \ -m 8G -hda hda.img -cpu host -accel kvm -smp 8 \ -vga virtio -display gtk,gl=on,show-cursor=on \ -usb -device usb-tablet \ -audiodev id=pa,driver=pa,in.frequency=44100,out.frequency=44100 \ -device intel-hda -device hda-duplex,

Bug#993608: xfce4: blank screen after login after changing resolution

2021-09-03 Thread Claude Heiland-Allen
Package: xfce4 Version: 4.16 Severity: normal X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I installed Debian 11.0 amd64 netinst in a QEMU virtual machine. I deselected GNOME and selected XFCE4. On first boot, after login, I changed screen resolution to 1

Bug#989287: libcivetweb1: build with websockets support

2021-06-02 Thread Claude Heiland-Allen
Hi Andreas, On 02/06/2021 07:16, Andreas Tille wrote: Hi Claude, On Mon, May 31, 2021 at 09:51:33AM +0100, Claude Heiland-Allen wrote: I managed to rebuild the package locally with websockets support by adding -DCIVETWEB_ENABLE_WEBSOCKETS=ON to CMAKE_EXTRA_FLAGS in debian/rules, adding extra

Bug#989287: libcivetweb1: build with websockets support

2021-05-31 Thread Claude Heiland-Allen
Package: libcivetweb1 Version: 1.13+dfsg-5 Severity: wishlist X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I wanted to write a websocket server using civetweb packaged in Debian. * What was the outcome of this action? Debian civetweb is not built with

Bug#974598: libflint-arb-dev: missing dependency on libflint-dev

2020-11-12 Thread Claude Heiland-Allen
Package: libflint-arb-dev Version: 1:2.18.1-3 Severity: normal X-Debbugs-Cc: cla...@mathr.co.uk Dear Maintainer, * What led up to the situation? I installed libflint-arb-dev and tried to compile my program, compilation failed with: /usr/include/mag.h:23:10: fatal error: flint/flint.h: No suc

Bug#969890: cmake: segfaults in dl-lookup.c:158 check_match() "UI_set_result"

2020-09-08 Thread Claude Heiland-Allen
I resolved these problems with sudo apt install --reinstall libssl1.1 no clue why/how it was damaged sorry for the noise

Bug#969890: cmake: segfaults in dl-lookup.c:158 check_match() "UI_set_result"

2020-09-08 Thread Claude Heiland-Allen
On 08/09/2020 12:44, Claude Heiland-Allen wrote: Package: cmake Sorry, I think it might actually a bug in some other package (perhaps even libc6?), because other programs fail with near identical backtraces (eg: chromium --debug)... excerpts from dmesg: [ 4340.264256] chromium[7373

Bug#969890: cmake: segfaults in dl-lookup.c:158 check_match() "UI_set_result"

2020-09-08 Thread Claude Heiland-Allen
Package: cmake Version: 3.18.2-1 Severity: important Dear Maintainer, * What led up to the situation? I tried to run cmake from bullseye/testing without arguments, it segfaulted immediately. Upgrading to latest from sid/unstable did not fix it. $ valgrind cmake ==6021== Memcheck, a memory

Bug#968908: linux-image-5.7.0-2-amd64: amdgpu regression fails to load firmware for RX580

2020-08-25 Thread Claude Heiland-Allen
On 23/08/2020 22:28, Salvatore Bonaccorso wrote: On Sun, Aug 23, 2020 at 08:25:02PM +0100, Claude Heiland-Allen wrote: On 23/08/2020 17:33, Claude Heiland-Allen wrote: Booting with the previous kernel successfully gets to the desktop: linux-image-5.7.0-1-amd64 Upstream Linux 5.7.17 built from

Bug#968908: linux-image-5.7.0-2-amd64: amdgpu regression fails to load firmware for RX580

2020-08-23 Thread Claude Heiland-Allen
On 23/08/2020 17:33, Claude Heiland-Allen wrote: Booting with the previous kernel successfully gets to the desktop: linux-image-5.7.0-1-amd64 Upstream Linux 5.7.17 built from source works also: $ uname -a Linux eiskaffee 5.7.17 #1 SMP Sun Aug 23 19:59:44 BST 2020 x86_64 GNU/Linux dmesg

Bug#964561: libx11-6: [xcb] Extra reply data still left in queue

2020-07-08 Thread Claude Heiland-Allen
Package: libx11-6 Version: 2:1.6.9-2+b1 Severity: important Dear Maintainer, * What led up to the situation? xfce4-panel crashed. sometime later firefox crashed. The message in both cases was similar: [xcb] Extra reply data still left in queue [xcb] This is most likely caused by a

Bug#963877: [Android-tools-devel] Bug#963877: apksigner: cannot execute binary file: Exec format error

2020-06-29 Thread Claude Heiland-Allen
Hi Hans-Christoph! I have binfmt-support installed, but the kernel module is a problem as I don't have root on the Android device underneath the UserLAnd Debian install. I'll use the java -jar method, perhaps with a shell alias.  Thanks, Claude

Bug#963877: apksigner: cannot execute binary file: Exec format error

2020-06-28 Thread Claude Heiland-Allen
On 2020-06-28 14:57, Claude Heiland-Allen wrote: Package: apksigner Version: 0.9-1 Severity: normal Dear Maintainer, * What led up to the situation? running Debian in UserLAnd from Fdroid on Android 7. tried to run apksigner from bash, got error cannot execute binary file: Exec format

Bug#963877: apksigner: cannot execute binary file: Exec format error

2020-06-28 Thread Claude Heiland-Allen
Package: apksigner Version: 0.9-1 Severity: normal Dear Maintainer, * What led up to the situation? running Debian in UserLAnd from Fdroid on Android 7. tried to run apksigner from bash, got error cannot execute binary file: Exec format error from sh invoked by make the error was more confu

Bug#939559: x86_64-w64-mingw32-g++-win32: program compiled with -march=native crashes on same CPU

2019-09-08 Thread Claude Heiland-Allen
Hi Bernhard, Stephen, Thanks for the links to the upstream bug reports.  Seems a long-standing problem. On 08/09/2019 00:00, Bernhard Übelacker wrote: Not considering any side effects and maybe other instructions with alignment requirements. I used the attached patch which is a bit more bruta

Bug#939559: x86_64-w64-mingw32-g++-win32: program compiled with -march=native crashes on same CPU

2019-09-06 Thread Claude Heiland-Allen
Package: g++-mingw-w64-x86-64 Version: 8.3.0-19+21.4 Severity: normal File: /usr/bin/x86_64-w64-mingw32-g++-win32 Dear Maintainer, I wrote this C++ source code and saved it in `bug.cpp`:     #include     #include     #include     typedef int64_t int2  __attribute__ ((vector_size (16)));    

Bug#905732: kernel-package: fails to create debian directory (/bin/sh: 1: [: -lt: unexpected operator)

2018-08-28 Thread Claude Heiland-Allen
On 11/08/18 18:43, Claude Heiland-Allen wrote: Worked (albeit slowly) without  -j 32.  To be precise, this worked: I think this is an issue with using an old .config and not updating it properly with new variables defined in the new kernel. Seems if I go through the make oldconfig stuff

Bug#905732: kernel-package: fails to create debian directory (/bin/sh: 1: [: -lt: unexpected operator)

2018-08-11 Thread Claude Heiland-Allen
On 08/08/18 19:37, Claude Heiland-Allen wrote: * What exactly did you do (or not do) that was effective (or ineffective)? .../linux-4.18-rc8$ make-kpkg --rootcmd=fakeroot -j 32 --initrd kernel_image --verbose * What was the outcome of this action? The build failed after a

Bug#905732: kernel-package: fails to create debian directory (/bin/sh: 1: [: -lt: unexpected operator)

2018-08-08 Thread Claude Heiland-Allen
With /bin/sh -> dash: On 08/08/18 19:37, Claude Heiland-Allen wrote: /bin/sh: 1: [: -lt: unexpected operator /bin/sh: 1: [: -gt: unexpected operator /bin/sh: 1: [: -lt: unexpected operator With /bin/sh -> bash: --8<-- /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line

Bug#905732: kernel-package: fails to create debian directory (/bin/sh: 1: [: -lt: unexpected operator)

2018-08-08 Thread Claude Heiland-Allen
Package: kernel-package Version: 13.018+nmu1 Severity: normal Dear Maintainer, * What led up to the situation? I tried to make-kpkg with the latest linux-4.18-rc8 * What exactly did you do (or not do) that was effective (or ineffective)? .../linux-4.18-rc8$ make-kpkg --rootcmd=faker

Bug#904609: mandelbulber2: Fractal ui file can't be loaded

2018-07-31 Thread Claude Heiland-Allen
in my PATH (I guess it is a separate upstream bug that it tries to access files outside of its installed prefix).  Using /usr/bin/mandelbulber2 (or modifying PATH to remove ~/opt/bin) works correctly.  Sorry for wasting your time! Il 25/07/2018 18:32, Claude Heiland-Allen ha scritto: Error

Bug#904609: mandelbulber2: Fractal ui file can't be loaded

2018-07-25 Thread Claude Heiland-Allen
Package: mandelbulber2 Version: 2.13.2-4 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Launched mandelbulber2, tried to hybrid with Amazing Surf Mod2. * What was the outcome of this action?

Bug#863658: pd-flite: pd can't find help patch for flite

2017-05-29 Thread Claude Heiland-Allen
Package: pd-flite Version: 0.02.3-2 Severity: normal Dear Maintainer, * What led up to the situation? I selected help from the right-click context menu of a [flite] object in Pd. * What was the outcome of this action? tried /usr/lib/pd/extra/flite/flite-help.pd and failed tried /usr/lib/

Bug#849994: [Pkg-roundcube-maintainers] Bug#849994: roundcube-core: install fails; Class 'Patchwork\Utf8\Bootup' not found

2017-01-03 Thread Claude Heiland-Allen
Hi Guilhem, On 03/01/17 13:13, Guilhem Moulin wrote: > On Tue, 03 Jan 2017 at 11:29:33 +0000, Claude Heiland-Allen wrote: >> $ php --version >> PHP 7.0.14-2 (cli) ( NTS ) > > php7.0 is not in jessie-backports, right? There is no guaranty for > systems mixing packages

Bug#849994: [Pkg-roundcube-maintainers] Bug#849994: roundcube-core: install fails; Class 'Patchwork\Utf8\Bootup' not found

2017-01-03 Thread Claude Heiland-Allen
Hi Guilhem, On 03/01/17 09:13, Guilhem Moulin wrote: > Hi Claude, > > On Mon, 02 Jan 2017 at 23:32:01 +0100, Claude Heiland-Allen wrote: >> Package: roundcube >> Version: 1.1.5+dfsg.1-1~bpo8+2 >> Severity: grave >> Justification: renders package unusable > &g

Bug#849994: roundcube-core: install fails; Class 'Patchwork\Utf8\Bootup' not found

2017-01-02 Thread Claude Heiland-Allen
Package: roundcube Version: 1.1.5+dfsg.1-1~bpo8+2 Severity: grave Justification: renders package unusable Dear Maintainer, * What led up to the situation? Regular maintainance aptitude safe-upgrade pulled a new version of roundcube from jessie-backports which failed to install. Here is the l

Bug#793403: malloc(): memory corruption (fast)

2015-07-23 Thread Claude Heiland-Allen
Package: wget Version: 1.13.4-3+deb7u2 Severity: normal Dear Maintainer, * What led up to the situation? ---8<--- mkdir MNMN329/ gdb --args wget -nv -c -P MNMN329/. "http://www.archive.org/download/MNMN329/01. Жизнь красивая.flac" run bt ---8<--- * What was the outcome of this action?

Bug#783616: /usr/bin/avconv: image2pipe ppm input corrupt when header spans fifo blocks

2015-04-28 Thread Claude Heiland-Allen
On 28/04/15 14:16, Sebastian Ramacher wrote: Thanks for your bug report. Could you please forward report it directly to the libav developers? See https://libav.org/bugreports.html for details. Done: https://bugzilla.libav.org/show_bug.cgi?id=854 -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#783616: /usr/bin/avconv: image2pipe ppm input corrupt when header spans fifo blocks

2015-04-28 Thread Claude Heiland-Allen
Package: libav-tools Version: 6:11.3-2 Severity: normal File: /usr/bin/avconv Dear Maintainer, piping PPM streams to avconv can cause image corruption in the (unlikely but possible) case that a frame header overlaps the fifo block size in such a way that the partial header is almost valid almos

Bug#625768: [buildtorrent] Allow to create trackerless torrent

2011-09-29 Thread Claude Heiland-Allen
Hi, On 20/09/11 12:04, Jari Aalto wrote: "It may take a month or two until I have time to implement and test this." http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625768 Could you brief us with the current plans about this. I'm sorry, I forgot all about this during a rather hectic

Bug#625768: [buildtorrent] Allow to create trackerless torrent

2011-05-06 Thread Claude Heiland-Allen
Hi, Thanks for the report! Currently buildtorrent does not support the requested mode of operation (DHT/trackerless torrent creation). Looking at the specification for trackerless torrents[1], it should be possible to implement this on a manual level - but there won't be any magic mode that

Bug#612111: #612111 installation-report: kernel module wistron_btns.ko missing

2011-02-06 Thread Claude Heiland-Allen
Hi, On 06/02/11 19:50, Miguel Figueiredo wrote: Are you sure that the network failed due to that? Can you send installation logs (gzipped) [1] ? 1 - /var/log/installer/syslog Fairly sure: ---8<--- Feb 1 21:09:15 kernel: [ 145.694249] ipw2200: Radio Frequency Kill Switch is On: Feb 1 21:

Bug#612111: installation-report: kernel module wistron_btns.ko missing

2011-02-05 Thread Claude Heiland-Allen
Package: installation-reports Version: 2.44 Severity: normal *** Please type your report below this line *** -- Package-specific info: Boot method: CD Image version: http://cdimage.debian.org/cdimage/squeeze_di_rc2/i386/iso-cd/debian-squeeze-di-rc2-i386-netinst.iso Date: 2011-02-01 Machine:

Bug#601377: gem: missing abstractions (they are not installed)

2010-10-25 Thread Claude Heiland-Allen
Package: gem Severity: normal Tags: patch Using the current package from: http://mentors.debian.net/debian/pool/main/g/gem/ The abstractions (like 'hsv2rgb.pd') are not installed. This patch should fix the problem: --- gem-0.92.3/debian/install.orig 2010-10-25 17:02:01.0 +0100 +++

Bug#600381: gem: missing includes in videoV4L2.h

2010-10-16 Thread Claude Heiland-Allen
Package: gem Version: 1:0.92.3-2 Severity: important Tags: patch Justification: fails to build from source The gem package from mentors.debian.net fails to build using launchpad for ubuntu maverick. http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=gem http://launchpadlibra

Bug#600209: puredata: missing extra abstractions

2010-10-14 Thread Claude Heiland-Allen
Package: puredata Version: 0.42.6-2 Severity: normal The package misses some useful abstractions from .../extra/ such as hilbert~.pd though its help file is present in .../5.reference/ Tested with the mentors package: http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=pured