Bug#853303: agg: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:agg
Version: 2.5+dfsg1-11
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/agg_2.5+dfsg1-11_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

[...]
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/win32'
Making all in AmigaOS
make[5]: Entering directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/AmigaOS'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/AmigaOS'
Making all in BeOS
make[5]: Entering directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/BeOS'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/BeOS'
Making all in mac
make[5]: Entering directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/mac'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'/<>/agg-2.5+dfsg1/obj-pic/src/platform/mac'
make[5]: Entering directory '/<>/agg-2.5+dfsg1/obj-pic/src/platform'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<>/agg-2.5+dfsg1/obj-pic/src/platform'
make[4]: Leaving directory '/<>/agg-2.5+dfsg1/obj-pic/src/platform'
make[3]: Leaving directory '/<>/agg-2.5+dfsg1/obj-pic/src'
Making all in font_freetype
make[3]: Entering directory '/<>/agg-2.5+dfsg1/obj-pic/font_freetype'
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../include   -Wdate-time -D_FORTIFY_SOURCE=2 -I../include 
-I/usr/include/freetype2  -g -O2 
-fdebug-prefix-map=/<>/agg-2.5+dfsg1=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o 
libaggfontfreetype_la-agg_font_freetype.lo `test -f 'agg_font_freetype.cpp' || 
echo './'`agg_font_freetype.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../include -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../include -I/usr/include/freetype2 -g -O2 
-fdebug-prefix-map=/<>/agg-2.5+dfsg1=. -fstack-protector-strong 
-Wformat -Werror=format-security -c agg_font_freetype.cpp  -fPIC -DPIC -o 
.libs/libaggfontfreetype_la-agg_font_freetype.o
In file included from agg_font_freetype.h:34:0,
 from agg_font_freetype.cpp:26:
../include/agg_scanline_u.h: In member function 'void 
agg::scanline32_u8_am::finalize(int)':
../include/agg_scanline_u.h:482:39: error: cannot call member function 'void 
agg::scanline_u8::finalize(int)' without object
 base_type::finalize(span_y);
   ^
../include/agg_scanline_u.h:485:70: error: cannot call member function 
'agg::scanline_u8::span* agg::scanline_u8::begin()' without object
 typename base_type::iterator span = base_type::begin();
  ^
../include/agg_scanline_u.h:486:55: error: cannot call member function 
'unsigned int agg::scanline_u8::num_spans() const' without object
 unsigned count = base_type::num_spans();
   ^
../include/agg_scanline_u.h:490:62: error: cannot call member function 'int 
agg::scanline_u8::y() const' without object
 base_type::y(),
  ^
Makefile:364: recipe for target 'libaggfontfreetype_la-agg_font_freetype.lo' 
failed
make[3]: *** [libaggfontfreetype_la-agg_font_freetype.lo] Error 1
make[3]: Leaving directory '/<>/agg-2.5+dfsg1/obj-pic/font_freetype'
Makefile:425: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<>/agg-2.5+dfsg1/obj-pic'
debian/rules:39: recipe for target 'build-pic-stamp' failed
make[1]: *** [build-pic-stamp] Error 2
make[1]: Leaving directory '/<>/agg-2.5+dfsg1'
debian/rules:42: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



Bug#853317: apvlv: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:apvlv
Version: 0.1.5+dfsg-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/apvlv_0.1.5+dfsg-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

[...]
  ^~~~
/<>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:75:36: warning: 'gint 
gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  mWidth = gdk_screen_get_width (scr);
^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0,
 from /usr/include/gtk-3.0/gdk/gdk.h:32,
 from /usr/include/gtk-3.0/gtk/gtk.h:30,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:29:
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
 gint gdk_screen_get_width (GdkScreen   *screen);
  ^~~~
/<>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:76:12: warning: 'gint 
gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  mHeight = gdk_screen_get_height (scr);
^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0,
 from /usr/include/gtk-3.0/gdk/gdk.h:32,
 from /usr/include/gtk-3.0/gtk/gtk.h:30,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:29:
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
 gint gdk_screen_get_height(GdkScreen   *screen);
  ^
/<>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:76:38: warning: 'gint 
gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  mHeight = gdk_screen_get_height (scr);
  ^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0,
 from /usr/include/gtk-3.0/gdk/gdk.h:32,
 from /usr/include/gtk-3.0/gtk/gtk.h:30,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:29:
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
 gint gdk_screen_get_height(GdkScreen   *screen);
  ^
src/CMakeFiles/apvlv.dir/build.make:65: recipe for target 
'src/CMakeFiles/apvlv.dir/ApvlvCmds.cc.o' failed
make[3]: *** [src/CMakeFiles/apvlv.dir/ApvlvCmds.cc.o] Error 1
make[3]: Leaving directory '/<>/apvlv-0.1.5+dfsg/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:88: recipe for target 'src/CMakeFiles/apvlv.dir/all' failed
make[2]: *** [src/CMakeFiles/apvlv.dir/all] Error 2
make[2]: Leaving directory '/<>/apvlv-0.1.5+dfsg/obj-x86_64-linux-gnu'
Makefile:152: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<>/apvlv-0.1.5+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



Bug#853309: altermime: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:altermime
Version: 0.3.10-8
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/altermime_0.3.10-8_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

[...]
make[1]: Entering directory '/<>'
rm -rf debian/docs/html
dh_auto_clean
make -j1 clean
make[2]: Entering directory '/<>'
rm -f *.o altermime
make[2]: Leaving directory '/<>'
make[1]: Leaving directory '/<>'
   dh_clean
 dpkg-source -b altermime-0.3.10
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building altermime using existing 
./altermime_0.3.10.orig.tar.gz
dpkg-source: info: building altermime in altermime_0.3.10-8.debian.tar.xz
dpkg-source: info: building altermime in altermime_0.3.10-8.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
linuxdoc --backend=html debian/docs/postfix-altermime-howto.sgml
Processing file debian/docs/postfix-altermime-howto.sgml
mkdir -p debian/docs/html
mv -f postfix-altermime-howto*.html debian/docs/html
dh_auto_configure
make[1]: Leaving directory '/<>'
   dh_auto_build
