Your message dated Sat, 05 Aug 2017 10:34:25 +0000
with message-id <e1ddwpz-00095n...@fasolo.debian.org>
and subject line Bug#853466: fixed in k3d 0.8.0.6-4
has caused the Debian Bug report #853466,
regarding k3d: ftbfs with GCC-7
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.)


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

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/k3d_0.8.0.6-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
                 from /usr/include/boost/gil/gil_all.hpp:27,
                 from /<<PKGBUILDDIR>>/k3dsdk/bitmap.h:36,
                 from /<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.h:27,
                 from /<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp:24:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp: In function 
'std::auto_ptr<k3d::ngui::bitmap_preview::idata_proxy> 
k3d::ngui::bitmap_preview::proxy(k3d::iproperty&)':
/<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp:77:14: warning: 
'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  return std::auto_ptr<idata_proxy>(new property_proxy(Data));
              ^~~~~~~~
In file included from /usr/include/c++/7/memory:80:0,
                 from /usr/include/boost/gil/algorithm.hpp:22,
                 from /usr/include/boost/gil/gil_all.hpp:27,
                 from /<<PKGBUILDDIR>>/k3dsdk/bitmap.h:36,
                 from /<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.h:27,
                 from /<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp:24:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp: At global scope:
/<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp:83:23: warning: 
'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
 control::control(std::auto_ptr<idata_proxy> Data) :
                       ^~~~~~~~
In file included from /usr/include/c++/7/memory:80:0,
                 from /usr/include/boost/gil/algorithm.hpp:22,
                 from /usr/include/boost/gil/gil_all.hpp:27,
                 from /<<PKGBUILDDIR>>/k3dsdk/bitmap.h:36,
                 from /<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.h:27,
                 from /<<PKGBUILDDIR>>/k3dsdk/ngui/bitmap_preview.cpp:24:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
[ 86%] Linking CXX shared library ../../lib/libk3dsdk-ngui.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/k3dsdk/ngui && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/k3dsdk-ngui.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2 -frounding-math -Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,-z,relro -Wl,-z,now -Wl,-z,defs -Wl,--as-needed -shared 
-Wl,-soname,libk3dsdk-ngui.so.1 -o ../../lib/libk3dsdk-ngui.so.1 
CMakeFiles/k3dsdk-ngui.dir/angle_axis.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/application_state.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/application_window.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/asynchronous_update.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/auto_property_page.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/auto_property_toolbar.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/basic_input_model.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/basic_viewport_input_model.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/bitmap_preview.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/bounding_box.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/check_button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/check_menu_item.cpp.o CMakeFiles/
 k3dsdk-ngui.dir/collapsible_frame.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/color_chooser.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/combo_box.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/console.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/context_menu.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/document.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/document_state.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/document_window.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/entry.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/enumeration_chooser.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/file_chooser_dialog.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/hotkey_cell_renderer_text.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/hotkey_entry.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/icons.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/image_toggle_button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/interactive.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/keyboard.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/main_document_window.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/menus.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/merge_nodes.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/messages.cpp.o CMakeFiles/k3dsdk-ngui.dir/modif
 iers.cpp.o CMakeFiles/k3dsdk-ngui.dir/move_tool.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/navigation_input_model.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/node.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/node_chooser.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/node_collection_chooser.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/node_window.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/null_viewport_input_model.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/options.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/panel_frame.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/panel_mediator.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/path_chooser.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/pipeline.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/point3.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/property.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/property_button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/property_label.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/property_widget.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/render.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/rotate_tool.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/safe_close_dialog.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/savable_application_window.cp
 p.o CMakeFiles/k3dsdk-ngui.dir/savable_document_window.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/scale_tool.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/screen_overlay.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/script_button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/scripting.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/selection.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/selection_input_model.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/selection_tool.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/spin_button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/target.cpp.o CMakeFiles/k3dsdk-ngui.dir/text.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/toggle_button.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/tool.cpp.o CMakeFiles/k3dsdk-ngui.dir/toolbar.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/transform.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/transform_tool.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/undo_utility.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/uri.cpp.o CMakeFiles/k3dsdk-ngui.dir/utility.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/viewport.cpp.o 
CMakeFiles/k3dsdk-ngui.dir/widget_manip.cpp.o  
-L/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -Wl,-rpath,
 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib: ../../lib/libk3dsdk-opengl.so.1 
-lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lgtkglext-x11-1.0 
-lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -lpangox-1.0 
-lX11 -lgmodule-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 
-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lglib-2.0 -lfontconfig -lfreetype -lgtkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 
-lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 
-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 
-lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig 
-lfreetype ../../lib/libk3dsdk.so.1 -lexpat -lz -lGLEW -lGLU -lGL 
../../lib/libk3dsdk-half.so.1 ../../lib/libk3dsdk-sgi-tesselator.so.1 
../../lib/libk3dsdk-parallel.so.1 -lboost_program_options 
-lboost_unit_test_framework -lboost_system -ldl -lpangox-1.0 -lX11 
-lgmodule-2.0 -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2
 .4 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 
-lsigc-2.0 -lGLU -lGL 
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/k3dsdk/ngui && /usr/bin/cmake -E 
cmake_symlink_library ../../lib/libk3dsdk-ngui.so.1 
../../lib/libk3dsdk-ngui.so.1 ../../lib/libk3dsdk-ngui.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 86%] Built target k3dsdk-ngui
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:130: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:36: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:30: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: k3d
Source-Version: 0.8.0.6-4

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

