Your message dated Sat, 24 Aug 2024 22:15:58 +0000
with message-id <[email protected]>
and subject line Bug#1079290: Removed package(s) from unstable
has caused the Debian Bug report #1072331,
regarding twofish: please add support for loong64
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 [email protected]
immediately.)
--
1072331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072331
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: twofish
Version: 0.3-5
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: loong64
Dear Maintainer,
twofish in loongarch and riscv in compilation error, detailed error output is
'ar: libdeps specified more than once'.
The reason is that GNU ar repurpossed an "l" option. From binutils NEWS:
The ar tool's previously unused l modifier is now used for specifying
dependencies of a static library.
The arguments of this option(or --record-libdeps long form option) will be
stored verbatim in the
__.LIBDEP member of the archive, which the linker may read at link time.
The attachment patch solves the problem, please merge it into the package.
wuruilong
-- System Information:
Debian Release: trixie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)
Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
--- twofish-0.3/debian/rules 2016-05-07 08:44:38.000000000 +0000
+++ two-fish/debian/rules 2024-06-01 07:52:41.610771855 +0000
@@ -27,7 +27,7 @@
dh_testdir
#
gcc -c -o twofish.o $(CPPFLAGS) $(CFLAGS) twofish.c
- ar clq $(ANAME) twofish.o
+ ar cq $(ANAME) twofish.o
ranlib $(ANAME)
# Shared library
-rm twofish.o
--- End Message ---
--- Begin Message ---
Version: 0.3-5+rm
Dear submitter,
as the package twofish 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/1079290
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---