Your message dated Fri, 01 Feb 2019 18:37:34 +0000
with message-id <e1gpdh0-000cda...@fasolo.debian.org>
and subject line Bug#921098: Removed package(s) from unstable
has caused the Debian Bug report #905815,
regarding ckermit fails to trap errors from make
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
905815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ckermit
Version: 302-5.3
Severity: serious
Justification: policy section 4.6
Tags: upstream
ckermit does not trap errors from make. Failing to do so is prohibited
by the Debian policy section 4.6, because it can cause silent misbuilds
and makes debugging failures unnecessarily hard.
The cause is spread around the upstream makefile. For instance in the
linux+krb5+openssl target used by debian rules, the final "$(MAKE) linux
..." invocation is chained with ";". It then proceeds to checking for
missing files, but ultimately, the return code of the shell snipped is
always successful. A typical fix is putting "set -e; \" at the beginning
of such command chains. Though it needs to be fixed in a lot of places
here.
Helmut
--- End Message ---
--- Begin Message ---
Version: 302-5.3+rm
Dear submitter,
as the package ckermit has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/921098
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---