Your message dated Tue, 08 May 2018 01:39:11 +0000
with message-id <[email protected]>
and subject line Bug#897870: fixed in ssh-cron 1.01.00-2
has caused the Debian Bug report #897870,
regarding ssh-cron: 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 [email protected]
immediately.)


-- 
897870: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897870
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ssh-cron
Version: 1.01.00-1
Severity: normal
Tags: sid buster
User: [email protected]
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/ssh-cron_1.01.00-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

[...]
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
./build clean
rm -rf build-stamp configure-stamp options/SKEL tmp/*.o tmp/*-stamp o */o 
release.yo tmp/lib*.a 
dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/ssh-cron.substvars debian/files
        rm -fr -- debian/ssh-cron/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
 debian/rules build-arch
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# compile the package.
./build program
touch version.cc
gcc -E VERSION.h | grep -v '#' | sed 's/\"//g' > release.yo
g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security --std=c++14 -Wall   -x c++-header main.ih
In file included from /usr/include/c++/8/vector:64,
                 from /usr/include/bobcat/arg:10,
                 from /usr/include/bobcat/argconfig:7,
                 from main.ih:4:
/usr/include/c++/8/bits/stl_vector.h: In instantiation of 'class 
std::vector<std::pair<IPCFunction::Function, const char*>, 
std::allocator<std::pair<const IPCFunction::Function, const char*> > >':
/usr/include/bobcat/linearmap:16:7:   required from 'class 
FBB::LinearMap<IPCFunction::Function, const char*>'
daemon/../ipcfunction/ipcfunction.h:27:25:   required from here
/usr/include/c++/8/bits/stl_vector.h:354:21: error: static assertion failed: 
std::vector must have the same value_type as its allocator
       static_assert(is_same<typename _Alloc::value_type, _Tp>::value,
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In instantiation of 'class 
std::vector<std::pair<std::__cxx11::basic_string<char>, FBB::Facility>, 
std::allocator<std::pair<const std::__cxx11::basic_string<char>, FBB::Facility> 
> >':
/usr/include/bobcat/linearmap:16:7:   required from 'class 
FBB::LinearMap<std::__cxx11::basic_string<char>, FBB::Facility>'
options/options.h:34:47:   required from here
/usr/include/c++/8/bits/stl_vector.h:354:21: error: static assertion failed: 
std::vector must have the same value_type as its allocator
/usr/include/c++/8/bits/stl_vector.h: In instantiation of 'class 
std::vector<std::pair<std::__cxx11::basic_string<char>, FBB::Priority>, 
std::allocator<std::pair<const std::__cxx11::basic_string<char>, FBB::Priority> 
> >':
/usr/include/bobcat/linearmap:16:7:   required from 'class 
FBB::LinearMap<std::__cxx11::basic_string<char>, FBB::Priority>'
options/options.h:36:47:   required from here
/usr/include/c++/8/bits/stl_vector.h:354:21: error: static assertion failed: 
std::vector must have the same value_type as its allocator
Fatal: system - failure of system call (status 256)
make: *** [debian/rules:34: build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: ssh-cron
Source-Version: 1.01.00-2

We believe that the bug you reported is fixed in the latest version of
ssh-cron, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <[email protected]> (supplier of updated ssh-cron 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 07 May 2018 17:58:43 -0700
Source: ssh-cron
Binary: ssh-cron
Architecture: source amd64
Version: 1.01.00-2
Distribution: unstable
Urgency: medium
Maintainer: Frank B. Brokken <[email protected]>
Changed-By: tony mancill <[email protected]>
Description:
 ssh-cron   - cron daemon allowing ssh keys with passphrases to be used
Closes: 897870
Changes:
 ssh-cron (1.01.00-2) unstable; urgency=medium
 .
   * Update Vcs fields for migration from Alioth -> Salsa
   * Bump Standards-Version to 4.1.4
   * Update bobcat build-dep to address FTBFS with g++-8 (Closes: #897870)
   * Use debhelper 11; update debian/rules, debian/compat accordingly
   * Update debian/watch and debian/copyright for Github upstream URL
Checksums-Sha1:
 a1c4d08c5d89c2550a7f1d140a513faf8783a9ea 2010 ssh-cron_1.01.00-2.dsc
 173739783fd33901a36be1c686299e0f14fcb614 2852 ssh-cron_1.01.00-2.debian.tar.xz
 bdd5219d248e45df43f8ab8da7090d673820d7ec 2969020 
ssh-cron-dbgsym_1.01.00-2_amd64.deb
 ee3d35d6299f6e70818a6dc0081b7060d5b04b7a 6299 
ssh-cron_1.01.00-2_amd64.buildinfo
 56d049161bc997660b00f483d7c3530bdbf2eeb9 73620 ssh-cron_1.01.00-2_amd64.deb
Checksums-Sha256:
 7e65b5d64ebd9201d4b0ea30134da9df26c6305962252f4d8b91c0a1406fdc31 2010 
ssh-cron_1.01.00-2.dsc
 e87e79707b43baf62f1016c111212b6ca864d6cfc8765933235c372f90c84217 2852 
ssh-cron_1.01.00-2.debian.tar.xz
 ec41aaa3141a6c0dcc7fd43700d4fbd302a6e6272e038cfbfba18e9792a07dc6 2969020 
ssh-cron-dbgsym_1.01.00-2_amd64.deb
 bcd4c9bacf431074c9d0c8077a47f0a3007595985ef4d4bdf54daba36397814e 6299 
ssh-cron_1.01.00-2_amd64.buildinfo
 0e9bc96b561625b5479dd340e274940b36f1af7336af5e3cf10e3a84c4c32dfc 73620 
ssh-cron_1.01.00-2_amd64.deb
Files:
 06e1ca3903d71e40930ca7424a956608 2010 admin optional ssh-cron_1.01.00-2.dsc
 a6c19ed0ec6292da7e6fe1bc55033e10 2852 admin optional 
ssh-cron_1.01.00-2.debian.tar.xz
 40502f08072f09d3c344b7ec43749f29 2969020 debug optional 
ssh-cron-dbgsym_1.01.00-2_amd64.deb
 57c61e8e2cc1985bd1545987a9ab7845 6299 admin optional 
ssh-cron_1.01.00-2_amd64.buildinfo
 76a2d35fa832c4dec2cdbbb8d2780fdd 73620 admin optional 
ssh-cron_1.01.00-2_amd64.deb

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAlrw+SkUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbDpA/7Bfs3Da2VzWb1fxxoCD9m0SV0MZNB
ijZM/ygHdAk/YP2riPnog4Su5tQ3E5dQPypILk4Pk/CpSG1TcLN7BDisYn4l6yg1
isKrwge7M/0hcE4wGq5fxcAL21JlQmtkf/1xuQhXbE2yrVjO5BSurnDKg+hftEbT
fFG0hztyNdIQiGQgCgq78QH9m9ZA8IhE7j2NHNCMaikAkupYNJHaO907nCwyvXXV
/w3ebXcnuVWDEQVgj+lzlHMOrlZOR/3sOA6j/FnZzlTA2dsJaYJ7nFnn5RPICSIT
G49iNjVYSRfJt00AUQJ+UjbXJzyRIRQF4aHP2nm2XCpDBsmPBTBGYf6wGfvNWbfc
MVM043XZOYy2fjzCFOPMmyR7FPkphoRjWerk0a9nDhrd0kTPn0BOi6gQfWaxLtSo
58oyqE3B5tOp9kAeOcfDttAzqz8DtbYeb9cKqXc/SXNJ4VJdaRo3Sl+IPv4gf6Rr
BeSra1WPtnh9jHJ1yYJIQo4knke+TW9UzmG919oqzebjhrj9YsH1HxamWfscPR01
Q8FvI4DgPFdjukCSHeHroQxE3qThI9MbkNtVEP7H2/V/fYKg3GydlqOS5ihCLiXq
xsxpE956FBWUp7SYRCNTRgZRY48Wt8ANc5NcXIQ1Qwhzg1mHDprlSXj2q1XU0WpC
EMxQUw6vbcayqwo=
=Iq8e
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to