Your message dated Sat, 23 Oct 2021 20:34:45 +0000
with message-id <e1menj3-000acd...@fasolo.debian.org>
and subject line Bug#997097: fixed in 7zip 21.03~beta+dfsg-6
has caused the Debian Bug report #997097,
regarding 7zip: FTBFS: ../../../../C/XzDec.c:776:3: error: this ‘if’ clause 
does not guard... [-Werror=misleading-indentation]
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.)


-- 
997097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997097
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: 7zip
Version: 21.03~beta+dfsg-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
> -D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
> -Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
> -Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
> -Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
> -Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
> -Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
> -Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
> -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/XzDec.o 
> ../../../../C/XzDec.c
> ../../../../C/XzDec.c: In function ‘XzBlock_Parse’:
> ../../../../C/XzDec.c:776:3: error: this ‘if’ clause does not guard... 
> [-Werror=misleading-indentation]
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |   ^~
> ../../../../C/XzDec.c:823:5: note: in expansion of macro 
> ‘READ_VARINT_AND_CHECK’
>   823 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &p->packSize);
>       |     ^~~~~~~~~~~~~~~~~~~~~
> ../../../../C/XzDec.c:823:35: note: ...this statement, but the latter is 
> misleadingly indented as if it were guarded by the ‘if’
>   823 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &p->packSize);
>       |                                   ^~~
> ../../../../C/XzDec.c:776:40: note: in definition of macro 
> ‘READ_VARINT_AND_CHECK’
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |                                        ^~~
> ../../../../C/XzDec.c:776:3: error: this ‘if’ clause does not guard... 
> [-Werror=misleading-indentation]
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |   ^~
> ../../../../C/XzDec.c:830:5: note: in expansion of macro 
> ‘READ_VARINT_AND_CHECK’
>   830 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &p->unpackSize);
>       |     ^~~~~~~~~~~~~~~~~~~~~
> ../../../../C/XzDec.c:830:35: note: ...this statement, but the latter is 
> misleadingly indented as if it were guarded by the ‘if’
>   830 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &p->unpackSize);
>       |                                   ^~~
> ../../../../C/XzDec.c:776:40: note: in definition of macro 
> ‘READ_VARINT_AND_CHECK’
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |                                        ^~~
> ../../../../C/XzDec.c:776:3: error: this ‘if’ clause does not guard... 
> [-Werror=misleading-indentation]
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |   ^~
> ../../../../C/XzDec.c:837:5: note: in expansion of macro 
> ‘READ_VARINT_AND_CHECK’
>   837 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &filter->id);
>       |     ^~~~~~~~~~~~~~~~~~~~~
> ../../../../C/XzDec.c:837:35: note: ...this statement, but the latter is 
> misleadingly indented as if it were guarded by the ‘if’
>   837 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &filter->id);
>       |                                   ^~~
> ../../../../C/XzDec.c:776:40: note: in definition of macro 
> ‘READ_VARINT_AND_CHECK’
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |                                        ^~~
> ../../../../C/XzDec.c:776:3: error: this ‘if’ clause does not guard... 
> [-Werror=misleading-indentation]
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |   ^~
> ../../../../C/XzDec.c:838:5: note: in expansion of macro 
> ‘READ_VARINT_AND_CHECK’
>   838 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &size);
>       |     ^~~~~~~~~~~~~~~~~~~~~
> ../../../../C/XzDec.c:838:35: note: ...this statement, but the latter is 
> misleadingly indented as if it were guarded by the ‘if’
>   838 |     READ_VARINT_AND_CHECK(header, pos, headerSize, &size);
>       |                                   ^~~
> ../../../../C/XzDec.c:776:40: note: in definition of macro 
> ‘READ_VARINT_AND_CHECK’
>   776 |   if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
>       |                                        ^~~
> cc1: all warnings being treated as errors
> make[2]: *** [../../7zip_gcc.mak:1167: b/g/XzDec.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/7zip_21.03~beta+dfsg-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: 7zip
Source-Version: 21.03~beta+dfsg-6
Done: YOKOTA Hiroshi <yokota.h...@gmail.com>

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

Debian distribution maintenance software
pp.
YOKOTA Hiroshi <yokota.h...@gmail.com> (supplier of updated 7zip 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: Sat, 23 Oct 2021 21:41:54 +0200
Source: 7zip
Architecture: source
Version: 21.03~beta+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: YOKOTA Hiroshi <yokota.h...@gmail.com>
Changed-By: YOKOTA Hiroshi <yokota.h...@gmail.com>
Closes: 997097
Changes:
 7zip (21.03~beta+dfsg-6) unstable; urgency=medium
 .
   * Add upstream metadata
   * Add upstream change log to metadata
   * Typo fix
   * GCC 11 wants "if" statement must guarded by {} (Closes: #997097)
   * Guard ARM v8 feature from old architecture
Checksums-Sha1:
 d4ce70c438c9780211fd11e25d450f63076dcef1 1914 7zip_21.03~beta+dfsg-6.dsc
 739efee8be41cc7e092a4406efdd1e44414f0b39 11532 
7zip_21.03~beta+dfsg-6.debian.tar.xz
 430d7750be05b66a33e78e8c33b771400c346ce9 6049 
7zip_21.03~beta+dfsg-6_amd64.buildinfo
Checksums-Sha256:
 1f5185dca46b80fec5122b9a2f991b06d4f70afa228e0cf9348fb365a2783c81 1914 
7zip_21.03~beta+dfsg-6.dsc
 84e2038d9a718863fca8389f82e00530ae695976c992a17f339d0bed85201a1b 11532 
7zip_21.03~beta+dfsg-6.debian.tar.xz
 d0c65c0ecdf2a8df2aac8da164406fe2c9ff89e9a8e3a782abb75cbed2daff98 6049 
7zip_21.03~beta+dfsg-6_amd64.buildinfo
Files:
 eaa6aeda0ed90f6df777c0bc6ca0a609 1914 utils optional 7zip_21.03~beta+dfsg-6.dsc
 da1da626439905f91fcf37e001058161 11532 utils optional 
7zip_21.03~beta+dfsg-6.debian.tar.xz
 ae38889d21a42e583c45ebaadeb7a51b 6049 utils optional 
7zip_21.03~beta+dfsg-6_amd64.buildinfo

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

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmF0aDcACgkQYS7xYT4F
D1Shhw/+OJJ10eNHMurcMVxw8SJSFiAZ2uVLFe4Oz0CgASbbJ+ArSe7TW1QT0YWX
7VWVuBvEjtDRJcvS44zdmRNMIiGwcDF1pLvfwBiBBlzP4lA5IlkT2qmzhhknevyY
kfoPMN1sDPXKDl6FjFP3FlBG4EnY5QeNKbzV5N963Bs/OZipNqIoYB20LZTYNcOg
kaLw35b/qD80S0H7lnicSbHzlUpZDBRkuDKpEKrK3xL5rzT/+RCj+YSvpA/7kEP9
+UPregKw0Vlf3eARQwe231RtS3f+weuFy1jpJMIvAlECzeeR9M+r23HIMFoKYOao
pWIuuCNVmL2QSTGMxfQSqZ4/jEVTO+2/DNA/4zxH3TLhyA9+drAPCJeYktp4mV/l
GxENJL2ra3Qj2XOwfKm/1x1sNx8fSJBwW8vpQyvFwOTn1C04eZM3QPS5fOVOiatU
2KBQc9R1qBMafs1n7MJV9vg2+pjceFLFJ6apGDpJTfCp8WqlJGoSWgrEGtigHFMT
7+Ta4ngiitW426JvdrBfPweoWLQeCwHNg6K4Bv64ol1S6ts6xrf0N8gm6+PKLFAw
xKRxeIvG78UjG+PePiI8rVhETbGTda6xD3NNrSqx3GK/+D2ImMLapIPWRDSE3d2e
2WpFV38aviyxEIHUfuYXSbDUjYJ7/wg35LMYGJbtDD+deBq8pt8=
=onC0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to