Debian distribution maintenance software
pp.
Manuel A. Fernandez Montecelo <m...@debian.org> (supplier of updated k3d 
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: Sat, 05 Aug 2017 00:48:37 +0200
Source: k3d
Binary: k3d k3d-data
Architecture: source all amd64
Version: 0.8.0.6-4
Distribution: unstable
Urgency: medium
Maintainer: Manuel A. Fernandez Montecelo <m...@debian.org>
Changed-By: Manuel A. Fernandez Montecelo <m...@debian.org>
Description:
 k3d        - 3D modeling and animation system, binary files
 k3d-data   - 3D modeling and animation system, data files
Closes: 853466
Changes:
 k3d (0.8.0.6-4) unstable; urgency=medium
 .
   * d/patches:
     - Add bts-853466-fix-ftbfs-gcc-7.patch, to fix FTBFS with GCC-7
     (Closes: #853466)
Checksums-Sha1:
 8851e9944d46ca5903d8516b719a61bcd8a12403 2729 k3d_0.8.0.6-4.dsc
 7e09b83dbcd8ab777bb94b661cbf568bb0cde548 18028 k3d_0.8.0.6-4.debian.tar.xz
 1431d7a4b239cb802577b31eb05340909f6a0076 1540962 k3d-data_0.8.0.6-4_all.deb
 18b792d4f9afd87ad2b0b024d67ca29080eb8e6c 48563764 
k3d-dbgsym_0.8.0.6-4_amd64.deb
 5ba5cc8502edf3e1ea504dd09ea2485a4d83d418 18537 k3d_0.8.0.6-4_amd64.buildinfo
 711aebef5e593c6f53a9675d19b0af676eb8fda6 8467234 k3d_0.8.0.6-4_amd64.deb
Checksums-Sha256:
 d898561a3fc9ec6127b6abe50902d161fc8c29e7d058040e51b6e62c8f627067 2729 
k3d_0.8.0.6-4.dsc
 386f44f0fe137b2b4d4059264befd08689e2bcfa56592332611681e47e7c54fb 18028 
k3d_0.8.0.6-4.debian.tar.xz
 189568f7d8a7c6af06c19d6c2267ea55bcb642b14886556a0429bc0adeb74ce6 1540962 
k3d-data_0.8.0.6-4_all.deb
 61a24ab30592fa3be562d476c5b1dd5e6ca5ae66ea2ac858acf02fe69f7cdfd8 48563764 
k3d-dbgsym_0.8.0.6-4_amd64.deb
 4faf65fb5f4def9c273a6bea0cdb6cbee7537e302ef600d6dd0b2364e5af8724 18537 
k3d_0.8.0.6-4_amd64.buildinfo
 14d8d5fab59e87fec7e11f25ba7ea9110a689dfb1d4c94fb18dbee12c9a54d84 8467234 
k3d_0.8.0.6-4_amd64.deb
Files:
 15436af3cb466aa926160df7deac94ef 2729 graphics extra k3d_0.8.0.6-4.dsc
 20ac3f52201273b959f4b1c178247e85 18028 graphics extra 
k3d_0.8.0.6-4.debian.tar.xz
 f529204eecb821da34ea5c1995e810be 1540962 graphics extra 
k3d-data_0.8.0.6-4_all.deb
 3c3c33ad6782364aa8779e281d362bb5 48563764 debug extra 
k3d-dbgsym_0.8.0.6-4_amd64.deb
 a5b08ece5fe99a2604445be81bf02527 18537 graphics extra 
k3d_0.8.0.6-4_amd64.buildinfo
 222596abcfca9926d85ab9bb35152a4a 8467234 graphics extra k3d_0.8.0.6-4_amd64.deb

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

iQJEBAEBCgAuFiEEKo6AUFxIYphDDdCTf3YGpEXcqA4FAlmE/0wQHG1hZm1AZGVi
aWFuLm9yZwAKCRB/dgakRdyoDmilD/9Zxppa0RkzL9KKEJNJnY1XAdo7y6sPxvZ2
PU32kAqNr0e7qtp4Nz2tImPJe7hdz76MOS+tzU6Vg5nR/m3F4s89NfkYO76De0Hc
nohhCMsTKy6S4FlyPuCl2oFSYiKlht3X4OYQX72tvIIr+CZEDGtkcTuQK1oAYWaj
lbNRwsOQX83jktSIP4VUScGNKhiitAAc8VL7JhcHq3qrgrZ1rYKjbcorFH/Jl036
mXM69YnVOsKU5/sOlFXSxmJI5cIoYCQEfg7KZZGR5qzKLuX85NvbYZEs7IxfLjec
B0RON65r4tME45e5n9qF2WQ9vH5qd+MX8F17nlNcDv7EiDCciqSmh8J/NhGZJEss
NQvadlRXh3NxQ3bp4j58r0oPUGCIXFe+0CoBw7D9gaK4LQAXRhhpXsbciVdg7b2o
SsqgoyifN8HqH0rSYnKvM2d9quWjIEUrSMXwLFQ/1pjUb6olz1OVgZn6l3ZLHw+W
ygSw4udCFHFNXnflad2pTp+4a0bdR8Ng8hjNjRxD8GYBnojgbFKzs2dfCEBb+EYJ
rbAM3PAFBxRyAbxjHAGKIqcIYDZJcMRbNSvlfYv4IZjWq3X8OHZRsxRdH4GXnQl2
bHvgUY2JUzyAwudyUchDWbWwPKM3YRim1HgYWDJ7V7iPADKphlWVRUOiwTj9UA/a
eemrv0zQzA==
=HP5L
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to