make -j1
make[1]: Entering directory '/<>'
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -Werror -g -I. -O2  -Wdate-time 
-D_FORTIFY_SOURCE=2 -c strstack.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -Werror -g -I. -O2  -Wdate-time 
-D_FORTIFY_SOURCE=2 -c mime_alter.c
mime_alter.c: In function 'AM_add_disclaimer_insert_html':
mime_alter.c:1509:45: error: output may be truncated before the last format 
character [-Werror=format-truncation=]
   snprintf(boundary, sizeof(boundary), "--%s", dd->boundary);
 ^
In file included from /usr/include/stdio.h:938:0,
 from mime_alter.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between 
3 and 1026 bytes into a destination of size 1025
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  ^~~~
__bos (__s), __fmt, __va_arg_pack ());
~
cc1: all warnings being treated as errors
Makefile:17: recipe for target 'mime_alter.o' failed
make[1]: *** [mime_alter.o] Error 1
make[1]: Leaving directory '/<>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



Bug#853340: cadabra: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:cadabra
Version: 1.46-2
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/cadabra_1.46-2_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

[...]
~^~~
g++ -o test_gmp test_gmp.o -Wl,-z,relro -Wl,-z,now -lgmpxx -lgmp
g++ -o tree_example tree_example.o
modules/xperm_new.cc: In function 'void schreier_sims_step(int*, int, int*, 
int, int, int, int*, int, int*, int*, int**, int*, int*)':
modules/xperm_new.cc:1176:7: warning: 'j' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
   if (j == *nbl+1) {
   ^~
exchange.cc: In static member function 'static int 
exchange::collect_identical_tensors(exptree&, tree::iterator, 
std::vector&)':
exchange.cc:113:18: error: ISO C++ forbids comparison between pointer and 
integer [-fpermissive]
if(ngr.spino==false || ngr.spino->majorana==true)
  ^
Makefile:30: recipe for target 'exchange.o' failed
make[2]: *** [exchange.o] Error 1
make[2]: *** Waiting for unfinished jobs
manipulator.cc: In member function 'tree::iterator 
manipulator::handle_active_nodes_(tree::iterator)':
manipulator.cc:863:7: warning: variable 'once_modified' set but not used 
[-Wunused-but-set-variable]
  bool once_modified=false; // if nothing happens, do a check_consistency at 
the end
   ^
g++ -Wall -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -D"DESTDIR=\"/usr\"" 
-D"RELEASE=\"1.46\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -O2 -I. -I../include `pkg-config modglue --cflags` 
`pkg-config --cflags gtkmm-2.4` `pkg-config --cflags pango` -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o main.o main.cc
In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:24:0,
 from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
 from /usr/include/gdkmm-2.4/gdkmm/types.h:30,
 from /usr/include/gtkmm-2.4/gtkmm/main.h:33,
 from window.hh:24,
 from main.cc:36:
/usr/include/glibmm-2.4/glibmm/variant.h:596:55: warning: dynamic exception 
specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
static V_CastTo cast_dynamic(const VariantBase& v) throw(std::bad_cast);
   ^
/usr/include/glibmm-2.4/glibmm/variant.h:643:1: warning: dynamic exception 
specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
 throw(std::bad_cast)
 ^
/usr/include/glibmm-2.4/glibmm/variant.h:899:1: warning: dynamic exception 
specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
 throw(std::bad_cast);
 ^
/usr/include/glibmm-2.4/glibmm/variant.h:1082:1: warning: dynamic exception 
specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
 throw(std::bad_cast);
 ^
/usr/include/glibmm-2.4/glibmm/variant.h:1139:1: warning: dynamic exception 
specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
 throw(std::bad_cast);
 ^
g++ -o xcadabra help.o widgets.o window.o main.o ../src/stopwatch.o `pkg-config 
modglue --libs` `pkg-config --libs gtkmm-2.4` -lpcrecpp -Wl,-z,relro -Wl,-z,now 
-Wdate-time -D_FORTIFY_SOURCE=2
make[2]: Leaving directory '/<>/gui'
make[2]: Leaving directory '/<>/src'
Makefile:21: recipe for target 'program' failed
make[1]: *** [program] Error 2
make[1]: Leaving directory '/<>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



Bug#853355: core-network: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:core-network
Version: 4.8-3
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/core-network_4.8-3_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

[...]
make[4]: Entering directory '/<>/daemon/src'
SBINDIR=/usr/sbin LDFLAGS="-Wl,-z,relro -Wl,-z,now -lev" CFLAGS="-g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIE -O3 -Werror -Wall -D_GNU_SOURCE " /usr/bin/python 
setup.py build
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnode_msg.o vnode_msg.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnode_cmd.o vnode_cmd.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnode_chnl.o vnode_chnl.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnode_io.o vnode_io.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnoded_main.o vnoded_main.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnode_server.o vnode_server.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o netns.o netns.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vcmd_main.o vcmd_main.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o vnode_client.o vnode_client.c
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -O3 -g  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -c -o netns_main.o netns_main.c
running build
running build_ext
building 'netns' extension
creating build
creating build/temp.linux-x86_64-2.7
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIE -O3 -Werror 
-Wall -D_GNU_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python2.7 -c netnsmodule.c -o 
build/temp.linux-x86_64-2.7/netnsmodule.o
In file included from /usr/include/python2.7/Python.h:78:0,
 from netnsmodule.c:16:
netnsmodule.c: In function 'netns_nsexecvp':
/usr/include/python2.7/pymem.h:97:30: error: '*' in boolean context, suggest 
'&&' instead [-Werror=int-in-bool-context]
  ( (type *) PyMem_MALLOC((n) * sizeof(type)) ) )
 

Bug#853445: htdig: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:htdig
Version: 1:3.2.0b6-16
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/htdig_3.2.0b6-16_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

