Bug#1035847: x2gobroker-* packages fail to purge without adduser

2023-05-09 Thread josch
;& delgroup x2gobroker - getent group x2gobroker 1>/dev/null && delgroup x2gobroker + getent passwd x2gobroker 1>/dev/null && deluser x2gobroker || true + getent group x2gobroker 1>/dev/null && delgroup x2gobroker || true + getent group x2gobroker 1>/dev/null && delgroup x2gobroker || true rm -Rf /var/lib/x2gobroker fi -->%- If you prefer I can fix this via an NMU. Thanks! cheers, josch [codesearch] https://codesearch.debian.net/search?q=del%28user%7Cgroup%29.*%5C%7C%5C%7C+true+path%3Adebian%2F.*%5C.%28pre%7Cpost%29rm%24&literal=0

Bug#1035845: tcpcryptd fails to purge without adduser

2023-05-09 Thread josch
; >/dev/null ; then -deluser "$TCPCRYPT_USER" +deluser "$TCPCRYPT_USER" || true fi ;; esac -->%- If you prefer I can fix this via an NMU. Thanks! cheers, josch [codese

Bug#1035844: matrix-sydent fails to purge without adduser

2023-05-09 Thread josch
deluser "${USER}" + getent passwd "${USER}" >/dev/null && deluser "${USER}" || true rm -f /var/lib/${NAME}/* if [ -d /var/lib/${NAME} ]; then -->%----- I

Bug#1035841: amavisd-new fails to purge without adduser - userdel: not found

2023-05-09 Thread josch
g amavis files and directories..." [ -d /var/lib/amavis ] && rm -fr /var/lib/amavis -->%- If you prefer I can fix this via an NMU. Thanks! cheers, josch [codesearch] https://codesearch.debian.net/searc

Bug#1023286: Acknowledgement (fakeroot doesn't wrap __stat64_time64 (and friends) introduced by glibc 2.34 on 32 bit arches)

2022-11-01 Thread josch
Control: affects -1 fakechroot This is also breaking the fakechroot autopkgtest on armel, armhf and i386 (all the 32 bit arches) because a chroot created with fakechroot and fakeroot will not anymore be bit-by-bit identical to one created the normal way: https://ci.debian.net/data/autopkgtest/t

Bug#1013925: ITP: clapper -- Simple and modern GNOME media player

2022-06-27 Thread josch
Package: wnpp Severity: wishlist Owner: Johannes Schauer Marin Rodrigues X-Debbugs-Cc: debian-de...@lists.debian.org * Package name : clapper Version : 0.5.2 Upstream Author : Rafał Dzięgiel * URL : https://rafostar.github.io/clapper * License : GPL3+, LGPL2+ Programming Lang: C, JavaScript Des

Bug#991460: fix still not applied?

2022-06-24 Thread josch
ng a spellbook and see if it still crashes thanks! cheers, josch

Bug#994540: transition: imagemagick

2021-09-29 Thread josch
e list from https://release.debian.org/transitions/html/auto-imagemagick.html I filed this failure as #995290 and will investigate the other 15 instances as well. But since those source packages are not part of the transition, they should probably not block this bug. Thanks! cheers, josch signature.asc Description: signature

Bug#986650: winetricks: move from contrib to main

2021-04-08 Thread Johannes 'josch' Schauer
winetricks can be uploaded to main. The advantage would be that this would make it easier for our users to install winetricks. Thanks! cheers, josch [1] https://lists.debian.org/20210404091701.eum2iid4ffvpfn3v@frifot

Bug#983427: libpam-runtime: please add support for DPKG_ROOT

2021-02-23 Thread Johannes 'josch' Schauer
to correctly implement DPKG_ROOT support, but with above patch, it is possible to run above mmdebstrap command successfully. Thanks! cheers, josch

Bug#983425: debconf: please add support for DPKG_ROOT

2021-02-23 Thread Johannes 'josch' Schauer
time, so now we have two patches which both work. helmut: https://salsa.debian.org/josch/debconf/-/commit/4336c589fd6cb25e20f1753986bc86a74b668846 josch: https://salsa.debian.org/josch/debconf/-/commit/b84d965da3c56f33fed7e4f0899bc21c34578fcd Could you review either and give us feedback so that

Bug#983421: init-system-helpers: please respect DPKG_ROOT when checking for /usr/sbin/policy-rc.d

2021-02-23 Thread Johannes 'josch' Schauer
n/runlevel -POLICYHELPER=/usr/sbin/policy-rc.d +POLICYHELPER=$DPKG_ROOT/usr/sbin/policy-rc.d INITDPREFIX=/etc/init.d/ RCDPREFIX=/etc/rc Thanks! cheers, josch

Bug#983412: libc-bin: please add support for DPKG_ROOT to the postinst

2021-02-23 Thread Johannes 'josch' Schauer
t;$DPKG_ROOT/" || ldconfig --verbose -r "$DPKG_ROOT/" exit 0 fi Note, that adding DPKG_ROOT is not strictly necessary for update_to_current_default because currently, DPKG_ROOT will only be used for initial installations and not for upgrades. Thanks! cheers, josch

Bug#981834: ITP: ocaml-cpu -- Pin current process to given core number

2021-02-04 Thread Johannes 'josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: ocaml-cpu Version : 2.0.0 Upstream Author : Francois Berenger * URL : https://github.com/UnixJunkie/cpu * License : LGPL

Bug#981827: ITP: ocaml-parany -- Generalized map reduce for parallel computers

2021-02-04 Thread Johannes 'josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: ocaml-parany Version : 8.0.0 Upstream Author : Francois Berenger * URL : https://github.com/UnixJunkie/parany * License

Bug#981021: devscripts: debsign fails to sign dsc if buildinfo was already signed

2021-01-25 Thread Johannes 'josch' Schauer
sponsible for handling both buildinfo and dsc files but it immediately returns if the buildinfo was already signed and thus the dsc never gets signed. This is currently blocking bug #977674 in sbuild. Thanks! cheers, josch

Bug#981008: devscripts: dscverify ignores GNUPGHOME

2021-01-25 Thread Johannes 'josch' Schauer
il of gpg and should not be relied upon. Thanks! cheers, josch

Bug#980527: dpkg: libdpkg-perl feature request: add a function that can parse the Source field

2021-01-20 Thread Johannes 'josch' Schauer
move the surrounding parenthesis from the version $srcpkgver =~ s/^\((.*)\)$/$1/; } as prompted by Mattia Rizzolo in [1] I'm proposing to add a function that is able to parse a Source field with a source package name and a possible version in brackets to libdpkg-perl. Thanks! cheers, josch [1]

Bug#979493: Error: Rule failed to generate the following targets: _doc/_html/highlight.pack.js

2021-01-07 Thread Johannes 'josch' Schauer
June 2020 I got the same error message as from the autopkgtest on debci run above. I didn't try with the opam version yet. Maybe it works there. Nobody else (build-)depends on ocaml-odoc yet, so this problem is probably not super important unless we want to generate documentation for the next dose3 release. Thanks! cheers, josch

Bug#979115: snapshot.debian.org: please only update the list of available timestamps after the sync is complete

2021-01-02 Thread Johannes 'josch' Schauer
? The webinterface should only show new timestamps once all their content is completely available for download. Thanks! cheers, josch

Bug#978024: regression: 4.11.1 broke dose3 on bytecode arches

2020-12-24 Thread Johannes 'josch' Schauer
20201012T150222Z and the first failing 20201014T150244Z. As far as ocaml packages go, ocaml itself updated from 4.08.1 to 4.11.1 so I think this is likely the suspect. Maybe you have an idea of how to proceed? Thanks! cheers, josch $ diff debbisect.20201012T150222Z.pkglist debbisect

Bug#974825: dash: Relies on /usr/share/man/man1/ existing

2020-11-15 Thread Johannes 'josch' Schauer
insh /bin/sh dash + if [ -d /usr/share/man/man1/ ]; then claim_binsh /usr/share/man/man1/sh.1.gz dash.1.gz \ /usr/share/man/man1/sh.distrib.1.gz + fi else unclaim_binsh /bin/sh dash unclaim_binsh /usr/share/man/man1/sh.1.gz dash.1.gz \ Thanks! cheers, josch

Bug#974068: aho-corasick: useless description, no man page, no --help output

2020-11-09 Thread Johannes 'josch' Schauer
g binaries built from the Rust crate" in their long description. How is this useful? Thanks! cheers, josch

Bug#973405: fakeroot on amd64 stopped supporting armel, armhf and mipsel chroots

2020-10-29 Thread Johannes 'josch' Schauer
etween amd64 and armel, armhf, mipsel and s390x. Thanks! cheers, josch

Bug#973325: apt starts installing packages before it has ordered them

2020-10-28 Thread Johannes 'josch' Schauer
ists/partial $ mkdir -p /tmp/apt/var/lib/dpkg/ $ mkdir -p /tmp/apt/var/cache/apt/archives/partial $ mkdir -p /tmp/apt/var/log/apt/ $ touch /tmp/apt/var/lib/dpkg/status $ APT_CONFIG=apt.conf apt-get update $ APT_CONFIG=apt.conf apt-get --yes -oDPkg::Options::=--force-not-root -oDPkg::Options::=--force-script-chrootless -oDPkg::Options::=--root=/tmp/apt -oDPkg::Options::=--log=/tmp/apt/var/log/dpkg.log install libc6 I attached /tmp/apt/var/log/apt/eipp.log.xz as created by above script. Thanks! cheers, josch eipp.log.xz Description: application/xz

Bug#973305: apt-get throws error when run with --simulate and APT::Immediate-Configure set to "false"

2020-10-28 Thread Johannes 'josch' Schauer
se"; > END $ mkdir -p /tmp/apt/etc/apt $ echo "deb http://deb.debian.org/debian unstable main" > /tmp/apt/etc/apt/sources.list $ mkdir -p /tmp/apt/var/lib/apt/lists/partial $ mkdir -p /tmp/apt/var/lib/dpkg/ $ touch /tmp/apt/var/lib/dpkg/status $ APT_CONFIG=apt.conf apt-get --yes -oAPT::Get::Simulate=true dist-upgrade [...] E: Conf Broken libpam0g:amd64 E: Conf Broken libpam-modules:amd64 E: Conf Broken adduser:amd64 E: Conf Broken libssl1.1:amd64 $ echo $? 100 Thanks! cheers, josch

Bug#973261: libhdf5-openmpi-dev: installing requires /proc being mounted

2020-10-27 Thread Johannes 'josch' Schauer
write: while read x; do ... done < <(cmd2 args ...) Fortunately, these instances can easily be rewritten as: cmd2 args | while read x; do ... done Please consider making this change. Thanks! cheers, josch

Bug#973029: debhelper: allowing verbose gmock builds

2020-10-27 Thread Johannes &#x27;josch' Schauer
nd of thing can be implemented for all of Debian "somewhere". Maybe in debhelper? Thanks! cheers, josch [1] https://gitlab.kitware.com/cmake/cmake/-/issues/21360

Bug#972401: nmu: dose3_5.0.1-14+b3

2020-10-17 Thread Johannes &#x27;josch' Schauer
quot;rebuild to fix broken bytecode executables" Thanks! cheers, josch

Bug#971070: fakeroot 1.25.1-1 breaks mmdebstrap

2020-09-27 Thread Johannes &#x27;josch' Schauer
I downgrade fakeroot like this: $ sudo apt install fakeroot=1.24-1 libfakeroot=1.24-1 then everything works fine again. Maybe you can shed some light on the situation about what might've changed between 1.24-1 and 1.25.1-1 that leads to these problems? Thanks! cheers, josch

Bug#969956: hurd: replace build profile noprof with pkg.hurd.noprof

2020-09-09 Thread Johannes &#x27;josch' Schauer
Source: hurd Version: 1:0.9.git20200718-1 Severity: normal Hi, src:hurd uses the build profile "noprof" which is not documented: https://wiki.debian.org/BuildProfileSpec Please replace it with a source-package-specific build profile like pkg.hurd.noprof. Thanks! cheers, josch

Bug#969605: snapshot.debian.org: please make it possible to figure out which timestamp one is currently using

2020-09-05 Thread Johannes &#x27;josch' Schauer
by - documenting how an arbitrary date is turned into a snapshot timestamp (this would probably require a machine readable list of all snapshot timestamps -- see #969603) or by - providing an API function which turns an arbitrary date into a snapshot timestamp Thanks! cheers, josch

Bug#969603: snapshot.debian.org: please provide a machine readable list of snapshot timestamps

2020-09-05 Thread Johannes &#x27;josch' Schauer
stamp was resolving to and we cannot compute the next snapshot before or after the skipped one. Thus my wishlist bug: please provide a machine readable way to retrieve all timestamps that snapshot.d.o collected data for. Thanks! cheers, josch

Bug#969331: rviz: [rospack] Error: no such package media_export

2020-08-31 Thread Johannes &#x27;josch' Schauer
yet? Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT policy: (990, 'stable'), (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental

Bug#969232: AttributeError: 'GTlsClientConnectionGnutls' object has no attribute 'set_advertised_protocols'

2020-08-29 Thread Johannes &#x27;josch' Schauer
t_advertised_protocols' The problem got fixed by upgrading gir1.2-glib-2.0 on my system from 1.58.3-2 to 1.64.1-1. So somewhere a version constraint is missing. Thanks! cheers, josch

Bug#968571: apt: print-uri and apt-helper documentation enhancements

2020-08-17 Thread Johannes &#x27;josch' Schauer
URIs are *always* printed. With the current behavior the only reliable way to retrieve filenames is to execute "apt-get download --print-uris" in a new and empty directory. Since this is the *only* reliable way, maybe that information should also be documented. Thanks! cheers, josch

Bug#968217: python is priority:standard but not installable

2020-08-10 Thread Johannes &#x27;josch' Schauer
a rule to mmdebstrap to ignore a package named python Since the uninstallability has now been a thing for over a week, I'm filing this bug to inquire about the best way forward. Thanks! cheers, josch

Bug#964501: alot: Fix mailcap rendering for e-mails without `Content-Type` header

2020-07-07 Thread Johannes &#x27;josch' Schauer
we backport this patch? If you don't have time in the next few days, then I can also do an NMU, just tell me what works for you. :) Thanks! cheers, josch Traceback (most recent call last): File "/home/josch/git/alot/alot/ui.py", line 277, in apply_commandline await apply

Bug#964391: alot: Fix utf8 encoding with a text/plain mailcap entry.

2020-07-06 Thread Johannes &#x27;josch' Schauer
ot; Luckily there is a patch that fixes this problem: https://github.com/pazz/alot/commit/37395809db473fb9a4157084a5b1ea3165914556 Can we backport this patch? If you don't have time in the next few days, then I can also do an NMU, just tell me what works for you. :) Thanks! cheers, josch

Bug#963788: systemd: please make user order and ids of systemd and systemd-timesyncd reproducible

2020-06-26 Thread Johannes &#x27;josch' Schauer
-timesyncd can result in a different system after installation. Thanks! cheers, josch

Bug#962741: apt: illegal package name in EDSP Provides field when installing from *.deb

2020-06-12 Thread Johannes &#x27;josch' Schauer
itself is not a valid package name. Consequently, apt-cudf will error out when it receives such an EDSP file. Thanks! cheers, josch

Bug#961909: ghostscript: PDFA_def.ps references srgb.icc with relative path

2020-05-31 Thread Johannes &#x27;josch' Schauer
es because it's a file that cannot be used immediately but has to be edited first - patch PDFA_def.ps to include the full path to /usr/share/color/icc/ghostscript/srgb.icc so that it can be used from any directory Thanks! cheers, josch

Bug#958751: libguestfs-tools: guestfish fails on arm64

2020-04-24 Thread Johannes &#x27;josch' Schauer
art in the source code: https://sources.debian.org/src/libguestfs/1:1.40.2-7/lib/launch-direct.c/?hl=509#L509 Accordingly, the problem vanishes if I run guestfish with LIBGUESTFS_BACKEND_SETTINGS=force_tcg. Thanks! cheers, josch

Bug#958362: pdfrw: fails with python 3.7+ -- abandoned upstream

2020-04-20 Thread Johannes &#x27;josch' Schauer
pdfrw/issues/195 And is looking for additional maintainers here: https://github.com/pmaupin/pdfrw/issues/191 In this state, pdfrw should not be included in the next Debian stable release. Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT p

Bug#956076: ITP: plakativ -- print poster from PDF across multiple pages to glue together

2020-04-06 Thread Johannes &#x27;josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer * Package name: plakativ Version : 0.2 Upstream Author : Johannes 'josch' Schauer * URL : https://gitlab.mister-muffin.de/josch/plakativ * License : GPL3 Programming Lang:

Bug#955373: python-miio: stuck in experimental because of python3-construct

2020-03-30 Thread Johannes &#x27;josch' Schauer
Source: python-miio Version: 0.4.4-1 Severity: normal The package build depends on python3-construct (>= 2.9.45) but only version 2.8.16 is in unstable.

Bug#954871: genext2fs: please package the new upstream release

2020-03-24 Thread Johannes &#x27;josch' Schauer
Package: genext2fs Version: 1.4.1-4 Severity: wishlist Hi, upstream released a new version 1.4.2 it would be nice if it could be packaged. Thanks! cheers, josch

Bug#954374: libc6: please make maintainerscript compatible with busybox

2020-03-20 Thread Johannes &#x27;josch' Schauer
s Thus, I'm now reporting this wishlist bug here before further working on a fix. Would you be willing to accept a change that makes the preinst script of libc6 compatible with readlink from busybox? Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stab

Bug#953861: debootstrap: buildd variant uselessly includes libgcc1

2020-03-14 Thread Johannes &#x27;josch' Schauer
, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT policy: (990, 'stable'), (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd6

Bug#953617: E: Release file for ... is expired

2020-03-11 Thread Johannes &#x27;josch' Schauer
e for http://snapshot.debian.org/archive/debian/20170101T00Z/dists/stretch/InRelease is expired (invalid since 1158d 0h 32min 57s). Updates for this repository will not be applied. Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT policy: (99

Bug#953594: debootstrap: not anymore possible to do stable debootstrap from snapshot.d.o

2020-03-10 Thread Johannes &#x27;josch' Schauer
a specific stable snapshot with debootstrap because debootstrap will enforce an upgrade from the current security mirror. I think it should be possible to use debootstrap for this purpose. Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT

Bug#953593: debootstrap: --no-check-gpg and --keyring options not working with Debian stable chroots

2020-03-10 Thread Johannes &#x27;josch' Schauer
the --keyring option. Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT policy: (990, 'stable'), (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (1, 'exp

Bug#953592: mmdebstrap: autopkgtest fails

2020-03-10 Thread Johannes &#x27;josch' Schauer
Package: mmdebstrap Version: 0.6.0-4 Severity: normal mmdebstrap compares its output to debootstrap in its autopkgtest. But currently, debootstrap fails to create a stable chroot for mirrors without translations enabled. This breaks the autopkgtest of mmdebstrap. -- System Information: Debian Re

Bug#953588: debootstrap: fails for mirrors without translations

2020-03-10 Thread Johannes &#x27;josch' Schauer
g which is currently not documented in the man page. Thanks! cheers, josch -- System Information: Debian Release: bullseye/sid APT prefers stable APT policy: (990, 'stable'), (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, &

Bug#953404: debootstrapping testing and stable results in exit 100

2020-03-08 Thread Johannes &#x27;josch' Schauer
Package: debootstrap Version: 1.0.120 Severity: grave Justification: renders package unusable Hi, steps to reproduce: $ sudo debootstrap --variant=minbase stable debian-stable [...] $ echo $? 100 It works for unstable though. Thanks! cheers, josch -- System Information: Debian Release

Bug#953260: E: Could not perform immediate configuration on 'libgcc1:amd64'.

2020-03-06 Thread Johannes &#x27;josch' Schauer
;; pkgCacheGen::ForceEssential ","; I don't even know whether you care about this but the dependency situation seems trivial so maybe this is actually an important bug? Thanks! cheers, josch Package: libc-bin Version: 2.29-10 Architecture: amd64 Depends: libc6 Essential: yes Filename:

Bug#952523: udd/autoremovals.cgi: please allow inspecting the dependency chain to the buggy package

2020-02-25 Thread Johannes &#x27;josch' Schauer
lso show one of the dependency paths, maybe a recipe of how to compute such a path could be documented somewhere? Thanks! cheers, josch

Bug#952522: udd/autoremovals.cgi: please make it clear that the packages in "deps" lines are source packages

2020-02-25 Thread Johannes &#x27;josch' Schauer
(s) building from bar, flagged for removal in X days I would've attached a patch but was blocked by #952521 :) Thanks! cheers, josch

Bug#952521: udd/autoremovals.cgi: please add path to sources

2020-02-25 Thread Johannes &#x27;josch' Schauer
ch on codesearch.debian.net nor on salsa showed any hits when I searched for autoremovals. Thanks! cheers, josch

Bug#951737: ITP: ros-diagnostics -- Robot Operating System (ROS) stack for collecting, publishing, analyzing and viewing diagnostics data

2020-02-20 Thread Johannes &#x27;josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer * Package name: ros-diagnostics Version : 1.9.3 Upstream Author : Open Source Robotics Foundation * URL : https://wiki.ros.org/diagnostics * License : BSD Programming Lang: C++ D

Bug#951736: ITP: ros-perception-pcl -- PCL (Point Cloud Library) ROS interface stack

2020-02-20 Thread Johannes &#x27;josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer * Package name: ros-perception-pcl Version : 1.7.0 Upstream Author : Open Source Robotics Foundation * URL : http://wiki.ros.org/perception_pcl * License : BSD Programmi

Bug#951308: alot: needs versioned dependency on a higher python3-gpg version

2020-02-14 Thread Johannes &#x27;josch' Schauer
e 226, in decrypt_verify return _decrypt_verify_with_context(ctx, encrypted) File "/usr/share/alot/alot/crypto.py", line 266, in _decrypt_verify_with_context (plaintext, _, _) = ctx.decrypt(encrypted, verify=False) File "/usr/lib/python3/dist-packages/gpg/core.py", line 431, in decrypt for s in verify_result.signatures): AttributeError: 'NoneType' object has no attribute 'signatures' The problem is solved by upgrading python3-gpg to 1.13.1-6. Thus, alot should gain a versioned dependency. Thanks! cheers, josch

Bug#951296: apt: please "apt-key is-trusted" command

2020-02-13 Thread Johannes &#x27;josch' Schauer
I would still have to run gpg to extract the fingerprint from the filename I have. Something like this would be ideal: $ apt-key is-trusted /usr/share/keyrings/debian-archive-keyring.gpg $ echo $? 0 Thanks! cheers, josch

Bug#947863: lxc: apparmor denied mount with unprivileged lxc

2019-12-31 Thread Johannes &#x27;josch' Schauer
container-default-cgns" name="/" pid=406 comm="(d-logind)" flags="rw, rslave" [6.416232] audit: type=1400 audit(1577840119.051:24): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-cont

Bug#946980: parmap: segmentation fault on 32bit architectures after ocaml upgrade from 4.05.0 to 4.08.1

2019-12-18 Thread Johannes &#x27;josch' Schauer
! cheers, josch 1177,1178c1177,1178 < cpp-9 9.2.1-16 i386 < cppo 1.6.6-1 i386 --- > cpp-9 9.2.1-18 i386 > cppo 1.6.6-1+b1 i386 1190,1191c1190,1191 < dose-builddebcheck 5.0.1-14 i386 < dose-extra 5.0.1-14 i386 --- > dose-builddebcheck 5.0.1-14+b1 i386 > dose-extra 5.0.1-14+b1 i

Bug#946565: regression: Could NOT find Boost (missing: python3)

2019-12-10 Thread Johannes &#x27;josch' Schauer
rd_args) CMakeLists.txt:4 (find_package) -- Configuring incomplete, errors occurred! See also "/tmp/CMakeFiles/CMakeOutput.log". Please fix this regression. Thanks! cheers, josch

Bug#944929: initramfs-tools: postinst fails when run under fakechroot

2019-11-17 Thread Johannes &#x27;josch' Schauer
Thanks! cheers, josch

Bug#944729: libguestfs: Please add an autopkgtest

2019-11-14 Thread Johannes &#x27;josch' Schauer
/support/issues/175 Thanks! cheers, josch >From a650d5c1f9bc260996e25079d50114cb7dbddc5a Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Thu, 14 Nov 2019 11:21:03 +0100 Subject: [PATCH] add autopkgtest --- debian/salsa-ci.yml | 14 ++ debian/tests/control | 2 +

Bug#944465: wordpress: missing dependency on iputils-ping

2019-11-10 Thread Johannes &#x27;josch' Schauer
Source: wordpress Version: 5.2.4+dfsg1-1 Severity: normal Hi, the script setup-mysql runs the tool ping but the wordpress package does not depend on iputils-ping. Thanks! cheers, josch

Bug#941103: ironic-inspector: requires construct << 2.9

2019-09-24 Thread Johannes &#x27;josch' Schauer
only in experimental) which needs a current version of python-construct. Rather than downgrading python-miio to also work with an old python-construct version, I think ironic-inspector should work with the recent version of python-construct. Thanks! cheers, josch

Bug#939303: matplotlib2: FTBFS unsatisfied b-d on python-pyshp

2019-09-02 Thread Johannes &#x27;josch' Schauer
.html This failure is also important, because matplotlib2 is necessary to compile build-essential. See the dependency graph here: http://paste.debian.net/1098490/ Thanks! cheers, josch

Bug#934753: dropbear-initramfs: please add an autopkgtest

2019-08-14 Thread Johannes &#x27;josch' Schauer
could prepare a patch against src:dropbear which implements an autopkgtest that runs the script. Thanks! cheers, josch #!/bin/sh set -exu ssh="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no -i id_rsa" pkgs="linux-image-amd64,openssh-server,systemd-sysv,libpam-syst

Bug#934713: os-prober: missing dependency on mount

2019-08-13 Thread Johannes &#x27;josch' Schauer
.2-3 it is not essential anymore and os-prober should depend on it. Thanks! cheers, josch

Bug#934453: curl: SSL routines:tls12_check_peer_sigalg:wrong signature type

2019-08-11 Thread Johannes &#x27;josch' Schauer
ssllabs.com, so I guess it is properly configured. Thanks! cheers, josch

Bug#933515: ITP: r-cran-tufte -- Tufte's Styles for R Markdown Documents

2019-07-30 Thread Johannes &#x27;josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer * Package name: r-cran-tufte Version : 0.5 Upstream Author : Yihui Xie * URL : https://cran.r-project.org/package=tufte * License : MIT Programming Lang: GNU R Description

Bug#930212: libmupdf-dev: undefined reference when linking

2019-06-08 Thread Johannes &#x27;josch' Schauer
: test.c:(.text+0x26): undefined reference to `fz_new_context_imp' collect2: error: ld returned 1 exit status So it seems the shipped static library is useless? I hope I'm wrong and made a silly mistake. Thanks! cheers, josch

Bug#928986: CloudCompare: error while loading shared libraries: libQCC_IO_LIB.so:

2019-05-14 Thread Johannes &#x27;josch' Schauer
object file: No such file or directory Indeed that file seems to be contain in no binary package in the archive? Thanks! cheers, josch -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 

Bug#928682: botch: Recommend wget

2019-05-08 Thread Johannes &#x27;josch' Schauer
Package: botch Version: 0.21-6 Severity: normal botch-download-pkgsrc uses wget and thus botch should at least recommend it

Bug#928448: unblock: mmdebstrap/0.4.1-3

2019-05-04 Thread Johannes &#x27;josch' Schauer
(closes: #927151) + - chdir() before 'apt-get update' for apt (<< 1.5) + - chdir() before remove_tree() + - add Dir::State::Status to apt config for apt (<< 1.3) + - chmod 0755 on qemu-user-static binary for Ubuntu + - Only error out on W: and Err: lines (clos

Bug#926324: unblock: sbuild/0.78.1-2

2019-04-03 Thread Johannes &#x27;josch' Schauer
Debian wheezy lacks support for the --keep cmdline option, so +avoid using it. (closes: #926161) + + [ Aurelien Jarno ] + * debian/patches: Add fix-disk-space-directory-check.patch. The right +directory has to be checked inside the chroot. (closes: #923484) + + -- Johannes 'josch

Bug#925588: calibre sets ebook-edit as default editor for docx files

2019-03-27 Thread Johannes &#x27;josch' Schauer
ot;application/vnd.openxmlformats-officedocument.wordprocessingml.document"))' ('ebook-edit /dev/null', {'view': 'ebook-edit %s', 'test': 'test -n "$DISPLAY"', 'lineno': 86}) It seems that installing calibre leaves

Bug#924929: unblock: mmdebstrap/0.4.1-2

2019-03-18 Thread Johannes &#x27;josch' Schauer
; urgency=medium + + * Mark autopkgtest as flaky (closes: #924854) + + -- Johannes 'josch' Schauer Mon, 18 Mar 2019 14:46:01 +0100 + mmdebstrap (0.4.1-1) unstable; urgency=medium * new upstream release diff -Nru mmdebstrap-0.4.1/debian/tests/control mmdebstrap-0.4.1/debian/tes

Bug#921924: fakechroot: mv(1) cannot be used inside fakechroot

2019-02-10 Thread Johannes &#x27;josch' Schauer
oduce: $ fakechroot fakeroot -s fakeroot.state debootstrap --variant=fakechroot unstable debian-unstable [...] W: Failure while configuring required packages. W: See /home/josch/debian-unstable/debootstrap/debootstrap.log for details (possibly the package dash is at fault) And fro

Bug#921814: lintian: spelling_exceptions() only considers binary packages

2019-02-08 Thread Johannes &#x27;josch' Schauer
: alot source: testsuite-autopkgtest-missing X: alot source: upstream-metadata-file-is-missing N: 1 tag overridden (1 warning) I think what instead should happen is, that the function also considers the source package, specifically the Source and Binary fields. Thanks! cheers, josch

Bug#921345: ITP: python-miio -- Python library for interfacing with Xiaomi smart appliances

2019-02-04 Thread Johannes &#x27;josch' Schauer
Package: wnpp Severity: wishlist Owner: Johannes 'josch' Schauer * Package name: python-miio Version : 0.4.4 Upstream Author : Teemu Rytilahti * URL : https://python-miio.readthedocs.io/ * License : GPL3 Programming Lang: Python Description

Bug#920701: diffoscope: Please document and allow to disable automatic inclusion of dbgsym packages

2019-01-28 Thread Johannes &#x27;josch' Schauer
ead - after it has been switched off by default, there could be a command line argument to switch this behaviour on for the users who want or need it Thanks! cheers, josch

Bug#919563: devscripts: simplify annotate-output

2019-01-17 Thread Johannes &#x27;josch' Schauer
ity and would not have as much stuff in the background anymore like processes and temporary files it needs to clean up. It could: - remove cleanup exit trap - no temporary directory - no temporary fifos - no background processes to start and cleanup Am I missing an obvious reasons why fifos are used instead? Thanks! cheers, josch

Bug#918664: linux-latest: please provide a meta package for a sane architecture-specific default

2019-01-08 Thread Johannes &#x27;josch' Schauer
sensible linux kernel image default should live in the linux-latest source package. Thanks! cheers, josch

Bug#918002: xml2: please include examples in the package

2019-01-02 Thread Johannes &#x27;josch' Schauer
/examples that are referenced from the xml2 man page. But archive.org still has them, so it should be possible to retrieve them from there and add them to the package. Thanks! cheers, josch

Bug#917920: fakechroot: fails to find libsystemd-shared-240.so when installin systemd

2018-12-31 Thread Johannes &#x27;josch' Schauer
_PATH. But maybe there is a better solution. Anyways, this should work out-of-the-box. Thanks! cheers, josch

Bug#917773: shadow: doesn't respect SOURCE_DATE_EPOCH

2018-12-29 Thread Johannes &#x27;josch' Schauer
https://sources.debian.org/src/shadow/1:4.5-1.1/src/pwconv.c/?hl=268#L268 Instead, spent.sp_lstchg should be set to the return value of the gettime() function. Thanks! cheers, josch

Bug#917407: python3.7: different pyc depending on how python3.7 is installed

2018-12-27 Thread Johannes &#x27;josch' Schauer
one result independent on how Python3 is installed. Thanks! cheers, josch

Bug#917386: apt: Difference in installation depending on real tty or not

2018-12-26 Thread Johannes &#x27;josch' Schauer
7;m filing the bug with apt first. Thanks! cheers, josch

Bug#916913: libpcl-dev: PCLConfig.cmake fails to find eigen

2018-12-20 Thread Johannes &#x27;josch' Schauer
ackage) -- Configuring incomplete, errors occurred! But libeigen3-dev is installed. For a full failing build log see: https://api.travis-ci.org/v3/job/470351936/log.txt Thanks! cheers, josch

Bug#915934: libeigen3-dev: cannot build with Eigen anymore after upgrade of gcc-8 to 8.2.0-11

2018-12-07 Thread Johannes &#x27;josch' Schauer
^ This did not happen with snapshot 20181207T090635Z where src:gcc-8 packages were still in version 8.2.0-10. It started happening one dinstall later in snapshot 20181207T153749Z where src:gcc-8 version 8.2.0-11 got uploaded. Thanks! cheers, josch

Bug#915913: autopkgtest: please document what the syntax of the Features field is

2018-12-07 Thread Johannes &#x27;josch' Schauer
script but instead executes the command but that it anyways takes the test name from the "Tests" field. It seems unnecessarily complicated to require the test-name feature thing. Thanks! cheers, josch

Bug#915874: rename(1): incorrect note since glibc 2.28

2018-12-07 Thread Johannes &#x27;josch' Schauer
destination (and therefore has a race condition that can clobber the destination inadvertently). So please correct the man page accordingly, as glibc 2.28 is now in unstable. Thanks! cheers, josch

Bug#915695: libmpfr-dev: please also install mpfr.pc

2018-12-05 Thread Johannes &#x27;josch' Schauer
Package: libmpfr-dev Version: 4.0.1-1 Severity: wishlist Hi, Since 4.0.0, MPFR also ships a pkg-config file which is generated from mpfr.pc.in. Please consider installing mpfr.pc in libmpfr-dev. Thanks! cheers, josch

Bug#915559: coreutils: Use renameat2 from glibc instead of syscall

2018-12-04 Thread Johannes &#x27;josch' Schauer
d thus one cannot setup a sensible system. Thanks! cheers, josch diff -Nru coreutils-8.30/debian/changelog coreutils-8.30/debian/changelog --- coreutils-8.30/debian/changelog 2018-08-29 22:20:06.0 +0200 +++ coreutils-8.30/debian/changelog 2018-12-04 20:49:07.0 +0100 @@

Bug#914515: dpkg: please provide an interface to bootstrap dpkg from zero

2018-11-24 Thread Johannes &#x27;josch' Schauer
x27;t exist yet - allow $(dpkg --add-architecture) to work in places other than / - add an interface to clean up /var/lib/dpkg Thanks! cheers, josch

  1   2   >