Bug#1070836: rust-apple-nvram: Switch from rust-nix 0.26 to 0.27

2024-05-10 Thread Andreas Henriksson
t found in this scope Some errors have detailed explanations: E0425, E0433. For more information about an error, try `rustc --explain E0425`. error: could not compile `apple-nvram` (lib test) due to 4 previous errors ``` Regards, Andreas Henriksson

Bug#1056177: librust-tikv-jemalloc-ctl-dev: depends on missing packages

2023-11-18 Thread Andreas Henriksson
resolve itself once it's accepted. Regards, Andreas Henriksson

Bug#1034213: arno-iptables-firewall: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
anually written maintscript code should be frowned upon (since it's a very common source of bugs), I guess this means this bug is not RC severity?! Regards, Andreas Henriksson

Bug#1034214: tcmu-runner: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
mdsystemunitdir+path%3ACMake=0 https://codesearch.debian.net/search?q=systemdsystemunitdir+path%3AFindSystemd=0 Regards, Andreas Henriksson

Bug#1034215: drkonqi: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
Hello again, On Wed, Apr 12, 2023 at 01:19:52PM +0200, Andreas Henriksson wrote: > On Tue, Apr 11, 2023 at 09:37:27AM +0200, bi...@debian.org wrote: > > Package: drkonqi > > Version: 5.27.2-1 > > Severity: serious > > Tags: sid bookworm > > User: debhel...

Bug#1034215: drkonqi: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
dd a hack that appends to dh_install to move the file into the correct directory as returned by `pkg-config --variable=systemdsystemunitdir systemd`. (Note: make sure to have systemd.pc available by build-dep on systemd) Regards, Andreas Henriksson

Bug#1034216: boinc-client: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
le, thus you'll need to build-depend on the systemd package (as you already list pkg-config in build-deps). Regards, Andreas Henriksson

Bug#1034217: qbittorrent-nox: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
There's however this in unixconf.pri (which is wrong): ``` # Systemd Service file nogui:systemd { systemdService.files = $$DIST_PATH/systemd/qbittorrent-nox@.service systemdService.path = $$PREFIX/lib/systemd/system INSTALLS += systemdService } ``` Regards, Andreas Henriksson

Bug#1034218: cfengine3: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
get to add pkg-config and systemd (for systemd.pc) to build-deps. Regards, Andreas Henriksson

