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

Bug#777857: fsvs: ftbfs with GCC-5



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


Reply to: