Your message dated Wed, 13 May 2015 04:49:20 +0000
with message-id <e1ysobg-0005ju...@franck.debian.org>
and subject line Bug#785000: fixed in libwebp 0.4.3-1.3
has caused the Debian Bug report #785000,
regarding libwebp: FTBFS on mips: Error: opcode not supported on this
processor: mips2...
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.)
--
785000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785000
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libwebp
Version: 0.4.3-1
Severity: serious
Tags: patch
Hi,
libwebp FTBFS on mips with this error (initially):
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src/webp
> -D_FORTIFY_SOURCE=2 -Wall -Wdeclaration-after-statement -Wextra
> -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wshadow
> -Wunused-but-set-variable -Wunused -Wvla -g -O2 -fstack-protector-strong
> -Wformat -Werror=format-security -pthread -c lossless_mips32.c -fPIC -DPIC
> -o .libs/libwebpdsp_la-lossless_mips32.o
> /tmp/cc07vjZt.s: Assembler messages:
> /tmp/cc07vjZt.s:52: Error: opcode not supported on this processor: mips2
> (mips2) `madd $6,$5'
> /tmp/cc07vjZt.s:53: Error: opcode not supported on this processor: mips2
> (mips2) `madd $6,$4'
> /tmp/cc07vjZt.s:140: Error: opcode not supported on this processor: mips2
> (mips2) `madd $9,$3'
> /tmp/cc07vjZt.s:141: Error: opcode not supported on this processor: mips2
> (mips2) `madd $9,$7'
> /tmp/cc07vjZt.s:1328: Error: opcode not supported on this processor: mips2
> (mips2) `clz $6,$4'
> /tmp/cc07vjZt.s:1545: Error: opcode not supported on this processor: mips2
> (mips2) `clz $6,$4'
> make[3]: *** [libwebpdsp_la-lossless_mips32.lo] Error 1
There was a patch 'fix-mips2.patch' to fix this but it was dropped in
the 0.4.3-1 upload.
I've attached an updated patch which fixes this.
Thanks,
James
--- a/src/dsp/dsp.h
+++ b/src/dsp/dsp.h
@@ -73,7 +73,7 @@ extern "C" {
#define WEBP_USE_NEON
#endif
-#if defined(__mips__) && !defined(__mips64) && (__mips_isa_rev < 6)
+#if defined(__mips__) && !defined(__mips64) && (__mips_isa_rev >= 1) && (__mips_isa_rev < 6)
#define WEBP_USE_MIPS32
#if (__mips_isa_rev >= 2)
#define WEBP_USE_MIPS32_R2
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: libwebp
Source-Version: 0.4.3-1.3
We believe that the bug you reported is fixed in the latest version of
libwebp, 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 785...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated libwebp 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: Wed, 13 May 2015 14:19:01 +1000
Source: libwebp
Binary: libwebp-dev libwebp5 libwebpmux1 libwebpdemux1 webp
Architecture: source amd64
Version: 0.4.3-1.3
Distribution: unstable
Urgency: high
Maintainer: Jeff Breidenbach <j...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
libwebp-dev - Lossy compression of digital photographic images.
libwebp5 - Lossy compression of digital photographic images.
libwebpdemux1 - Lossy compression of digital photographic images.
libwebpmux1 - Lossy compression of digital photographic images.
webp - Lossy compression of digital photographic images.
Closes: 785000
Changes:
libwebp (0.4.3-1.3) unstable; urgency=high
.
* Non-maintainer upload.
* Re-introduced refreshed "fix-mips32.patch" to fix FTBFS on mips(el).
Thanks, James Cowgill. (Closes: #785000).
* Added retrospective changelog entry to note removal of "fix-mips32.patch".
Checksums-Sha1:
a05bde0459e2ba6f50790be550f8a3a64b5cc680 2085 libwebp_0.4.3-1.3.dsc
ff83b4a7851b0204cf3134530ca87de78f761bb6 7108 libwebp_0.4.3-1.3.debian.tar.xz
046ab4a13561dd7e3f6c65a6bf35eef17dd24314 269336 libwebp-dev_0.4.3-1.3_amd64.deb
57ba9adb8f66b1a13fb257bdda036d9591cc2bfa 210278 libwebp5_0.4.3-1.3_amd64.deb
c5617bd90ec268b732021df36368a0a21b99303a 59848 libwebpmux1_0.4.3-1.3_amd64.deb
2af57bad0040d268ec471a82551feb9863b5d937 53102
libwebpdemux1_0.4.3-1.3_amd64.deb
721862a78eda9c6ef6ea4fd05adf2c089108b0c7 106274 webp_0.4.3-1.3_amd64.deb
Checksums-Sha256:
80d5ac2c3d09a515698f363feb5b738780c9f7d92d36d975aed1f845e0bd4f35 2085
libwebp_0.4.3-1.3.dsc
cef6933c5e74329e8ea0c371984e5b140ee29bccc3fef50870ab2b8f34407b37 7108
libwebp_0.4.3-1.3.debian.tar.xz
4a55f508a5c0834835783ce12eaad01c148c33088c8385cb19dee39812e22bc0 269336
libwebp-dev_0.4.3-1.3_amd64.deb
0cf5b63790dd55e8d47dd625450140b00bedfcf6fffa8b9084a1f92f95f8d0e5 210278
libwebp5_0.4.3-1.3_amd64.deb
bb70529790b7b1d0536155f39a8fd96e40604142ff70c510f8d451ea341fb4e9 59848
libwebpmux1_0.4.3-1.3_amd64.deb
bee0ec474a6e60951b11c8ece8d47b91593c21a98b51844699c587c0dac90ab3 53102
libwebpdemux1_0.4.3-1.3_amd64.deb
5e2eb4c9459ec4833ed893e9a5c83d14c026705bf70da1f74c78d4b72619b09a 106274
webp_0.4.3-1.3_amd64.deb
Files:
76fa2c424c5b05a07423d52f1bfc511b 2085 libs optional libwebp_0.4.3-1.3.dsc
4df32de904e4d4ac05be4d1ed1a99fc2 7108 libs optional
libwebp_0.4.3-1.3.debian.tar.xz
932ccde04e43d3decc6dc9e129bbf339 269336 libdevel optional
libwebp-dev_0.4.3-1.3_amd64.deb
01506fe95885f451d82d0d53907f9ac9 210278 libs optional
libwebp5_0.4.3-1.3_amd64.deb
707f2375baecd39f6337eafd2b377c50 59848 libs optional
libwebpmux1_0.4.3-1.3_amd64.deb
825e5b96bc50614c34787914c702ab0e 53102 libs optional
libwebpdemux1_0.4.3-1.3_amd64.deb
fe5cd75aff970a70d254f751c48dd896 106274 graphics optional
webp_0.4.3-1.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVUtY/AAoJEFK2u9lTlo0bxDwP/38McpiR6Psl8/Ysf1CczZtD
Y3rugke5P8FniSLUzs0Xn24OrEzM8kTYw0EACF0jvo76Y/Zxwa2B0XQ6TqtGh/ez
c+uKxwCtfim0VxGc7nmQ8FZtXNQjPocHQ7UJFVsAyW8OZz8MU5muhd20729XjP//
uOb2CSbChUpGHTZV8eHjBzmfJ1iIWQybEVulKF9ff+jopQ5mohKznwv5St4EU72R
aHM8DOsXSHua6zVrroTqsyZ+I7oXKVTkTV7zF236rMzjKQ939izrCjevZwPpiA+N
D/lTsvLTnrejeqCvmxlM4A+MfAG06qYcP14n4HVpPYC0g2BbuhO/GZefxoQx/fOh
l58PpE8o0dcTky5sQMJJHhNGowg8DmRb2wWC1ZgCNTrbL5eAyA7t/rtFuL9zGQ9u
xZGmH4ajOiqzFis6d5tqqNDCWTj9un8egsL4l1bxx8JwAkkPaRZrAwju4YQvy3yl
bzqFLTybY8RQ+Dj5Juz2rh/KjAQ3pSKFImQxfAWipBnYSmTGW2EHzLIr9OqJz69T
CbZ/PgCWAsR28+K/69AS/3vWAEUmsjqS0evf5Yg5wyo3RIexX7fDkKC1uCAeL/Gr
4EK3vJx7ejyKP81RDm/9SQxm/WYDg/lPDAkVyDcETvbZTDqYFXmKLOmF+fElp6LJ
wGDYMqL3X3XkRbcS3KYR
=uNCH
-----END PGP SIGNATURE-----
--- End Message ---