Bug#959905: Any update?

2020-12-16 Thread Martin Michlmayr
Hi Alexandre,

Any update on this bug?

It's stopping the migration to testing and it would be nice to have
this tool in the next stable release of Debian.

Thanks!
-- 
Martin Michlmayr
https://www.cyrius.com/



Bug#897671: u-boot does not work on sheevaplug

2018-05-05 Thread Martin Michlmayr
* Markus Krebs <markus.kr...@web.de> [2018-05-05 20:32]:
> I got it. Indeed it has to to with the size of u-boot.

Does it boot?
-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#897671: u-boot does not work on sheevaplug

2018-05-05 Thread Martin Michlmayr
Can you try:
http://ftp.debian.org/debian/pool/main/u/u-boot/u-boot_2018.05~rc3+dfsg-1_armel.deb

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#897671: u-boot does not work on sheevaplug

2018-05-04 Thread Martin Michlmayr
* Markus Krebs <markus.kr...@web.de> [2018-05-04 20:40]:
> Interesting thoughts, but: I tried again flashing both from within Debian
> and from u-boot (using ${filesize}). $filesize is accepted and flashing
> works, but the plug doesn't boot.
> Flashing (again with $filesize, just to confirm it works) the u-boot from
> bodhi-linux (the one I was referring to) works, so it must be the u-boot.kwb
> in Debian which is broken.

In this case, I guess the u-boot binary plus my instructions are
broken. ;)

Maybe you can find out which versions work / do not work.

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#897671: u-boot does not work on sheevaplug

2018-05-04 Thread Martin Michlmayr
* Vagrant Cascadian <vagr...@debian.org> [2018-05-04 08:40]:
> I do recall that there was some incompatible change regarding the
> environment size on some of the marvell platforms, as u-boot.kwb grew
> large enough to overwrite the environment section.

Uh, this might not be an u-boot issue then but a problem with my
upgrade instructions (although Markus said he tried to do the update
from within Debian too, so maybe not).

https://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade/ says:
nand write 0x080 0x0 0x8

0x8 = 524288

but:
-rw-r--r-- 1 tbm tbm 599684 Apr  2 03:20 usr/lib/u-boot/sheevaplug/u-boot.kwb

so we're not writing the whole binary to flash.

The reason I used 0x8 instead of ${filesize} is because very old
u-boot versions (as originally shipped on the SheevaPlug) have
problems with ${filesize}:

NAND write: device 0 offset 0x0, size 0x68ab0
nand_write_ecc: Attempt to write not page aligned data
 0 bytes written: ERROR

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#897671: u-boot does not work on sheevaplug

2018-05-04 Thread Martin Michlmayr
* Markus Krebs <markus.kr...@web.de> [2018-05-04 06:33]:
> Version: 2018.03+dfsg1-2
> 
> The u-boot.kwb provided at https://forum.doozan.com/read.php?3,12381 works.

That is version 2017.07.  If you have time, could you try some
versions from http://snapshot.debian.org/package/u-boot/  Not all of
them but maybe

2018.01+dfsg1-2
2017.11+dfsg1-3
2017.09+dfsg1-3
2017.07+dfsg1-3

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#887873: linux-image-4.9.0-5-marvell: frequent "usercopy: kernel memory overwrite attempt detected" on QNAP NAS (ARM)

2018-03-04 Thread Martin Michlmayr
0/0x38)
> [ 2775.584098] Code: e59f10a0 01a01000 e59f009c ebff04bf (e7f001f2)
> [ 2775.590218] ---[ end trace 9c6c6370c712b384 ]---

> 
> ** Network status:
> *** IP interfaces and addresses:
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group 
> default qlen 1
> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> inet 127.0.0.1/8 scope host lo
>valid_lft forever preferred_lft forever
> inet6 ::1/128 scope host 
>valid_lft forever preferred_lft forever
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group 
> default qlen 1000
> link/ether 00:08:9b:c8:50:26 brd ff:ff:ff:ff:ff:ff
> inet 192.168.164.3/24 brd 192.168.164.255 scope global eth0
>valid_lft forever preferred_lft forever
> inet6 fe80::208:9bff:fec8:5026/64 scope link 
>valid_lft forever preferred_lft forever
> 
> *** Device statistics:
> Inter-|   Receive|  Transmit
>  face |bytespackets errs drop fifo frame compressed multicast|bytes
> packets errs drop fifo colls carrier compressed
> lo:   0   0000 0  0 00
>0000 0   0  0
>   eth0:  6673742622000 0  0 0   420218
> 1869000 0   0  0
> 

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#844549: network-console broken: no screen to be resumed matching sh

2016-11-16 Thread Martin Michlmayr
* Samuel Thibault <sthiba...@debian.org> [2016-11-16 23:03]:
> But AIUI the intent was to have screen in ssh connections too.

I'm not sure what the intent was.  I assume you're right because Roger
didn't exclude screen from the network-console images.  Personally,
I'm not sure I see the point of screen in that case because you can
always open a second SSH connection and open a terminal, but I don't
have strong feelings either way if there's an advantage of having
screen in such cases.

> I'm also thinking that we perhaps want to add -x when resuming a
> session, so that somebody can connect trough ssh several times ?

Yes because right now I get this when I open a 2nd connection:

debug1: Sending env LC_COLLATE = C
There is a screen on:
1356.network(11/16/16 23:24:12) (Attached)

Apart from this, the patch works for me.

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#844549: network-console broken: no screen to be resumed matching sh

2016-11-16 Thread Martin Michlmayr
* Ben Hutchings <b...@decadent.org.uk> [2016-11-16 21:15]:
> >     rm -f $font
> > -   if [ -x "$screen_bin" -a \( "$TERM_TYPE" = network -o "$TERM_TYPE" = 
> > serial \) -a "$TERM" != dumb ]; then
> > +   if [ -x "$screen_bin" -a \( "$TERM_TYPE" != network -o "$TERM_TYPE" = 
> > serial \) -a "$TERM" != dumb ]; then
> 
> This makes the comparison with 'serial' redundant; the condition will
> be equivalent to:
> 
> [ -x "$screen_bin" -a "$TERM_TYPE" != network -a "$TERM" != dumb ]
> 
> Is that really what we want?

Oh, good point.

I think that's what we want but I'm not sure.  Maybe Roger can
comment.  In his old code, there was also a $NETBOOT_SCREEN variable
which afaict wasn't set set anywhere.

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#844549: network-console broken: no screen to be resumed matching sh

2016-11-16 Thread Martin Michlmayr
Package: rootskel
Version: 1.119
Severity: serious
Tags: patch

Several users have reported to me that the network-console images are
broken.

Commit ec6d3c3d79 (Move screen support) moved the screen support
around and also changed the logic of when screen is used.
Unfortunately, that change broke all network-console images which now
lead to:

installer@192.168.0.102's password:
There is no screen to be resumed matching sh.
Connection to 192.168.0.102 closed.

This is because d-i is already running in screen on the serial console but
it's active and can't be resumed.

I believe below is the right fix, i.e. start screen when screen exists and
when we're on serial or when we're NOT on network.

Samuel, Roger, does that look correct?

diff --git a/src/lib/debian-installer.d/S70menu 
b/src/lib/debian-installer.d/S70menu
index 7b35fac..14cad7f 100644
--- a/src/lib/debian-installer.d/S70menu
+++ b/src/lib/debian-installer.d/S70menu
@@ -11,7 +11,7 @@ if [ -x "$bterm" ] && [ -e "$font" ] && [ -n "$TERM_UTF8" ] 
&& [ -n "$TERM_FRAME
set -e
 else
rm -f $font
-   if [ -x "$screen_bin" -a \( "$TERM_TYPE" = network -o "$TERM_TYPE" = 
serial \) -a "$TERM" != dumb ]; then
+   if [ -x "$screen_bin" -a \( "$TERM_TYPE" != network -o "$TERM_TYPE" = 
serial \) -a "$TERM" != dumb ]; then
# there's GNU/screen binary, run menu in it.
# call this script again with in GNU/screen, possibly in UTF-8 
mode
SCREEN_OPT=""

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#843916: debian-installer: fails to FTBFS when u-boot bits go missing

2016-11-10 Thread Martin Michlmayr
* Cyril Brulebois <k...@debian.org> [2016-11-10 18:27]:
> Once a fix is implemented for this specific issue, it would be nice to
> know what to do with the kirkwood/u-boot things for openrd. If they're
> not going to work (again/at all), the relevant code should go away
> from debian-installer.git; or am I missing anything?

Sorry, I learned about the removal recently but forgot to update d-i.
I pinged the upstream maintainer recently and I hope the u-boot images
will be back in time for stretch.

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#811927: xneur: FTBFS with GCC 6: defined but not used

2016-07-27 Thread Martin Michlmayr
* Alexander Gerasiov <g...@cs.msu.su> [2016-07-27 21:39]:
> > Note that only the first error is reported; there might be more.  You
> > can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
> > you can set CC=gcc-6 CXX=g++-6 explicitly.
> 
> Finally new upstream version out and I got some time to package it.
> Unfortunately I cant reproduce the problem not with 0.17.0-2 you
> reported, nor with the new one.

I used a pre-released version of GCC 6 so it's possible something has
been fixed in the compiler in the meantime.

If you don't see the problem, go ahead and close this bug.
Unfortunately, I cannot do my own GCC 6 retests at the moment.

-- 
Martin Michlmayr
HPE Linux, Hewlett Packard Enterprise



Bug#812286: Bug 812286 with R, Rcpp, QuantLib, RQuantLib and g++-6

2016-07-04 Thread Martin Michlmayr
* Dirk Eddelbuettel <e...@debian.org> [2016-07-04 11:30]:
> So how do I get the autoremove on rquantlib turned off?  Martin?

I don't know, but these bugs are not RC yet anyway.

-- 
Martin Michlmayr
HPE Linux, Hewlett Packard Enterprise



Bug#812286: Bug 812286 with R, Rcpp, QuantLib, RQuantLib and g++-6

2016-07-03 Thread Martin Michlmayr
[I've copied Matthias so he can comment on this]

* Dirk Eddelbuettel <e...@debian.org> [2016-07-03 17:39]:
> For this issue (and its already long thread in the BTS):
> 
>  - You are correct. We need g++-6 for QuantLib, for Rcpp and then RQuantLib
> 
>  - Shall I do new uploads of QuantLib (and then Rcpp) with g++-6 now?
> 
>  - To then be followed by a rebuild of RQuantLib?

doko, can you suggest when to do this?  If you read the bug log,
you'll see that there are some dependency issues.

> In case I don't get my server back up in time, is there another
> (convenient) machine somewhere I can use?  Worst case I can try to set
> up a new pbuilder environment on another machine.

http://db.debian.org/machines.cgi lists some machines where you can
log in.  There are chroots and you can install packages.

-- 
Martin Michlmayr
HPE Linux, Hewlett Packard Enterprise



Bug#822397: FTBFS: configure: error: "Some plugins are missing dependencies

2016-05-02 Thread Martin Michlmayr
* Martin Michlmayr <t...@hpe.com> [2016-04-25 14:12]:
> I filed some other bugs about this issue.  I asked if someone can
> investigate, so you could just monitor the other bugs, and possibly
> reassign yours when they do. :)
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822396#10

This has just been fixed in connman (1.32-0.1).  Maybe you can try to
build your package, and if it works, close this bug.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822650: Build environment details

2016-04-26 Thread Martin Michlmayr
Hi Bas,

* Bas Wijnen <wij...@debian.org> [2016-04-26 19:52]:
> Thanks for the report.  Can you give more information on the build
> environment you used?  What processor architecture, compiler
> version, versions of libraries that were used (especially
> libstdc++)?

It's just a re-build of the package in a current Debian unstable
chroot (using sbuild).

Seems like libstdc++6 is 6.0.1-2 in unstable now.

I've to catch a flight soon but I can answer more questions later.
But you should see the failure in an up-to-date unstable chroot.
-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822395: [pkg-go] Bug#822395: prometheus: FTBFS: cannot find package "golang.org/x/sys/unix"

2016-04-26 Thread Martin Michlmayr
reassign 822400 golang-github-fsnotify-fsnotify-dev
reassign 822468 golang-github-fsnotify-fsnotify-dev
reassign 822495 golang-github-fsnotify-fsnotify-dev
merge 822395 822400 822468 822495
thanks

* Martín Ferrari <tin...@tincho.org> [2016-04-26 18:42]:
> >> src/gopkg.in/fsnotify.v1/inotify.go:19:2: cannot find package 
> >> "golang.org/x/sys/unix" in any of:
> >>/usr/lib/go/src/golang.org/x/sys/unix (from $GOROOT)
> >>
> >> /<>/prometheus-0.18.0+ds/obj-x86_64-linux-gnu/src/golang.org/x/sys/unix
> >>  (from $GOPATH)
> 
> This is actually a bug in fsnotify, introduced by me :) The dependency
> is present in build-depends, but not in the "binary" package.

Ok, thanks for letting me know.  I filed some other bugs, so I'm
reassigning them as well.
-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822650: openmsx: FTBFS: error: no matching function for call to 'begin...

2016-04-25 Thread Martin Michlmayr
Package: openmsx
Version: 0.12.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> Compiling RTScheduler.cc...
> g++ \
>-MP -MMD -MF derived/x86_64-linux-debian/dep/RTScheduler.d \
>   -o derived/x86_64-linux-debian/obj/RTScheduler.o  -g 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -O3   -m64 -pipe -std=c++11 -Wall -Wextra -Wundef 
> -Wno-invalid-offsetof -Wunused-macros -Wdouble-promotion 
> -Wmissing-declarations -Wno-missing-field-initializers -Isrc -Isrc/cassette 
> -Isrc/commands -Isrc/config -Isrc/console -Isrc/cpu -Isrc/debugger 
> -Isrc/events -Isrc/fdc -Isrc/file -Isrc/ide -Isrc/input -Isrc/laserdisc 
> -Isrc/memory -Isrc/resource -Isrc/security -Isrc/serial -Isrc/settings 
> -Isrc/sound -Isrc/thread -Isrc/utils -Isrc/video -Isrc/video/ld 
> -Isrc/video/scalers -Isrc/video/v9990 -Iderived/x86_64-linux-debian/config 
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/tcl8.5-c src/RTScheduler.cc
> src/RTScheduler.cc: In member function 'bool 
> openmsx::RTScheduler::isPending(const openmsx::RTSchedulable&) const':
> src/RTScheduler.cc:33:38: error: no matching function for call to 
> 'begin(const openmsx::SchedulerQueue&)'
>   return std::find_if(std::begin(queue), std::end(queue),
>   ^
> In file included from /usr/include/c++/5/utility:75:0,
>  from /usr/include/c++/5/algorithm:60,
>  from src/utils/MemBuffer.hh:7,
>  from src/SchedulerQueue.hh:4,
>  from src/RTScheduler.hh:4,
>  from src/RTScheduler.cc:1:
> /usr/include/c++/5/initializer_list:89:5: note: candidate: template _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
>  begin(initializer_list<_Tp> __ils) noexcept
>  ^
> /usr/include/c++/5/initializer_list:89:5: note:   template argument 
> deduction/substitution failed:
> src/RTScheduler.cc:33:38: note:   
> 'openmsx::SchedulerQueue' is not derived from 
> 'std::initializer_list<_Tp>'
>   return std::find_if(std::begin(queue), std::end(queue),
>   ^
> src/RTScheduler.cc:33:55: error: no matching function for call to 'end(const 
> openmsx::SchedulerQueue&)'
>   return std::find_if(std::begin(queue), std::end(queue),
>^
> In file included from /usr/include/c++/5/utility:75:0,
>  from /usr/include/c++/5/algorithm:60,
>  from src/utils/MemBuffer.hh:7,
>  from src/SchedulerQueue.hh:4,
>  from src/RTScheduler.hh:4,
>  from src/RTScheduler.cc:1:
> /usr/include/c++/5/initializer_list:99:5: note: candidate: template _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>  end(initializer_list<_Tp> __ils) noexcept
>  ^
> /usr/include/c++/5/initializer_list:99:5: note:   template argument 
> deduction/substitution failed:
> src/RTScheduler.cc:33:55: note:   
> 'openmsx::SchedulerQueue' is not derived from 
> 'std::initializer_list<_Tp>'
>   return std::find_if(std::begin(queue), std::end(queue),
>^
> src/RTScheduler.cc:34:72: error: no matching function for call to 'end(const 
> openmsx::SchedulerQueue&)'
>   EqualRTSchedulable(schedulable)) != std::end(queue);
> ^
> In file included from /usr/include/c++/5/utility:75:0,
>  from /usr/include/c++/5/algorithm:60,
>  from src/utils/MemBuffer.hh:7,
>  from src/SchedulerQueue.hh:4,
>  from src/RTScheduler.hh:4,
>  from src/RTScheduler.cc:1:
> /usr/include/c++/5/initializer_list:99:5: note: candidate: template _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>  end(initializer_list<_Tp> __ils) noexcept
>  ^
> /usr/include/c++/5/initializer_list:99:5: note:   template argument 
> deduction/substitution failed:
> src/RTScheduler.cc:34:72: note:   
> 'openmsx::SchedulerQueue' is not derived from 
> 'std::initializer_list<_Tp>'
>   EqualRTSchedulable(schedulable)) != std::end(queue);
> ^
> build/main.mk:527: recipe for target 
> 'derived/x86_64-linux-debian/obj/RTScheduler.o' failed
> make[2]: *** [derived/x86_64-linux-debian/obj/RTScheduler.o] Error 1
> make[2]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822397: FTBFS: configure: error: "Some plugins are missing dependencies

2016-04-25 Thread Martin Michlmayr
* Sebastian Harl <tok...@debian.org> [2016-04-25 23:06]:
>   /usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP'
> IFF_UP= 1<<0,  /* sysfs */
> ^
>   /usr/include/net/if.h:44:5: note: previous definition of 'IFF_UP' was here
>IFF_UP = 0x1,  /* Interface is up.  */
> 
> This is one of the usual sort of kernel header problems :-/
> Not sure yet what the right solution would be.

