Bug#1066055: re: rust-symphonia-core: FTBFS on i386 units::tests::verify_timebase panic

2024-03-12 Thread Mike Gerow
On Tue, 12 Mar 2024 17:55:42 + Peter Green wrote: > 2. Is it worth expending effort on getting symphonia available on > i386? to me that depends on what software is using or planning > to use it. For a port in it's twilight years, keeping existing > software working seems more

Bug#1066062: libmath-int128-perl: FTBFS on i386 "your compiler doesn't support a 128-bit integer type"

2024-03-11 Thread Mike Gerow
Source: libmath-int128-perl Version: 0.22-5 Severity: important Tags: ftbfs libmath-int128-perl appears unable to build on i386 on my machine using sbuild and the latest buildd result[1] seems the same. This indirectly affects the i386 build of libmaxmind-db-writer-perl and probably a few other

Bug#1066055: rust-symphonia-core: FTBFS on i386 units::tests::verify_timebase panic

2024-03-11 Thread Mike Gerow
Source: rust-symphonia-core Version: 0.5.2-1 Severity: important Tags: ftbfs rust-symphonia-core appears to FTBFS from an i386 sbuild chroot with a test 'units::tests::verify_timebase' panicking units::tests::verify_timebase stdout thread 'units::tests::verify_timebase' panicked at

Bug#1033680: linux: Consider enabling CONFIG_ANON_VMA_NAME=y

2023-03-29 Thread Mike Gerow
Source: linux Version: 6.1.15-1 Severity: wishlist X-Debbugs-Cc: ge...@google.com X-Debbugs-Cc: jko...@google.com Recent Ubuntu kernels support this. It's useful for analyzing memory usage for applications in addition to other things.

Bug#1019526: gnome-control-center: color management broken after update, segfault

2023-01-03 Thread Mike Gerow
tags 1019526 patch thanks Looks like the issue has been addressed upstream https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1640 with 2893f8e3f9cc94f969a7f2062585aef4161df235 which I'm guessing should show up when 44 is released. That said, the patch applies cleanly to 43, so this

Bug#1026425: polkitd.postinst removes directories created by new install of polkitd-pkla

2022-12-19 Thread Mike Gerow
Package: polkitd Version: 122-1 Severity: important X-Debbugs-Cc: ge...@google.com If I install polkitd-pkla from a fresh unstable chroot it seems that polkitd.postinst ends up removing the /etc/polkit-1/localauthority.conf.d and /etc/polkit-1/nullbackend.conf.d directories due to these lines

Bug#1019554: Stamp files are not updated

2022-09-19 Thread Mike Gerow
On Mon, 19 Sep 2022 12:59:59 + Lance Lin wrote: > > Thank you for tracking this down. I did make the change in -33. > > Yes, I made the change to remove dangling symlinks on uninstall. I > > didn't realize this was called on upgrades, so I've moved the logic > > inside the "purge" case. > > I

Bug#995475:

2021-11-03 Thread Mike Gerow
And as expected the 5.1-3.1 NMU fixed this by triggering a rebuild.

Bug#995475: bash-static: segfault on startup when running with glibc 2.32

2021-10-01 Thread Mike Gerow
Package: bash-static Version: 5.1-3+b1 Severity: grave Justification: renders package unusable X-Debbugs-Cc: ge...@google.com ``` $ bash-static Segmentation fault (core dumped) ``` A simple rebuild of the package against the new glibc version seems to fix the issue for me. -- System

Bug#914297: apache2: getrandom call blocks on first startup, systemd kills with timeout

2018-11-21 Thread Mike Gerow
Package: apache2 Version: 2.4.37-1 Severity: important Recently apache2 has been failing to come up on initial startup, ultimately hitting systemd's timeout and getting killed. After startup, though, I was able to manually start apache2 with "systemctl start apache2". Poking strace in there I

Bug#811576: patch

2016-08-08 Thread Mike Gerow
Added header to patch refrencing the trousers mailing list posting. -- Mike Gerow ge...@google.com diff -Nru tpm-tools-1.3.8/debian/changelog tpm-tools-1.3.8/debian/changelog --- tpm-tools-1.3.8/debian/changelog 2015-06-28 03:15:23.0 -0700 +++ tpm-tools-1.3.8/debian/changelog 2016-07-04

Bug#830546: tpm-tools shouldn't depend on opencryptoki

2016-07-09 Thread Mike Gerow
libssl1.0.2 1.0.2h-1 ii libtpm-unseal1 1.3.8-2+b1 ii libtspi10.3.13-4.1 ii opencryptoki3.4.1+dfsg-1 ii trousers0.3.13-4.1 tpm-tools recommends no packages. tpm-tools suggests no packages. -- no debconf information -- Mike Gerow ge...@mgerow.com signature.asc Description

Bug#811604: FTBFS with GCC 6: statement indented as if it were guarded by