[...]
htdb_stat.cc:184:4: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
htdb_stat.cc:184:4: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
/bin/bash ../libtool  --tag=CXX   --mode=link x86_64-linux-gnu-g++  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-deprecated -Wall -fno-rtti -fno-exceptions   
-Wl,-z,relro -o htdb_stat htdb_stat.o ../htnet/libhtnet.la 
../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la 
../htcommon/libcommon.la ../htword/libhtword.la ../db/libhtdb.la 
../htlib/libht.la -lz 
libtool: link: x86_64-linux-gnu-g++ -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-deprecated -Wall -fno-rtti -fno-exceptions -Wl,-z 
-Wl,relro -o .libs/htdb_stat htdb_stat.o  ../htnet/.libs/libhtnet.so 
../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so 
../db/.libs/libhtdb.so ../htlib/.libs/libht.so -lz -Wl,-rpath 
-Wl,/usr/lib/htdig -Wl,-rpath -Wl,/usr/lib/htdig_db
make[2]: Leaving directory '/<>/htdb'
Making all in htdig
make[2]: Entering directory '/<>/htdig'
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../include 
-DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib 
-I../htnet -I../htcommon -I../htword -I../db -I../db-Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated -Wall 
-fno-rtti -fno-exceptions -c -o Document.o Document.cc
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../include 
-DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib 
-I../htnet -I../htcommon -I../htword -I../db -I../db-Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated -Wall 
-fno-rtti -fno-exceptions -c -o HTML.o HTML.cc
HTML.cc: In constructor 'HTML::HTML()':
HTML.cc:88:170: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
 
tags.Pattern("title|/title|a|/a|h1|h2|h3|h4|h5|h6|/h1|/h2|/h3|/h4|/h5|/h6|noindex|/noindex|img|li|meta|frame|area|base|embed|object|link|style|/style|script|/script");


  ^
HTML.cc:94:197: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
 
nobreaktags.Pattern("font|/font|em|/em|strong|/strong|i|/i|b|/b|u|/u|tt|/tt|abbr|/abbr|code|/code|q|/q|samp|/samp|kbd|/kbd|var|/var|dfn|/dfn|cite|/cite|blink|/blink|big|/big|small|/small|s|/s");


 ^
HTML.cc:99:122: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
 
spacebeforetags.Pattern("title|h1|h2|h3|h4|h5|h6|address|blockquote|noindex|img|li|th|td|dt|dd|p|br|hr|center|spacer");

  ^
HTML.cc:101:81: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
 
spaceaftertags.Pattern("/title|/h1|/h2|/h3|/h4|/h5|/h6|/address|/blockquote");

 ^
