Your message dated Thu, 21 May 2020 10:34:00 +0000
with message-id <e1jbiww-00079z...@fasolo.debian.org>
and subject line Bug#957346: fixed in hubicfuse 3.0.1-3
has caused the Debian Bug report #957346,
regarding hubicfuse: ftbfs with GCC-10
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.)


-- 
957346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957346
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hubicfuse
Version: 3.0.1-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/hubicfuse_3.0.1-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
In file included from /usr/include/stdio.h:867,
                 from cloudfsapi.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 3850) into a 
destination of size 3849
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloudfsapi.c:856:44: warning: ‘__builtin___snprintf_chk’ output may be 
truncated before the last format character [-Wformat-truncation=]
  856 |     snprintf(seg_path, MAX_URL_SIZE, "%s/%s", manifest, str_segment);
      |                                            ^
In file included from /usr/include/stdio.h:867,
                 from cloudfsapi.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 3850) into a 
destination of size 3849
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloudfsapi.c:876:42: warning: ‘%s’ directive output may be truncated writing up 
to 3848 bytes into a region of size between 0 and 3848 [-Wformat-truncation=]
  876 |     snprintf(seg_base, MAX_URL_SIZE, "%s/%s", tmp, manifest);
      |                                          ^~        ~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from cloudfsapi.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 7698 bytes into a destination 
of size 3849
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloudfsapi.c: In function ‘cloudfs_object_read_fp’:
cloudfsapi.c:1021:42: warning: ‘%s’ directive output may be truncated writing 
up to 3848 bytes into a region of size between 0 and 3848 [-Wformat-truncation=]
 1021 |     snprintf(seg_base, MAX_URL_SIZE, "%s/%s", tmp, manifest);
      |                                          ^~        ~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from cloudfsapi.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 7698 bytes into a destination 
of size 3849
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloudfuse.c: In function ‘cfs_flush’:
cloudfuse.c:417:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  417 |     ftruncate(of->fd, stbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from commonfs.c:25:
commonfs.c: In function ‘get_safe_cache_file_path’:
commonfs.h:28:31: warning: ‘%s’ directive output may be truncated writing up to 
4095 bytes into a region of size 4084 [-Wformat-truncation=]
   28 | #define TEMP_FILE_NAME_FORMAT "%s/.cloudfuse_%s"
      |                               ^~~~~~~~~~~~~~~~~~
commonfs.c:191:33: note: in expansion of macro ‘TEMP_FILE_NAME_FORMAT’
  191 |   snprintf(file_path, PATH_MAX, TEMP_FILE_NAME_FORMAT, temp_dir, 
tmp_path);
      |                                 ^~~~~~~~~~~~~~~~~~~~~
commonfs.h:28:46: note: format string is defined here
   28 | #define TEMP_FILE_NAME_FORMAT "%s/.cloudfuse_%s"
      |                                              ^~
In file included from /usr/include/stdio.h:867,
                 from commonfs.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 13 or more bytes (assuming 4108) into a 
destination of size 4096
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/cczAOewi.o:./cloudfsapi.h:69: multiple definition of 
`segment_size'; /tmp/ccd50G4y.o:./cloudfsapi.h:69: first defined here
/usr/bin/ld: /tmp/cczAOewi.o:./cloudfsapi.h:70: multiple definition of 
`segment_above'; /tmp/ccd50G4y.o:./cloudfsapi.h:70: first defined here
/usr/bin/ld: /tmp/cczAOewi.o:./cloudfsapi.h:72: multiple definition of 
`override_storage_url'; /tmp/ccd50G4y.o:./cloudfsapi.h:72: first defined here
/usr/bin/ld: /tmp/cczAOewi.o:./cloudfsapi.h:73: multiple definition of 
`public_container'; /tmp/ccd50G4y.o:./cloudfsapi.h:73: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:30: hubicfuse] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hubicfuse
Source-Version: 3.0.1-3
Done: Stephen Kitt <sk...@debian.org>

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

Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated hubicfuse 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: Thu, 21 May 2020 12:17:21 +0200
Source: hubicfuse
Architecture: source
Version: 3.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt <sk...@debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Closes: 957346
Changes:
 hubicfuse (3.0.1-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * debian/copyright: use spaces rather than tabs to start continuation
     lines.
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Stephen Kitt ]
   * Ensure variables are only declared once. Closes: #957346.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.5.0, no further change required.
Checksums-Sha1:
 b489f3187db927b6389e92ec14acb288ce2dcda5 1932 hubicfuse_3.0.1-3.dsc
 158b61c021274bc9f2457d7918b9476550327135 5252 hubicfuse_3.0.1-3.debian.tar.xz
 636b940b7751b7ba4724cff4a09f20e86323cbac 7107 
hubicfuse_3.0.1-3_source.buildinfo
Checksums-Sha256:
 963435ad3dee7bdf81328690238c79af6025b4978ebda762a94125a6edb5ecf3 1932 
hubicfuse_3.0.1-3.dsc
 9a06d23047b6f7953cfd230ca34b22896c89517f529719cfc26a22461178053f 5252 
hubicfuse_3.0.1-3.debian.tar.xz
 da89f0b1a8651dac69f7464e2e6d3507ed2d8148e4c12d2366fd75abce7f99cb 7107 
hubicfuse_3.0.1-3_source.buildinfo
Files:
 115bac7c485e5739366fb36f45e2a794 1932 utils optional hubicfuse_3.0.1-3.dsc
 109668d896b612da60470894de7eeaaf 5252 utils optional 
hubicfuse_3.0.1-3.debian.tar.xz
 bde8cd1a6d9311ee979b62adce04c872 7107 utils optional 
hubicfuse_3.0.1-3_source.buildinfo

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

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl7GVUwACgkQgNMC9Yht
g5y1NQ/8DpU96j8fI7xjkZ5VyDrnnDqyVRHCkM25IvTNUjh7X8FWehNNDYHy3XiG
lEhhPDg+vQVDa1Ul0lC6hXfWb85Y6xb94KuORL2ymxrN0nxMtfPkiQscwX9dbQ61
22/qoYo5MGXTwtEl6z4h5TOUurmpEH2LhF2FvlWejG6iZfqE2bL/u+ylKnu5moRz
GWwJV1G/by7guSGh4zJA9wJNcbmotdUE2RXYHQMi+fBO54p38kteqRvfnVE45wLS
N+QPuwmGlLKPI/BwSswmFWZbNZxVLqG96j23gQ5x232NcaSL6k9fUZy8vTztMgKo
HM2SmegdpTk4xRW4+ujtfnKGApsryu1LQWQM+pUYxAdgpn88QMxzE2aKywdS6dNT
Gr3OSwkUfO2g0KW3PTgVIy5Y3FhaRHMgWl5zlcz5N6dP/pEsjKwlzrQ6Lk8jD3Xm
adNM4AWChf1hLvfpT0/nbjeXIJFbs2KAW3xiyImJBJGFIcCx6RkF1bZUGlvQ96aZ
YFLuxXJ97E2V08vXK3WSiZwvgTqjr0mXhwLxgJufGuvc+fSKKnEpSxNt8Hyp8NKy
PaX/m0/GjXkjaXzYK36/p0MINroz9EoOH6ESFZxWCUAyYs6B8Hm9BIesNxLe77ma
Id0dXNoHZq5sqZ7WbG/c9A0BYlXLC3rzPM6eQvMuzYBLO36Zefs=
=Jb/a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to