;& 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
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
Control: tag -1 pending
Hello,
Bug #958621 in schroot 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:
https://salsa.debian.org/debian/schroot/-/commit/e06a55cf5a24aa78daa3fb3423a49ab09d
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
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
close 965111 0.17.0
thanks
the autopkgtests pass just fine on testing and unstable
Control: tag -1 pending
Hello,
Bug #965050 in flask-babel 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:
https://salsa.debian.org/python-team/modules/flask-babel/-/commit/a4e9ce6a08b73
Control: tag -1 pending
Hello,
Bug #964026 in dose3 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:
https://salsa.debian.org/ocaml-team/dose3/-/commit/760996a450bf2000bc66cbb8eddc08e8bf
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: 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
.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
:
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,
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
Control: tag -1 pending
Hello,
Bug #920227 in sbuild 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:
https://salsa.debian.org/debian/sbuild/commit/97030b80674f723d227f46510dab7d5ef36d27
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
can also be fixed by packaging the latest
upstream version 1.5 of pygraphviz which includes the above commit.
Thanks!
cheers, josch
diff -Nru python-pygraphviz-1.4~rc1/debian/changelog
python-pygraphviz-1.4~rc1/debian/changelog
--- python-pygraphviz-1.4~rc1/debian/changelog 2017-01-08 21:03:20.000
Package: python3-pykdl
Version: 1.4.0-6
Severity: grave
Justification: renders package unusable
Steps to reproduce:
$ python3
Python 3.6.6 (default, Jun 27 2018, 14:44:17)
[GCC 8.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyKDL import *
Traceback
Package: mmdebstrap
Severity: grave
Justification: renders package unusable
Control: block -1 by 909612 909581
Apt uses 'mv' in its post inst. 'mv' from coreutils uses the renameat2
systemcall. The renameat2 systemcall is not supported by fakechroot or
proot.
23 matches
Mail list logo