HTML.cc:105:73: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
 metadatetags.Pattern("date|dc.date|dc.date.created|dc.date.mo

Bug#853450: ifhp: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:ifhp
Version: 3.5.20-14
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/ifhp_3.5.20-14_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

[...]
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o ifhp.o ifhp.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o accounting.o accounting.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o checkcode.o checkcode.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o debug.o debug.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o errormsg.o errormsg.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o globmatch.o globmatch.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o open_device.o open_device.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o perlobj.o perlobj.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -g -W -Wall -Werror -Wno-unused  
-DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\"/etc/ifhp.conf\" 
-DLOCALEDIR=\"/usr/share/locale\"   -c -o plp_snprintf.o plp_snprintf.c
plp_snprintf.c: In function 'dopr':
plp_snprintf.c:684:7: error: this statement may fall through 
[-Werror=implicit-fallthrough=]
 if(len==0 && set_precision == 0 ) zpad = '0';
   ^
plp_snprintf.c:685:4: note: here
case '1': case '2': case '3':
^~~~
plp_snprintf.c:703:7: error: this statement may fall through 
[-Werror=implicit-fallthrough=]
 if( base == 0 ){ base = 10; signed_val = 0; }
   ^
plp_snprintf.c:704:4: note: here
case 'o': case 'O':
^~~~
plp_snprintf.c:705:7: error: this statement may fall through 
[-Werror=implicit-fallthrough=]
 if( base == 0 ){ base = 8; signed_val = 0; }
   ^
plp_snprintf.c:706:4: note: here
case 'd': case 'D':
^~~~
plp_snprintf.c:707:7: error: this statement may fall through 
[-Werror=implicit-fallthrough=]
 if( base == 0 ){ base = 10; signed_val = 1; }
   ^
plp_snprintf.c:708:4: note: here
case 'x':

Bug#853644: ripole: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:ripole
Version: 0.2.0+20081101.0215-3
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/ripole_0.2.0+20081101.0215-3_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

[...]
-

dpkg-buildpackage: info: source package ripole
dpkg-buildpackage: info: source version 0.2.0+20081101.0215-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Chris Lamb 
 dpkg-source --before-build ripole-0.2.0+20081101.0215
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh  clean
   dh_testdir
   dh_auto_clean
make -j1 clean
make[1]: Entering directory '/<>/ripole-0.2.0+20081101.0215'
rm -f *.o ripole
make[1]: Leaving directory '/<>/ripole-0.2.0+20081101.0215'
   dh_clean
 dpkg-source -b ripole-0.2.0+20081101.0215
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building ripole using existing 
./ripole_0.2.0+20081101.0215.orig.tar.gz
dpkg-source: info: building ripole in ripole_0.2.0+20081101.0215-3.debian.tar.xz
dpkg-source: info: building ripole in ripole_0.2.0+20081101.0215-3.dsc
 debian/rules build
dh  build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
make -j1
make[1]: Entering directory '/<>/ripole-0.2.0+20081101.0215'
cc -Wall -g -O2 -I. -Werror -g -O2 
-fdebug-prefix-map=/<>/ripole-0.2.0+20081101.0215=. 
-fstack-protector-strong -Wformat -Werror=format-security  -c ole.c
cc -Wall -g -O2 -I. -Werror -g -O2 
-fdebug-prefix-map=/<>/ripole-0.2.0+20081101.0215=. 
-fstack-protector-strong -Wformat -Werror=format-security  -c olestream-unwrap.c
cc -Wall -g -O2 -I. -Werror -g -O2 
-fdebug-prefix-map=/<>/ripole-0.2.0+20081101.0215=. 
-fstack-protector-strong -Wformat -Werror=format-security  -c bytedecoders.c
cc -Wall -g -O2 -I. -Werror -g -O2 
-fdebug-prefix-map=/<>/ripole-0.2.0+20081101.0215=. 
-fstack-protector-strong -Wformat -Werror=format-security  -c logger.c
cc -Wall -g -O2 -I. -Werror -g -O2 
-fdebug-prefix-map=/<>/ripole-0.2.0+20081101.0215=. 
-fstack-protector-strong -Wformat -Werror=format-security  -c pldstr.c
pldstr.c: In function 'PLD_strtok':
pldstr.c:300:30: error: comparison between pointer and zero character constant 
[-Werror=pointer-compare]
  if ((st->start)&&(st->start != '\0'))
  ^~
pldstr.c:300:20: note: did you mean to dereference the pointer?
  if ((st->start)&&(st->start != '\0'))
^
cc1: all warnings being treated as errors
Makefile:10: recipe for target 'pldstr.o' failed
make[1]: *** [pldstr.o] Error 1
make[1]: Leaving directory '/<>/ripole-0.2.0+20081101.0215'
dh_auto_build: make -j1 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



Bug#853661: simulavr: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:simulavr
Version: 0.1.2.2-7
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/simulavr_0.1.2.2-7_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

[...]
then mv -f ".deps/avrcore.Tpo" ".deps/avrcore.Po"; else rm -f 
".deps/avrcore.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT avrerror.o -MD -MP -MF 
".deps/avrerror.Tpo" -c -o avrerror.o avrerror.c; \
then mv -f ".deps/avrerror.Tpo" ".deps/avrerror.Po"; else rm -f 
".deps/avrerror.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT avrmalloc.o -MD -MP -MF 
".deps/avrmalloc.Tpo" -c -o avrmalloc.o avrmalloc.c; \
then mv -f ".deps/avrmalloc.Tpo" ".deps/avrmalloc.Po"; else rm -f 
".deps/avrmalloc.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT callback.o -MD -MP -MF 
".deps/callback.Tpo" -c -o callback.o callback.c; \
then mv -f ".deps/callback.Tpo" ".deps/callback.Po"; else rm -f 
".deps/callback.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT decoder.o -MD -MP -MF 
".deps/decoder.Tpo" -c -o decoder.o decoder.c; \
then mv -f ".deps/decoder.Tpo" ".deps/decoder.Po"; else rm -f 
".deps/decoder.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT device.o -MD -MP -MF 
".deps/device.Tpo" -c -o device.o device.c; \
then mv -f ".deps/device.Tpo" ".deps/device.Po"; else rm -f ".deps/device.Tpo"; 
exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT devsupp.o -MD -MP -MF 
".deps/devsupp.Tpo" -c -o devsupp.o devsupp.c; \
then mv -f ".deps/devsupp.Tpo" ".deps/devsupp.Po"; else rm -f 
".deps/devsupp.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
-I../src/getopt -Wall -g -std=gnu89 -O2 -MT display.o -MD -MP -MF 
".deps/display.Tpo" -c -o display.o display.c; \
then mv -f ".deps/display.Tpo" ".deps/display.Po"; else rm -f 
".deps/display.Tpo"; exit 1; fi
display.c: In function 'display_open':
display.c:144:45: error: '%d' directive output may be truncated writing between 
1 and 11 bytes into a region of size 9 [-Werror=format-truncation=]
 snprintf (spfd, sizeof (spfd) - 1, "%d", pfd[0]);
 ^~
display.c:144:44: note: using the range [1, -2147483648] for directive argument
 snprintf (spfd, sizeof (spfd) - 1, "%d", pfd[0]);
^~~~
display.c:144:9: note: format output between 2 and 12 bytes into a destination 
of size 9
 snprintf (spfd, sizeof (spfd) - 1, "%d", pfd[0]);
 ^~~~
display.c:147:59: error: '%d' directive output may be truncated writing between 
1 and 11 bytes into a region of size 8 [-Werror=format-truncation=]
 snprintf (pfd_env, sizeof (pfd_env), "SIM_PIPE_FD=%d", pfd[0]);
   ^~
display.c:147:46: note: using the range [1, -2147483648] for directive argument
 snprintf (pfd_env, sizeof (pfd_env), "SIM_PIPE_FD=%d", pfd[0]);
  ^~~~
display.c:147:9: note: format output between 14 and 24 bytes into a destination 
of size 20
 snprintf (pfd_env, sizeof (pfd_env), "SIM_PIPE_FD=%d", pfd[0]);
 ^~
cc1: all warnings being treated as errors
Makefile:431: recipe for target 'display.o' failed
make[4]: *** [display.o] Error 1
make

Bug#853673: swish++: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:swish++
Version: 6.1.5-4
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/swish++_6.1.5-4_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

[...]
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions-c -o init_modules.o init_modules.c
In file included from 
/usr/include/x86_64-linux-gnu/c++/7/bits/os_defines.h:39:0,
 from /usr/include/x86_64-linux-gnu/c++/7/bits/c++config.h:513,
 from /usr/include/c++/7/iostream:38,
 from indexer.h:26,
 from init_modules.c:28:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions-c -o init_mod_vars.o init_mod_vars.c
In file included from 
/usr/include/x86_64-linux-gnu/c++/7/bits/os_defines.h:39:0,
 from /usr/include/x86_64-linux-gnu/c++/7/bits/c++config.h:513,
 from /usr/include/c++/7/iostream:38,
 from conf_var.h:26,
 from init_mod_vars.c:28:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions-c -o iso8859-1.o iso8859-1.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions-c -o itoa.o itoa.c
In file included from 
/usr/include/x86_64-linux-gnu/c++/7/bits/os_defines.h:39:0,
 from /usr/include/x86_64-linux-gnu/c++/7/bits/c++config.h:513,
 from /usr/include/c++/7/cctype:41,
 from util.h:26,
 from itoa.c:25:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions-c -o option_stream.o option_stream.c
In file included from 
/usr/include/x86_64-linux-gnu/c++/7/bits/os_defines.h:39:0,
 from /usr/include/x86_64-linux-gnu/c++/7/bits/c++config.h:51

Bug#853689: turnserver: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
Package: src:turnserver
Version: 0.7.3-5
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/turnserver_0.7.3-5_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

[...]
  User-defined XOR_PEER_ADDRESS_MAX: 5

make[1]: Leaving directory '/<>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build --parallel
make -j64
make[2]: Entering directory '/<>'
make  all-recursive
make[3]: Entering directory '/<>'
Making all in src
make[4]: Entering directory '/<>/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
test_turn_client.o test_turn_client.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o protocol.o 
protocol.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o util_crypto.o 
util_crypto.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o tls_peer.o 
tls_peer.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o util_sys.o 
util_sys.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
test_echo_server.o test_echo_server.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o turnserver.o 
turnserver.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o dbg.o dbg.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall 
-Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic 
-fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 
-D_DEFAULT_SOURCE  -DNDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o alloc

Processed: agg: ftbfs of exactimage with GCC-7

2017-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 853393 -1
Bug #853393 [src:exactimage] exactimage: ftbfs with GCC-7
Bug 853393 cloned as bug 853720
> reassign -1 src:agg 2.5+dfsg1-11
Bug #853720 [src:exactimage] exactimage: ftbfs with GCC-7
Bug reassigned from package 'src:exactimage' to 'src:agg'.
No longer marked as found in versions exactimage/0.9.1-16.
Ignoring request to alter fixed versions of bug #853720 to the same values 
previously set
Bug #853720 [src:agg] exactimage: ftbfs with GCC-7
Marked as found in versions agg/2.5+dfsg1-11.
> retitle -1 agg: ftbfs of exactimage with GCC-7
Bug #853720 [src:agg] exactimage: ftbfs with GCC-7
Changed Bug title to 'agg: ftbfs of exactimage with GCC-7' from 'exactimage: 
ftbfs with GCC-7'.
> block 853393 by -1
Bug #853393 [src:exactimage] exactimage: ftbfs with GCC-7
853393 was not blocked by any bugs.
853393 was not blocking any bugs.
Added blocking bug(s) of 853393: 853720
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
853393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853393
853720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Salvex Asset Recovery Services

2017-01-31 Thread Juli Jaramillo

Hello,

Do you have any surplus or used equipment that you would like to sell?  

Please feel free to contact us to discuss any equipment you have coming up.


Regards,

Juli Jaramillo
Salvex, Inc.
440 Louisiana St. Ste. 590
Houston, TX 77002
713-229-9000 - Phone
973-556-1328 - Fax
j...@salvex.com  - E-mail
www.salvex.com 

 - Web Site

To unsubscribe from future mailings click here
.

The seller has the right to reject any and all bids, can add a reserve at
anytime and may re-list the item on commercialclassified if they are not
satisfied with the bid results. Salvex is not the seller, but operates to
assist the seller in advertising,creating a balanced and fair bidding
process, and assist to achieve a successful sale of assets between the
buyer and seller in a global market place. We expect everyone in our market
place to operate with mutual respect, honorably and trust to achieve
profits and financial recoveries fairly.

Processing of slcurl_0.2.1-6_source.changes

2017-01-31 Thread Debian FTP Masters
slcurl_0.2.1-6_source.changes uploaded successfully to localhost
along with the files:
  slcurl_0.2.1-6.dsc
  slcurl_0.2.1-6.diff.gz
  slcurl_0.2.1-6_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#852885: marked as done (slcurl: FTBFS: configure: error: unable to find the curl library and header file curl/curl.h)

2017-01-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jan 2017 17:33:38 +
with message-id 
and subject line Bug#852885: fixed in slcurl 0.2.1-6
has caused the Debian Bug report #852885,
regarding slcurl: FTBFS: configure: error: unable to find the curl library and 
header file curl/curl.h
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.)


-- 
852885: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852885
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: slcurl
Version: 0.2.1-5
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170128 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> checking for dlfcn.h... yes
> checking for dlopen in -ldl... yes
> checking for X... no
> checking for the slang library and header files ... yes: 
> /usr/lib/x86_64-linux-gnu and /usr/include
> checking for the curl library and header files curl/curl.h... no
> configure: error: unable to find the curl library and header file curl/curl.h
> /usr/share/cdbs/1/class/autotools.mk:44: recipe for target 
> 'debian/stamp-autotools' failed

The full build log is available from:
   http://aws-logs.debian.net/2017/01/28/slcurl_0.2.1-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: slcurl
Source-Version: 0.2.1-6

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

Debian distribution maintenance software
pp.
Andreas Henriksson  (supplier of updated slcurl 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: Tue, 31 Jan 2017 18:06:46 +0100
Source: slcurl
Binary: slang-curl
Architecture: source
Version: 0.2.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Henriksson 
Description:
 slang-curl - transfer files using HTTP and FTP from S-Lang
Closes: 852885
Changes:
 slcurl (0.2.1-6) unstable; urgency=medium
 .
   * QA Upload
   * debian/rules: Use --includedir and --libdir configure flags to pass
 multiarch paths and fool build system into finding curl (and slang).
 Actually using pkg-config to look up info would be better
 (Closes: #852885)
Checksums-Sha1:
 981ce74448aa3c0706fe307e21e57c5740821dd3 1889 slcurl_0.2.1-6.dsc
 873ed143a0f2a175f52eb7f1dd17edd5b7179172 3521 slcurl_0.2.1-6.diff.gz
 f8c31d0fe394533b56dcd40860f673b7d58081f4 5652 slcurl_0.2.1-6_amd64.buildinfo
Checksums-Sha256:
 7902d232fbe7dc5837dcb297877f6644e5ed22ff2a66c0d41a9974bf663d4996 1889 
slcurl_0.2.1-6.dsc
 c54594afae307373e88da46f3be0fdf8ec97c4da3a10b4066b1cf77e85afc79b 3521 
slcurl_0.2.1-6.diff.gz
 0f745dd5c8e3af69eb1498a1106b9c061f0164e8432ae6d42a9001942debd993 5652 
slcurl_0.2.1-6_amd64.buildinfo
Files:
 ab5346f32b8530d29be94942498ef301 1889 interpreters optional slcurl_0.2.1-6.dsc
 e3da8d0656a50c63e59684a2a6ceb8f2 3521 interpreters optional 
slcurl_0.2.1-6.diff.gz
 dfc48c885808ed1d4d114f48ca339ace 5652 interpreters optional 
slcurl_0.2.1-6_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAliQxI8ACgkQC8R9xk0T
Uwbn7w/9E6GeMpvxBaQOFR28KkDsa2JoctQAtuopf/hUCRInM/t1J/PyLQ8Q660t
2eQqjVNeUXckQj/LRXgfxpw63gXyDijQgPcgTkx8bGFLGms7hT2/kMx/9jNp+fXk
M3joSW0imsXk7G3jhiXX4e6q0rMmlXFK2JmT6cXSsq85lbGltB8V3C3bkRSnVnTJ
X5+mxg5mHfv3+/cXJ4BdS5elBV2rdMmETWHgPp/UD/88q0hg1QRnDJbdJokucGcN
3OjFGppBQzclatrv4POIoHZ4Yfxd+r+6u4df7H1C4DTXMuYpv8JUL99GkdSMeUBM
2Q+jNDhRQVvjjsozz7mccIdbo6GzyJwRtL7v0KWCh13Lu0fmfx2PmdQ+uEwPolSM
QeLy+lvIgHmVBTUAZqYlncsBqeTgykIGhQLadgD0wImYSZ1ck6A3P8cNfPB7weQi
0FLEPbRYaIKn6qBJgWXNPflYsUmFOY1qMWGxE2tBHffMRHDqRSp3Px1rK/NkN9d2
c+wrwdUhS/VZuqh/dXyx9ENo7DcGP7YDdrBzaHX5mBcLCWSxtmikTs+9cXwuPHwq
UJtVR9imh77sh

slcurl_0.2.1-6_source.changes ACCEPTED into unstable

2017-01-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 31 Jan 2017 18:06:46 +0100
Source: slcurl
Binary: slang-curl
Architecture: source
Version: 0.2.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Henriksson 
Description:
 slang-curl - transfer files using HTTP and FTP from S-Lang
Closes: 852885
Changes:
 slcurl (0.2.1-6) unstable; urgency=medium
 .
   * QA Upload
   * debian/rules: Use --includedir and --libdir configure flags to pass
 multiarch paths and fool build system into finding curl (and slang).
 Actually using pkg-config to look up info would be better
 (Closes: #852885)
Checksums-Sha1:
 981ce74448aa3c0706fe307e21e57c5740821dd3 1889 slcurl_0.2.1-6.dsc
 873ed143a0f2a175f52eb7f1dd17edd5b7179172 3521 slcurl_0.2.1-6.diff.gz
 f8c31d0fe394533b56dcd40860f673b7d58081f4 5652 slcurl_0.2.1-6_amd64.buildinfo
Checksums-Sha256:
 7902d232fbe7dc5837dcb297877f6644e5ed22ff2a66c0d41a9974bf663d4996 1889 
slcurl_0.2.1-6.dsc
 c54594afae307373e88da46f3be0fdf8ec97c4da3a10b4066b1cf77e85afc79b 3521 
slcurl_0.2.1-6.diff.gz
 0f745dd5c8e3af69eb1498a1106b9c061f0164e8432ae6d42a9001942debd993 5652 
slcurl_0.2.1-6_amd64.buildinfo
Files:
 ab5346f32b8530d29be94942498ef301 1889 interpreters optional slcurl_0.2.1-6.dsc
 e3da8d0656a50c63e59684a2a6ceb8f2 3521 interpreters optional 
slcurl_0.2.1-6.diff.gz
 dfc48c885808ed1d4d114f48ca339ace 5652 interpreters optional 
slcurl_0.2.1-6_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAliQxI8ACgkQC8R9xk0T
Uwbn7w/9E6GeMpvxBaQOFR28KkDsa2JoctQAtuopf/hUCRInM/t1J/PyLQ8Q660t
2eQqjVNeUXckQj/LRXgfxpw63gXyDijQgPcgTkx8bGFLGms7hT2/kMx/9jNp+fXk
M3joSW0imsXk7G3jhiXX4e6q0rMmlXFK2JmT6cXSsq85lbGltB8V3C3bkRSnVnTJ
X5+mxg5mHfv3+/cXJ4BdS5elBV2rdMmETWHgPp/UD/88q0hg1QRnDJbdJokucGcN
3OjFGppBQzclatrv4POIoHZ4Yfxd+r+6u4df7H1C4DTXMuYpv8JUL99GkdSMeUBM
2Q+jNDhRQVvjjsozz7mccIdbo6GzyJwRtL7v0KWCh13Lu0fmfx2PmdQ+uEwPolSM
QeLy+lvIgHmVBTUAZqYlncsBqeTgykIGhQLadgD0wImYSZ1ck6A3P8cNfPB7weQi
0FLEPbRYaIKn6qBJgWXNPflYsUmFOY1qMWGxE2tBHffMRHDqRSp3Px1rK/NkN9d2
c+wrwdUhS/VZuqh/dXyx9ENo7DcGP7YDdrBzaHX5mBcLCWSxtmikTs+9cXwuPHwq
UJtVR9imh77shrY8uNPOip535T+pvmpvq4Yg+KqAvfUU4FEsYclvvvUEvyU7yfuO
D7q7smt5uzKZclFJ8CgAseEtETHz5JRXZENjePh9d7rHYqLVJJY=
=cIoW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of snoopy_2.3.2-1_amd64.changes

2017-01-31 Thread Debian FTP Masters
snoopy_2.3.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  snoopy_2.3.2-1.dsc
  snoopy_2.3.2.orig.tar.gz
  snoopy_2.3.2-1.debian.tar.xz
  snoopy-dbgsym_2.3.2-1_amd64.deb
  snoopy_2.3.2-1_amd64.buildinfo
  snoopy_2.3.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of python-whoosh_2.7.0-2_source+binary.changes

2017-01-31 Thread Debian FTP Masters
python-whoosh_2.7.0-2_source+binary.changes uploaded successfully to localhost
along with the files:
  python-whoosh_2.7.0-2.dsc
  python-whoosh_2.7.0-2.debian.tar.xz
  python-whoosh_2.7.0-2_source.buildinfo
  python-whoosh-doc_2.7.0-2_all.deb
  python-whoosh_2.7.0-2_all.buildinfo
  python-whoosh_2.7.0-2_all.deb
  python3-whoosh_2.7.0-2_all.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



snoopy_2.3.2-1_amd64.changes ACCEPTED into unstable

2017-01-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 31 Jan 2017 13:33:09 -0400
Source: snoopy
Binary: snoopy
Architecture: source amd64
Version: 2.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Zed Pobre 
Description:
 snoopy - execve() wrapper and logger
Closes: 791685 791687 837617
Changes:
 snoopy (2.3.2-1) unstable; urgency=medium
 .
   * Orphaning package
   * New upstream version
   * Standards-Version: 3.9.8
   * Enable config files and filtering by default (closes: #837617)
   * Enable multiarch support (closes: #791685, #791687)
Checksums-Sha1:
 0f3c8ccbe5b6602fefa28127bc4404a0ef6076a4 1829 snoopy_2.3.2-1.dsc
 020cc895a6dc64d0126254ff7e697e9ef76ef0db 81672 snoopy_2.3.2.orig.tar.gz
 08203fc62986d048f61f2261238f05bfd0aeed9c 12912 snoopy_2.3.2-1.debian.tar.xz
 d63382a7ecacbcffe4a59fcd076b06ceb74b5e1b 105178 snoopy-dbgsym_2.3.2-1_amd64.deb
 2a83d40e1b168d51aa0d32295a50e843bb8a6345 4712 snoopy_2.3.2-1_amd64.buildinfo
 df0dafd63daae3a04044ae73a46af7eb03638a3b 47724 snoopy_2.3.2-1_amd64.deb
Checksums-Sha256:
 a1af2154f02b3215fee93b5e00fd0815d009995be328223d59c6ad5eff0ede7d 1829 
snoopy_2.3.2-1.dsc
 05b39ee99ad310850d8a31d6418b44a113ab56b3c3beba11dc760bf5aeea1e10 81672 
snoopy_2.3.2.orig.tar.gz
 9abcf53dd66873ad08cbf7f56d3fe5a31c92fc479b4fd7803676eb8219ae095f 12912 
snoopy_2.3.2-1.debian.tar.xz
 440434c43ba3c5a6347e6becc0c73f137135d0590fcf1c88ea01cfab4520f5f1 105178 
snoopy-dbgsym_2.3.2-1_amd64.deb
 0e9ae5c01ae28080d66f4af8b1a6c5dca395121289c1975391413662a1dcfb32 4712 
snoopy_2.3.2-1_amd64.buildinfo
 819b86b5b8a8b14d1e118b6bc351da6027475a76570e127f2117e11b6e617175 47724 
snoopy_2.3.2-1_amd64.deb
Files:
 8687379ef7c52e3e21957a23d1a8e4f3 1829 admin optional snoopy_2.3.2-1.dsc
 4d67cc1cd40f632ef1b09a04ca504edb 81672 admin optional snoopy_2.3.2.orig.tar.gz
 d66d1a48387d05c125551a55b4bd9bdf 12912 admin optional 
snoopy_2.3.2-1.debian.tar.xz
 f71d43d4194f83f8ec3e0de201102e16 105178 debug extra 
snoopy-dbgsym_2.3.2-1_amd64.deb
 c31b0e4bd7ec0cbf52cde8abd7c8eb4f 4712 admin optional 
snoopy_2.3.2-1_amd64.buildinfo
 be913ec06fb81f3e79ae50476c3805d5 47724 admin optional snoopy_2.3.2-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEdAirapfemFCp84FzSPR8WNYcYoMFAliRC6gACgkQSPR8WNYc
YoN/UxAAuOP/uF79ozP3d7B94HCiGjWQm3oBAL2PIoXOJPQy701KFsv8Wmg3FVCM
ZFXRXj1aKF9SAgaFu2Pf35OutRmOjvNUzdDbKg6HW5vBHj36NT2WQMMrgn36Hnmq
kFBerV7KEmvl82lAUmPNLRWB3wd7Tz7gtMkKpegWdTpu9ytDEI2/Hmpma1IQQoUO
fDhfv27tJHealOBUemiMdSGSsfaSzDV6xbrP40/OqqBxkX7Xft2aQNQab9y1+GJD
GVYbeBmTQiWDc5Q5JttHeq+Gi9fZT0AuvdYtITEeiHcSLN/vTT2VW6DhmMUNHFv+
kdFSsuw9bduyAOh5m0NWZSi0rUmPLAluTLZ9T9geNgToA+8oFDnMlYG5Pw2Nk9xA
JQvgESeETboUHZ1D4zlDlUAuS7d+xsl78FMedy5KkGp+PTT8L5Rc641v7id+7nVX
0gqXkvjmvaFTloo+igDyYYUQtRqORpAnQAZL88C+WDJ2P7V6Ng0IN25dMWR8Q6YM
KXNz1c9YP2nILfmfRVUBG158cBxTRb/aqHlUUqIq83GKjweGEI9HAXsdCVi5q5mX
WjOAZRI6H87Aq7Gdpo5fNRFtr4OEUAoHqGIYmfKtzGgIXqCKDPJxVYoMupkzdhe4
qSi34T923dXh4pIKf0bJk0Qktyu2cobFdP7GQYsfRULesfyMpxs=
=Z/yx
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



python-whoosh_2.7.0-2_source+binary.changes is NEW

2017-01-31 Thread Debian FTP Masters
binary:python-whoosh-doc is NEW.
binary:python-whoosh-doc is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports



Bug#849932: libindicate: FTBFS (Fields cannot have void type)

2017-01-31 Thread Gilles Filippini
On Mon, 02 Jan 2017 12:01:41 + Santiago Vila  wrote:
> Package: src:libindicate
> Version: 0.6.92-3
> Severity: serious
> 
> Dear maintainer:
> 
> I tried to build this package in stretch with "dpkg-buildpackage -A"
> (which is what the "Arch: all" autobuilder would do to build it)
> but it failed:
> 
> 
> [...]
>  debian/rules build-indep
> CDBS WARNING:simple-patchsys.mk is deprecated since 0.4.85 - please use 
> source format 3.0 (quilt) instead
> test -x debian/rules
> mkdir -p "build"
> CDBS WARNING:DEB_DH_BUILDDEB_ARGS is deprecated since 0.4.85
> mkdir -p debian/stamp-makefile-build debian/stamp-makefile-install
> mkdir -p debian/stamp-makefile-check
> mkdir -p debian/stamp-autotools
> /usr/bin/make -f debian/rules reverse-config
> make[1]: Entering directory '/<>'
> CDBS WARNING:simple-patchsys.mk is deprecated since 0.4.85 - please use 
> source format 3.0 (quilt) instead
> set -e;
> if test -e debian/autoreconf.before; then \
> 
> [... snipped ...]
> 
> && touch generated-stamp
> Name: propertydata Type: GVariant*  in callback 
> indicate_listener_get_property_variant_cb
> Name: value Type: GVariant**  in callback 
> indicate_server_get_indicator_property_group_slot_t
> rettype: GVariant* in method GetPropertyVariant in type Indicate.Indicator
> Name: value Type: GVariant* in indicate_indicator_set_property_variant  in 
> method SetPropertyVariant in type Indicate.Indicator
> Name: menu Type: DbusmenuServer* in indicate_server_set_menu  in method 
> SetMenu in type Indicate.Server
> Name: propertydata Type: GVariant*  in callback GetPropertyVariantCallback
> Defaulting GetPropertyTimeCallback param to 'call' scope in method 
> Listener.GetPropertyTime
> Defaulting GetPropertyIntCallback param to 'call' scope in method 
> Listener.GetPropertyInt
> Defaulting GetPropertyCallback param to 'call' scope in method 
> Listener.GetProperty
> Defaulting GetPropertyBoolCallback param to 'call' scope in method 
> Listener.GetPropertyBool
> Defaulting GetCountCallback param to 'call' scope in method 
> ListenerServer.GetCount
> Defaulting GetDesktopCallback param to 'call' scope in method 
> ListenerServer.GetDesktop
> Defaulting GetTypeCallback param to 'call' scope in method 
> ListenerServer.GetGType
> Defaulting GetMenuCallback param to 'call' scope in method 
> ListenerServer.GetMenu
> Defaulting GetIconThemeCallback param to 'call' scope in method 
> ListenerServer.GetIconTheme
> 
> Generation Summary:
>   Enums: 1  Structs: 0  Boxed: 0  Opaques: 2  Interfaces: 0  Objects: 3  
> Callbacks: 18
>   Properties: 0  Signals: 2  Methods: 54  Constructors: 3  Throttled: 5
> Total Nodes: 88
> 
> /usr/bin/mono-csc  
> -keyfile:/<>/./bindings/mono/indicate/indicate.snk 
> -nowarn:0169,0612,0618 -unsafe -out:indicate-sharp.dll -target:library 
> -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll 
> ./generated/*.cs AssemblyInfo.cs
> ./generated/ListenerServer.cs(62,10): error CS0670: Fields cannot have void 
> type
> ./generated/ListenerServer.cs(62,28): error CS1547: Keyword `void' cannot be 
> used in this context
> Compilation failed: 2 error(s), 0 warnings
> Makefile:854: recipe for target 'indicate-sharp.dll' failed
> make[6]: *** [indicate-sharp.dll] Error 1
> make[6]: Leaving directory 
> '/<>/build/gtk2/bindings/mono/indicate'
> Makefile:546: recipe for target 'all-recursive' failed
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory 
> '/<>/build/gtk2/bindings/mono/indicate'

This is caused by gtk-sharp2 2.12.40 generating this line in file 
ListenerServer.cs:
static void _gtype = new void 
(indicate_listener_server_get_type(listener == null ? IntPtr.Zero : 
listener.Handle, server == null ? IntPtr.Zero : server.Handle, 
cb_wrapper.NativeDelegate, IntPtr.Zero));

This line doesn't appear when building against the previous gtk-sharp2 release 
from snapshot.d.o (2.12.10). According to [1] it works with gtk-sharp2 2.12.29 
as well. A bisect between releases 2.12.29 and 2.12.40 of gtk-sharp2 might give 
something.

[1] https://github.com/chenxiaolong/Unity-for-Arch/issues/243

Thanks,

_g.



signature.asc
Description: OpenPGP digital signature


Processing of ora2pg_18.0-1_amd64.changes

2017-01-31 Thread Debian FTP Masters
ora2pg_18.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  ora2pg_18.0-1.dsc
  ora2pg_18.0.orig.tar.xz
  ora2pg_18.0-1.debian.tar.xz
  ora2pg_18.0-1_all.deb
  ora2pg_18.0-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



ora2pg_18.0-1_amd64.changes is NEW

2017-01-31 Thread Debian FTP Masters
binary:ora2pg is NEW.
binary:ora2pg is NEW.
source:ora2pg is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports