Your message dated Mon, 20 Aug 2018 15:51:09 +0000
with message-id <e1frmsu-000fos...@fasolo.debian.org>
and subject line Bug#897869: fixed in sphde 1.4.0-1
has caused the Debian Bug report #897869,
regarding sphde: ftbfs with GCC-8
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.)


-- 
897869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sphde
Version: 1.3.0-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/sphde_1.3.0-1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html

[...]
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
lookup cache used 565/65536 hits=4517 misses=569
finished...
CDPATH="${ZSH_VERSION+.}:" && cd . && ./generate-changelog.sh > \
  /<<PKGBUILDDIR>>/ChangeLog.md
./generate-changelog.sh: line 10: git: command not found
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -a
        make -j1 check VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make  sasatom_t bitvec_t sassim_t sascompoundheap_t sasseg_t sphlockfreeheap_t 
sphlflogger_t sphthread_t sphlflogger_tt sphlflogger_ttt sphlogportal_t 
sphlogportal_tt sphcontext_t sasindex_t sasindex_tt sasstringbtree_t 
sasstringbtree_tt sphsinglepcqueue_t sphsinglepcqueue_tt sphsinglepcqueue_ttt
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror 
-Wwrite-strings -pthread -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
tests/sasatom_t.o tests/sasatom_t.c
/bin/bash ../libtool  --tag=CC --silent  --mode=link gcc -Wall -Werror 
-Wwrite-strings -pthread -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
-Wl,-z,now -Wl,--no-as-needed -lrt -o sasatom_t tests/sasatom_t.o libsphde.la 
-lc 
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror 
-Wwrite-strings -pthread -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
tests/bitvec_t.o tests/bitvec_t.c
/bin/bash ../libtool  --tag=CC --silent  --mode=link gcc -Wall -Werror 
-Wwrite-strings -pthread -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
-Wl,-z,now -Wl,--no-as-needed -lrt -o bitvec_t tests/bitvec_t.o libsphde.la -lc 
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror 
-Wwrite-strings -pthread -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
tests/sassim_t.o tests/sassim_t.c
tests/sassim_t.c: In function 'sassim_msync_test':
tests/sassim_t.c:153:12: error: passing argument 1 to restrict-qualified 
parameter aliases with argument 3 [-Werror=restrict]
   sprintf ((char *) baseAddr1, "SAS Page 0@%p", baseAddr1);
            ^~~~~~~~~~~~~~~~~~
tests/sassim_t.c:158:7: error: passing argument 1 to restrict-qualified 
parameter aliases with argument 4 [-Werror=restrict]
       sprintf (pageX_ptr, "SAS Page %ld@%p", page_num, pageX_ptr);
       ^~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1215: tests/sassim_t.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:1950: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:543: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:11: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: sphde
Source-Version: 1.4.0-1

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

Debian distribution maintenance software
pp.
Frédéric Bonnard <fre...@debian.org> (supplier of updated sphde 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: Mon, 20 Aug 2018 17:23:28 +0200
Source: sphde
Binary: libsphde-doc libsphde-dev libsphde1 sphde-utils
Architecture: source
Version: 1.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Frédéric Bonnard <fre...@debian.org>
Changed-By: Frédéric Bonnard <fre...@debian.org>
Description:
 libsphde-dev - Shared Persistent Heap Data Environment library development 
files
 libsphde-doc - Shared Persistent Heap Data Environment library documentation 
fil
 libsphde1  - Shared Persistent Heap Data Environment library
 sphde-utils - Shared Persistent Heap Data Environment library utilities
Closes: 844613 848233 897869
Changes:
 sphde (1.4.0-1) unstable; urgency=medium
 .
   * New upstream release
   * Define upstream version format of tag for gbp
   * Update maintainer details
   * Update Vcs infos
   * Upgrade debhelper compatibility level
   * Update symbol file with SPHMPMCQ symbols
   * Force main package name
   * Comply with wrap-and-sort ordering
   * Fix compilation error with gcc8 (Closes: #897869)
   * Adjust sasconf for mips64el (Closes: #844613)
   * Add mips32 support for mips and mipsel (Closes: #848233)
   * Use https for Format field of d/copyright
   * Handle Multi-Arch field
   * Bump Standards-Version
   * Remove -pie on mips and mipsel
   * Fix FTBFS mips64el with gcc8
   * Make all tests run sequentially
   * Rename the ignore patch
Checksums-Sha1:
 7253f27549cacd995d53a6948a0c2a4a0983d541 2037 sphde_1.4.0-1.dsc
 a3f9a4d19ee8319b2e2868a9fb06f6a1095094c2 697633 sphde_1.4.0.orig.tar.gz
 52ff1fa09230b79ddace088ca4fc6d5fdbafe9c0 11872 sphde_1.4.0-1.debian.tar.xz
 8af9470df111ca27af44ea6be7faf89608ab57e8 8575 sphde_1.4.0-1_ppc64el.buildinfo
Checksums-Sha256:
 575c1e9e341dee7d06ddeadf1a512ca26a017395901d5d088a57204b5b03be67 2037 
sphde_1.4.0-1.dsc
 f49d50979007cf7d9e735de9367cbced86f19a148c202245d9651251b3c2a4e7 697633 
sphde_1.4.0.orig.tar.gz
 6aad5fe1839cf0545bf2501cf1ac49247b056bce1cb90deb5406aede12dfc4a3 11872 
sphde_1.4.0-1.debian.tar.xz
 fde3a50254bb2d9f0eb5955ff19bafe56e1529c08e5dedfe40cb22333d1d4b61 8575 
sphde_1.4.0-1_ppc64el.buildinfo
Files:
 41e31caa89bd6c4701bce0e4868f27d6 2037 devel optional sphde_1.4.0-1.dsc
 2f11a70b49615bf0d423c65c8d0b5d7f 697633 devel optional sphde_1.4.0.orig.tar.gz
 2aab3f19c5de8d3cc6f6a95b40f0a494 11872 devel optional 
sphde_1.4.0-1.debian.tar.xz
 0281adc8e3e5dfca6d4d5c4d501f18fa 8575 devel optional 
sphde_1.4.0-1_ppc64el.buildinfo

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

iQJOBAEBCgA4FiEEh9vVdWFVIC7DiF6Ta3SY/LmzWKwFAlt63g8aHGZyZWRpekBs
aW51eC52bmV0LmlibS5jb20ACgkQa3SY/LmzWKyhThAAru8fKc5dIEFww3OGF7o8
Tu5U+g8cFrDL4mMuf8qnqjFA+ezn/jS84dJDCNaz46ADtxJF01vAmkzMKSjAcbs+
e0eF6iEAOuY+mfvl9+2yfrEZdygascyR3O4dADEoVdAo0DLLjenzMyQSi34N0yl+
344LfxuUDKHvpdsIygDTYd7MmLlLw41koq7aimoGQPCDblxYwqnqoTmzUw5lI+Ix
OdYUn+6T6UJsqHdIQEn1Y8a1zoEt2SxoAGWKPJCBswV8Pg4XDol0ZrlneR0y7T3p
E/8yNjJyZQ3AjWx4+MFB7raErUOxexOQNfji7VvKEoZoUOEZ6q2et5KztcaJkaFs
fABiQDTJoDgUL9QWEptRGGQqD2pWGtYrUbIcDV7QuGxhZLAAuF4oXNYv3/EVtHiC
LR80ri8kL0DZAGGsG3EMwB9c+8GKf16ffh/jbaAskQZ4M6TQwlNniGw0KNcm+M1R
AjybYUt1PJAqBBtxwFORQ1Ksni/107zQ+ILnVH6LoglVk11U7gyNZiznv1TYrqmM
FPMSE27AlJfUjdzf9HXNl4anfZTK3sgNQfUENVFo+Y6JFed2eG8lUJC3YymK4/LP
I5jZEeUcsTkWk8K0JccS/dLpnadArgex5AGk+peV6DcfU3/gqft4pbC/wOfxpjPq
Gy06gmnHhBSrgBMvhmwd+jU=
=WtEc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to