2016-07-07 Thread Mike Gerow
gt; coff-i386.c:135:3: note: ...this 'if' clause, but it is not > >if (reloc_entry->howto->type == R_IMAGEBASE > >^~ > > > > cc1: all warnings being treated as errors > > Makefile:1607: recipe for target 'pei-i386.lo' failed > > make[8]: *** [pei-i386.lo] Er

Bug#811593: FTBFS with GCC 6: statement indented as if it were guarded by

2016-07-07 Thread Mike Gerow
tags 811593 patch thanks Hi, The attached patch should fix the issue, although it's not completely clear to me if these were hidden (until now) mistakes or not. robertc: Are you also upstream for this? If so is the actual behavior what you were expecting? -- Mike Gerow ge...@mgerow.com diff

Bug#811594: [PATCH] Fix confusing indentation in src/a2crd.c

2016-07-07 Thread Mike Gerow
upload. + * Fix confusing indentation in src/a2crd.c. (Closes: #811594) + + -- Mike Gerow <ge...@mgerow.com> Thu, 07 Jul 2016 18:57:11 +0200 + chordii (4.3+repack-2) unstable; urgency=low [ Malcolm Locke ] diff --git a/debian/patches/fix-ftbfs-in-gcc-6.patch b/debian/patches/fix-ftbfs-in

Bug#811579: FTBFS with GCC 6: statement indented as if it were guarded by

2016-07-07 Thread Mike Gerow
The code in question is generated by the protobuf compiler. Since humans shouldn't be reading this code anyway I think it's safe to disable the warning here. Looking to see if there's a good way to selectively disable it just for the proto bits... -- Mike Gerow ge...@mgerow.com signature.asc

Bug#811582: [PATCH] Fix misleading indentation in dtnperf_client

2016-07-07 Thread Mike Gerow
/changelog @@ -1,3 +1,10 @@ +ion (3.2.1+dfsg-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix misleading indentation in dtnperf_client.c (closes: #811582) + + -- Mike Gerow <ge...@mgerow.com> Thu, 07 Jul 2016 16:39:04 +0200 + ion (3.2.1+dfsg-1) unstable; urgency=

Bug#811610: [PATCH] Disable the nonnull-compare flag for faketime.

2016-07-07 Thread Mike Gerow
--- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +faketime (0.9.6-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Disable the nonnull-compare flag for faketime. + + -- Mike Gerow <ge...@mgerow.com> Thu, 07 Jul 2016 11:36:54 +0200 + faketime (0.9.6-4) unstable; u

Bug#811610: FTBFS with GCC 6: nonnull argument compared to NULL

2016-07-05 Thread Mike Gerow
amongst libcs or not, but this seems like a situation where disabling the warning might be the right move. -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#811575: FTBFS with GCC 6: statement indented as if it were guarded by

2016-07-05 Thread Mike Gerow
fixed 811575 2:3.23-1 thanks Actually this should be fixed in the pull from upstream 2:3.23-1, and I can confirm that building with GCC 6 now appears to succeed. -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#811575: FTBFS with GCC 6: statement indented as if it were guarded by

2016-07-05 Thread Mike Gerow
n pull a reasonably sized patch out of that. -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#811576: patch

2016-07-04 Thread Mike Gerow
e confusing mixing of tabs and spaces in just this one area. The attached patch just replaces these with tabs and puts it in a quilt patch. I'll go ahead and post the patch on the trousers development list too. -- Mike Gerow ge...@mgerow.com diff -Nru tpm-tools-1.3.8/debian/changelog tpm-tools-1.3.

Bug#805025: clonezilla: missing dependency: bc

2016-07-03 Thread Mike Gerow
illa (3.10.11-4) unstable; urgency=medium * added a dependency on bc. Closes: #805025 -- Georges Khaznadar <georg...@debian.org> Sat, 14 Nov 2015 11:52:37 +0100 Anyway, the bug seems to be resolved closing. -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#818239: ohcount-doc: creates non-FHS /ruby directory

2016-07-03 Thread Mike Gerow
. -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#492432: aptitude: fetch and display copyright (like changelog)

2016-05-30 Thread Mike Gerow
ebian-apt – where apt & aptitude people hang out together)! I'll definitely drop the irc by when I inevitably have qestions. Thanks! -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#492432: (no subject)

2016-05-30 Thread Mike Gerow
Hi folks, this bug is almost 8 (!) years old. I've started looking into the implementation to see if I can thro a patch together but wanted to make sure this is something the aptitude team would still want. -- Mike Gerow ge...@mgerow.com signature.asc Description: PGP signature

Bug#818195: [PATCH] Remove dependency on jasper

2016-05-26 Thread Mike Gerow
out if file cannot be opened. Closes: #715777 + [ Mike Gerow ] + * Remove libjasper-dev dependency. Closes: #818195 + -- Tobias Frost <t...@debian.org> Sat, 30 Apr 2016 23:46:28 +0200 dcraw (9.26-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index c

Bug#825120: (no subject)

2016-05-26 Thread Mike Gerow
installations', which seems correct for this case since gnome-boxes is still perfectly usable with remote boxes without qemu-system-x86. The only unfortunate bit is that it gives a somewhat unhelful 'Box setup failed' message when qemu isn't installed and the user tries to setup a qemu-backed box. -- Mike