I filed some other bugs about this issue.  I asked if someone can
investigate, so you could just monitor the other bugs, and possibly
reassign yours when they do. :)

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822396#10

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822519: bobcat: FTBFS: /usr/bin/yodl indicates failure

2016-04-24 Thread Martin Michlmayr
Package: bobcat
Version: 4.01.04-1
Severity: serious

Hi Frank, here's a build failure of bobcat.  I don't know if it's a
regression in yodl or if something has to change in bobcat, but in any
case, bobcat fails to build from source in unstable (FTBFS):

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> mkdir -p tmp/man/man3 tmp/man/man7 tmp/manhtml
> Building the man3 man-pagesyodl2man  --no-warnings -r 3 -l 3 -o 
> ../../tmp/man/man3/xpointer.3bobcat xpointer.yo
> -r and 3
> Yodl2man 3.07.01
> Yodl: including file include/header
> header.yo:8: DEFINEMACRO: `verbinsert' multiply defined
> Yodl: including file ../../../release.yo
> Yodl is processing a(n) article
> Yodl: including file include/namespace
> Yodl: including file include/trailer
> Error(s) detected
> /usr/bin/yodl indicates failure!
> Fatal: system - failure of system call (status 256)
> debian/rules:27: recipe for target 'build-stamp' failed
> make: *** [build-stamp] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822518: libsemanage: FTBFS: error: too many arguments to function 'cil_userprefixes_to_string'

2016-04-24 Thread Martin Michlmayr
ka struct sepol_policydb *}'
>  extern int cil_filecons_to_string(cil_db_t *db, char **out, size_t *size);
> ^
> direct_api.c:1121:47: warning: passing argument 3 of 'cil_filecons_to_string' 
> from incompatible pointer type [-Wincompatible-pointer-types]
>retval = cil_filecons_to_string(cildb, out, _buffer, _buffer_len);
>^
> In file included from direct_api.c:24:0:
> /usr/include/sepol/cil/cil.h:47:12: note: expected 'size_t * {aka long 
> unsigned int *}' but argument is of type 'char **'
>  extern int cil_filecons_to_string(cil_db_t *db, char **out, size_t *size);
> ^
> direct_api.c:1121:12: error: too many arguments to function 
> 'cil_filecons_to_string'
>retval = cil_filecons_to_string(cildb, out, _buffer, _buffer_len);
> ^
> In file included from direct_api.c:24:0:
> /usr/include/sepol/cil/cil.h:47:12: note: declared here
>  extern int cil_filecons_to_string(cil_db_t *db, char **out, size_t *size);
> ^
> Makefile:113: recipe for target 'direct_api.o' failed
> make[3]: *** [direct_api.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822516: lostirc: FTBFS: Package requirements (gtkmm-2.4 gdkmm-2.4 atkmm-1.6 pangomm-1.4) were not met

2016-04-24 Thread Martin Michlmayr
Package: lostirc
Version: 0.4.6-4.1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking pkg-config is at least version 0.9.0... yes
> checking for GLIBMMDEPS_CFLAGS... -std=c++11 -I/usr/include/glibmm-2.4 
> -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 
> -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
> checking for GLIBMMDEPS_LIBS... -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 
> -lsigc-2.0
> checking for GTKMMDEPS_CFLAGS... 
> checking for GTKMMDEPS_LIBS... 
> configure: error: Package requirements (gtkmm-2.4 gdkmm-2.4 atkmm-1.6 
> pangomm-1.4) were not met.
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively you may set the GTKMMDEPS_CFLAGS and GTKMMDEPS_LIBS environment 
> variables
> to avoid the need to call pkg-config.  See the pkg-config man page for
> more details.
> debian/rules:27: recipe for target 'configure-stamp' failed
> make: *** [configure-stamp] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822517: topmenu-gtk: FTBFS: Package 'graphite2', required by 'harfbuzz', not found

2016-04-24 Thread Martin Michlmayr
Package: topmenu-gtk
Version: 0.2.1+git20151210.8c6108f-3
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking whether to build static libraries... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GTK... no
> configure: error: Package requirements (gtk+-x11-2.0) were not met:
> 
> Package 'graphite2', required by 'harfbuzz', not found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables GTK_CFLAGS
> and GTK_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> /usr/share/cdbs/1/class/autotools.mk:42: recipe for target 
> 'debian/stamp-autotools' failed
> make: *** [debian/stamp-autotools] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822515: surf: FTBFS: fatal error: gtk/gtk.h: No such file or directory

2016-04-24 Thread Martin Michlmayr
Package: surf
Version: 0.7-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> Package 'graphite2', required by 'harfbuzz', not found
> CC   = cc
> CC surf.c
> cc -c -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security 
> -std=c99 -pedantic -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION=\"0.7\" 
> -D_DEFAULT_SOURCE -I. -I/usr/include -I/usr/X11R6/include  surf.c
> surf.c:8:21: fatal error: gtk/gtk.h: No such file or directory
> compilation terminated.
> Makefile:18: recipe for target 'surf.o' failed
> make[1]: *** [surf.o] Error 1
> make[1]: Leaving directory '/<>'
> dh_auto_build: make -j30 returned exit code 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822410: bisonc++: FTBFS: failure of system call / usage: ...

2016-04-24 Thread Martin Michlmayr
* Frank B. Brokken <f.b.brok...@rug.nl> [2016-04-25 04:28]:
> Oops, guys: OK, hold your fire: the flaw is at my side: I missed
> that Martin already used yodl 3.07.01

Yeah, that's the whole point of these archive rebuilds of unstable
that various people in Debian do -- to rebuild everything in unstable
and to catch build failures because of something changed in unstable
(e.g. toolchain, libraries, other tools).

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822514: mutter: FTBFS: Package 'graphite2', required by 'harfbuzz', not found

2016-04-24 Thread Martin Michlmayr
Package: mutter
Version: 3.20.1-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking for gobject-introspection... yes
> checking for MUTTER... no
> configure: error: Package requirements (
>gtk+-3.0 >= 3.19.8
>gio-unix-2.0 >= 2.35.1
>pango >= 1.2.0
>cairo >= 1.10.0
>gsettings-desktop-schemas >= 3.19.3
>clutter-1.0 >= 1.25.6
>cogl-1.0 >= 1.17.1
>upower-glib >= 0.99.0
>gnome-desktop-3.0
>xcomposite >= 0.2
>xcursor
>xdamage
>xext
>xfixes
>xi >= 1.6.0
>xkbfile
>xkeyboard-config
>xkbcommon >= 0.4.3
>xkbcommon-x11
>xrender
>x11-xcb
>xcb-randr
>  libstartup-notification-1.0 >= 0.7 gobject-introspection-1.0) were not met:
> 
> Package 'graphite2', required by 'harfbuzz', not found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables MUTTER_CFLAGS
> and MUTTER_LIBS to avoid the need to call pkg-config.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822513: bochs: FTBFS: fatal error: gtk/gtk.h: No such file or directory

2016-04-24 Thread Martin Michlmayr
Package: bochs
Version: 2.6-5
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -I.. -I./.. -I../iodev -I./../iodev 
> -I../instrument/stubs -I./../instrument/stubs -Wall -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -pthread
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
> -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
> -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread  
> gtk_enh_dbg_osdep.cc -o gtk_enh_dbg_osdep.o
> gtk_enh_dbg_osdep.cc:19:21: fatal error: gtk/gtk.h: No such file or directory
> compilation terminated.
> Makefile:105: recipe for target 'gtk_enh_dbg_osdep.o' failed
> make[2]: *** [gtk_enh_dbg_osdep.o] Error 1
> make[2]: Leaving directory '/<>/gui'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822506: ruby-bluecloth: FTBFS: `split': invalid byte sequence in US-ASCII (ArgumentError)

2016-04-24 Thread Martin Michlmayr
Package: ruby-bluecloth
Version: 2.2.0-6
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> /usr/lib/ruby/vendor_ruby/rspec/core/source.rb:23:in `split': invalid byte 
> sequence in US-ASCII (ArgumentError)
>   from /usr/lib/ruby/vendor_ruby/rspec/core/source.rb:23:in `lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/snippet_extractor.rb:50:in 
> `expression_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/snippet_extractor.rb:33:in 
> `extract_expression_lines_at'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:209:in 
> `read_failed_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:160:in 
> `failure_slash_error_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:147:in 
> `block in failure_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:146:in 
> `tap'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:146:in 
> `failure_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:32:in 
> `colorized_message_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:231:in 
> `formatted_message_and_backtrace'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:84:in 
> `fully_formatted_lines'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/exception_presenter.rb:76:in 
> `fully_formatted'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/notifications.rb:200:in 
> `fully_formatted'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/notifications.rb:114:in 
> `block in fully_formatted_failed_examples'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/notifications.rb:113:in `each'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/notifications.rb:113:in 
> `each_with_index'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/notifications.rb:113:in 
> `fully_formatted_failed_examples'
>   from 
> /usr/lib/ruby/vendor_ruby/rspec/core/formatters/base_text_formatter.rb:33:in 
> `dump_failures'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:189:in `block in 
> notify'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:188:in `each'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:188:in `notify'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:160:in `block in 
> finish'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:175:in 
> `close_after'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:156:in `finish'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:79:in `report'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:117:in `run_specs'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:93:in `run'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:78:in `run'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:38:in 
> `perform_at_exit'
>   from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:24:in `block in 
> autorun'
> ERROR: Test "ruby2.3" failed. Exiting.
> dh_auto_install: dh_ruby --install /<>/debian/ruby-bluecloth 
> returned exit code 1
> debian/rules:18: recipe for target 'binary' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822505: lizardfs: FTBFS: error: expected template-name before '<' token

2016-04-24 Thread Martin Michlmayr
lid
>   EXPECT_EQ(vec_A, vec_B);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:74:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(vec_A, vec_B);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc: In 
> member function 'virtual void SmallVectorTest_EraseTest_Test::TestBody()':
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:80:2: 
> error: 'iota' is not a member of 'std'
>   std::iota(range.begin(), range.end(), 1);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:82:27: 
> error: aggregate 'small_vector vec_A' has incomplete type and 
> cannot be defined
>   small_vector<int16_t, 7> vec_A;
>^
> In file included from /usr/include/gtest/gtest.h:1929:0,
>  from 
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23:
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:91:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(vec_A, vec_B);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:96:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(vec_A, vec_B);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:101:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(vec_A, vec_B);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc: In 
> member function 'virtual void SmallVectorTest_IteratorTest_Test::TestBody()':
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:105:27: 
> error: variable 'small_vector<int, 33ul> vec' has initializer but incomplete 
> type
>   small_vector<int, 33> vec(200);
>^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:107:2: 
> error: 'iota' is not a member of 'std'
>   std::iota(vec.begin(), vec.end(), 0);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:109:2: 
> error: incomplete type 'small_vector<int, 33ul>' used in nested name specifier
>   small_vector<int, 33>::iterator it;
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:110:2: 
> error: incomplete type 'small_vector<int, 33ul>' used in nested name specifier
>   small_vector<int, 33>::const_iterator cit;
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:113:2: 
> error: 'it' was not declared in this scope
>   it = vec.begin();
>   ^
> In file included from /usr/include/gtest/gtest.h:1929:0,
>  from 
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23:
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:116:3: 
> error: template argument 1 is invalid
>EXPECT_EQ(*it, vec[i]);
>^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:121:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(it, vec.end());
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:126:3: 
> error: template argument 1 is invalid
>EXPECT_EQ(*it, vec[i]);
>^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:131:2: 
> error: 'cit' was not declared in this scope
>   cit = it;
>   ^
> In file included from /usr/include/gtest/gtest.h:1929:0,
>  from 
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23:
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:133:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(it, cit);
>   ^
> /<>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:134:2: 
> error: template argument 1 is invalid
>   EXPECT_EQ(*it, *cit);
>   ^
> src/common/CMakeFiles/mfscommon_tests.dir/build.make:185: recipe for target 
> 'src/common/CMakeFiles/mfscommon_tests.dir/small_vector_unittest.cc.o' failed
> make[3]: *** 
> [src/common/CMakeFiles/mfscommon_tests.dir/small_vector_unittest.cc.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822502: nemiver: FTBFS: error: cannot convert 'const sigc::slot_base' to 'bool' in return

2016-04-24 Thread Martin Michlmayr
Package: nemiver
Version: 0.9.6-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
>   CXX  nmv-gdbmi-parser.lo
> In file included from nmv-gdbmi-parser.h:31:0,
>  from nmv-gdbmi-parser.cc:32:
> nmv-dbg-common.h: In member function 'bool nemiver::Command::has_slot() 
> const':
> nmv-dbg-common.h:174:16: error: cannot convert 'const sigc::slot_base' to 
> 'bool' in return
>  return m_slot;
> ^
> Makefile:972: recipe for target 'nmv-gdbmi-parser.lo' failed
> make[4]: *** [nmv-gdbmi-parser.lo] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822503: mia: FTBFS: error: 'accumulate' was not declared in this scope

2016-04-24 Thread Martin Michlmayr
Package: mia
Version: 2.2.7-3
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> cd /<>/obj-x86_64-linux-gnu/addons/tiff && ln -sf 
> /<>/obj-x86_64-linux-gnu/addons/tiff/2dimage-io-tiff.mia 
> /<>/obj-x86_64-linux-gnu/plugintest//usr/lib/x86_64-linux-gnu/mia-2.2/plugins/2dimage/io/
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> [  4%] Built target 2dimage-io-tiff_test_link
> In file included from /<>/mia/core/testplugin.cc:33:0:
> /<>/mia/core/testplugin.hh:55:35: warning: type attributes 
> ignored after type is already defined [-Wattributes]
>  extern template class EXPORT_CORE TPluginHandler;
>^
> /<>/mia/core/waveletslopeclassifier.cc: In constructor 
> 'mia::CWaveletSlopeClassifierImpl::CWaveletSlopeClassifierImpl(const 
> Columns&, bool, float)':
> /<>/mia/core/waveletslopeclassifier.cc:241:103: error: 
> 'accumulate' was not declared in this scope
>float low_freq = accumulate(e.begin() + low_energy_start_idx, e.begin() + 
> movement_idx-skip_idx, 0.0); 
>   
>  ^
> mia/core/CMakeFiles/miacore.dir/build.make:1697: recipe for target 
> 'mia/core/CMakeFiles/miacore.dir/waveletslopeclassifier.cc.o' failed
> make[3]: *** [mia/core/CMakeFiles/miacore.dir/waveletslopeclassifier.cc.o] 
> Error 1
> make[3]: *** Waiting for unfinished jobs
> [  4%] Linking CXX executable test-vector
> cd /<>/obj-x86_64-linux-gnu/gsl++ && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/test-vector.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -std=c++11 
> -fvisibility=hidden   -Wl,-z,relro -Wl,--as-needed -fvisibility=hidden 
> CMakeFiles/test-vector.dir/test_vector.cc.o  -o test-vector -rdynamic 
> libmiagsl-2.2.so.4.0.3 -lboost_unit_test_framework -lgsl -lgslcblas -lm 
> -Wl,-rpath,/<>/obj-x86_64-linux-gnu/gsl++ 
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822501: bagel: FTBFS: error: 'inner_product' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
Package: bagel
Version: 0.0~git20150902-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -g -O2 
> -DNDEBUG -std=c++11 -c distzmatrix.cc -o distzmatrix.o
> In file included from algo.cc:27:0:
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product(T, size_t, U)':
> ../../../src/util/math/algo.h:151:12: error: 'inner_product' is not a member 
> of 'std'
>  return std::inner_product(p, p+n, q, static_cast(0.0), 
> std::plus(), [](decltype(*p) i, decltype(*q) j) { return 
> detail::conj(i)*j; });
> ^
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product_noconj(T, size_t, U)':
> ../../../src/util/math/algo.h:168:12: error: 'inner_product' is not a member 
> of 'std'
>  return std::inner_product(p, p+n, q, static_cast(0.0), 
> std::plus(), [](decltype(*p) i, decltype(*q) j) { return i*j; });
> ^
> In file included from ztranspose.cc:26:0:
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product(T, size_t, U)':
> ../../../src/util/math/algo.h:151:12: error: 'inner_product' is not a member 
> of 'std'
>  return std::inner_product(p, p+n, q, static_cast(0.0), 
> std::plus(), [](decltype(*p) i, decltype(*q) j) { return 
> detail::conj(i)*j; });
> ^
> ../../../src/util/math/algo.h: At global scope:
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
>auto average(const T& container) -> 
> decltype(std::accumulate(container.begin(), container.end(), 
> 0.0)/container.size()) {
> ^
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
> ../../../src/util/math/algo.h: In function 'decltype (( / 
> container.size())) bagel::blas::{anonymous}::average(const T&)':
> ../../../src/util/math/algo.h:197:12: error: 'accumulate' is not a member of 
> 'std'
>  return std::accumulate(container.begin(), container.end(), 0.0) / 
> container.size();
> ^
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product_noconj(T, size_t, U)':
> ../../../src/util/math/algo.h:168:12: error: 'inner_product' is not a member 
> of 'std'
>  return std::inner_product(p, p+n, q, static_cast(0.0), 
> std::plus(), [](decltype(*p) i, decltype(*q) j) { return i*j; });
> ^
> ../../../src/util/math/algo.h: At global scope:
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
>auto average(const T& container) -> 
> decltype(std::accumulate(container.begin(), container.end(), 
> 0.0)/container.size()) {
> ^
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
> ../../../src/util/math/algo.h: In function 'decltype (( / 
> container.size())) bagel::blas::{anonymous}::average(const T&)':
> ../../../src/util/math/algo.h:197:12: error: 'accumulate' is not a member of 
> 'std'
>  return std::accumulate(container.begin(), container.end(), 0.0) / 
> container.size();
> ^
> Makefile:461: recipe for target 'algo.lo' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822499: baloo-kf5: FTBFS: error: 'pow' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
Package: baloo-kf5
Version: 5.16.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> ctor-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wdate-time -D_FORTIFY_SOURCE=2  -std=c++0x -fno-exceptions -Wall -Wextra 
> -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long 
> -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual 
> -Werror=return-type -pedantic   -fPIC -o 
> CMakeFiles/advancedqueryparsertest.dir/__/__/__/src/lib/term.cpp.o -c 
> /<>/src/lib/term.cpp
> /<>/src/file/extractor/iohandler.cpp: In member function 'void 
> Baloo::IOHandler::newBatch()':
> /<>/src/file/extractor/iohandler.cpp:40:55: warning: ignoring 
> return value of 'ssize_t read(int, void*, size_t)', declared with attribute 
> warn_unused_result [-Wunused-result]
>  read(m_stdinHandle, _batchSize, sizeof(quint32));
>^
> /<>/src/file/extractor/iohandler.cpp: In member function 
> 'quint64 Baloo::IOHandler::nextId()':
> /<>/src/file/extractor/iohandler.cpp:48:46: warning: ignoring 
> return value of 'ssize_t read(int, void*, size_t)', declared with attribute 
> warn_unused_result [-Wunused-result]
>  read(m_stdinHandle, , sizeof(quint64));
>   ^
> /<>/src/file/extractor/autotests/iohandlertest.cpp: In member 
> function 'void Baloo::IOHandlerTest::testInput()':
> /<>/src/file/extractor/autotests/iohandlertest.cpp:57:21: error: 
> 'pow' is not a member of 'std'
>  quint64 a = std::pow(16, i);
>  ^
> src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/build.make:65: 
> recipe for target 
> 'src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/iohandlertest.cpp.o'
>  failed
> make[4]: *** 
> [src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/iohandlertest.cpp.o]
>  Error 1
> make[4]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> CMakeFiles/Makefile2:2568: recipe for target 
> 'src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/all' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822498: sysdig: FTBFS: error: 'log10' was not declared in this scope

2016-04-24 Thread Martin Michlmayr
Package: sysdig
Version: 0.8.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cd /<>/obj-x86_64-linux-gnu/userspace/libsinsp && /usr/bin/c++   
> -DHAS_CAPTURE -DK8S_DISABLE_THREAD -DPLATFORM_NAME=\"Linux\" 
> -I/<>/userspace/libsinsp/. 
> -I/<>/userspace/libsinsp/../../common 
> -I/<>/userspace/libsinsp/../libscap -I/usr/include/jsoncpp 
> -I/usr/include/luajit-2.0  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wall -ggdb --std=c++0x   -o 
> CMakeFiles/sinsp.dir/mesos_event_data.cpp.o -c 
> /<>/userspace/libsinsp/mesos_event_data.cpp
> /<>/userspace/libsinsp/filterchecks.cpp: In member function 
> 'virtual uint8_t* sinsp_filter_check_event::extract(sinsp_evt*, uint32_t*)':
> /<>/userspace/libsinsp/filterchecks.cpp:2768:40: error: 'log10' 
> was not declared in this scope
>  double llatency = log10((double)lat);
> ^
> /<>/userspace/libsinsp/cursesspectro.cpp: In member function 
> 'uint32_t curses_spectro::mkcol(uint64_t)':
> /<>/userspace/libsinsp/cursesspectro.cpp:237:53: error: 'log10' 
> was not declared in this scope
>   uint32_t col = log10((int)val * refresh_per_sec + 1) / log10(1.6);
>  ^
> /<>/userspace/libsinsp/cursesspectro.cpp: In member function 
> 'void curses_spectro::draw_axis()':
> /<>/userspace/libsinsp/cursesspectro.cpp:268:45: error: 'pow' 
> was not declared in this scope
> uint64_t aval = (uint64_t)pow(10, curtime);
>  ^
> /<>/userspace/libsinsp/cursesspectro.cpp: In member function 
> 'uint64_t curses_spectro::latency_from_coordinate(uint32_t)':
> /<>/userspace/libsinsp/cursesspectro.cpp:678:34: error: 'pow' 
> was not declared in this scope
>   return (uint64_t)pow(10, curtime);
>   ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822500: brlaser: FTBFS: 'string' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
Package: brlaser
Version: 3-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -std=gnu++11  -Wall 
> -c -o src/brdecode.o src/brdecode.cc
> src/brdecode.cc: In function 'int main(int, char**)':
> src/brdecode.cc:177:3: error: 'string' is not a member of 'std'
>std::string out_prefix;
>^
> src/brdecode.cc:181:5: error: 'out_prefix' was not declared in this scope
>  out_prefix = argv[2];
>  ^
> src/brdecode.cc:184:5: error: 'out_prefix' was not declared in this scope
>  out_prefix = argv[1];
>  ^
> src/brdecode.cc:187:5: error: 'out_prefix' was not declared in this scope
>  out_prefix = "page";
>  ^
> src/brdecode.cc:207:7: error: 'string' is not a member of 'std'
>std::string out_filename = out_prefix
>^
> src/brdecode.cc:209:30: error: 'out_filename' was not declared in this scope
>FILE *out_file = fopen(out_filename.c_str(), "wb");
>   ^
> Makefile:735: recipe for target 'src/brdecode.o' failed
> make[3]: *** [src/brdecode.o] Error 1
> make[3]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822496: rr: FTBFS: error: 'floor' was not declared in this scope

2016-04-24 Thread Martin Michlmayr
Package: rr
Version: 4.2.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> [ 43%] Building CXX object CMakeFiles/rr.dir/src/Scheduler.cc.o
> /usr/bin/c++   -DRR_VERSION=\"4.2.0\" -I/<>/include 
> -I/<>/build  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -D__USE_LARGEFILE64 
> -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -std=c++0x -pthread -O0 -g3 
> -Wall -Wextra -Werror -o CMakeFiles/rr.dir/src/Scheduler.cc.o -c 
> /<>/src/Scheduler.cc
> /<>/src/Scheduler.cc: In function 'void sleep_time(double)':
> /<>/src/Scheduler.cc:262:30: error: 'floor' was not declared in 
> this scope
>ts.tv_sec = (time_t)floor(t);
>   ^
> /<>/src/Scheduler.cc: In member function 'void 
> Scheduler::maybe_reset_high_priority_only_intervals(double)':
> /<>/src/Scheduler.cc:293:65: error: 'pow' was not declared in 
> this scope
>pow(high_priority_only_duration_step_factor, duration_step);
>  ^
> /<>/src/Scheduler.cc: In member function 'bool 
> Scheduler::in_high_priority_only_interval(double)':
> /<>/src/Scheduler.cc:313:56: error: 'fmod' was not declared in 
> this scope
>  high_priority_only_intervals_period);
> ^
> /<>/src/Scheduler.cc: In member function 'double 
> Scheduler::interrupt_after_elapsed_time() const':
> /<>/src/Scheduler.cc:484:53: error: 'floor' was not declared in 
> this scope
>   high_priority_only_intervals_period) +
>  ^
> CMakeFiles/rr.dir/build.make:1041: recipe for target 
> 'CMakeFiles/rr.dir/src/Scheduler.cc.o' failed
> make[3]: *** [CMakeFiles/rr.dir/src/Scheduler.cc.o] Error 1
> make[3]: Leaving directory '/<>/build'
> CMakeFiles/Makefile2:11120: recipe for target 'CMakeFiles/rr.dir/all' failed
> make[2]: *** [CMakeFiles/rr.dir/all] Error 2
> make[2]: Leaving directory '/<>/build'
> Makefile:163: recipe for target 'all' failed
> make[1]: *** [all] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822497: libqapt: FTBFS: error: 'default_random_engine' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
eVersion(Pkg); 
> but for API compat: */ LocalPolicy->GetCandidateVer(Pkg);};
>   
>   
> ^
> /<>/src/package.cpp: In member function 'QString 
> QApt::Package::controlField(QLatin1String) const':
> /<>/src/package.cpp:693:105: warning: 
> 'pkgCache::Namespace::VerIterator pkgDepCache::GetCandidateVer(const 
> PkgIterator&)' is deprecated: Confusingly named method which returns the 
> candidate as chosen by policy (NOT as chosen via .SetCandidateVersion!). You 
> probably want to use .GetCandidateVersion instead. [-Wdeprecated-declarations]
>  const pkgCache::VerIterator  = 
> (*d->backend->cache()->depCache()).GetCandidateVer(d->packageIter);
>   
>^
> In file included from /usr/include/apt-pkg/pkgsystem.h:45:0,
>  from /usr/include/apt-pkg/init.h:17,
>  from /usr/include/apt-pkg/packagemanager.h:26,
>  from /usr/include/apt-pkg/algorithms.h:33,
>  from /<>/src/package.cpp:37:
> /usr/include/apt-pkg/depcache.h:365:216: note: declared here
> APT_DEPRECATED_MSG("Confusingly named method which returns the candidate 
> as chosen by policy (NOT as chosen via .SetCandidateVersion!). You probably 
> want to use .GetCandidateVersion instead.") inline VerIterator 
> GetCandidateVer(PkgIterator const ) {return /* GetCandidateVersion(Pkg); 
> but for API compat: */ LocalPolicy->GetCandidateVer(Pkg);};
>   
>   
> ^
> /<>/src/package.cpp: In member function 'bool 
> QApt::Package::isInUpdatePhase() const':
> /<>/src/package.cpp:888:5: error: 'default_random_engine' is not 
> a member of 'std'
>  std::default_random_engine generator(a);
>  ^
> /<>/src/package.cpp:890:29: error: 'generator' was not declared 
> in this scope
>  int rand = distribution(generator);
>  ^
> /<>/src/package.cpp:885:10: warning: unused variable 'a' 
> [-Wunused-variable]
>  uint a = seed.toUInt(, 16);
>   ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822495: golang-github-spf13-cobra: FTBFS: cannot find package "golang.org/x/sys/unix"

2016-04-24 Thread Martin Michlmayr
Package: golang-github-spf13-cobra
Version: 0.0~git20160117.0.8e91712-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v github.com/spf13/cobra github.com/spf13/cobra/cobra 
> github.com/spf13/cobra/cobra/cmd github.com/spf13/cobra/doc
> src/gopkg.in/fsnotify.v1/inotify.go:19:2: cannot find package 
> "golang.org/x/sys/unix" in any of:
>   /usr/lib/go/src/golang.org/x/sys/unix (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/sys/unix (from 
> $GOPATH)
> dh_auto_build: go install -v github.com/spf13/cobra 
> github.com/spf13/cobra/cobra github.com/spf13/cobra/cobra/cmd 
> github.com/spf13/cobra/doc returned exit code 1
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822477: qgis: FTBFS: error: request for member 'insert' in 'qm', which is of pointer type 'QMap

2016-04-24 Thread Martin Michlmayr
Package: qgis
Version: 2.14.1+dfsg-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cd /<>/qgis-2.14.1+dfsg/debian/build/src/gui && /usr/bin/c++   
> -DPYTHON2 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII 
> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBKIT_LIB 
> -DQT_XML_LIB -DWITH_QTWEBKIT -Dqgis_gui_EXPORTS -isystem /usr/include/qt4 
> -isystem /usr/include/qt4/QtOpenGL -isystem /usr/include/qt4/QtSvg -isystem 
> /usr/include/qt4/QtWebKit -isystem /usr/include/qt4/QtGui -isystem 
> /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
> /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore 
> -I/<>/qgis-2.14.1+dfsg/debian/build -isystem 
> /usr/include/qt4/QtUiTools -I/<>/qgis-2.14.1+dfsg/src/gui 
> -I/<>/qgis-2.14.1+dfsg/src/gui/symbology-ng 
> -I/<>/qgis-2.14.1+dfsg/src/gui/attributetable 
> -I/<>/qgis-2.14.1+dfsg/src/gui/auth 
> -I/<>/qgis-2.14.1+dfsg/src/gui/editorwidgets 
> -I/<>/qgis-2.14.1+dfsg/src/gui/editorwidgets/core 
> -I/<>/qgis-2.14.1+dfsg/s
> rc/gui/layertree -I/<>/qgis-2.14.1+dfsg/src/gui/effects 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/auth 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/composer 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/geometry 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/layertree 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/raster 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/symbology-ng 
> -I/<>/qgis-2.14.1+dfsg/src/gui/../core/effects 
> -I/<>/qgis-2.14.1+dfsg/debian/build/src/gui 
> -I/<>/qgis-2.14.1+dfsg/debian/build/src/gui/../ui -isystem 
> /usr/include/QtCrypto -isystem /usr/include/qwt -isystem /usr/include/gdal  
> -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wdate-time -D_FORTIFY_SOURCE=2  
> -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 
> -DSPATIALITE_HAS_INIT_EX -std=c++11 -Wall -Wextra -Wno-long-long 
> -Wformat-security -Wno-strict-aliasing -fvisibility=hidden 
> -fvisibility-inlines-hidden -fPIC   -DCORE_EXPORT= -DGUI_EXPORT= 
> -DPYTHON_EXPORT= -DANALYSIS_EXPORT= -DAPP_EXPORT= -DCUSTOMWIDGETS_EXPORT= 
> -DSERVER_EXPORT= -UGUI_EXPORT "-DGUI_EXPORT=__attribute__ ((visibility 
> (\"default\")))" -o CMakeFiles/qgis_gui.dir/qgssvgannotationitem.cpp.o -c 
> /<>/qgis-2.14.1+dfsg/src/gui/qgssvgannotationitem.cpp
> /<>/qgis-2.14.1+dfsg/python/core/conversions.sip: In function 'int 
> convertTo_QMap_3800_0600QMap_1800_0100QVariant(PyObject*, void**, int*, 
> PyObject*)':
> /<>/qgis-2.14.1+dfsg/python/core/conversions.sip:735:8: error: 
> request for member 'insert' in 'qm', which is of pointer type 'QMap int, QMap<int, QVariant> >*' (maybe you meant to use '->' ?)
>  qm.insert(k, *t);
> ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822474: mira: FTBFS: error: 'accumulate' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
=/\*\*/ 
> -DHAVE_BOOST_IOSTREAMS=/\*\*/ -DHAVE_LIBRT=1 -DHAVE_GZOFFSET=1 
> -DBOUNDTRACKFLAG=1 -DBUGTRACKFLAG=1 -I.  -I../../src  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -D
> PUBLICQUIET -DAJ_Linux64 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security  -I/usr/include -O3 -funroll-loops -pthread 
> -I/usr/include -I/usr/include -Werror=uninitialized -Werror=return-type 
> -Werror=parentheses -Werror=unused-value -std=c++14 -c -o pcrcontainer.o 
> pcrcontainer.C
> Makefile:632: recipe for target 'contig_consensus.o' failed
> make[7]: *** [contig_consensus.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822473: gnome-software: FTBFS: static declaration of 'as_app_has_compulsory_for_desktop' follows non-static declaration

2016-04-24 Thread Martin Michlmayr
Package: gnome-software
Version: 3.18.3-3
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/fwupd-1 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/Limba 
> -DBINDIR=\"/usr/bin\" -DDATADIR=\"/usr/share\" 
> -DGS_MODULESETDIR=\"/usr/share/gnome-software/modulesets.d\" 
> -DG_LOG_DOMAIN=\"GsPlugin\" -DLIBDIR=\"/usr/lib\" -DLOCALSTATEDIR=\"/var\" 
> -DSBINDIR=\"/usr/sbin\" -DSYSCONFDIR=\"/etc\" 
> -DTESTDATADIR=\"../../data/tests\" -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wnested-externs 
> -Werror=missing-prototypes -Werror=implicit-function-declaration 
> -Werror=pointer-arith -Werror=init-self -Werror=format-security 
> -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type 
> -Wmissing-declarations -Wcast-align -Wwrite-strings -Wreturn-type 
> -Wformat-nonliteral -Wmissing-format-attribute -Wclobbered -Wempty-body 
> -Wignored-qualifiers -Wsign-compare -Wtype-limits -Wuninitialized 
> -Waggregate-return -Wdeclaration-after-statement -Wshadow 
> -Wno-strict-aliasing -Winline -Wmissing-parameter-type -Woverride-init -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> gs-plugin-appstream.c  -fPIC -DPIC -o 
> .libs/libgs_plugin_appstream_la-gs-plugin-appstream.o
> In file included from ../../src/gs-plugin.h:30:0,
>  from gs-plugin-appstream.c:27:
> ../../src/gs-app.h:109:1: warning: 'AsIdKind' is deprecated: Use AsAppKind 
> instead [-Wdeprecated-declarations]
>  AsIdKind  gs_app_get_id_kind  (GsApp  *app);
>  ^
> In file included from /usr/include/libappstream-glib/as-app.h:32:0,
>  from /usr/include/libappstream-glib/appstream-glib.h:27,
>  from gs-plugin-appstream.c:25:
> /usr/include/libappstream-glib/as-enums.h:49:14: note: declared here
>  typedef enum {
>   ^
> In file included from ../../src/gs-plugin.h:30:0,
>  from gs-plugin-appstream.c:27:
> ../../src/gs-app.h:111:8: warning: 'AsIdKind' is deprecated: Use AsAppKind 
> instead [-Wdeprecated-declarations]
> AsIdKind  id_kind);
> ^
> In file included from /usr/include/libappstream-glib/as-app.h:32:0,
>  from /usr/include/libappstream-glib/appstream-glib.h:27,
>  from gs-plugin-appstream.c:25:
> /usr/include/libappstream-glib/as-enums.h:49:14: note: declared here
>  typedef enum {
>   ^
> gs-plugin-appstream.c:54:1: error: static declaration of 
> 'as_app_has_compulsory_for_desktop' follows non-static declaration
>  as_app_has_compulsory_for_desktop (AsApp *app, const gchar 
> *compulsory_for_desktop)
>  ^
> In file included from /usr/include/libappstream-glib/appstream-glib.h:27:0,
>  from gs-plugin-appstream.c:25:
> /usr/include/libappstream-glib/as-app.h:340:11: note: previous declaration of 
> 'as_app_has_compulsory_for_desktop' was here
>  gboolean  as_app_has_compulsory_for_desktop (AsApp *app,
>^
> gs-plugin-appstream.c: In function 'gs_plugin_refine_item':
> gs-plugin-appstream.c:473:3: warning: 'as_app_get_id_kind' is deprecated: Use 
> 'as_app_get_kind' instead [-Wdeprecated-declarations]
>if (as_app_get_id_kind (item) == AS_ID_KIND_SOURCE) {
>^
> In file included from /usr/include/libappstream-glib/appstream-glib.h:27:0,
>  from gs-plugin-appstream.c:25:
> /usr/include/libappstream-glib/as-app.h:480:11: note: declared here
>  AsIdKind  as_app_get_id_kind  (AsApp  *app)
>^
> gs-plugin-appstream.c:598:3: warning: 'as_app_get_id_kind' is deprecated: Use 
> 'as_app_get_kind' instead [-Wdeprecated-declarations]
>gs_app_set_id_kind (app, as_app_get_id_kind (item));
>^
> In file included from /usr/include/libappstream-glib/appstream-glib.h:27:0,
>  from gs-plugin-appstream.c:25:
> /usr/include/libappstream-glib/as-app.h:480:11: note: declared here
>  AsIdKind  as_app_get_id_kind  (AsApp  *app)
>^
> Makefile:1013: recipe for target 
> 'libgs_plugin_appstream_la-gs-plugin-appstream.lo' failed
> make[5]: *** [libgs_plugin_appstream_la-gs-plugin-appstream.lo] Error 1
> make[5]: Leaving directory '/<>/src/plugins'
> Makefile:2087: recipe for target 'all-recursive' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822470: qemu: FTBFS: error: redefinition of 'struct fsxattr'

2016-04-24 Thread Martin Michlmayr
Package: qemu
Version: 1:2.5+dfsg-5
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cc -I/<>/qemu-2.5+dfsg/tcg -I/<>/qemu-2.5+dfsg/tcg/i386 
> -I/<>/qemu-2.5+dfsg/linux-headers 
> -I/<>/qemu-2.5+dfsg/qemu-build/linux-headers -I. 
> -I/<>/qemu-2.5+dfsg -I/<>/qemu-2.5+dfsg/include 
> -I/<>/qemu-2.5+dfsg/block -Iblock -I/usr/include/pixman-1  
> -DHAS_LIBSSH2_SFTP_FSYNC -fPIE -DPIE -m64 -D_GNU_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
> -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
> -fno-strict-aliasing -fno-common  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -DCONFIG_QEMU_DATAPATH='"/usr/share/qemu:/usr/share/seabios:/usr/lib/ipxe/qemu"'
>  -DVENDOR_DEBIAN -Wendif-labels -Wmissing-include-dirs -Wempty-body 
> -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
> -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
> -Wtype-limits -fstack-protector-strong  -I/usr/include/p11-kit-1
> -I/usr/incl
> ude/libpng16 -I/usr/include/spice-server -I/usr/include/spice-1 
> -I/usr/include/cacard -I/usr/include/libusb-1.0  
> -I/<>/qemu-2.5+dfsg/tests -MMD -MP -MT block/iscsi.o -MF 
> block/iscsi.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g  
> -fPIC -DBUILD_DSO  -c -o block/iscsi.o 
> /<>/qemu-2.5+dfsg/block/iscsi.c
> In file included from /usr/include/xfs/xfs.h:58:0,
>  from /<>/qemu-2.5+dfsg/block/raw-posix.c:97:
> /usr/include/xfs/xfs_fs.h:42:8: error: redefinition of 'struct fsxattr'
>  struct fsxattr {
> ^
> In file included from /<>/qemu-2.5+dfsg/block/raw-posix.c:60:0:
> /usr/include/linux/fs.h:155:8: note: originally defined here
>  struct fsxattr {
> ^
> cc -I/<>/qemu-2.5+dfsg/tcg -I/<>/qemu-2.5+dfsg/tcg/i386 
> -I/<>/qemu-2.5+dfsg/linux-headers 
> -I/<>/qemu-2.5+dfsg/qemu-build/linux-headers -I. 
> -I/<>/qemu-2.5+dfsg -I/<>/qemu-2.5+dfsg/include 
> -I/<>/qemu-2.5+dfsg/block -Iblock -I/usr/include/pixman-1  
> -DHAS_LIBSSH2_SFTP_FSYNC -fPIE -DPIE -m64 -D_GNU_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
> -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
> -fno-strict-aliasing -fno-common  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -DCONFIG_QEMU_DATAPATH='"/usr/share/qemu:/usr/share/seabios:/usr/lib/ipxe/qemu"'
>  -DVENDOR_DEBIAN -Wendif-labels -Wmissing-include-dirs -Wempty-body 
> -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
> -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
> -Wtype-limits -fstack-protector-strong  -I/usr/include/p11-kit-1
> -I/usr/incl
> ude/libpng16 -I/usr/include/spice-server -I/usr/include/spice-1 
> -I/usr/include/cacard -I/usr/include/libusb-1.0  
> -I/<>/qemu-2.5+dfsg/tests -MMD -MP -MT block/curl.o -MF 
> block/curl.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g  
> -fPIC -DBUILD_DSO  -c -o block/curl.o /<>/qemu-2.5+dfsg/block/curl.c
> /<>/qemu-2.5+dfsg/rules.mak:57: recipe for target 
> 'block/raw-posix.o' failed
> make[1]: *** [block/raw-posix.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822469: asl: FTBFS: error: expected unqualified-id before 'sizeof'

2016-04-24 Thread Martin Michlmayr
   from /<>/src/aslUtilities.h:32,
>  from /<>/src/acl/Operators/../aclUtilities.h:27,
>  from /<>/src/acl/Operators/aclElementFor.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context  /* context */,
>  ^
> In file included from /<>/src/aslUtilities.h:32:0,
>  from /<>/src/acl/Operators/../aclUtilities.h:27,
>  from /<>/src/acl/Operators/aclElementFor.cxx:25:
> /<>/src/acl/cl.hpp:4522:21: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>  object_ = ::clCreateSampler(
>  ^
> In file included from /usr/include/CL/opencl.h:42:0,
>  from /<>/src/acl/cl.hpp:75,
>  from /<>/src/aslUtilities.h:32,
>  from /<>/src/acl/Operators/../aclUtilities.h:27,
>  from /<>/src/acl/Operators/aclElementFor.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context  /* context */,
>  ^
> In file included from /<>/src/aslUtilities.h:32:0,
>  from /<>/src/acl/Operators/../aclUtilities.h:27,
>  from /<>/src/acl/Operators/aclElementFor.cxx:25:
> /<>/src/acl/cl.hpp:4527:19: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>  );
>    ^
...

> In file included from /<>/src/aslUtilities.h:34:0,
>  from /<>/src/acl/aclUtilities.h:27,
>  from 
> /<>/src/acl/aclMath/aclVectorOfElementsOperations.cxx:25:
> /<>/src/acl/acl.h: At global scope:
> /<>/src/acl/acl.h:239:11: error: expected unqualified-id before 
> 'sizeof'
>Element isnan(Element a);
>^
> /<>/src/acl/acl.h:239:11: error: expected ')' before 'sizeof'
> In file included from /<>/src/math/../aslUtilities.h:32:0,
>   inline const AVec floor(const AVec<> & a)

...

>  ^
> /<>/src/math/aslVectorsDynamicLengthOperations.h: In function 
> 'const asl::AVec asl::round(const asl::AVec<>&)':
> /<>/src/math/aslVectorsDynamicLengthOperations.h:381:13: error: 
> 'round' is not a member of 'std'
> res[i] = std::round(a[i]);
>  ^
> /<>/src/math/aslVectorsDynamicLengthOperations.h:381:13: note: 
> suggested alternatives:
> In file included from /usr/include/features.h:361:0,
>  from 
> /usr/include/x86_64-linux-gnu/c++/5/bits/os_defines.h:39,
>  from 
> /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h:482,

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822468: hugo: FTBFS: cannot find package "golang.org/x/sys/unix"

2016-04-24 Thread Martin Michlmayr
Package: hugo
Version: 0.15+git20160206.203.ed23711-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[1]: Entering directory '/<>/hugo-0.15+git20160206.203.ed23711'
> dh_auto_build -O--buildsystem=golang
>   go install -v github.com/spf13/hugo github.com/spf13/hugo/bufferpool 
> github.com/spf13/hugo/commands github.com/spf13/hugo/create 
> github.com/spf13/hugo/helpers github.com/spf13/hugo/hugofs 
> github.com/spf13/hugo/hugolib github.com/spf13/hugo/livereload 
> github.com/spf13/hugo/parser github.com/spf13/hugo/source 
> github.com/spf13/hugo/target github.com/spf13/hugo/tpl 
> github.com/spf13/hugo/transform github.com/spf13/hugo/utils 
> github.com/spf13/hugo/watcher
> src/gopkg.in/fsnotify.v1/inotify.go:19:2: cannot find package 
> "golang.org/x/sys/unix" in any of:
>   /usr/lib/go/src/golang.org/x/sys/unix (from $GOROOT)
>   
> /<>/hugo-0.15+git20160206.203.ed23711/obj-x86_64-linux-gnu/src/golang.org/x/sys/unix
>  (from $GOPATH)
> dh_auto_build: go install -v github.com/spf13/hugo 
> github.com/spf13/hugo/bufferpool github.com/spf13/hugo/commands 
> github.com/spf13/hugo/create github.com/spf13/hugo/helpers 
> github.com/spf13/hugo/hugofs github.com/spf13/hugo/hugolib 
> github.com/spf13/hugo/livereload github.com/spf13/hugo/parser 
> github.com/spf13/hugo/source github.com/spf13/hugo/target 
> github.com/spf13/hugo/tpl github.com/spf13/hugo/transform 
> github.com/spf13/hugo/utils github.com/spf13/hugo/watcher returned exit code 1
> debian/rules:9: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory '/<>/hugo-0.15+git20160206.203.ed23711'
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822466: mrs: FTBFS: error: 'log' was not declared in this scope

2016-04-24 Thread Martin Michlmayr
Package: mrs
Version: 6.0.5+dfsg-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> >> src/M6WSBlast.cpp
> >> src/M6WSSearch.cpp
> src/M6Matrix.cpp:319:33: error: 'log' was not declared in this scope
>   kMPam250ScalingFactor = log(2.f) / 3.0f,
>  ^
> GNUmakefile:104: recipe for target 'obj/M6Matrix.o' failed
> make[1]: *** [obj/M6Matrix.o] Error 1
> make[1]: *** Waiting for unfinished jobs

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822467: supercollider: FTBFS: error: 'random_device' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
sc/../server/../sc/../utilities/osc_server.hpp:35,
>  from 
> /<>/server/supernova/sc/../server/../sc/sc_osc_handler.hpp:36,
>  from 
> /<>/server/supernova/sc/../server/server.hpp:25,
>  from 
> /<>/server/supernova/sc/sc_plugin_interface.cpp:31:
> /<>/external_libraries/nova-tt/nova-tt/thread_priority_pthread.hpp:
>  In function 'int nova::thread_priority()':
> /<>/external_libraries/nova-tt/nova-tt/thread_priority_pthread.hpp:44:9:
>  warning: unused variable 'status' [-Wunused-variable]
>  int status = pthread_getschedparam(this_thread, , );
>  ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp: In member 
> function 'void nova::sc_plugin_interface::initialize(const 
> nova::server_arguments&, float*)':
> /<>/server/supernova/sc/sc_plugin_interface.cpp:719:9: error: 
> 'random_device' is not a member of 'std'
>  std::random_device rd;
>  ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp:720:9: error: 
> 'seed_seq' is not a member of 'std'
>  std::seed_seq seq({ rd(), rd(), rd() });
>  ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp:720:47: error: 
> expected primary-expression before ')' token
>  std::seed_seq seq({ rd(), rd(), rd() });
>    ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp:721:9: error: 
> 'seq' was not declared in this scope
>  seq.generate(seeds.begin(), seeds.end());
>  ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp:727:9: error: 
> 'seed_seq' is not a member of 'std'
>  std::seed_seq seq({ seconds.count() });
>  ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp:727:46: error: 
> expected primary-expression before ')' token
>  std::seed_seq seq({ seconds.count() });
>   ^
> /<>/server/supernova/sc/sc_plugin_interface.cpp:728:9: error: 
> 'seq' was not declared in this scope
>  seq.generate(seeds.begin(), seeds.end());
>  ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822410: bisonc++: FTBFS: failure of system call / usage: ...

2016-04-24 Thread Martin Michlmayr
* Frank B. Brokken <f.b.brok...@rug.nl> [2016-04-24 19:11]:
> Thanks for the bug report. Ususally a bug report provides me with
> clear hints about its causes, but this time I'm at a loss. Building
> the manual on amd64 archs works OK, and I have no access to a HPE
> Helion machine, so it's hard to reproduce the bug.

Looks like Tony can reproduce it.  I just wanted to add briefly that
this has nothing to do with HPE Helion.  It's a normal Debian
installation and a normal Debian sid chroot using sbuild.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822410: bisonc++: FTBFS: failure of system call / usage: ...

2016-04-23 Thread Martin Michlmayr
Package: bisonc++
Version: 5.00.00-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> Yodl: including file algorithm/ruleprec.yo
> Yodl: including file algorithm/condep.yo
> Yodl: including file algorithm/reduce.yo
> usage: [-a] [-N] [-n] [-s] [-t] [-S] [-T] marker file
> See also: `man yodlverbinsert'
> Yodl: including file algorithm/mysterious.yo
> Yodl: including file error.yo
> Yodl: including file error/intro.yo
> Yodl: including file error/syntactical.yo
> Yodl: including file error/recovery.yo
> Yodl: including file error/semantical.yo
> Yodl: including file invoking.yo
> Yodl: including file invoking/options.yo
> Yodl: including file invoking/usage.yo
> 
> If a message about a failing NOEXPANDINCLUDE is shown, create the file 
> `usage' in documentation/manual/invoking containing the latest usage info
> 
> Error(s) detected
> /usr/bin/yodl indicates failure!
> Fatal: system - failure of system call (status 256)
> debian/rules:41: recipe for target 'build-indep' failed
> make: *** [build-indep] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822409: pkg-config: FTBFS: error: m4_copy: won't overwrite defined macro: glib_DEFUN

2016-04-23 Thread Martin Michlmayr
Package: pkg-config
Version: 0.29-3
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_testdir
>dh_update_autotools_config
>dh_autoreconf
> m4macros/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: 
> glib_DEFUN
> m4macros/glib-gettext.m4:39: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: error: echo failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> dh_autoreconf: autoreconf -f -i returned exit code 1
> debian/rules:22: recipe for target 'build' failed
> make: *** [build] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822408: yosys: FTBFS: error: expected unqualified-id before '(' token

2016-04-23 Thread Martin Michlmayr
Package: yosys
Version: 0.6-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> [ 23%] Building passes/tests/test_abcloop.o
> [ 23%] Building passes/sat/sat.o
> [ 24%] Building passes/sat/freduce.o
> In file included from frontends/ast/ast.cc:39:0:
> frontends/ast/ast.cc: In member function 'Yosys::RTLIL::Const 
> Yosys::AST::AstNode::realAsConst(int)':
> frontends/ast/ast.cc:863:12: error: expected unqualified-id before '(' token
>   if (!std::isfinite(v)) {
> ^
> [ 24%] Building passes/sat/eval.o

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822407: enscript: FTBFS: error: automatic de-ANSI-fication support has been removed

2016-04-23 Thread Martin Michlmayr
Package: enscript
Version: 1.6.5.90-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>debian/rules override_dh_auto_configure
> make[1]: Entering directory '/<>'
> AUTOMAKE=automake-1.11 autoreconf -fis
> Copying file intl/Makefile.in
> Copying file m4/intldir.m4
> Copying file po/Makevars.template
> configure.ac:14: error: automatic de-ANSI-fication support has been removed
> /usr/share/aclocal-1.15/obsolete.m4:26: AM_C_PROTOTYPES is expanded from...
> configure.ac:14: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: error: echo failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> debian/rules:13: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 1
> make[1]: Leaving directory '/<>'
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822406: heimdal: FTBFS: error: kadm5_err.h: No such file or directory

2016-04-23 Thread Martin Michlmayr
Package: heimdal
Version: 1.7~git20160418+dfsg-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>   CC   ipropd_slave.o
> ;  CC   iprop-commands.o
> In file included from test_pw_quality.c:34:0:
> kadm5_locl.h:78:23: fatal error: kadm5_err.h: No such file or directory
> compilation terminated.
> Makefile:1068: recipe for target 'test_pw_quality.o' failed
> make[3]: *** [test_pw_quality.o] Error 1
> make[3]: *** Waiting for unfinished jobs
> In file included from iprop.h:39:0,
>  from iprop-log.c:34:
> kadm5_locl.h:78:23: fatal error: kadm5_err.h: No such file or directory
> compilation terminated.
> In file included from iprop.h:39:0,
>  from ipropd_common.c:34:
> kadm5_locl.h:78:23: fatal error: kadm5_err.h: No such file or directory
> In file included from iprop.h:39:0,
>  from ipropd_slave.c:34:
> kadm5_locl.h:78:23: fatal error: kadm5_err.h: No such file or directory
> compilation terminated.
> Makefile:1068: recipe for target 'iprop-log.o' failed
> make[3]: *** [iprop-log.o] Error 1
> compilation terminated.
> In file included from iprop.h:39:0,
>  from ipropd_master.c:34:
> kadm5_locl.h:78:23: fatal error: kadm5_err.h: No such file or directory
> compilation terminated.
> Makefile:1068: recipe for target 'ipropd_slave.o' failed
> make[3]: *** [ipropd_slave.o] Error 1
> Makefile:1068: recipe for target 'ipropd_common.o' failed
> make[3]: *** [ipropd_common.o] Error 1
> Makefile:1068: recipe for target 'ipropd_master.o' failed
> make[3]: *** [ipropd_master.o] Error 1
> make[3]: Leaving directory 
> '/<>/heimdal-1.7~git20160418+dfsg/lib/kadm5'
> Makefile:572: recipe for target 'all-recursive' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822402: workrave: FTBFS: workrave missing files: usr/lib/indicators3/7/libworkrave.so

2016-04-23 Thread Martin Michlmayr
Package: workrave
Version: 1.10.12-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[1]: Entering directory '/<>'
> dh_install --list-missing
> dh_install: Cannot find (any matches for) 
> "usr/lib/indicators3/7/libworkrave.so" (tried in "." and "debian/tmp")
> dh_install: workrave missing files: usr/lib/indicators3/7/libworkrave.so
> dh_install: usr/lib/x86_64-linux-gnu/libworkrave-gtk2-private-1.0.la exists 
> in debian/tmp but is not installed to anywhere
> dh_install: usr/lib/x86_64-linux-gnu/libworkrave-private-1.0.la exists in 
> debian/tmp but is not installed to anywhere
> dh_install: usr/lib/x86_64-linux-gnu/libworkrave-gtk2-private-1.0.so exists 
> in debian/tmp but is not installed to anywhere
> dh_install: usr/lib/x86_64-linux-gnu/libworkrave-private-1.0.so exists in 
> debian/tmp but is not installed to anywhere
> dh_install: usr/lib/x86_64-linux-gnu/mate-applets/workrave-applet exists in 
> debian/tmp but is not installed to anywhere
> dh_install: usr/lib/x86_64-linux-gnu/indicators3/7/libworkrave.la exists in 
> debian/tmp but is not installed to anywhere
> dh_install: usr/lib/x86_64-linux-gnu/indicators3/7/libworkrave.so exists in 
> debian/tmp but is not installed to anywhere
> dh_install: 
> usr/share/mate-panel/applets/org.workrave.WorkraveApplet.mate-panel-applet 
> exists in debian/tmp but is not installed to anywhere
> dh_install: usr/share/mate-panel/ui/workrave-menu.xml exists in debian/tmp 
> but is not installed to anywhere
> dh_install: usr/share/gir-1.0/Workrave-1.0.gir exists in debian/tmp but is 
> not installed to anywhere
> dh_install: usr/share/cinnamon/applets/workr...@workrave.org/metadata.json 
> exists in debian/tmp but is not installed to anywhere
> dh_install: usr/share/cinnamon/applets/workr...@workrave.org/applet.js exists 
> in debian/tmp but is not installed to anywhere
> dh_install: missing files, aborting
> debian/rules:28: recipe for target 'override_dh_install' failed
> make[1]: *** [override_dh_install] Error 2
> make[1]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822401: mpd: FTBFS: error: 'uint8_t' was not declared in this scope

2016-04-23 Thread Martin Michlmayr
Package: mpd
Version: 0.19.14-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I.  -DNDEBUG -I./src -pthread -isystem 
> /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"'  
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu  -I/usr/include/libbinio  
> -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -std=gnu++0x -pthread -g -O2 
> -fPIE -fstack-protector-strong -Wformat -Werror=format-security 
> -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants 
> -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections 
> -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith 
> -Wcast-qual -Wwrite-strings -Wsign-compare -c -o 
> src/decoder/plugins/libdecoder_a-OggFind.o `test -f 
> 'src/decoder/plugins/OggFind.cxx' || echo './'`src/decoder/plugins/OggFind.cxx
> In file included from src/decoder/DecoderBuffer.cxx:21:0:
> src/decoder/DecoderBuffer.hxx:41:20: error: 'uint8_t' was not declared in 
> this scope
>   DynamicFifoBuffer buffer;
> ^
> src/decoder/DecoderBuffer.hxx:41:27: error: template argument 1 is invalid
>   DynamicFifoBuffer buffer;
>^
> src/decoder/DecoderBuffer.hxx: In member function 'void 
> DecoderBuffer::Clear()':
> src/decoder/DecoderBuffer.hxx:61:10: error: request for member 'Clear' in 
> '((DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 
> 'int'
>buffer.Clear();
>   ^
> src/decoder/DecoderBuffer.hxx: In member function 'size_t 
> DecoderBuffer::GetAvailable() const':
> src/decoder/DecoderBuffer.hxx:78:17: error: request for member 'GetAvailable' 
> in '((const DecoderBuffer*)this)->DecoderBuffer::buffer', which is of 
> non-class type 'const int'
>return buffer.GetAvailable();
>  ^
> src/decoder/DecoderBuffer.hxx: In member function 'ConstBuffer 
> DecoderBuffer::Read() const':
> src/decoder/DecoderBuffer.hxx:87:19: error: request for member 'Read' in 
> '((const DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class 
> type 'const int'
>auto r = buffer.Read();
>^
> src/decoder/DecoderBuffer.hxx:88:27: error: could not convert '{ error>, }' from '' to 
> 'ConstBuffer'
>return { r.data, r.size };
>^
> src/decoder/DecoderBuffer.hxx: In member function 'void 
> DecoderBuffer::Consume(size_t)':
> src/decoder/DecoderBuffer.hxx:105:10: error: request for member 'Consume' in 
> '((DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 
> 'int'
>buffer.Consume(nbytes);
>   ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822400: notary: FTBFS: cannot find package "golang.org/x/sys/unix"

2016-04-23 Thread Martin Michlmayr
Package: notary
Version: 0.1~ds1-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_auto_build -O--buildsystem=golang
>   go install -v github.com/docker/notary github.com/docker/notary/client 
> github.com/docker/notary/client/changelist 
> github.com/docker/notary/cmd/notary 
> github.com/docker/notary/cmd/notary-server 
> github.com/docker/notary/cryptoservice github.com/docker/notary/errors 
> github.com/docker/notary/keystoremanager github.com/docker/notary/passphrase 
> github.com/docker/notary/proto github.com/docker/notary/server 
> github.com/docker/notary/server/handlers 
> github.com/docker/notary/server/storage 
> github.com/docker/notary/server/timestamp github.com/docker/notary/signer 
> github.com/docker/notary/signer/api github.com/docker/notary/signer/client 
> github.com/docker/notary/signer/keydbstore 
> github.com/docker/notary/signer/keys github.com/docker/notary/trustmanager 
> github.com/docker/notary/trustmanager/yubikey github.com/docker/notary/tuf 
> github.com/docker/notary/tuf/client github.com/docker/notary/tuf/data 
> github.com/docker/notary/tuf/encrypted github.com/docker/notary/tuf/keys 
> github.com/docker/n
> otary/tuf/signed github.com/docker/notary/tuf/store 
> github.com/docker/notary/tuf/testutils github.com/docker/notary/tuf/utils 
> github.com/docker/notary/utils github.com/docker/notary/version
> src/gopkg.in/fsnotify.v1/inotify.go:19:2: cannot find package 
> "golang.org/x/sys/unix" in any of:
>   /usr/lib/go/src/golang.org/x/sys/unix (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/sys/unix (from 
> $GOPATH)
> dh_auto_build: go install -v github.com/docker/notary 
> github.com/docker/notary/client github.com/docker/notary/client/changelist 
> github.com/docker/notary/cmd/notary 
> github.com/docker/notary/cmd/notary-server 
> github.com/docker/notary/cryptoservice github.com/docker/notary/errors 
> github.com/docker/notary/keystoremanager github.com/docker/notary/passphrase 
> github.com/docker/notary/proto github.com/docker/notary/server 
> github.com/docker/notary/server/handlers 
> github.com/docker/notary/server/storage 
> github.com/docker/notary/server/timestamp github.com/docker/notary/signer 
> github.com/docker/notary/signer/api github.com/docker/notary/signer/client 
> github.com/docker/notary/signer/keydbstore 
> github.com/docker/notary/signer/keys github.com/docker/notary/trustmanager 
> github.com/docker/notary/trustmanager/yubikey github.com/docker/notary/tuf 
> github.com/docker/notary/tuf/client github.com/docker/notary/tuf/data 
> github.com/docker/notary/tuf/encrypted github.com/docker/notary/tuf/keys githu
> b.com/docker/notary/tuf/signed github.com/docker/notary/tuf/store 
> github.com/docker/notary/tuf/testutils github.com/docker/notary/tuf/utils 
> github.com/docker/notary/utils github.com/docker/notary/version returned exit 
> code 1
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822378: FTBFS: error: redeclaration of enumerator 'IFF_UP'

2016-04-23 Thread Martin Michlmayr
Seems this might be in a header rather than in your package.  I have
to run now but maybe someone can file a new bug or reassign.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822399: Acknowledgement (diagnostics: FTBFS: /bin/bash: not found)

2016-04-23 Thread Martin Michlmayr
reassign 822399 src:diagnostics
merge 820865 822399
thanks

Sorry for the duplicate.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822399: diagnostics: FTBFS: /bin/bash: not found

2016-04-23 Thread Martin Michlmayr
Package: diagnostics
Version: 0.3.3-11
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[11]: Leaving directory 
> '/<>/diagnostics/extensions/stacktrace'
> /usr/bin/make  check-TESTS
> make[11]: Entering directory 
> '/<>/diagnostics/extensions/stacktrace'
> make[12]: Entering directory 
> '/<>/diagnostics/extensions/stacktrace'
> ../../../config/runtest.sh: 17: ../../../config/runtest.sh: 
> /<>/diagnostics/extensions/stacktrace//bin/bash: not found
> Makefile:1042: recipe for target 'stacktrace.log' failed
> make[12]: *** [stacktrace.log] Error 127

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822397: FTBFS: configure: error: "Some plugins are missing dependencies

2016-04-23 Thread Martin Michlmayr
  netlink . . . . . . . yes
> network . . . . . . . yes
> nfs . . . . . . . . . yes
> nginx . . . . . . . . yes
> notify_desktop  . . . yes
> notify_email  . . . . yes
> ntpd  . . . . . . . . yes
> numa  . . . . . . . . yes
> nut . . . . . . . . . yes
> olsrd . . . . . . . . yes
> onewire . . . . . . . yes
> openldap  . . . . . . yes
> openvpn . . . . . . . yes
> oracle  . . . . . . . no (disabled on command line)
> perl  . . . . . . . . yes
> pf  . . . . . . . . . no (disabled on command line)
> pinba . . . . . . . . yes
> ping  . . . . . . . . yes
> postgresql  . . . . . yes
> powerdns  . . . . . . yes
> processes . . . . . . yes
> protocols . . . . . . yes
> python  . . . . . . . yes
> redis . . . . . . . . yes
> routeros  . . . . . . no (disabled on command line)
> rrdcached . . . . . . yes
> rrdtool . . . . . . . yes
> sensors . . . . . . . yes
> serial  . . . . . . . yes
> sigrok  . . . . . . . yes
> smart . . . . . . . . yes
> snmp  . . . . . . . . yes
> statsd  . . . . . . . yes
> swap  . . . . . . . . yes
> syslog  . . . . . . . yes
> table . . . . . . . . yes
> tail_csv  . . . . . . yes
> tail  . . . . . . . . yes
> tape  . . . . . . . . no (disabled on command line)
> target_notification . yes
> target_replace  . . . yes
> target_scale  . . . . yes
> target_set  . . . . . yes
> target_v5upgrade  . . yes
> tcpconns  . . . . . . yes
> teamspeak2  . . . . . yes
> ted . . . . . . . . . yes
> thermal . . . . . . . yes
> threshold . . . . . . yes
> tokyotyrant . . . . . yes
> turbostat . . . . . . yes
> unixsock  . . . . . . yes
> uptime  . . . . . . . yes
> users . . . . . . . . yes
> uuid  . . . . . . . . yes
> varnish . . . . . . . yes
> virt  . . . . . . . . yes
> vmem  . . . . . . . . yes
> vserver . . . . . . . yes
> wireless  . . . . . . yes
> write_graphite  . . . yes
> write_http  . . . . . yes
> write_kafka . . . . . yes
> write_log . . . . . . yes
> write_mongodb . . . . no (disabled on command line)
> write_redis . . . . . yes
> write_riemann . . . . yes
> write_sensu . . . . . yes
> write_tsdb  . . . . . yes
> xmms  . . . . . . . . no (disabled on command line)
> zfs_arc . . . . . . . yes
> zookeeper . . . . . . yes
> 
> configure: error: "Some plugins are missing dependencies - see the summary 
> above for details"
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822398: gnumeric: FTBFS: error: implicit declaration of function 'PX_open_gsf'

2016-04-23 Thread Martin Michlmayr
Package: gnumeric
Version: 1.12.28-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> LC_ALL=C /usr/bin/intltool-merge  -x -u -c ../../po/.intltool-merge-cache 
> ../../po plugin.xml.in plugin.xml
> libtool: compile:  cc -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--as-needed 
> -DHAVE_CONFIG_H -I. -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" 
> -I../../src -I../../src -pthread -I/usr/include/librsvg-2.0 
> -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgoffice-0.10 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -g -Wsign-compare -Wpointer-arith 
> -Wchar-subscripts -Wwrite-strings -Wdeclar
> ation-after-statement -Wnested-externs -Wmissing-noreturn 
> -Werror=missing-prototypes -Werror=implicit-function-declaration 
> -Wmissing-declarations -Wno-pointer-sign -Werror=format-security 
> -Wstrict-prototypes -Wno-error=format-nonliteral -c paradox.c  -fPIC -DPIC -o 
> .libs/paradox.o
> Found cached translation database
> Merging translations into plugin.xml.
> CREATED plugin.xml
> paradox.c: In function 'paradox_file_open':
> paradox.c:65:6: error: implicit declaration of function 'PX_open_gsf' 
> [-Werror=implicit-function-declaration]
>   if (PX_open_gsf (pxdoc, input) < 0) {
>   ^
> paradox.c:65:2: warning: nested extern declaration of 'PX_open_gsf' 
> [-Wnested-externs]
>   if (PX_open_gsf (pxdoc, input) < 0) {
>   ^
> paradox.c: In function 'paradox_file_probe':
> paradox.c:273:12: warning: variable 'pxh' set but not used 
> [-Wunused-but-set-variable]
>   pxhead_t *pxh;
> ^
> cc1: some warnings being treated as errors
> Makefile:546: recipe for target 'paradox.lo' failed
> make[4]: *** [paradox.lo] Error 1
> make[4]: Leaving directory '/<>/plugins/paradox'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822396: strongswan: FTBFS: error: redeclaration of enumerator 'IFF_UP'

2016-04-23 Thread Martin Michlmayr
0, /* Can set media type.  */
>  ^
> /usr/include/linux/if.h:85:2: error: redeclaration of enumerator 
> 'IFF_AUTOMEDIA'
>   IFF_AUTOMEDIA   = 1<<14, /* sysfs */
>   ^
> /usr/include/net/if.h:77:5: note: previous definition of 'IFF_AUTOMEDIA' was 
> here
>  IFF_AUTOMEDIA = 0x4000, /* Auto media select active.  */
>  ^
> /usr/include/linux/if.h:86:2: error: redeclaration of enumerator 'IFF_DYNAMIC'
>   IFF_DYNAMIC   = 1<<15, /* sysfs */
>   ^
> /usr/include/net/if.h:79:5: note: previous definition of 'IFF_DYNAMIC' was 
> here
>  IFF_DYNAMIC = 0x8000 /* Dialup device with changing addresses.  */
>  ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from /usr/include/libiptc/libiptc.h:12,
>  from connmark_listener.c:24:
> /usr/include/linux/if.h:169:8: error: redefinition of 'struct ifmap'
>  struct ifmap {
> ^
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>  from /usr/include/libiptc/libiptc.h:6,
>  from connmark_listener.c:24:
> /usr/include/net/if.h:111:8: note: originally defined here
>  struct ifmap
> ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from /usr/include/libiptc/libiptc.h:12,
>  from connmark_listener.c:24:
> /usr/include/linux/if.h:203:8: error: redefinition of 'struct ifreq'
>  struct ifreq {
> ^
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>  from /usr/include/libiptc/libiptc.h:6,
>  from connmark_listener.c:24:
> /usr/include/net/if.h:126:8: note: originally defined here
>  struct ifreq
> ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from /usr/include/libiptc/libiptc.h:12,
>  from connmark_listener.c:24:
> /usr/include/linux/if.h:252:8: error: redefinition of 'struct ifconf'
>  struct ifconf  {
> ^
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>  from /usr/include/libiptc/libiptc.h:6,
>  from connmark_listener.c:24:
> /usr/include/net/if.h:176:8: note: originally defined here
>  struct ifconf
> ^
> Makefile:576: recipe for target 'connmark_listener.lo' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822395: prometheus: FTBFS: cannot find package "golang.org/x/sys/unix"

2016-04-23 Thread Martin Michlmayr
metheus/storage/local/storagetool 
> github.com/prometheus/prometheus/storage/metric 
> github.com/prometheus/prometheus/storage/remote 
> github.com/prometheus/prometheus/storage/remote/graphite 
> github.com/prometheus/prometheus/storage/remote/influxdb 
> github.com/prometheus/prometheus/storage/remote/opentsdb 
> github.com/prometheus/prometheus/template 
> github.com/prometheus/prometheus/util/cli 
> github.com/prometheus/prometheus/util/flock 
> github.com/prometheus/prometheus/util/httputil 
> github.com/prometheus/prometheus/util/stats 
> github.com/prometheus/prometheus/util/strutil 
> github.com/prometheus/prometheus/util/testutil 
> github.com/prometheus/prometheus/util/treecache 
> github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api 
> github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/client 
> github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/tsdb 
> github.com/prometheus/prometheus/version github.com/prometheus/prometheus/web 
> github.com/prometheus/prometheus/web/api/legacy 
> github.com/prometheus/prometheus/web/api/v1 
> github.com/prometheus/prometheus/web/ui returned exit code 1
>   cd /<>/prometheus-0.18.0+ds
> debian/rules:65: recipe for target 'override_dh_auto_build' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822394: seq24: FTBFS: error: reference to 'mutex' is ambiguous

2016-04-23 Thread Martin Michlmayr
Package: seq24
Version: 0.9.3-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[1]: Entering directory '/<>'
> make[2]: Entering directory '/<>'
> g++ -DHAVE_CONFIG_H -I. -I./src   -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 
> -pthread -I/usr/include/gtkmm-2.4 
> -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/include/atkmm-1.6 
> -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 
> -I/usr/include/gdkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include 
> -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include 
> -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include 
> -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
> -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include 
> -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   -Wall 
> -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 
> -c -o src/configfile.o src/configfile.cpp
> In file included from src/sequence.h:33:0,
>  from src/midibus.h:41,
>  from src/perform.h:27,
>  from src/configfile.h:23,
>  from src/configfile.cpp:21:
> src/mutex.h:47:30: error: reference to 'mutex' is ambiguous
>  class condition_var : public mutex {
>       ^
> src/mutex.h:27:7: note: candidates are: class mutex
>  class mutex {
>^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822393: connman: FTBFS: error: redeclaration of enumerator 'IFF_UP'

2016-04-23 Thread Martin Michlmayr
12, /* sysfs */
>   ^
> /usr/include/net/if.h:72:5: note: previous definition of 'IFF_MULTICAST' was 
> here
>  IFF_MULTICAST = 0x1000, /* Supports multicast.  */
>  ^
> /usr/include/linux/if.h:84:2: error: redeclaration of enumerator 'IFF_PORTSEL'
>   IFF_PORTSEL   = 1<<13, /* sysfs */
>   ^
> /usr/include/net/if.h:75:5: note: previous definition of 'IFF_PORTSEL' was 
> here
>  IFF_PORTSEL = 0x2000, /* Can set media type.  */
>  ^
> /usr/include/linux/if.h:85:2: error: redeclaration of enumerator 
> 'IFF_AUTOMEDIA'
>   IFF_AUTOMEDIA   = 1<<14, /* sysfs */
>   ^
> /usr/include/net/if.h:77:5: note: previous definition of 'IFF_AUTOMEDIA' was 
> here
>  IFF_AUTOMEDIA = 0x4000, /* Auto media select active.  */
>  ^
> /usr/include/linux/if.h:86:2: error: redeclaration of enumerator 'IFF_DYNAMIC'
>   IFF_DYNAMIC   = 1<<15, /* sysfs */
>   ^
> /usr/include/net/if.h:79:5: note: previous definition of 'IFF_DYNAMIC' was 
> here
>  IFF_DYNAMIC = 0x8000 /* Dialup device with changing addresses.  */
>  ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from src/iptables.c:35:
> /usr/include/linux/if.h:169:8: error: redefinition of 'struct ifmap'
>  struct ifmap {
> ^
> In file included from /usr/include/xtables.h:16:0,
>  from src/iptables.c:33:
> /usr/include/net/if.h:111:8: note: originally defined here
>  struct ifmap
> ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from src/iptables.c:35:
> /usr/include/linux/if.h:203:8: error: redefinition of 'struct ifreq'
>  struct ifreq {
> ^
> In file included from /usr/include/xtables.h:16:0,
>  from src/iptables.c:33:
> /usr/include/net/if.h:126:8: note: originally defined here
>  struct ifreq
> ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from src/iptables.c:35:
> /usr/include/linux/if.h:252:8: error: redefinition of 'struct ifconf'
>  struct ifconf  {
> ^
> In file included from /usr/include/xtables.h:16:0,
>  from src/iptables.c:33:
> /usr/include/net/if.h:176:8: note: originally defined here
>  struct ifconf
> ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822392: inkscape: FTBFS: error: 'ScopedPtr' is not a member of 'Glib'

2016-04-23 Thread Martin Michlmayr
Package: inkscape
Version: 0.91-7
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> nclude/x86_64-linux-gnu -I/usr/include/libcdr-0.1 
> -I/usr/include/librevenge-0.0 -I/usr/include/poppler -pthread 
> -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
> -DPOTRACE=\"potrace\" -std=c++11 -pthread -I/usr/include/gtkmm-2.4 
> -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/include/atkmm-1.6 
> -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 
> -I/usr/include/gdkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include 
> -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include 
> -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include 
> -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
> -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include 
> -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2 -I/usr/include/gtkspell-2.0 -pthread -std=c++11 
> -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 
> -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 
> -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/libpng16 
> -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 
> -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include   
> -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED 
> -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED 
> -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Wswitch 
> -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat 
> -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  
> -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch 
> -Wno-unused-parameter -g -O2 -fPIE -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fopenmp -c -o ui/dialog/ocaldialogs.o 
> ui/dialog/ocaldialogs.cpp
> ui/dialog/document-properties.cpp: In member function 'void 
> Inkscape::UI::Dialog::DocumentProperties::onDocUnitChange()':
> ui/dialog/document-properties.cpp:1696:33: warning: variable 'old_doc_unit' 
> set but not used [-Wunused-but-set-variable]
>  Inkscape::Util::Unit const *old_doc_unit = unit_table.getUnit("px");
>  ^
> ui/clipboard.cpp: In member function 'void 
> Inkscape::UI::ClipboardManagerImpl::_inkscape_wait_for_targets(std::__cxx11::list&)':
> ui/clipboard.cpp:1405:22: error: 'ScopedPtr' is not a member of 'Glib'
>  target = Glib::ScopedPtr(atom_name).get(); //This frees 
> the gchar*.
>   ^
> ui/clipboard.cpp:1405:38: error: expected primary-expression before 'char'
>  target = Glib::ScopedPtr(atom_name).get(); //This frees 
> the gchar*.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822391: wmwave: FTBFS: undefined reference to `iw_get_range_info'

2016-04-23 Thread Martin Michlmayr
Package: wmwave
Version: 0.4-10
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cc -Wall -g -O2 -I/usr/X11R6/share/include -c wmwave.c -o wmwave.o
> cc -Wall -g -O2 -o wmwave wmgeneral.o  -lXext -L/usr/X11R6/lib -lXpm -lXext 
> -lX11 -lm -liw wmwave.o
> wmwave.o: In function `iw_getinf_stats':
> /<>/wmwave.c:363: undefined reference to `iw_get_range_info'
> /<>/wmwave.c:365: undefined reference to `iw_get_stats'
> collect2: error: ld returned 1 exit status
> Makefile:24: recipe for target 'wmwave' failed
> make[1]: *** [wmwave] Error 1
> make[1]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822389: ngrok: FTBFS: can't load package: package ngrok/cache: cannot find package "ngrok/cache"

2016-04-23 Thread Martin Michlmayr
Package: ngrok
Version: 1.6+dfsg-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_shlibdeps -O--buildsystem=golang
>dh_installdeb -O--buildsystem=golang
>dh_golang -O--buildsystem=golang
> can't load package: package ngrok/cache: cannot find package "ngrok/cache" in 
> any of:
>   /usr/lib/go/src/ngrok/cache (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/cache (from 
> $GOPATH)
> can't load package: package ngrok/client: cannot find package "ngrok/client" 
> in any of:
>   /usr/lib/go/src/ngrok/client (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/client 
> (from $GOPATH)
> can't load package: package ngrok/client/assets: cannot find package 
> "ngrok/client/assets" in any of:
>   /usr/lib/go/src/ngrok/client/assets (from $GOROOT)
>   
> /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/client/assets 
> (from $GOPATH)
> can't load package: package ngrok/client/mvc: cannot find package 
> "ngrok/client/mvc" in any of:
>   /usr/lib/go/src/ngrok/client/mvc (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/client/mvc 
> (from $GOPATH)
> can't load package: package ngrok/client/views/term: cannot find package 
> "ngrok/client/views/term" in any of:
>   /usr/lib/go/src/ngrok/client/views/term (from $GOROOT)
>   
> /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/client/views/term 
> (from $GOPATH)
> can't load package: package ngrok/client/views/web: cannot find package 
> "ngrok/client/views/web" in any of:
>   /usr/lib/go/src/ngrok/client/views/web (from $GOROOT)
>   
> /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/client/views/web 
> (from $GOPATH)
> can't load package: package ngrok/conn: cannot find package "ngrok/conn" in 
> any of:
>   /usr/lib/go/src/ngrok/conn (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/conn (from 
> $GOPATH)
> can't load package: package ngrok/log: cannot find package "ngrok/log" in any 
> of:
>   /usr/lib/go/src/ngrok/log (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/log (from 
> $GOPATH)
> can't load package: package ngrok/msg: cannot find package "ngrok/msg" in any 
> of:
>   /usr/lib/go/src/ngrok/msg (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/msg (from 
> $GOPATH)
> can't load package: package ngrok/proto: cannot find package "ngrok/proto" in 
> any of:
>   /usr/lib/go/src/ngrok/proto (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/proto (from 
> $GOPATH)
> can't load package: package ngrok/server: cannot find package "ngrok/server" 
> in any of:
>   /usr/lib/go/src/ngrok/server (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/server 
> (from $GOPATH)
> can't load package: package ngrok/server/assets: cannot find package 
> "ngrok/server/assets" in any of:
>   /usr/lib/go/src/ngrok/server/assets (from $GOROOT)
>   
> /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/server/assets 
> (from $GOPATH)
> can't load package: package ngrok/util: cannot find package "ngrok/util" in 
> any of:
>   /usr/lib/go/src/ngrok/util (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/util (from 
> $GOPATH)
> can't load package: package ngrok/version: cannot find package 
> "ngrok/version" in any of:
>   /usr/lib/go/src/ngrok/version (from $GOROOT)
>   /<>/ngrok-1.6+dfsg/obj-x86_64-linux-gnu/src/ngrok/version 
> (from $GOPATH)
> go list of dependencies failed with code 31488,  at /usr/bin/dh_golang line 
> 51.
> debian/rules:6: recipe for target 'binary' failed
> make: *** [binary] Error 123

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822390: kmc: FTBFS: error: 'modf' is not a member of 'std'

2016-04-23 Thread Martin Michlmayr
Package: kmc
Version: 2.3+dfsg-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_ASMLIB -g -O2 -fPIE 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -fopenmp 
> -std=c++11 -Wall -O3 -fopenmp -std=c++14 -c kmc_tools/percent_progress.cpp -o 
> kmc_tools/percent_progress.o
> In file included from kmc_dump/nc_utils.cpp:15:0:
> kmc_dump/nc_utils.h: In static member function 'static int 
> CNumericConversions::Double2PChar(double, int, uchar*)':
> kmc_dump/nc_utils.h:124:22: error: 'modf' is not a member of 'std'
>double fractPart = std::modf(val, );
>       ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822387: farstream-0.2: FTBFS: mv: cannot stat 'html/index.sgml': No such file or directory

2016-04-23 Thread Martin Michlmayr
Package: farstream-0.2
Version: 0.2.7-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[4]: Entering directory '/<>/docs/libs'
>   DOC   Scanning header files
>   DOC   Introspecting gobjects
>   DOC   Building XML
> Negative repeat count does nothing at /usr/bin/gtkdoc-mkdb line 3812,  
> line 205.
>   DOC   Building HTML
> mv: cannot stat 'html/index.sgml': No such file or directory
> Makefile:755: recipe for target 'html-build.stamp' failed
> make[4]: *** [html-build.stamp] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822386: knot-resolver: FTBFS: can't load package: package .: no buildable Go source files

2016-04-23 Thread Martin Michlmayr
Package: knot-resolver
Version: 1.0.0~beta3-31-g79a8440-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_installdeb
>dh_golang
> Use of uninitialized value $ENV{"DH_GOPKG"} in concatenation (.) or string at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 148.
> warning: "/..." matched no packages
> Use of uninitialized value in split at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 150.
> can't load package: package .: no buildable Go source files in 
> /<>
> go list of targets failed with code 256,  at /usr/bin/dh_golang line 48.
> debian/rules:26: recipe for target 'binary' failed
> make: *** [binary] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822388: dlz-ldap-enum: FTBFS: error: too few arguments to function 'dlz_findzonedb'

2016-04-23 Thread Martin Michlmayr
Package: dlz-ldap-enum
Version: 1.0.3-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[2]: Entering directory '/<>'
> /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c -o 
> dlz_ldap_enum_driver.lo dlz_ldap_enum_driver.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -c dlz_ldap_enum_driver.c  -fPIC -DPIC -o 
> .libs/dlz_ldap_enum_driver.o
> dlz_ldap_enum_driver.c: In function 'dnsname_e164':
> dlz_ldap_enum_driver.c:512:7: warning: implicit declaration of function 
> 'isdigit' [-Wimplicit-function-declaration]
>if(!isdigit(name[x]) || (i > 1 && name[x + 1] != '.'))
>^
> dlz_ldap_enum_driver.c: In function 'dlz_allowzonexfr':
> dlz_ldap_enum_driver.c:952:11: error: too few arguments to function 
> 'dlz_findzonedb'
>   result = dlz_findzonedb(dbdata, name);
>^
> In file included from dlz_ldap_enum_driver.c:73:0:
> dlz_ldap_enum_driver.h:62:25: note: declared here
>  dlz_dlopen_findzonedb_t dlz_findzonedb;
>  ^
> dlz_ldap_enum_driver.c: At top level:
> dlz_ldap_enum_driver.c:977:1: error: conflicting types for 'dlz_findzonedb'
>  dlz_findzonedb(void *dbdata, const char *name) {
>  ^
> In file included from dlz_ldap_enum_driver.c:73:0:
> dlz_ldap_enum_driver.h:62:25: note: previous declaration of 'dlz_findzonedb' 
> was here
>  dlz_dlopen_findzonedb_t dlz_findzonedb;
>  ^
> Makefile:387: recipe for target 'dlz_ldap_enum_driver.lo' failed
> make[2]: *** [dlz_ldap_enum_driver.lo] Error 1
> make[2]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822385: pt-websocket: FTBFS: cannot find package "code.google.com/p/go.net/websocket"

2016-04-23 Thread Martin Michlmayr
Package: pt-websocket
Version: 0.2-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_golang -O--buildsystem=golang
> can't load package: package code.google.com/p/go.net/websocket: cannot find 
> package "code.google.com/p/go.net/websocket" in any of:
>   /usr/lib/go/src/code.google.com/p/go.net/websocket (from $GOROOT)
>   
> /<>/obj-x86_64-linux-gnu/src/code.google.com/p/go.net/websocket 
> (from $GOPATH)
> go list of dependencies failed with code 31488,  at /usr/bin/dh_golang line 
> 51.
> debian/rules:13: recipe for target 'binary' failed
> make: *** [binary] Error 123

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822384: libvirt-python: FTBFS: ERROR: failed virDomainGetPerfEvents

2016-04-23 Thread Martin Michlmayr
Package: libvirt-python
Version: 1.3.1-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build 
> running build
> /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
> /usr/bin/python generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml
> Found 409 functions in /usr/share/libvirt/api/libvirt-api.xml
> Found 0 functions in libvirt-override-api.xml
> Generated 339 wrapper functions
> Missing type converters: 
> virTypedParameterPtr:1 
> virTypedParameterPtr *:1 
> ERROR: failed virDomainGetPerfEvents
> ERROR: failed virDomainSetPerfEvents
> error: command '/usr/bin/python' failed with exit status 1
> E: pybuild pybuild:274: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python setup.py build 
> dh_auto_build: pybuild --build -i python{version} -p 2.7 --dir . returned 
> exit code 13
> debian/rules:8: recipe for target 'build' failed
> make: *** [build] Error 25

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822383: gringo: FTBFS: error: 'pow' is not a member of 'std'

2016-04-23 Thread Martin Michlmayr
Package: gringo
Version: 4.5.4-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -o build/release/libgringo/src/term.o -c -g -O2 -fPIE 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 
> -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DNDEBUG=1 -DWITH_LUA=1 
> -DWITH_PYTHON=1 -I/usr/include/lua5.2 -I/usr/include/python2.7 -Ilibgringo 
> -Ibuild/release/libgringo/src -Ilibgringo/src -Ilibprogram_opts 
> -Ilibprogram_opts/src libgringo/src/term.cc
> libgringo/src/term.cc: In member function 'virtual double 
> Gringo::FunctionTerm::estimate(double, const VarSet&) const':
> libgringo/src/term.cc:1848:37: error: 'pow' is not a member of 'std'
>  double root = std::max(1.0, std::pow(((*name).empty() ? size : 
> size/2.0), 1.0/args.size()));
>  ^
> scons: *** [build/release/libgringo/src/term.o] Error 1
> scons: building terminated because of errors.
> debian/rules:49: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822381: libbpp-popgen: FTBFS: error: 'const class bpp::CodonAlphabet' has no member named 'isStop'

2016-04-23 Thread Martin Michlmayr
Package: libbpp-popgen
Version: 2.1.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> [ 45%] Building CXX object 
> src/CMakeFiles/bpppopgen-static.dir/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp.o
> /<>/src/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp: In 
> static member function 'static bpp::PolymorphismSequenceContainer* 
> bpp::PolymorphismSequenceContainerTools::getIntrons(const 
> bpp::PolymorphismSequenceContainer&, const string&, const 
> bpp::CodonAlphabet*)':
> /<>/src/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp:459:11:
>  error: 'const class bpp::CodonAlphabet' has no member named 'isStop'
>if (ca->isStop(ca->getCodon(c1, c2, c3)))
>^
> /<>/src/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp: In 
> static member function 'static bpp::PolymorphismSequenceContainer* 
> bpp::PolymorphismSequenceContainerTools::get3Prime(const 
> bpp::PolymorphismSequenceContainer&, const string&, const 
> bpp::CodonAlphabet*)':
> /<>/src/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp:535:11:
>  error: 'const class bpp::CodonAlphabet' has no member named 'isStop'
>if (ca->isStop(ca->getCodon(c1, c2, c3)))
>^
> src/CMakeFiles/bpppopgen-static.dir/build.make:710: recipe for target 
> 'src/CMakeFiles/bpppopgen-static.dir/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp.o'
>  failed
> make[3]: *** 
> [src/CMakeFiles/bpppopgen-static.dir/Bpp/PopGen/PolymorphismSequenceContainerTools.cpp.o]
>  Error 1
> make[3]: Leaving directory '/<>'
> CMakeFiles/Makefile2:247: recipe for target 
> 'src/CMakeFiles/bpppopgen-static.dir/all' failed
> make[2]: *** [src/CMakeFiles/bpppopgen-static.dir/all] Error 2
> make[2]: Leaving directory '/<>'
> Makefile:149: recipe for target 'all' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822380: mahimahi: FTBFS: error: 'accumulate' was not declared in this scope

2016-04-23 Thread Martin Michlmayr
Package: mahimahi
Version: 0.92-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I../..  -std=c++11 -pthread -Wdate-time 
> -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 -fPIE 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o poller.o 
> poller.cc
> poller.cc: In member function 'Poller::Result Poller::poll(const int&)':
> poller.cc:40:80: error: 'accumulate' was not declared in this scope
>   [] ( bool acc, pollfd x ) { return acc or x.events; 
> } ) ) {
>   
>   ^
> Makefile:438: recipe for target 'poller.o' failed
> make[4]: *** [poller.o] Error 1
> make[4]: Leaving directory '/<>/src/util'
> Makefile:376: recipe for target 'all-recursive' failed
> make[3]: *** [all-recursive] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822378: xtables-addons: FTBFS: error: redeclaration of enumerator 'IFF_UP'

2016-04-23 Thread Martin Michlmayr
umerator 'IFF_SLAVE'
>   IFF_SLAVE   = 1<<11, /* __volatile__ */
>   ^
> /usr/include/net/if.h:69:5: note: previous definition of 'IFF_SLAVE' was here
>  IFF_SLAVE = 0x800,  /* Slave of a load balancer.  */
>  ^
> /usr/include/linux/if.h:83:2: error: redeclaration of enumerator 
> 'IFF_MULTICAST'
>   IFF_MULTICAST   = 1<<12, /* sysfs */
>   ^
> /usr/include/net/if.h:72:5: note: previous definition of 'IFF_MULTICAST' was 
> here
>  IFF_MULTICAST = 0x1000, /* Supports multicast.  */
>  ^
> /usr/include/linux/if.h:84:2: error: redeclaration of enumerator 'IFF_PORTSEL'
>   IFF_PORTSEL   = 1<<13, /* sysfs */
>   ^
> /usr/include/net/if.h:75:5: note: previous definition of 'IFF_PORTSEL' was 
> here
>  IFF_PORTSEL = 0x2000, /* Can set media type.  */
>  ^
> /usr/include/linux/if.h:85:2: error: redeclaration of enumerator 
> 'IFF_AUTOMEDIA'
>   IFF_AUTOMEDIA   = 1<<14, /* sysfs */
>   ^
> /usr/include/net/if.h:77:5: note: previous definition of 'IFF_AUTOMEDIA' was 
> here
>  IFF_AUTOMEDIA = 0x4000, /* Auto media select active.  */
>  ^
> /usr/include/linux/if.h:86:2: error: redeclaration of enumerator 'IFF_DYNAMIC'
>   IFF_DYNAMIC   = 1<<15, /* sysfs */
>   ^
> /usr/include/net/if.h:79:5: note: previous definition of 'IFF_DYNAMIC' was 
> here
>  IFF_DYNAMIC = 0x8000 /* Dialup device with changing addresses.  */
>  ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from libxt_pknock.c:17:
> /usr/include/linux/if.h:169:8: error: redefinition of 'struct ifmap'
>  struct ifmap {
> ^
> In file included from /usr/include/xtables.h:16:0,
>  from libxt_pknock.c:15:
> /usr/include/net/if.h:111:8: note: originally defined here
>  struct ifmap
> ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from libxt_pknock.c:17:
> /usr/include/linux/if.h:203:8: error: redefinition of 'struct ifreq'
>  struct ifreq {
> ^
> In file included from /usr/include/xtables.h:16:0,
>  from libxt_pknock.c:15:
> /usr/include/net/if.h:126:8: note: originally defined here
>  struct ifreq
> ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>  from libxt_pknock.c:17:
> /usr/include/linux/if.h:252:8: error: redefinition of 'struct ifconf'
>  struct ifconf  {
> ^
> In file included from /usr/include/xtables.h:16:0,
>  from libxt_pknock.c:15:
> /usr/include/net/if.h:176:8: note: originally defined here
>  struct ifconf

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822369: xfsprogs: FTBFS: error: redefinition of 'struct fsxattr'

2016-04-23 Thread Martin Michlmayr
Package: xfsprogs
Version: 4.3.0+nmu1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> [CC] fiemap.o
> In file included from ../include/xfs.h:58:0,
>  from io.h:19,
>  from fiemap.c:24:
> ../include/xfs/xfs_fs.h:42:8: error: redefinition of 'struct fsxattr'
>  struct fsxattr {
> ^
> In file included from fiemap.c:22:0:
> /usr/include/linux/fs.h:155:8: note: originally defined here
>  struct fsxattr {
> ^
> ../include/buildrules:59: recipe for target 'fiemap.o' failed
> make[3]: *** [fiemap.o] Error 1
> include/buildrules:35: recipe for target 'io' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822370: k3b: FTBFS: error: '::avcodec_decode_audio' has not been declared

2016-04-23 Thread Martin Michlmayr
 -Wdate-time -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor 
> -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
> -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics 
> -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden 
> -Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc  
> -Wl,-z,relro -Wl,--as-needed -shared  -o ../../../lib/k3bmpcdecoder.so 
> CMakeFiles/k3bmpcdecoder.dir/k3bmpcdecoder_automoc.cpp.o 
> CMakeFiles/k3bmpcdecoder.dir/k3bmpcdecoder.cpp.o 
> CMakeFiles/k3bmpcdecoder.dir/k3bmpcwrapper.cpp.o 
> ../../../lib/libk3blib.so.6.0.0 -lmpcdec ../../../lib/libk3bdevice.so.6.0.0 
> /usr/lib/libkdecore.so.5.14.14 /usr/lib/x86_64-linux-gnu/libQtDBus.so 
> /usr/lib/x86_64-linux-gnu/libQtCore.so 
> -Wl,-rpath,/<>/obj-x86_64-linux-gnu/lib: 
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> CMakeFiles/Makefile2:1281: recipe for target 
> 'plugins/decoder/ffmpeg/CMakeFiles/k3bffmpegdecoder.dir/all' failed
> make[2]: *** [plugins/decoder/ffmpeg/CMakeFiles/k3bffmpegdecoder.dir/all] 
> Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822182: dvbtune: FTBFS: error: unknown type name 'uint16_t'

2016-04-21 Thread Martin Michlmayr
Package: dvbtune
Version: 0.5.ds-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> gcc -Wall -I /usr/include/libxml2 -I ../DVB/include -DVERSION=\"0.5\" 
> -DNEWSTRUCTdvbtune.c tune.o   -o dvbtune
> In file included from tune.h:25:0,
>  from dvbtune.c:81:
> dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in 
> dvb_defaults.h [-Wcpp]
>  #warning No DVB-T country defined in dvb_defaults.h
>   ^
> dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp]
>  #warning defaulting to UK
>   ^
> dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or 
> Cable [-Wcpp]
>  #warning Ignore this if using Satellite or Cable
>   ^
> dvbtune.c:411:27: error: unknown type name 'uint16_t'
>  void set_ts_filter(int fd,uint16_t pid)
>^
> dvbtune.c: In function 'scan_nit':
> dvbtune.c:716:16: warning: variable 'network_id' set but not used 
> [-Wunused-but-set-variable]
>int info_len,network_id;
> ^
> dvbtune.c: At top level:
> dvbtune.c:1024:23: error: unknown type name 'uint32_t'
>  int FEReadBER(int fd, uint32_t *ber)
>    ^
> dvbtune.c:1072:37: error: unknown type name 'uint32_t'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822178: cargo: FTBFS: error: Cannot declare a non-inline module inside a block unless it has a path attribute

2016-04-21 Thread Martin Michlmayr
rom ./debian/bootstrap.py, line 966:
>  build command failed: 101
> 
> ule `update` instead of redeclaring it
> cargo: /<>/src/bin/cargo.rs:87 $mac!(update);
> cargo:   
> ^~
> cargo: /<>/src/bin/cargo.rs:88:15: 88:29 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<>/src/bin/cargo.rs:88 $mac!(verify_project);
> cargo:   
> ^~
> cargo: /<>/src/bin/cargo.rs:88:15: 88:29 note: Maybe `use` the 
> module `verify_project` instead of redeclaring it
> cargo: /<>/src/bin/cargo.rs:88 $mac!(verify_project);
> cargo:   
> ^~
> cargo: /<>/src/bin/cargo.rs:89:15: 89:22 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<>/src/bin/cargo.rs:89 $mac!(version);
> cargo:   
> ^~~
> cargo: /<>/src/bin/cargo.rs:89:15: 89:22 note: Maybe `use` the 
> module `version` instead of redeclaring it
> cargo: /<>/src/bin/cargo.rs:89 $mac!(version);
> cargo:   
> ^~~
> cargo: /<>/src/bin/cargo.rs:90:15: 90:19 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<>/src/bin/cargo.rs:90 $mac!(yank);
> cargo:   ^~~~
> cargo: /<>/src/bin/cargo.rs:90:15: 90:19 note: Maybe `use` the 
> module `yank` instead of redeclaring it
> cargo: /<>/src/bin/cargo.rs:90 $mac!(yank);
> cargo:   ^~~~
> cargo: error: aborting due to 27 previous errors
> debian/rules:37: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818124: easymp3gain: FTBFS in stretch

2016-03-21 Thread Martin Michlmayr
* Matthias Klumpp <matth...@tenstral.net> [2016-03-21 18:17]:
> I really wonder if this is still worth fixing... This package is dead
> upstream (upstream vanished, every attempt to contact him again
> failed), and I am essentially keeping it on life-support here. It also
> has a relatively low popcon index, and I announced that it is
> threatened to be removed about a year ago, unless maybe someone take
> over upstream maintenance or forks it.
> Additionally, mp3gain isn't present in Debian anymore, only
> vorbisgain, which makes this package even less useful.
> 
> So tl;dr, I think removing the package from Debian is sadly the better
> option than fixing yet another FTBFS. If there are still users, maybe
> a different maintainer who actually still uses this package and can
> fix functional issues can take it over.

I think this is really up to you as the maintainer, but your plan
sounds reasonable to me!

Thanks.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818841: openhpiclient.conf in libopenhpi2 and libopenhpi3

2016-03-20 Thread Martin Michlmayr
Package: openhpi
Version: 3.6.1-1
Severity: serious

Preparing to unpack .../libopenhpi3_3.6.1-1_arm64.deb ...
Unpacking libopenhpi3 (3.6.1-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/libopenhpi3_3.6.1-1_arm64.deb (--unpack):
 trying to overwrite '/etc/openhpi/openhpiclient.conf', which is also in 
package libopenhpi2 2.14.1-1.4+b1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to unpack .../libopenhpi-dev_3.6.1-1_arm64.deb ...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818401: tcpcrypt: FTBFS: pcap.h: No such file or directory

2016-03-20 Thread Martin Michlmayr
Package: tcpcrypt
Version: 0.4-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -I./include 
> -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wall -Wno-deprecated-declarations -c -o src/src_tcpcryptd-unix.o `test -f 
> 'src/unix.c' || echo './'`src/unix.c
> src/unix.c:23:18: fatal error: pcap.h: No such file or directory
> compilation terminated.
> Makefile:1279: recipe for target 'src/src_tcpcryptd-unix.o' failed
> make[2]: *** [src/src_tcpcryptd-unix.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818520: ruby-tokyocabinet: FTBFS: [tokyocabinet.gemspec] isn't a Gem::Specification

2016-03-20 Thread Martin Michlmayr
Package: ruby-tokyocabinet
Version: 1.31-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>dh_testdir -O--buildsystem=ruby
>dh_auto_clean -O--buildsystem=ruby
>   dh_ruby --clean
> [tokyocabinet.gemspec] isn't a Gem::Specification (NilClass instead).
> [tokyocabinet.gemspec.gem2deb] isn't a Gem::Specification (NilClass instead).
> /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:116:in `load_gemspec': E: 
> cannot load gemspec tokyocabinet.gemspec (RuntimeError)
>   from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:33:in `block in 
> initialize'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:32:in `chdir'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:32:in `initialize'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:24:in `new'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:24:in `initialize'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:202:in `new'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:202:in `block in 
> installers'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:201:in `map'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:201:in `installers'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:43:in `clean'
>   from /usr/bin/dh_ruby:96:in `'
>dh_ruby --clean
> dh_auto_clean: dh_ruby --clean returned exit code 1
> debian/rules:18: recipe for target 'clean' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818392: liblouisutdml: FTBFS: jni_md.h: No such file or directory

2016-03-20 Thread Martin Michlmayr
Package: liblouisutdml
Version: 2.5.0-2
Severity: serious

This package fails to build in unstable.  Note that there's some
conversation in #760301 about the compatibility link, but it seems
this is intentional.

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[3]: Entering directory '/<>/liblouisutdml'
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -DLBU_PATH=\"/usr/share/liblouisutdml/lbu_files/\" 
> -DLIBLOUIS_TABLES_PATH=\"/usr/share/liblouis/tables/\"  
> -I/usr/lib/jvm/default-java/include -I/usr/include/liblouis 
> -I/usr/include/libxml2 -O2 -MT liblouisutdml_la-Jliblouisutdml.lo -MD -MP -MF 
> .deps/liblouisutdml_la-Jliblouisutdml.Tpo -c -o 
> liblouisutdml_la-Jliblouisutdml.lo `test -f '../java/Jliblouisutdml.c' || 
> echo './'`../java/Jliblouisutdml.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. 
> -DLBU_PATH=\"/usr/share/liblouisutdml/lbu_files/\" 
> -DLIBLOUIS_TABLES_PATH=\"/usr/share/liblouis/tables/\" 
> -I/usr/lib/jvm/default-java/include -I/usr/include/liblouis 
> -I/usr/include/libxml2 -O2 -MT liblouisutdml_la-Jliblouisutdml.lo -MD -MP -MF 
> .deps/liblouisutdml_la-Jliblouisutdml.Tpo -c ../java/Jliblouisutdml.c  -fPIC 
> -DPIC -o .libs/liblouisutdml_la-Jliblouisutdml.o
> In file included from ../java/Jliblouisutdml.h:2:0,
>  from ../java/Jliblouisutdml.c:29:
> /usr/lib/jvm/default-java/include/jni.h:45:20: fatal error: jni_md.h: No such 
> file or directory
> compilation terminated.
> Makefile:800: recipe for target 'liblouisutdml_la-Jliblouisutdml.lo' failed
> make[3]: *** [liblouisutdml_la-Jliblouisutdml.lo] Error 1
> make[3]: Leaving directory '/<>/liblouisutdml'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818518: twidge: FTBFS: At least the following dependencies are missing: text

2016-03-20 Thread Martin Michlmayr
Package: twidge
Version: 1.1.2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> Linking setup ...
> ./setup configure
> Configuring twidge-1.1.2...
> setup: At least the following dependencies are missing:
> text >=0.11.2.0 && <0.12
> Makefile:6: recipe for target 'all' failed
> make[1]: *** [all] Error 1
> make[1]: Leaving directory '/<>'
> debian/rules:34: recipe for target 'build-stamp' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818542: qd: FTBFS: required file 'config/compile' not found

2016-03-19 Thread Martin Michlmayr
Package: qd
Version: 2.3.11.dfsg-2.3
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
> m4/ax_f90_module_style.m4:22: AX_F90_MODULE_STYLE is expanded from...
> configure.ac:289: the top level
> configure.ac:106: error: required file 'config/compile' not found
> configure.ac:106:   'automake --add-missing' can install 'compile'
> configure.ac:19: error: required file 'config/missing' not found
> configure.ac:19:   'automake --add-missing' can install 'missing'
> fortran/Makefile.am: error: required file 'config/depcomp' not found
> fortran/Makefile.am:   'automake --add-missing' can install 'depcomp'
> Makefile:417: recipe for target 'Makefile.in' failed
> make[1]: *** [Makefile.in] Error 1
> make[1]: Leaving directory '/<>'
> /usr/share/cdbs/1/class/makefile.mk:47: recipe for target 
> 'debian/stamp-makefile-build' failed
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818390: jamin: FTBFS: recipe for target 'debian/stamp-autotools-files' failed

2016-03-19 Thread Martin Michlmayr
Package: jamin
Version: 0.97.14~cvs~81203-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cd . && aclocal-1.11 
> main::scan_file() called too early to check prototype at 
> /usr/bin/aclocal-1.11 line 644.
> if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which 
> autoconf2.65 || which autoconf`; fi
> if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which  
> autoheader2.65 || which autoheader` ; fi
> autoheader: WARNING: Using auxiliary files such as `acconfig.h', 
> `config.h.bot'
> autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
> autoheader: WARNING: is deprecated and discouraged.
> autoheader: 
> autoheader: WARNING: Using the third argument of `AC_DEFINE' and
> autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template 
> without
> autoheader: WARNING: `acconfig.h':
> autoheader: 
> autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
> autoheader:   [Define if a function `main' is needed.])
> autoheader: 
> autoheader: WARNING: More sophisticated templates can also be produced, see 
> the
> autoheader: WARNING: documentation.
> if [ -e ./Makefile.am ]; then cd . &&  automake-1.11  ; fi
> Unescaped left brace in regex is deprecated, passed through in regex; marked 
> by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake-1.11 line 
> 4159.
> configure.in:4: required file `./missing' not found
> configure.in:4:   `automake --add-missing' can install `missing'
> controller/Makefile.am:11: `%'-style pattern rules are a GNU make extension
> controller/Makefile.am: required file `./depcomp' not found
> controller/Makefile.am:   `automake --add-missing' can install `depcomp'
> src/Makefile.am:11: compiling `interface.c' with per-target flags requires 
> `AM_PROG_CC_C_O' in `configure.in'
> /usr/share/cdbs/1/class/autotools-files.mk:62: recipe for target 
> 'debian/stamp-autotools-files' failed
> make: *** [debian/stamp-autotools-files] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818413: miniupnpd: FTBFS: error: unknown type name 'iptc_handle_t'

2016-03-19 Thread Martin Michlmayr
ote: expected 'struct xtc_handle *' 
> but argument is of type 'int *'
>  const struct ipt_entry *iptc_next_rule(const struct ipt_entry *prev,
>  ^
> In file included from netfilter/iptcrdr.c:13:0:
> netfilter/iptcrdr.c:452:40: error: dereferencing pointer to incomplete type 
> 'const struct ip_nat_multi_range'
>  snprintip(iaddr, iaddrlen, ntohl(mr->range[0].min_ip));
> ^
> netfilter/iptcrdr.c:477:13: warning: passing argument 1 of 'iptc_free' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>iptc_free();
>  ^
> In file included from netfilter/iptcrdr.c:18:0:
> /usr/include/libiptc/libiptc.h:34:6: note: expected 'struct xtc_handle *' but 
> argument is of type 'int *'
>  void iptc_free(struct xtc_handle *h);
>   ^
> netfilter/iptcrdr.c: In function 'get_peer_rule_by_index':
> netfilter/iptcrdr.c:52:22: error: unknown type name 'iptc_handle_t'
>  #define IPTC_HANDLE  iptc_handle_t
>   ^
> netfilter/iptcrdr.c:505:2: note: in expansion of macro 'IPTC_HANDLE'
>   IPTC_HANDLE h;
>   ^
> netfilter/iptcrdr.c:512:4: warning: assignment makes integer from pointer 
> without a cast [-Wint-conversion]
>   h = iptc_init("nat");
> ^
> netfilter/iptcrdr.c:520:42: warning: passing argument 2 of 'iptc_is_chain' 
> makes pointer from integer without a cast [-Wint-conversion]
>   if(!iptc_is_chain(miniupnpd_peer_chain, h))
>   ^
> In file included from netfilter/iptcrdr.c:18:0:
> /usr/include/libiptc/libiptc.h:28:5: note: expected 'struct xtc_handle * 
> const' but argument is of type 'int'
>  int iptc_is_chain(const char *chain, struct xtc_handle *const handle);
>  ^
> netfilter/iptcrdr.c:531:49: warning: passing argument 2 of 'iptc_first_rule' 
> from incompatible pointer type [-Wincompatible-pointer-types]
>for(e = iptc_first_rule(miniupnpd_peer_chain, );
>  ^
> In file included from netfilter/iptcrdr.c:18:0:
> /usr/include/libiptc/libiptc.h:41:25: note: expected 'struct xtc_handle *' 
> but argument is of type 'int *'
>  const struct ipt_entry *iptc_first_rule(const char *chain,
>  ^
> netfilter/iptcrdr.c:533:26: warning: passing argument 2 of 'iptc_next_rule' 
> from incompatible pointer type [-Wincompatible-pointer-types]
> e = iptc_next_rule(e, ))
>   ^
> In file included from netfilter/iptcrdr.c:18:0:
> /usr/include/libiptc/libiptc.h:45:25: note: expected 'struct xtc_handle *' 
> but argument is of type 'int *'
>  const struct ipt_entry *iptc_next_rule(const struct ipt_entry *prev,
>  ^
> In file included from /usr/include/x86_64-linux-gnu/bits/byteswap.h:35:0,
>  from /usr/include/endian.h:60,
>  from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
>  from /usr/include/stdlib.h:42,
>  from netfilter/iptcrdr.c:8:
> netfilter/iptcrdr.c:560:22: error: dereferencing pointer to incomplete type 
> 'const struct ip_nat_multi_range'
>  *eport = ntohs(mr->range[0].min.all);
>   ^
> netfilter/iptcrdr.c:591:13: warning: passing argument 1 of 'iptc_free' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>iptc_free();
>  ^
> In file included from netfilter/iptcrdr.c:18:0:
> /usr/include/libiptc/libiptc.h:34:6: note: expected 'struct xtc_handle *' but 
> argument is of type 'int *'
>  void iptc_free(struct xtc_handle *h);
>   ^
> netfilter/iptcrdr.c: At top level:
> netfilter/iptcrdr.c:52:22: error: unknown type name 'iptc_handle_t'
>  #define IPTC_HANDLE  iptc_handle_t
>   ^
> netfilter/iptcrdr.c:600:44: note: in expansion of macro 'IPTC_HANDLE'
>  delete_rule_and_commit(unsigned int index, IPTC_HANDLE h,
> ^
> netfilter/iptcrdr.c: In function 'delete_redirect_and_filter_rules':
> netfilter/iptcrdr.c:52:22: error: unknown type name 'iptc_handle_t'
>  #define IPTC_HANDLE  iptc_handle_t
>   ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818514: ivtools: FTBFS: error: cannot find PS Font Directory

2016-03-19 Thread Martin Michlmayr
Package: ivtools
Version: 1.2.11a1-5
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking for /usr/lib/ps/bchr.afm... no
> checking for /usr/lib/X11/fonts/Type1Adobe/afm/bchr.afm... no
> configure: error: cannot find PS Font Directory
>   "tail -v -n +0 config.log"

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818398: mimelib1: FTBFS: cannot stat '/usr/share/libtool/config/ltmain.sh'

2016-03-19 Thread Martin Michlmayr
Package: mimelib1
Version: 5:1.1.4-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> # Add here commands to clean up after the build process.
> if test -f Makefile; then /usr/bin/make distclean; fi
> rm -rf config.mess autom4te.cache
> dh_clean configure-stamp build-stamp install-stamp
>  debian/rules build
> dh_testdir
> # Add here commands to configure the package.
> cp /usr/share/libtool/config/ltmain.sh ltmain.sh
> cp: cannot stat '/usr/share/libtool/config/ltmain.sh': No such file or 
> directory
> debian/rules:34: recipe for target 'configure-stamp' failed
> make: *** [configure-stamp] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818397: salmon: FTBFS: 'MEM_F_SELF_OVLP' was not declared in this scope

2016-03-19 Thread Martin Michlmayr
Package: salmon
Version: 0.4.2+ds1-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> /<>/salmon-0.4.2+ds1/src/CollapsedGibbsSampler.cpp: In function 
> 'void sampleRound_(std::vector<std::pair >&, 
> std::vector&, std::vector&, double, std::vector&, 
> MultinomialSampler&)':
> /<>/salmon-0.4.2+ds1/src/CollapsedGibbsSampler.cpp:119:18: warning: 
> unused variable 'classCount' [-Wunused-variable]
>  uint64_t classCount = eqClass.second.count;
>   ^
> /<>/salmon-0.4.2+ds1/src/SalmonQuantify.cpp: In function 'void 
> mem_collect_intv(const SalmonOpts&, const mem_opt_t*, const bwt_t*, int, 
> const uint8_t*, smem_aux_t*)':
> /<>/salmon-0.4.2+ds1/src/SalmonQuantify.cpp:159:36: error: 
> 'MEM_F_SELF_OVLP' was not declared in this scope
>  int start_width = (opt->flag & MEM_F_SELF_OVLP)? 2 : 1;

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818427: getfem++: FTBFS: Scilab binary program was not found in your PATH

2016-03-19 Thread Martin Michlmayr
Package: getfem++
Version: 4.2.1~beta1~svn4635~dfsg-6
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 
> -Wl,-Bsymbolic-functions
> checking for scilab... no
> configure: error: Scilab binary program was not found in your PATH, your PATH 
> is /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>   "tail -v -n +0 config.log"
> ==> config.log <==

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818393: cpm: FTBFS: cdk.h not found

2016-03-19 Thread Martin Michlmayr
INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> LDFLAGS='-Wl,-z,relro'
> LIBGPGME_CFLAGS=''
> LIBGPGME_LIBS=''
> LIBNCURSES_CFLAGS='-D_GNU_SOURCE -I/usr/include/ncursesw'
> LIBNCURSES_LIBS='-lncursesw -ltinfo'
> LIBOBJS=''
> LIBS='-lz -lxml2 -lgpgme -ldotconf -lcrack -lcdk -lm -lncursesw '
> LIBXML_CFLAGS=''
> LIBXML_LIBS=''
> LIBXML_XMLLINT=''
> LN_S='ln -s'
> LTLIBOBJS=''
> NCURSES_CONFIG='/usr/bin/ncursesw5-config'
> OBJEXT='o'
> PACKAGE_BUGREPORT='k...@redpill-linpro.com'
> PACKAGE_NAME='cpm'
> PACKAGE_STRING='cpm 0.32'
> PACKAGE_TARNAME='cpm'
> PACKAGE_URL=''
> PACKAGE_VERSION='0.32'
> PATH_SEPARATOR=':'
> SET_MAKE=''
> SHELL='/bin/bash'
> WRAPPER_NECESSARY=''
> XML_CONFIG=''
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build_alias='x86_64-linux-gnu'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${prefix}/share/info'
> libdir='${prefix}/lib/x86_64-linux-gnu'
> libexecdir='${prefix}/lib/x86_64-linux-gnu'
> localedir='${datarootdir}/locale'
> localstatedir='/var'
> mandir='${prefix}/share/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='/etc'
> target_alias=''
> 
> ## --- ##
> ## confdefs.h. ##
> ## --- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME "cpm"
> #define PACKAGE_TARNAME "cpm"
> #define PACKAGE_VERSION "0.32"
> #define PACKAGE_STRING "cpm 0.32"
> #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> #define PACKAGE_URL ""
> #define HAVE_LIBNCURSESW 1
> #define HAVE_LIBM 1
> #define HAVE_LIBCDK 1
> #define HAVE_LIBCRACK 1
> #define HAVE_LIBDOTCONF 1
> #define HAVE_LIBGPGME 1
> #define HAVE_LIBXML2 1
> #define HAVE_LIBZ 1
> 
> : exit 1
> dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
> --includedir=${prefix}/include --mandir=${prefix}/share/man 
> --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
> --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu 
> --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
> --disable-dependency-tracking 
> --with-cracklib-dict=/var/cache/cracklib/cracklib_dict returned exit code 1
> debian/rules:8: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 255

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818439: notary: FTBFS: cannot use _KeyManagement_GetKeyInfo_Handler

2016-03-19 Thread Martin Michlmayr
Package: notary
Version: 0.0~git20150801.0.8e8122e-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> # github.com/docker/notary/proto
> src/github.com/docker/notary/proto/signer.pb.go:248: cannot use 
> _KeyManagement_CreateKey_Handler (type func(interface {}, context.Context, 
> grpc.Codec, []byte) (interface {}, error)) as type grpc.methodHandler in 
> field value
> src/github.com/docker/notary/proto/signer.pb.go:252: cannot use 
> _KeyManagement_DeleteKey_Handler (type func(interface {}, context.Context, 
> grpc.Codec, []byte) (interface {}, error)) as type grpc.methodHandler in 
> field value
> src/github.com/docker/notary/proto/signer.pb.go:256: cannot use 
> _KeyManagement_GetKeyInfo_Handler (type func(interface {}, context.Context, 
> grpc.Codec, []byte) (interface {}, error)) as type grpc.methodHandler in 
> field value
> src/github.com/docker/notary/proto/signer.pb.go:315: cannot use 
> _Signer_Sign_Handler (type func(interface {}, context.Context, grpc.Codec, 
> []byte) (interface {}, error)) as type grpc.methodHandler in field value
> dh_auto_build: go install -v github.com/docker/notary/client 
> github.com/docker/notary/client/changelist 
> github.com/docker/notary/cmd/notary 
> github.com/docker/notary/cmd/notary-server 
> github.com/docker/notary/cmd/notary-signer 
> github.com/docker/notary/cryptoservice github.com/docker/notary/errors 
> github.com/docker/notary/keystoremanager 
> github.com/docker/notary/pkg/passphrase github.com/docker/notary/proto 
> github.com/docker/notary/server github.com/docker/notary/server/handlers 
> github.com/docker/notary/server/storage 
> github.com/docker/notary/server/timestamp github.com/docker/notary/signer 
> github.com/docker/notary/signer/api github.com/docker/notary/signer/keys 
> github.com/docker/notary/trustmanager github.com/docker/notary/utils 
> github.com/docker/notary/version returned exit code 2
> debian/rules:12: recipe for target 'build' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818407: unixodbc: FTBFS: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS

2016-03-19 Thread Martin Michlmayr
Package: unixodbc
Version: 2.3.1-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> libtoolize: copying file './install-sh'
> libtoolize: copying file './missing'
> libtoolize: copying file './ltmain.sh'
> libtoolize:   error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with 
> ACLOCAL_AMFLAGS=-I libltdl/m4.
> autoreconf: libtoolize failed with exit status: 1
> dh_autoreconf: autoreconf -f -i returned exit code 1
> debian/rules:12: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818420: ices2: FTBFS: required file `./depcomp' not found

2016-03-19 Thread Martin Michlmayr
Package: ices2
Version: 2.0.2-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> libtoolize: and rerunning libtoolize and aclocal.
> cd . && aclocal-1.11 -I m4
> main::scan_file() called too early to check prototype at 
> /usr/bin/aclocal-1.11 line 644.
> if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which 
> autoconf2.60 || which autoconf`; fi
> if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which  
> autoheader2.60 || which autoheader` ; fi
> if [ -e ./Makefile.am ]; then cd . &&  automake-1.11  ; fi
> Unescaped left brace in regex is deprecated, passed through in regex; marked 
> by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake-1.11 line 
> 4159.
> configure.in:10: required file `./missing' not found
> configure.in:10:   `automake --add-missing' can install `missing'
> src/Makefile.am: required file `./depcomp' not found
> src/Makefile.am:   `automake --add-missing' can install `depcomp'
> /usr/share/cdbs/1/class/autotools-files.mk:62: recipe for target 
> 'debian/stamp-autotools-files' failed
> make: *** [debian/stamp-autotools-files] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818421: refdb: FTBFS: Invalid property value encountered in hyphenate

2016-03-19 Thread Martin Michlmayr
nnerImpl$FragmentContentDispatcher.dispatch(Unknown
>  Source)
>   at 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
> Source)
>   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>   at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
> Source)
>   at 
> org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
>   at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:285)
>   at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
>   at org.apache.fop.cli.Main.startFOP(Main.java:186)
>   at org.apache.fop.cli.Main.main(Main.java:217)
> 
> Exception in thread "main" java.awt.AWTError: Assistive Technology not found: 
> org.GNOME.Accessibility.AtkWrapper
>   at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
>   at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
>   at org.apache.batik.bridge.CursorManager.(Unknown Source)
>   at org.apache.batik.bridge.BridgeContext.(Unknown Source)
>   at org.apache.batik.bridge.BridgeContext.(Unknown Source)
>   at 
> org.apache.fop.image.loader.batik.PreloaderSVG$Loader.createImageInfo(PreloaderSVG.java:174)
>   at 
> org.apache.fop.image.loader.batik.PreloaderSVG$Loader.getImage(PreloaderSVG.java:131)
>   at 
> org.apache.fop.image.loader.batik.PreloaderSVG$Loader.access$200(PreloaderSVG.java:108)
>   at 
> org.apache.fop.image.loader.batik.PreloaderSVG.preloadImage(PreloaderSVG.java:76)
>   at 
> org.apache.xmlgraphics.image.loader.ImageManager.preloadImage(ImageManager.java:176)
>   at 
> org.apache.xmlgraphics.image.loader.cache.ImageCache.needImageInfo(ImageCache.java:128)
>   at 
> org.apache.xmlgraphics.image.loader.ImageManager.getImageInfo(ImageManager.java:123)
>   at org.apache.fop.fo.flow.ExternalGraphic.bind(ExternalGraphic.java:81)
>   at org.apache.fop.fo.FObj.processNode(FObj.java:126)
>   at 
> org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:291)
>   at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:179)
>   at 
> org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1073)
>   at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
> Source)
>   at 
> org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
> Source)
>   at org.apache.xerces.xinclude.XIncludeHandler.emptyElement(Unknown 
> Source)
>   at 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
> Source)
>   at 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
>  Source)
>   at 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
> Source)
>   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>   at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
> Source)
>   at 
> org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
>   at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:285)
>   at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
>   at org.apache.fop.cli.Main.startFOP(Main.java:186)
>   at org.apache.fop.cli.Main.main(Main.java:217)
> Makefile:992: recipe for target 'refdb-manual.pdf' failed
> make[2]: *** [refdb-manual.pdf] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818515: iulib: FTBFS: '/usr/share/libtool/config/ltmain.sh': No such file or directory

2016-03-19 Thread Martin Michlmayr
Package: iulib
Version: 0.3-3.2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[1]: Entering directory '/<>'
> mv aclocal.m4 aclocal.m4.old
> mv configure configure.old
> mv Makefile.in Makefile.in.old
> cp /usr/share/libtool/config/ltmain.sh .
> cp: cannot stat '/usr/share/libtool/config/ltmain.sh': No such file or 
> directory
> debian/rules:14: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 1
> make[1]: Leaving directory '/<>'
> debian/rules:11: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> --------

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



  1   2   3   4   5   6   7   8   9   10   >