Bug#1034219: debomatic: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
ves the file (if it's not already located in the same path as returned by `pkg-config --variable=systemdsystemunitdir systemd`) after dh_install has run probably. Regards, Andreas Henriksson

Bug#1034220: shadowsocks-libev: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-12 Thread Andreas Henriksson
owsocks-libev.install you would have to make the file executable and integrate dh-exec. I'll leave it up to you to decide if you think integrating dh-exec is worth it or not (Another option is to make the upstream build system install the file in the correct path.) Regards, Andreas Henriksson

Bug#1034236: mpd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
Hello Max Kellermann, On Tue, Apr 11, 2023 at 04:13:28PM +0200, Max Kellermann wrote: > On 2023/04/11 15:11, Andreas Henriksson wrote: > > The culprit seems to be that mpd falls back on hard-coded path (instead > > of failing) when systemd.pc is not found! > > What

Bug#1034223: powerman: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
erity of this bug report should be downgraded (maybe even closed)? Regards, Andreas Henriksson

Bug#1034226: cloudflare-ddns: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
ardcoded sysuser directory at: https://sources.debian.org/src/cloudflare-ddns/2.0.0-3/exe/meson.build/#L90 See attached file which you might want to improve (for example you could make systemd a build-option even on linux if you care). Regards, Andreas Henriksson diff -Nru cloudflare-ddns-2.0.0/deb

Bug#1034227: mpdscribble: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
mpdscribble/0.24-2/systemd/system/meson.build/#L1-L4 As pkg-config is already part of build-deps, simply adding systemd (for systemd.pc) should be enough to fix the problem. Regards, Andreas Henriksson

Bug#1034228: zcfan: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
g --variable=systemdsystemunitdir systemd (Note: You'll also need to build-dep on pkg-config and systemd, for systemd.pc) Regards, Andreas Henriksson

Bug#1034221: caddy: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
need to reverse that change again in the future. Preferably the correct path is derived from the value given by pkg-config --variable=systemdsystemunitdir systemd You could use this via making your debian/caddy.install executable and integrating dh-exec. You'll have to decide if you think it's w

Bug#1034229: wsdd2: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
t the path from the proper source via: pkg-config --variable=systemdsystemunitdir systemd (Note: you'll need to build-dep on pkg-config and systemd, for systemd.pc) Regards, Andreas Henriksson

Bug#1034230: fail2ban: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
please consider finding the path via: pkg-config --variable=systemdsystemunitdir systemd (Note: you'll need to build-dep on pkg-config and systemd, for systemd.pc) Regards, Andreas Henriksson

Bug#1034232: nvme-cli: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
=get_option.*systemdsystemunitdir=0=1 Regards, Andreas Henriksson

Bug#1034233: tlp: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
sr/lib/systemd/system` to: export TLP_SYSD=$(shell pkg-config --variable=systemdsystemunitdir systemd) * Update https://sources.debian.org/src/tlp/1.5.0-1/debian/tlp.install/#L5 Regards, Andreas Henriksson

Bug#1034234: libpam-modules-bin: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
es.debian.org/src/pam/1.5.2-6/debian/rules/#L33 Regards, Andreas Henriksson

Bug#1034236: mpd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
#L1-L4 Fixing the problem should be as easy as adding a build-dep on the package that contains systemd.pc (systemd). Regards, Andreas Henriksson

Bug#1034237: gammu-smsd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
ces.debian.org/src/gammu/1.42.0-7/debian/gammu-smsd.install/#L5 Regards, Andreas Henriksson

Bug#1034240: pass-extension-tomb: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
"$(DESTDIR)$(LIBDIR)/systemd/system/pass-close@.service" ``` To get the correct path you could use: ``` pkg-config --variable=systemdsystemunitdir systemd ``` (Note: do not forget to also build-dep on the package containing systemd.pc as well as pkg-config itself.) Regards, Andreas Henriksson

Bug#1034238: fapolicyd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
On Tue, Apr 11, 2023 at 02:23:32PM +0200, Andreas Henriksson wrote: > On Tue, Apr 11, 2023 at 09:37:27AM +0200, bi...@debian.org wrote: > > Package: fapolicyd > > Version: 1.1.7-3 > > Severity: serious > > Tags: sid bookworm > > User: debhel...@packages

Bug#1034238: fapolicyd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Andreas Henriksson
also need a build-dep on package containing systemd.pc) Regards, Andreas Henriksson

Bug#1031572: librt-extension-commandbymail-perl: Please add a Homepage field in debian/control

2023-02-19 Thread Andreas Henriksson
ntains very little useful information (probably all already available in the package itself). If this is even a bug then it would be at most Severity: wishlist as I see it. What am I missing here that makes Homepage so important for this package to warrant a release-critical severity? Regards, Andreas Henriksson

Bug#1031436: ubuntu-dev-tools: FTBFS: make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1

2023-02-19 Thread Andreas Henriksson
you blocking their package from testing migration until you've uploaded a relinted version of your package.) Regards, Andreas Henriksson

Bug#1031473: freebayes: FTBFS: Variant.h:36:10: fatal error: wavefront/wfa.hpp: No such file or directory

2023-02-19 Thread Andreas Henriksson
itional problems as an excercise for the maintainer(s) to figure out while testing their new package. Please consider adding a simple compile test as an autopkgtest, which would help you catch missing dependencies in the -dev packages. For example see: https://sources.debian.org/src/util-linux/2.38.1-5/debian/tests/libmount-dev/ Regards, Andreas Henriksson

Bug#1031453: sane-frontends: FTBFS: dh_install: error: missing files, aborting

2023-02-18 Thread Andreas Henriksson
ds.pc from unstable (1.2.1-1) has: # grep -e ldflags= -e libs= /usr/lib/x86_64-linux-gnu/pkgconfig/sane-backends.pc libs= -ldl -lm -ltiff -ljpeg -lgphoto2 -lgphoto2_port -lm -lavahi-common -lavahi-client -lusb-1.0 While the sane-backends.pc currently in testing (1.1.1-6) has: # grep -e ldflags= -e libs= usr/lib/x86_64-linux-gnu/pkgconfig/sane-backends.pc ldflags=-Wl,-z,relro -Wl,-z,now libs= Regards, Andreas Henriksson

Bug#1031448: fwupd: FTBFS: ./obj-x86_64-linux-gnu/meson-private/tmp7p7957mh/./obj-x86_64-linux-gnu/meson-private/tmp7p7957mh/testfile.c:17: undefined reference to `gcab_cabinet_add_allowed_compression

2023-02-18 Thread Andreas Henriksson
For example see: https://sources.debian.org/src/util-linux/2.38.1-5/debian/tests/libmount-dev/ Regards, Andreas Henriksson

Bug#1029944: neon27 FTBFS on IPV6-only buildds

2023-02-11 Thread Andreas Henriksson
Hello again, On Sat, Feb 11, 2023 at 06:55:13PM +0100, Andreas Henriksson wrote: > On Sun, Jan 29, 2023 at 02:29:23PM +0100, László Böszörményi (GCS) wrote: > > Control: tags -1 +confirmed > > > > On Sun, Jan 29, 2023 at 12:33 PM Adrian Bunk wrote: > > > ht

Bug#1030175: libgetdata: FTBFS: dh_install: error: missing files, aborting

2023-02-11 Thread Andreas Henriksson
t I've written all this I see there's already: https://salsa.debian.org/science-team/libgetdata/-/commit/f698db0b309351d8dc66fad194f9462fb5c531ea Might still be worth considering not hardcoding any versions as discussed above though (to avoid repeating this problem once python 3.11 goes out of fashion)... Regards, Andreas Henriksson

Bug#1030186: enigmail: FTBFS (Error: Cannot find module 'chalk')

2023-02-11 Thread Andreas Henriksson
s Smedegaard Sat, 12 Oct 2019 15:19:55 +0200 I'm not able to determine if either enigmail should dep on node-chalk itself because it uses supposedly optional components of eslint or if there's a mistake in eslint which should have node-chalk as a depends rather than recommends Hope someone else can figure this out. Regards, Andreas Henriksson

Bug#1029944: neon27 FTBFS on IPV6-only buildds

2023-02-11 Thread Andreas Henriksson
I tried quickly looking at upstream git history if it could confirm my suspicion, but the closest I could find was: https://github.com/notroj/neon/commit/eff6521be537c74511593743bf8665d898e26567 Seems like localhost -> 127.0.0.1 switch was intentional (and done during SVN days?). Maybe someone digging deeper can find "r1910". Regards, Andreas Henriksson

Bug#916596: iptables.postinst failure on link creation

2023-02-07 Thread Andreas Henriksson
. have it explicitly (un)set IFS. I however don't think that's the correct solution, just a solution. > > #1007829 was a similar problem in arptables, > I haven't checked how these are related. I don't see how these two are related at all. #1007829 seems to be a simple logic error. Regards, Andreas Henriksson

Bug#1030240: wayfire: FTBFS with wlroots 0.16.1

2023-02-01 Thread Andreas Henriksson
On Wed, Feb 01, 2023 at 04:46:14PM +0100, Guido Günther wrote: > Hi, > On Wed, Feb 01, 2023 at 04:37:37PM +0100, Andreas Henriksson wrote: [...] > > FWIW here are some examples of autopkgtest for checking if pkg-config > > works for your own -dev packages: > > https://sou

Bug#1030240: wayfire: FTBFS with wlroots 0.16.1

2023-02-01 Thread Andreas Henriksson
On Wed, Feb 01, 2023 at 04:23:00PM +0100, Andreas Henriksson wrote: > On Wed, Feb 01, 2023 at 04:03:47PM +0100, Guido Günther wrote: > > Hi, > > [..snip..] > > > This seems to be caused by wlroots/experimental missing a > > > build-dependency on libvulka

Bug#1030240: wayfire: FTBFS with wlroots 0.16.1

2023-02-01 Thread Andreas Henriksson
build-dependency on libvulkan-dev. I think what you mean is > the lack of a dependency in the libwlroots-dev package? Exactly... I've already retitled the bug report (again) to remove my incorrect use of build-dep, when what I mean was -dev package depending on another -dev package. Regards, Andreas Henriksson

Bug#1030240: wayfire: FTBFS with wlroots 0.16.1

2023-02-01 Thread Andreas Henriksson
eck every .pc file changes and cross-check which package provides that and if it's listed in build-depends on every update). Regards, Andreas Henriksson

Bug#1030000: fontconfig: after upgrade from 2.13.1-4.5 to 2.14.1-3 subpixel is enabled

2023-01-31 Thread Andreas Henriksson
n.org/src/fontconfig/2.14.1-3/debian/fontconfig-config.config/#L56 But then again, the initial/re-configure should not have been run at all because of https://sources.debian.org/src/fontconfig/2.14.1-3/debian/fontconfig-config.postinst/#L32 as mentioned earlier. Regards, Andreas Henriksson

Bug#1026204: tar FTBFS on armel, armhf, i386, hppa, powerpc and sparc64

2023-01-31 Thread Andreas Henriksson
Hello, On Tue, Jan 31, 2023 at 02:26:50AM +0100, Helge Deller wrote: > Hi David & Andreas, > > On 1/28/23 12:10, David Prévot wrote: > > Le Wed, Jan 18, 2023 at 01:24:37AM +0100, Helge Deller a écrit : > > > On Sat, 14 Jan 2023 20:38:38 +0100 Andreas Henriksson

Bug#1026204: tar FTBFS on armel, armhf, i386, hppa, powerpc and sparc64

2023-01-28 Thread Andreas Henriksson
Hello taffit, On Sat, Jan 28, 2023 at 12:10:53PM +0100, David Prévot wrote: > Hi, > > Le Wed, Jan 18, 2023 at 01:24:37AM +0100, Helge Deller a écrit : > > On Sat, 14 Jan 2023 20:38:38 +0100 Andreas Henriksson > > wrote: > > > Here's a slightly different patch t

Bug#997274: NMU strace 6.1 for unstable?

2023-01-28 Thread Andreas Henriksson
, Andreas Henriksson

Bug#999322: Intent to NMU

2023-01-24 Thread Andreas Henriksson
that is controversial or wrong, but hopefully there isn't. Regards, Andreas Henriksson

Bug#1027383: xen-tools: FTBFS in bullseye (missing build-depends on mount)

2023-01-16 Thread Andreas Henriksson
mentioned, I think wishlist is the proper severity. (And as said, I don't mind this being considered a bug or fixing it which is simple... however with a relevant severity.) Regards, Andreas Henriksson

Bug#1026204: tar FTBFS on armel, armhf, i386, hppa, powerpc and sparc64

2023-01-14 Thread Andreas Henriksson
oot which previously failed). (Note: The initial two lines in debian/rules could also be replaced by `include /usr/share/dpkg/architecture.mk` for further slight modernization.) Regards, Andreas Henriksson --- a/debian/rules 2023-01-14 19:20:32.572449385 + +++ b/debian/rules 2023-01-

Bug#1027619: gh: FTBFS: tests fail

2023-01-13 Thread Andreas Henriksson
release-critical to me so consider if maybe the severity should be downgraded. Regards, Andreas Henriksson

Bug#1027803: src:fakeroot: fails to migrate to testing for too long: ftbfs on mipsel

2023-01-13 Thread Andreas Henriksson
Hello, So the mipsel FTBFS is because of a failing test-case that was added in the 1.30-1 version of fakeroot. For more information on this issue see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023286#48 Regards, Andreas Henriksson

Bug#1028278: dh-cmake FTBFS with Python 3.11 as default version

2023-01-13 Thread Andreas Henriksson
same time changes like these might cause alot of breakage (atleast if used in tests like in this case). Regards, Andreas Henriksson

Bug#1025884: src:ddnet: fails to migrate to testing for too long: FTBFS on s390x

2023-01-13 Thread Andreas Henriksson
/commit/abb1979d20d9a3290442d5d0ed304ce24c0a710e Regards, Andreas Henriksson

Bug#1028146: collectd FTBFS with Python 3.11 as default version

2023-01-13 Thread Andreas Henriksson
the debian collectd packaging git repo has been opened, albeit with a different patch than upstreams: https://salsa.debian.org/debian/pkg-collectd/-/merge_requests/11 Regards, Andreas Henriksson

Bug#1016963: Please test u-boot for rpi_4 rpi_4_32b

2023-01-06 Thread Andreas Henriksson
On Tue, Jan 03, 2023 at 11:56:51PM +0100, Andreas Henriksson wrote: > On Tue, Jan 03, 2023 at 11:46:31PM +0100, Andreas Henriksson wrote: > > On Wed, Dec 28, 2022 at 04:11:04PM -0800, Vagrant Cascadian wrote: > > > rpi_4 > > > rpi_4_32b [...] Hello again, While I on

Bug#909750: RFC: fontconfig 2.14.1-1 experimental branch on salsa.debian.org

2023-01-06 Thread Andreas Henriksson
general feedback if it's suitable to upload the experimental package to unstable this close to the freeze (which I feel will need to happen ASAP or wait until after the release). If I don't get any feedback, I will likely not upload to unstable. Regards, Andreas Henriksson

Bug#1016963: Please test u-boot for rpi_4 rpi_4_32b

2023-01-03 Thread Andreas Henriksson
On Tue, Jan 03, 2023 at 11:46:31PM +0100, Andreas Henriksson wrote: > On Wed, Dec 28, 2022 at 04:11:04PM -0800, Vagrant Cascadian wrote: > > rpi_4 > > rpi_4_32b > > I dug up my old dusty rpi4 which I probably haven't touched > since last time we spoke about u-boot on it.

Bug#1016963: Please test u-boot for rpi_4 rpi_4_32b

2023-01-03 Thread Andreas Henriksson
On Wed, Dec 28, 2022 at 04:11:04PM -0800, Vagrant Cascadian wrote: > rpi_4 > rpi_4_32b I dug up my old dusty rpi4 which I probably haven't touched since last time we spoke about u-boot on it. I've tested only the 64bit (arm64) version so far. The version that was on the sd-card since last

Bug#1020707: popa3d: postinst should use policy-mandated helpers

2022-09-25 Thread Andreas Henriksson
/popa3d should be created by package" well it's /var so don't trust it to be unchanged. Should probably wrap the chmod/chown commands in an `if test -d /var/lib/popa3d ; then`. Regards, Andreas Henriksson diff --git a/debian/postinst b/debian/postinst index 75e32aa..4b27350 100644 ---

Bug#1013447: gupnp-tools: gupnp-av-cp fails to detect upnp av serveur that kodi or vlc detects correctly

2022-07-25 Thread Andreas Henriksson
ork as expected to me, although DLNA/UPnP-AV itself and proprietary vendors implementations of it are indeed quite confusing. > > VLC and Kodi do detect them. Regards, Andreas Henriksson

Bug#1008395: marked as pending in golang-github-bmatsuo-lmdb-go

2022-04-13 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #1008395 in golang-github-bmatsuo-lmdb-go reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#998586: marked as pending in libgxps

2022-02-02 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #998586 in libgxps reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#1004615: marked as pending in gnome-sound-recorder

2022-01-31 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #1004615 in gnome-sound-recorder reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#998528: marked as pending in file-roller

2021-11-20 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #998528 in file-roller reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#991082: gir1.2-gtd-1.0 has empty Depends

2021-07-13 Thread Andreas Henriksson
er done during the next development cycle... and by someone who knows what the future direction of gnome-todo might be, but feel free to send a merge-request!) Regards, Andreas Henriksson

Bug#985948: libubootenv-tool: Debug lines from fw_printenv break RAUC, mender-client, etc.

2021-04-07 Thread Andreas Henriksson
Hello again, On Wed, Apr 07, 2021 at 11:36:30AM +0200, Andreas Henriksson wrote: [...] > I've submitted a merge-request that fixes the imminent problems for > review at: > https://salsa.debian.org/debian/libubootenv/-/merge_requests/3 [...] I've studied things a bit more and updated

Bug#985948: libubootenv-tool: Debug lines from fw_printenv break RAUC

2021-04-07 Thread Andreas Henriksson
ld/should be forwarded upstream as well.... A library should not print to stdout like this! Regards, Andreas Henriksson

Bug#984983: python3-networkmanager: crashes on unknown device types (eg. wifi p2p) in >=bullseye

2021-03-11 Thread Andreas Henriksson
new kernel feature or similar, simply new info exposed by NM. As mentioned, this is fixed in upstream release 2.2. I've also filed a pre-approval request to update to 2.2 during freeze, see Bug#984925 Regards, Andreas Henriksson

Bug#983917: marked as pending in libgweather

2021-03-05 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #983917 in libgweather reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#983917: gnome-weather: Fails to get forecast data

2021-03-05 Thread Andreas Henriksson
xup commit in gnome-weather is: https://gitlab.gnome.org/GNOME/gnome-weather/-/commit/6763f7dc9cb25eac4aa13e94e07ea932a42c8e4d Regards, Andreas Henriksson

Bug#941624: Recommending ibus breaks fcitx

2021-03-01 Thread Andreas Henriksson
inting out which specific policy paragraph you're refering to. Hope this helps. Please also remember that my views are mine and might not neccessarily reflect the official pkg-gnome standpoint. Regards, Andreas Henriksson

Bug#983092: xapps-common:all is not properly arch-independent

2021-02-19 Thread Andreas Henriksson
bian style either. Wouldn't it be better to just ask the release team which solution they prefer and possibly get an exception for introducing a new binary package if needed? Regards, Andreas Henriksson

Bug#982253: netkit telnetd: ship with bullseye with open security problems?

2021-02-17 Thread Andreas Henriksson
try other solutions and if that fails still have time to re-introduce things before freeze happens For now I'm lowering the severity below RC (maybe we should just close this bug report. Feel free to do so as far as I'm concerned atleast). And as said, if you go for removal please just remove

Bug#982757: firmware-brcm80211: [REGRESSION] brcm/brcmfmac43340-sdio.bin missing in sid (20210208-1)

2021-02-17 Thread Andreas Henriksson
ogic so files are /moved/ from debian/build/install/ into the respective binary package directory and then fail the build if debian/build/install/ still contains anything (ie. similar to --fail-missing in generic dh packages). Regards, Andreas Henriksson

Bug#982757: firmware-brcm80211: [REGRESSION] brcm/brcmfmac43340-sdio.bin missing in sid (20210208-1)

2021-02-16 Thread Andreas Henriksson
On Tue, Feb 16, 2021 at 10:35:53PM +0100, Andreas Henriksson wrote: > Control: notfound -1 20201218-3 > Control: found -1 20210208-1 > > On Tue, Feb 16, 2021 at 08:20:47AM +0100, maximilian attems wrote: > [...] > > right it was replaced by newer cypress version and there sh

Bug#982757: firmware-brcm80211: [REGRESSION] brcm/brcmfmac43340-sdio.bin missing in sid (20210208-1)

2021-02-16 Thread Andreas Henriksson
nstall it into debian/firmware-brcm80211 . The reason seems to be that the filename is not listed in debian/firmware-brcm80211.metainfo.xml (The cypress filename the symlink points to is however listed and that gets installed as expected.) HTH Regards, Andreas Henriksson

Bug#982705: openssh: FTBFS: sha2.h:57:16: error: redefinition of ‘struct _SHA2_CTX’

2021-02-15 Thread Andreas Henriksson
src/usr.bin/ssh/sk-usbhid.c (and seems also being active in https://github.com/openssh/openssh-portable ). YOLO and I'm moving on. Regards, Andreas Henriksson

Bug#982705: openssh: FTBFS: sha2.h:57:16: error: redefinition of ‘struct _SHA2_CTX’

2021-02-14 Thread Andreas Henriksson
-- > Colin Watson (he/him) [cjwat...@debian.org] Regards, Andreas Henriksson

Bug#982253: netkit telnetd: ship with bullseye with open security problems?

2021-02-14 Thread Andreas Henriksson
a conclusion about this bug report I don't really see much point in proceeding though. Regards, Andreas Henriksson

Bug#982705: openssh: FTBFS: sha2.h:57:16: error: redefinition of ‘struct _SHA2_CTX’

2021-02-14 Thread Andreas Henriksson
Control: tags -1 + patch Hi again, Attached is a possibly upstreamable patch that solves our problem (but the base problem still exists in the code for anyone wishing to build with openssl disabled). See description in patch itself. Regards, Andreas Henriksson Description: sk-usbhid.c: Only

Bug#982705: openssh: FTBFS: sha2.h:57:16: error: redefinition of ‘struct _SHA2_CTX’

2021-02-14 Thread Andreas Henriksson
Hi, On Sun, Feb 14, 2021 at 09:18:25AM +0100, Andreas Henriksson wrote: > On Sun, Feb 14, 2021 at 08:32:58AM +0100, Andreas Henriksson wrote: > > Hello, > > > > On Sat, Feb 13, 2021 at 06:04:32PM +0100, Lucas Nussbaum wrote: > > > Source: openssh > > > Ver

Bug#982705: openssh: FTBFS: sha2.h:57:16: error: redefinition of ‘struct _SHA2_CTX’

2021-02-14 Thread Andreas Henriksson
On Sun, Feb 14, 2021 at 08:32:58AM +0100, Andreas Henriksson wrote: > Hello, > > On Sat, Feb 13, 2021 at 06:04:32PM +0100, Lucas Nussbaum wrote: > > Source: openssh > > Version: 1:8.4p1-3 > > Severity: serious > > Justification: FTBFS on amd64 [...] > (Which

Bug#982705: openssh: FTBFS: sha2.h:57:16: error: redefinition of ‘struct _SHA2_CTX’

2021-02-13 Thread Andreas Henriksson
way to pass in -lmd as far as I can tell (Which in turn makes me wonder if something changed on the libmd side?) Regards, Andreas Henriksson

Bug#982275: debianutils: add-shell depends on non-essential package

2021-02-13 Thread Andreas Henriksson
'm not against that. My skepticism is more at why this is not a wishlist bug report (that would be much better to adress early in a development cycle, rather than when we're already in the bullseye freeze). Regards, Andreas Henriksson PS. The reason for the weird awk Pre-Depends is to avoid making a particular impl

Bug#976518: marked as pending in gsound

2021-01-04 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #976518 in gsound reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#975228: xdg-utils: FTBFS: tests failed

2021-01-04 Thread Andreas Henriksson
ce) and a/ not properly handling its expansion b/ mocking it as an executable including the space. The attached patch fixes the problem, but I have no idea why this problem appeared now Regards, Andreas Henriksson diff -uriNp xdg-utils-1.1.3.orig/autotests/t-xdg-open.sh xdg-utils-1.1.3/autotests/t

Bug#976050: mailutils: FTBFS on amd64 with current unstable

2021-01-02 Thread Andreas Henriksson
ght be useful to understand what purpose having it in the emacs/site-lisp path serves and if that's actually preferred over just maintaining the status quo. Regards, Andreas Henriksson

Bug#978172: evolution-data-server: FTBFS: CheckFunctionExists.c:17: undefined reference to `res_query'

2021-01-01 Thread Andreas Henriksson
the libphonenumber-dev pulled in everything needed in every supported configuration (or alternatively provided 2 separate -dev packages, eg. libphonenumber-boost-dev which deps on libphonennumber-dev plus required boost parts but that seems too complex for little gain - not to mention needing to go through NEW). Regards, Andreas Henriksson

Bug#976050: mailutils: FTBFS on amd64 with current unstable

2021-01-01 Thread Andreas Henriksson
ase provide a full build log? Can you think of anything that might be relevant why the build would fail for you but not me? Regards, Andreas Henriksson

Bug#978176: gimp: FTBFS: dh_install: error: missing files, aborting

2021-01-01 Thread Andreas Henriksson
stalling libheif-dev in a clean system where the pkg-config files of aom, etc are not installed. As far as I can tell the fix is: a/ Add libaom-dev, libde265-dev and libx265-dev to Depends of libheif-dev b/ preferably also write a simple autopkgtest that checks if libheif.pc works as expected eg. `pkg-config --exists --print-errors "libheif > 1.5.1"` should not error out when libheif-dev is installed. Regards, Andreas Henriksson

Bug#957912: marked as pending in vinagre

2020-12-31 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #957912 in vinagre reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#978357: marked as pending in gnome-todo

2020-12-31 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #978357 in gnome-todo reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#976926: golang-github-coreos-bbolt: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: cd obj-powerpc64le-linux-gnu && go test -vet=off -v -p 160 -short go.etcd.io/bbolt returned exit

2020-12-12 Thread Andreas Henriksson
y clear that these are test-suite only issues and not issues in the actual product. I would thus personally just disable the test-suite on !amd64 if no porter is interested in fixing the testsuite (unless we agree this issue simply can be downgraded to non-RC). Regards, Andreas Henriksson

Bug#976907: golang-github-boltdb-bolt: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: cd obj-powerpc64le-linux-gnu && go test -vet=off -v -p 160 -short github.com/boltdb/bolt github.co

2020-12-12 Thread Andreas Henriksson
=976926 for the bug report against bbolt. Regards, Andreas Henriksson

Bug#976907: golang-github-boltdb-bolt: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: cd obj-powerpc64le-linux-gnu && go test -vet=off -v -p 160 -short github.com/boltdb/bolt github.co

2020-12-12 Thread Andreas Henriksson
Hello again, On Sat, Dec 12, 2020 at 05:59:37PM +0100, Andreas Henriksson wrote: > Hello all, > > 1 down, 1 to go info below. > > On Wed, Dec 09, 2020 at 10:03:31AM +0100, Lucas Nussbaum wrote: > [...] > > > === RUN TestBucket_Stats > > > bucket_tes

Bug#976907: golang-github-boltdb-bolt: FTBFS on ppc64el (arch:all-only src pkg): dh_auto_test: error: cd obj-powerpc64le-linux-gnu && go test -vet=off -v -p 160 -short github.com/boltdb/bolt github.co

2020-12-12 Thread Andreas Henriksson
ustClose() runs and calls into things that tries to take a read-write lock of db.mmaplock which times out. The added tx.Rollback() on a read-only tx basically only removes the transaction and releases the db.mmaplock. I have no idea why this would not also trigger on any other arch. Regards, Andreas Henriksson

Bug#976509: golang-github-shirou-gopsutil: FTBFS: dh_auto_test: error: cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4 github.com/shirou/gopsutil github.com/shirou/gopsutil/cpu github.com/shirou/

2020-12-12 Thread Andreas Henriksson
which someone is actually promising to support?) The practical problem is that if the arch field is changed what happens to the entire reverse dependency tree that has accumulated? Getting one thing removed from the archive is hard and painful enough Regards, Andreas Henriksson

Bug#976509: golang-github-shirou-gopsutil: FTBFS: dh_auto_test: error: cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4 github.com/shirou/gopsutil github.com/shirou/gopsutil/cpu github.com/shirou/

2020-12-11 Thread Andreas Henriksson
bj-aarch64-linux-gnu && go test -vet=off -v -p 4 > > github.com/shirou/gopsutil github.com/shirou/gopsutil/cpu > > github.com/shirou/gopsutil/disk github.com/shirou/gopsutil/docker > > github.com/shirou/gopsutil/host github.com/shirou/gopsutil/internal/common > > github

Bug#969965: [Pkg-kbd-devel] Bug#969965: text installer: unable to switch keyboard layouts - libkeymap.so.1 missing

2020-10-11 Thread Andreas Henriksson
Hello Holger, On Tue, Oct 06, 2020 at 11:25:06PM +, Holger Wansing wrote: > Hi, > > Am Dienstag, 6. Oktober 2020 schrieb Andreas Henriksson: > > Could you please test rebuilding kbd with --enable-libkeymap to > > --disable-libkeymap in debian/rules? > > sbui

Bug#969965: [Pkg-kbd-devel] Bug#969965: text installer: unable to switch keyboard layouts - libkeymap.so.1 missing

2020-10-06 Thread Andreas Henriksson
be to refactor debian/rules to do two separate flavoured builds with complete configure/build/install passes for each flavour, to replace the current brittle hack that duplicates the upstream build system as manual steps in debian/rules udeb build. Help welcome here as well ofcourse.) Regards, Andreas Henriksson

Bug#967139: marked as pending in gimp-help

2020-09-04 Thread Andreas Henriksson
Control: tag -1 pending Hello, Bug #967139 in gimp-help reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

  1   2   3   4   5   6   7   8   >