Your message dated Fri, 20 Oct 2017 17:49:54 +0000
with message-id <e1e5bqg-0009gl...@fasolo.debian.org>
and subject line Bug#879190: fixed in musl 1.1.17-2
has caused the Debian Bug report #879190,
regarding musl FTBFS on armel: Error: selected processor does not support clz
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.)


-- 
879190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: musl
Version: 1.1.17-1
Severity: serious
Tags: patch

https://buildd.debian.org/status/fetch.php?pkg=musl&arch=armel&ver=1.1.17-1&stamp=1508450839&raw=0

...
{standard input}: Assembler messages:
{standard input}:625: Error: selected processor does not support `clz r0,r9' in 
ARM mode
{standard input}:953: Error: selected processor does not support `clz r3,r7' in 
ARM mode
{standard input}:1010: Error: selected processor does not support `clz r3,r6' 
in ARM mode
{standard input}:1148: Error: selected processor does not support `clz r0,r3' 
in ARM mode
Makefile:164: recipe for target 'obj/src/math/fma.lo' failed
make[1]: *** [obj/src/math/fma.lo] Error 1


Fix is attached.
Description: CLZ is only available with ARM >= 5
Author: Adrian Bunk <b...@debian.org>

--- musl-1.1.17.orig/arch/arm/atomic_arch.h
+++ musl-1.1.17/arch/arm/atomic_arch.h
@@ -82,9 +82,13 @@ static inline void a_crash()
                : : : "memory");
 }
 
+#if __ARM_ARCH >= 5
+
 #define a_clz_32 a_clz_32
 static inline int a_clz_32(uint32_t x)
 {
        __asm__ ("clz %0, %1" : "=r"(x) : "r"(x));
        return x;
 }
+
+#endif

--- End Message ---
--- Begin Message ---
Source: musl
Source-Version: 1.1.17-2

We believe that the bug you reported is fixed in the latest version of
musl, 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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reiner Herrmann <rei...@reiner-h.de> (supplier of updated musl 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: SHA512

Format: 1.8
Date: Fri, 20 Oct 2017 18:19:33 +0200
Source: musl
Binary: musl musl-dev musl-tools
Architecture: source
Version: 1.1.17-2
Distribution: unstable
Urgency: medium
Maintainer: Reiner Herrmann <rei...@reiner-h.de>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Description:
 musl       - standard C library
 musl-dev   - standard C library development files
 musl-tools - standard C library tools
Closes: 879190
Changes:
 musl (1.1.17-2) unstable; urgency=medium
 .
   * Fix build failure on armel because of unsupported instruction.
     Thanks to Adrian Bunk for providing the patch. (Closes: #879190)
Checksums-Sha1:
 cf1dd1f736c514894d8afe3fd99e2f33ca90bb5e 2985 musl_1.1.17-2.dsc
 0d05654f7b904e0217b7c516461119e6ef00f9d7 11180 musl_1.1.17-2.debian.tar.xz
 92cd44c4e92541f4eb422899ea36ba36e714b394 5529 musl_1.1.17-2_source.buildinfo
Checksums-Sha256:
 e0c1dd153c8a18de91e723910e3b6e9464ff8cb3b360d0d1749da6f4581c9e61 2985 
musl_1.1.17-2.dsc
 508ef39305399d6099054b51e0db728be8a418af84ab4d58c5220d889723b103 11180 
musl_1.1.17-2.debian.tar.xz
 58a8ec517458d8785e2802d6417979b167769436abe4e833e8c81c2c48d8e5b1 5529 
musl_1.1.17-2_source.buildinfo
Files:
 fbfb12529ab0c55cb56af2464f5359ac 2985 libs optional musl_1.1.17-2.dsc
 67b214de01a56e03a805bf5247ec94bf 11180 libs optional 
musl_1.1.17-2.debian.tar.xz
 34049dd19ff59e672815881602ec9aa2 5529 libs optional 
musl_1.1.17-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE2Pb6feok2Q1urHM7zPBJKNsO6qcFAlnqKi8ACgkQzPBJKNsO
6qcigg//Sx5ni1E84bUWw61paIxs+pi0VVZdApQBxxsmOUFNJHosd+XgBgYttA/I
qYrb8V7jm58h0qvpexHFMafdk2LjVIKZtXDNKdugkAE7k/L1FwJQDMlHyCc38XkN
bNfGYrzSll/kaBGBdwrLbz3HJ2R5vUuwi3Q3POQwJ1IhO6W4Fu/Wpt1uq0eRaMcQ
iZN+WlxW+17828J4ciNUru61JIZ+bjg4DcAcI62SWuF5Z05NY7VpD4fXIsaANPfd
Pr7dOKzb+YplhPQZmjVgxLwzAQoUQblhNzjL5AYzPWipFlfUeFB80RTMTrpoliZb
eGj8uKosSlQYKfyLjXuWml2kNYTySkpG4nRHtn3VxWAAbWXFXoB5vaGwJ6tkb5lx
Tgv7Uw0G+XnCwzPnDCINVjNy7eJlJsaZlH0DzAv2i+cgyq1oZ/tUBModEMazCKqt
TsP/SL3fi9SicHkhwtQvEtg/wY+RM9idwP92LDqb/xz6ysE5OtiZ7k7SBWBwKPda
B87EdNNi0pFs7Ww9msDxrgO6u+hdfdNK8v/HPkFtq1OIOdXCnZHmeu3Wfc2iNsHC
sNYZtgGaWYy+LbYwbWLZiEAMavEpWfEPY8ekpchbPS1mPQO+U57DQFz/py1wukQT
U/661lbWP+XjnKzZpada493ugNv8CRUwgjPETPw8tkp5IofIpmI=
=NtGn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to