Your message dated Sun, 23 Aug 2020 21:34:31 +0000
with message-id <e1k9xdh-0005iy...@fasolo.debian.org>
and subject line Bug#964989: fixed in llvm-toolchain-10 1:10.0.1-2
has caused the Debian Bug report #964989,
regarding llvm-toolchain-10: mipsel/mips64el: disable madd.fmt insns
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.)
--
964989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: librsvg
Version: 2.48.3-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
> failures:
>
> ---- transform::tests::parses_transform_list stdout ----
> thread 'transform::tests::parses_transform_list' panicked at 'assertion
> failed: t1.y0.approx_eq(t2.y0, (epsilon, 1))',
> rsvg_internals/src/transform.rs:398:9
>
> ---- transform::tests::parses_valid_transform stdout ----
> thread 'transform::tests::parses_valid_transform' panicked at 'assertion
> failed: t1.y0.approx_eq(t2.y0, (epsilon, 1))',
> rsvg_internals/src/transform.rs:398:9
>
>
> failures:
> transform::tests::parses_transform_list
> transform::tests::parses_valid_transform
>
> test result: FAILED. 172 passed; 2 failed; 0 ignored; 0 measured; 0 filtered
> out
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-10
Source-Version: 1:10.0.1-2
Done: Gianfranco Costamagna <locutusofb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-10, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 964...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated
llvm-toolchain-10 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 23 Aug 2020 22:57:55 +0200
Source: llvm-toolchain-10
Binary: clang-10 clang-tools-10 clang-format-10 clang-tidy-10 clangd-10
clang-10-doc libclang1-10 libclang-10-dev libclang-common-10-dev libclang-cpp10
libclang-cpp10-dev libfuzzer-10-dev python3-clang-10 clang-10-examples
libllvm10 llvm-10 llvm-10-runtime llvm-10-dev llvm-10-tools
libllvm-10-ocaml-dev llvm-10-doc llvm-10-examples lld-10 liblld-10
liblld-10-dev lldb-10 liblldb-10 python3-lldb-10 liblldb-10-dev libomp-10-dev
libomp5-10 libomp-10-doc libc++1-10 libc++-10-dev libc++abi1-10 libc++abi-10-dev
Architecture: source
Version: 1:10.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Description:
clang-10 - C, C++ and Objective-C compiler
clang-10-doc - C, C++ and Objective-C compiler - Documentation
clang-10-examples - Clang examples
clang-format-10 - Tool to format C/C++/Obj-C code
clang-tidy-10 - clang-based C++ linter tool
clang-tools-10 - clang-based tools for C/C++ developments
clangd-10 - Language server that provides IDE-like features to editors
libc++-10-dev - LLVM C++ Standard library (development files)
libc++1-10 - LLVM C++ Standard library
libc++abi-10-dev - LLVM low level support for a standard C++ library
(development fi
libc++abi1-10 - LLVM low level support for a standard C++ library
libclang-10-dev - Clang library - Development package
libclang-common-10-dev - Clang library - Common development package
libclang-cpp10 - C++ interface to the Clang library
libclang-cpp10-dev - C++ interface to the Clang library
libclang1-10 - C interface to the Clang library
libfuzzer-10-dev - Library for coverage-guided fuzz testing
liblld-10 - LLVM-based linker, library
liblld-10-dev - LLVM-based linker, header files
liblldb-10 - Next generation, high-performance debugger, library
liblldb-10-dev - Next generation, high-performance debugger, header files
libllvm-10-ocaml-dev - Modular compiler and toolchain technologies, OCaml
bindings
libllvm10 - Modular compiler and toolchain technologies, runtime library
libomp-10-dev - LLVM OpenMP runtime - dev package
libomp-10-doc - LLVM OpenMP runtime - Documentation
libomp5-10 - LLVM OpenMP runtime
lld-10 - LLVM-based linker
lldb-10 - Next generation, high-performance debugger
llvm-10 - Modular compiler and toolchain technologies
llvm-10-dev - Modular compiler and toolchain technologies, libraries and header
llvm-10-doc - Modular compiler and toolchain technologies, documentation
llvm-10-examples - Modular compiler and toolchain technologies, examples
llvm-10-runtime - Modular compiler and toolchain technologies, IR interpreter
llvm-10-tools - Modular compiler and toolchain technologies, tools
python3-clang-10 - Clang Python Bindings
python3-lldb-10 - Next generation, high-performance debugger, python3 lib
Closes: 964989
Changes:
llvm-toolchain-10 (1:10.0.1-2) unstable; urgency=medium
.
[ Samuel Thibault ]
* patches/hurd/hurd-cxx-paths.diff: Refresh, some of the factorization was
backported from 11 to 10.
.
[ Gianfranco Costamagna ]
* debian/patches/mips-force-nomadd4.patch: Apply and rebase patch to disable
nomadd4 on mips* (Closes: #964989)
- thanks Yunqiang Su <wzss...@gmail.com> for the patch
.
[ Steve Langasek ]
* Drop ocaml support on i386, which pulls in a series of packages which
is not reasonable to support.
Checksums-Sha1:
926f79f21595748b64b41ddd9e24363fb9f99373 5968 llvm-toolchain-10_10.0.1-2.dsc
8c6ec803dd1569d93fb428d5b0dc971f9c9cfc1b 126644
llvm-toolchain-10_10.0.1-2.debian.tar.xz
657304a8121eaa302a4d5deee130a6264e3e1570 12578
llvm-toolchain-10_10.0.1-2_source.buildinfo
Checksums-Sha256:
5cbfcdf3b1a5b6cc008cab3bf4426a049498d9a9f52afe8a68e755156ea87da9 5968
llvm-toolchain-10_10.0.1-2.dsc
5c148271d26341f066200f505e8e1b187af173fdcd589a93aa15abddcee3f430 126644
llvm-toolchain-10_10.0.1-2.debian.tar.xz
078b33e7022fc2eeaa906bfa01a06f7e4faddc60fe36dcde692481c08da59999 12578
llvm-toolchain-10_10.0.1-2_source.buildinfo
Files:
2c94bcb74d0358316eb20ab35e309918 5968 devel optional
llvm-toolchain-10_10.0.1-2.dsc
8f364e82250337f231519994381d28b8 126644 devel optional
llvm-toolchain-10_10.0.1-2.debian.tar.xz
85f33fd0b3d815aa016fb8ed076a831b 12578 devel optional
llvm-toolchain-10_10.0.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl9C3sMACgkQ808JdE6f
XdmSAg/9Giuq6u9JuAMjTRcB2eafm1boTQxacEZHJ7M0F26jEy/cTETapw48z7q+
zgfity2T3EBGbDmAoTMwmVYAa74+RcwO57cu1JjJiM+V5SIQoO3ktHCSJNe23j1O
yJuK1mAJSpn8hLo3qMQ4r5uiphwAH41y4h9052kVKcUP1K8zGLwdcvQPjpYsqw84
AmVtbADnIhjdF6NiX4TNmaknFUK4+PTZsv+98RTgU6AZYasjLNvauSLCBP3G11Df
0dKI8DEgdo1Pj75Tzo+PM9YSf0W6GZXj5ZhmqPYptM3JncBVtXq9lwZPhiQWGEmN
HSkJjyQE+14gPClRURTIApM+btMbz2zxmvdEvIprMj3relJi2NLbCeCKzVO+03Bv
PcE9fFTg6lYlDt28SJ20c5sCjFBOlwQ4VwnPi6156S8FLnji6bIcsPunm2dqTp96
Kr1uGKmQOu2XXMMNJRREfqDFaRW+6MPbO9mSq552BsrAyKSQHrroW+uA25wnJ+f+
/i+TLXcCl1djxIheuPn8rwjOTmjGn5G/Tk5KhvJ+mQtm4HtXmG8w8q0guKpi0VX9
Q60JJ3sLWgBBFFegiLVRgNdohxFYfDCW4//U7zXLiDJ275B2jN7VqN3J9J7xmJI/
OaayZlQuJittuRYrCQMFAsDWugdgzTs4o18KMmyWgUw669HAsSs=
=fQoK
-----END PGP SIGNATURE-----
--- End Message ---