[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777857: marked as done (fsvs: ftbfs with GCC-5)



Your message dated Sat, 25 Jul 2015 13:34:21 +0000
with message-id <E1ZIzan-0002VR-Q9@franck.debian.org>
and subject line Bug#777857: fixed in fsvs 1.2.5-2
has caused the Debian Bug report #777857,
regarding fsvs: ftbfs with GCC-5
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 owner@bugs.debian.org
immediately.)


-- 
777857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777857
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:fsvs
Version: 1.2.5-1
Severity: normal
Tags: sid stretch
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-5

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/fsvs_1.2.5-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
racallback.c: In function 'cb__record_changes_mixed':
racallback.c:924:2: warning: 'svn_ra_do_status' is deprecated [-Wdeprecated-declarations]
  STOPIF_SVNERR( svn_ra_do_status,
  ^
In file included from racallback.c:18:0:
/usr/include/subversion-1/svn_ra.h:1327:1: note: declared here
 svn_ra_do_status(svn_ra_session_t *session,
 ^
racallback.c:918:6: warning: variable 'sent_wcroot' set but not used [-Wunused-but-set-variable]
  int sent_wcroot;
      ^
In file included from racallback.c:31:0:
racallback.c: At top level:
cache.h:97:12: warning: inline function 'cch__entry_set' declared but never defined
 inline int cch__entry_set(struct cache_entry_t **cache, 
            ^
In file included from est_ops.h:15:0,
                 from racallback.c:28:
props.h:39:12: warning: inline function 'prp__set_svnstr' declared but never defined
 inline int prp__set_svnstr(hash_t db, 
            ^
In file included from racallback.c:25:0:
racallback.c: In function 'cb__init':
global.h:778:12: warning: 'cfg_usr_path' may be used uninitialized in this function [-Wmaybe-uninitialized]
  status_svn=func parm;                                    \
            ^
racallback.c:42:8: note: 'cfg_usr_path' was declared here
  char *cfg_usr_path;
        ^
     Link fsvs
cp_mv.o: In function `cm___rev_path_to_string':
/«PKGBUILDDIR»/src/cp_mv.c:1042: undefined reference to `cch__entry_set'
commit.o: In function `ci__directory':
/«PKGBUILDDIR»/src/commit.c:674: undefined reference to `cch__entry_set'
helper.o: In function `hlp__format_path':
/«PKGBUILDDIR»/src/helper.c:1624: undefined reference to `cch__entry_set'
/«PKGBUILDDIR»/src/helper.c:1652: undefined reference to `cch__entry_set'
helper.o: In function `hlp___do_convert':
/«PKGBUILDDIR»/src/helper.c:132: undefined reference to `cch__entry_set'
helper.o:/«PKGBUILDDIR»/src/helper.c:132: more undefined references to `cch__entry_set' follow
collect2: error: ld returned 1 exit status
make[2]: *** [fsvs] Error 1
Makefile:154: recipe for target 'fsvs' failed
make[1]: *** [default-target] Error 2
Makefile:2: recipe for target 'default-target' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:10: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: fsvs
Source-Version: 1.2.5-2

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

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated fsvs 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 25 Jul 2015 15:05:24 +0200
Source: fsvs
Binary: fsvs
Architecture: source amd64
Version: 1.2.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description:
 fsvs       - Full system versioning with metadata support
Closes: 777857
Changes:
 fsvs (1.2.5-2) unstable; urgency=medium
 .
   * QA upload.
   * Apply upstream commit for GCC 5 compatibility. Closes: #777857.
   * Enable verbose build.
   * Fix build with --as-needed.
   * Build using -fgnu89-inline.
Checksums-Sha1:
 914787c8a07c6b3a17fede40f844df93d9411dd4 1740 fsvs_1.2.5-2.dsc
 c8504368e4a48bb1997837f34de5e9630d83e363 5516 fsvs_1.2.5-2.debian.tar.xz
 fb815bd14276d39aaf07798c628cb60da8c5fb9a 204242 fsvs_1.2.5-2_amd64.deb
Checksums-Sha256:
 4397caa1600605eb2480b21cb3d65b2e581234d5f4d3a15fd456659e7829fd16 1740 fsvs_1.2.5-2.dsc
 ea92eb92300f76da4023fb318eac5d9be4de6c449cdc089cae700239bda4c302 5516 fsvs_1.2.5-2.debian.tar.xz
 7490b85f2fe49ffe36c3bee5be439f4f988334ddcbb286dcc5fe474bce6b37f7 204242 fsvs_1.2.5-2_amd64.deb
Files:
 26ba413152c3e736aa48cd8498be6a78 1740 admin optional fsvs_1.2.5-2.dsc
 c180a9d95502132b549b46f90a795ad9 5516 admin optional fsvs_1.2.5-2.debian.tar.xz
 252866d3b22ed9bc5da1db8d5e38b428 204242 admin optional fsvs_1.2.5-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVs49IAAoJEL1+qmB3j6b1uLAP/jJhYQh/T7tRoGxXViT1FrJq
Pw9C0l/DugQDog/gXSTJl3/Vg42v/cDs5tEnSQCXnuF91YSMPpVrEamkS+5hLuig
gkCGYox8LdT1JWlitCzJB0tnIjwHw97FDilflurI7MYuMnwVKROkORSdf7VRQ/FD
7/DoVPULuIu0jTFbuARzKJKvkyf+eEghXeh3Qmk4PXqjvaxmGSArCo8+g24B4ZJh
RwDJg2OaqWX7ZHnSpUPcnRxsff1FkVqVqINS/uCtcYIyud3B2EXbWHGzvW3S4BnQ
wHx9pMziQ3FfXw/ELI8pFN4RNsQBfdtQ49HUlbH3APhpbftKcKnmL8HGb+B7yeA8
wn2TI4IkgRuVbWyyP7fYN24b6yt+VwwgCf+ro/4xTA8boLo+9g8RiheibbtYS1TY
svlt3ZI0FbZrViX17k39YUl495ohqjgBBje43R81S8+AyoUAj0oBW96deqS7YoaM
G8naDFp6EdEcLeSw4A4I36F1Buy6f8+QYgWEB8qp3lX2c5Fs1MDZAWd1ADeiTH+f
/LfkTacgyVL7LPLoPsTNfMtZYpuy/88bIdGCKpo1MrVzP7EP6CnQ+xjouYmfkCxE
o5xv1HEZe8JUxd/WkkO3gb98bZZ/cw1mER10HyK65mqi9EfrPrWlgh5qOXDuRrrM
kTzfIbzU7dlQkgqVnC2Y
=AE0L
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: