;& 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
; >/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
deluser "${USER}"
+ getent passwd "${USER}" >/dev/null && deluser "${USER}" || true
rm -f /var/lib/${NAME}/*
if [ -d /var/lib/${NAME} ]; then
-->%-----
I
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
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
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
ng a
spellbook and see if it still crashes
thanks!
cheers, 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
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
to correctly implement DPKG_ROOT support, but
with above patch, it is possible to run above mmdebstrap command
successfully.
Thanks!
cheers, josch
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
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
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
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
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
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
il of gpg and
should not be relied upon.
Thanks!
cheers, josch
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]
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
?
The webinterface should only show new timestamps once all their content
is completely available for download.
Thanks!
cheers, josch
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
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
g binaries built from the Rust crate" in their long
description. How is this useful?
Thanks!
cheers, josch
etween amd64 and armel, armhf, mipsel and s390x.
Thanks!
cheers, josch
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
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
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
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
quot;rebuild to fix broken bytecode executables"
Thanks!
cheers, josch
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
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
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
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
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
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
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
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
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
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
-timesyncd can result in a
different system after installation.
Thanks!
cheers, josch
itself is not a
valid package name. Consequently, apt-cudf will error out when it
receives such an EDSP file.
Thanks!
cheers, josch
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
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
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
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:
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.
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
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
, 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
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
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
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
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
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, &
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
;;
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:
lso show one of the dependency paths, maybe a
recipe of how to compute such a path could be documented somewhere?
Thanks!
cheers, josch
(s) building from bar, flagged for removal in X
days
I would've attached a patch but was blocked by #952521 :)
Thanks!
cheers, josch
ch on
codesearch.debian.net nor on salsa showed any hits when I searched for
autoremovals.
Thanks!
cheers, josch
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
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
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
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
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
!
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
rd_args)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
See also "/tmp/CMakeFiles/CMakeOutput.log".
Please fix this regression.
Thanks!
cheers, josch
Thanks!
cheers, josch
/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 +
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
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
.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
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
.2-3 it is
not essential anymore and os-prober should depend on it.
Thanks!
cheers, josch
ssllabs.com, so I guess it is properly configured.
Thanks!
cheers, josch
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
:
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
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,
Package: botch
Version: 0.21-6
Severity: normal
botch-download-pkgsrc uses wget and thus botch should at least recommend
it
(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
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
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
; 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
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
: 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
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
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
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
sensible linux kernel
image default should live in the linux-latest source package.
Thanks!
cheers, josch
/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
_PATH. But maybe
there is a better solution. Anyways, this should work out-of-the-box.
Thanks!
cheers, josch
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
one result independent on how Python3 is installed.
Thanks!
cheers, josch
7;m filing the bug with
apt first.
Thanks!
cheers, josch
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
^
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
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
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
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
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
@@
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 - 100 of 129 matches
Mail list logo