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

Bug#777944: marked as done (Transition libept1.4.16)



Your message dated Mon, 07 Sep 2015 07:57:25 +0200
with message-id <55ED2745.9050909@thykier.net>
and subject line Re: soname change required for libept
has caused the Debian Bug report #777944,
regarding Transition libept1.4.16
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.)


-- 
777944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777944
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libept
Version: 1.0.12.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/libept_1.0.12.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

[...]
[ 24%] Building CXX object ept/CMakeFiles/ept.dir/apt/apt.o
cd /«PKGBUILDDIR»/debian/build/ept && /usr/bin/c++   -Dept_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/debian/build -I/usr/include/tagcoll-2.0.14    -fexceptions -fPIC -fvisibility=default -o CMakeFiles/ept.dir/apt/apt.o -c /«PKGBUILDDIR»/ept/apt/apt.cc
/«PKGBUILDDIR»/ept/apt/apt.cc: In member function 'pkgCacheFile& ept::apt::AptImplementation::depcache()':
/«PKGBUILDDIR»/ept/apt/apt.cc:147:41: warning: 'bool pkgCacheFile::Open(OpProgress&, const bool&)' is deprecated [-Wdeprecated-declarations]
    if (!m_depcache->Open(progress, false))
                                         ^
In file included from /«PKGBUILDDIR»/ept/apt/apt.cc:31:0:
/usr/include/apt-pkg/cachefile.h:74:24: note: declared here
    APT_DEPRECATED bool Open(OpProgress &Progress,bool const &WithLock = true) { return Open(&Progress, WithLock); };
                        ^
/usr/bin/cmake -E cmake_progress_report /«PKGBUILDDIR»/debian/build/CMakeFiles 16
[ 25%] Building CXX object ept/CMakeFiles/ept.dir/apt/packagerecord.o
cd /«PKGBUILDDIR»/debian/build/ept && /usr/bin/c++   -Dept_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/debian/build -I/usr/include/tagcoll-2.0.14    -fexceptions -fPIC -fvisibility=default -o CMakeFiles/ept.dir/apt/packagerecord.o -c /«PKGBUILDDIR»/ept/apt/packagerecord.cc
/usr/bin/cmake -E cmake_progress_report /«PKGBUILDDIR»/debian/build/CMakeFiles 17
[ 27%] Building CXX object ept/CMakeFiles/ept.dir/apt/version.o
cd /«PKGBUILDDIR»/debian/build/ept && /usr/bin/c++   -Dept_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/debian/build -I/usr/include/tagcoll-2.0.14    -fexceptions -fPIC -fvisibility=default -o CMakeFiles/ept.dir/apt/version.o -c /«PKGBUILDDIR»/ept/apt/version.cc
/usr/bin/cmake -E cmake_progress_report /«PKGBUILDDIR»/debian/build/CMakeFiles 18
[ 29%] Building CXX object ept/CMakeFiles/ept.dir/axi/axi.o
cd /«PKGBUILDDIR»/debian/build/ept && /usr/bin/c++   -Dept_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/debian/build -I/usr/include/tagcoll-2.0.14    -fexceptions -fPIC -fvisibility=default -o CMakeFiles/ept.dir/axi/axi.o -c /«PKGBUILDDIR»/ept/axi/axi.cc
In file included from /usr/include/xapian.h:40:0,
                 from /«PKGBUILDDIR»/ept/axi/axi.h:27,
                 from /«PKGBUILDDIR»/ept/axi/axi.cc:26:
/usr/include/xapian/version.h:28:2: error: #error The C++ ABI version of compiler you are using does not match
 #error The C++ ABI version of compiler you are using does not match
  ^
/usr/include/xapian/version.h:29:2: error: #error that of the compiler used to build the library. The versions
 #error that of the compiler used to build the library. The versions
  ^
/usr/include/xapian/version.h:30:2: error: #error must match or your program will not work correctly.
 #error must match or your program will not work correctly.
  ^
/usr/include/xapian/version.h:31:2: error: #error The Xapian library was built with g++ 4.9.1
 #error The Xapian library was built with g++ 4.9.1
  ^
make[4]: *** [ept/CMakeFiles/ept.dir/axi/axi.o] Error 1
ept/CMakeFiles/ept.dir/build.make:425: recipe for target 'ept/CMakeFiles/ept.dir/axi/axi.o' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/debian/build'
make[3]: *** [ept/CMakeFiles/ept.dir/all] Error 2
CMakeFiles/Makefile2:114: recipe for target 'ept/CMakeFiles/ept.dir/all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/debian/build'
make[2]: *** [all] Error 2
Makefile:120: recipe for target 'all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/debian/build'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:13: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:6: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
On Tue, 04 Aug 2015 12:48:36 +0200 Matthias Klose <doko@debian.org> wrote:
> Control: tags -1 + patch confirmed
> 
> please find attached a patch to build with all the rebuilt build-dependencies,
> changing the soname.  The soname bump is at least needed for the changed
> libstdc++6 ABI.
> 


libept migrated last night and its old SONAME was removed from testing.

Thanks,
~Niels

--- End Message ---

Reply to: