Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-10-17 Thread Niels Möller
Magnus Holmgren writes: > The problem rather seems to be the missing #include "lsh_string.h". Implicit > declarations probably are extra bad with -fPIE. Thanks! I just tried compiling after ./configure --with-tcpwrappers. Which results in an warning on lsh_get_cstring

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-10-17 Thread Magnus Holmgren
tisdag 11 oktober 2016 kl. 15:53:34 CEST skrev Niels Möller: > I see one other odd thing when reading this code. The UNUSED declaration > of the first argument is wrong; maybe recent gcc omits code related to > that argument? You could try deleting that, and see if it makes a > difference. The

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-10-11 Thread Niels Möller
Steve Beattie writes: > This is an issue for lsh-utils in Ubuntu as well. I attempted to > manually reproduce the lsh-2-test failure and this is the backtrace I > got when the lsh server segv'ed: Thanks alot! This narrows it down quite a bit. > (gdb) bt full > #0

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-10-10 Thread Steve Beattie
Hi, This is an issue for lsh-utils in Ubuntu as well. I attempted to manually reproduce the lsh-2-test failure and this is the backtrace I got when the lsh server segv'ed: Program received signal SIGSEGV, Segmentation fault. __strncpy_sse2_unaligned () at

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-09-28 Thread Niels Möller
Balint Reczey writes: > The rebuild tested if packages are ready for a transition > enabling PIE and bindnow for amd64. > > For more information about the changes to sid's dpkg and GCC please > visit: > https://wiki.debian.org/Hardening/PIEByDefaultTransition > >

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-09-28 Thread Graham Inggs
Hi Maintainer I'm seeing the same behaviour in Ubuntu Yakkety where PIE is enabled by default on amd64. With the patch below in place, the tests complete normally and the build is successful. --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ --enable-agent-forward

Bug#837665: lsh-utils: FTBFS with bindnow and PIE enabled

2016-09-13 Thread Balint Reczey
Source: lsh-utils Version: 2.1-9 Severity: important User: bal...@balintreczey.hu Usertags: pie-bindnow-20160906 Justification: FTBFS on amd64 with extra hardening Hi, During a rebuild of all packages in sid, your package failed to build on amd64 with patched GCC and dpkg. The rebuild tested if