gcc-8 and gcc-9 builds using pgo and lto optimization

2019-07-08 Thread Matthias Klose
The recent gcc-8 and gcc-9 uploads to unstable are now built using pgo and lto optimization. Not on all architectures, see debian/rules.defs. On the plus side the compilers are 7-10% faster, however the build time of the compiler is much longer, adding 10-20 hours. If people feel that this isn't

Re: Bug#931641: perl: FTBFS under qemu-user

2019-07-08 Thread John Paul Adrian Glaubitz
Hi! On 7/8/19 6:18 PM, Niko Tyni wrote: > This can be reproduced under for instance qemu-armhf with > > mkdir b && cd b && ../Configure -des -Dmksymlinks > > resulting in lots of 'Permission denied' errors when extracting cflags.SH > because the script mistakes the shell absolute path for its

Re: perl/experimental FTBFS on m68k, sh4

2019-07-08 Thread Niko Tyni
On Sun, Jul 07, 2019 at 12:07:27PM +0200, John Paul Adrian Glaubitz wrote: > So, some more information: This issue affects qemu-user only and can be > reproduced > on armhf as well. If this is an issue with Perl in general, it means that this > particular version of Perl will not work on any vers

Re: perl/experimental FTBFS on m68k, sh4

2019-07-08 Thread John Paul Adrian Glaubitz
Hi Niko! On 7/8/19 6:01 PM, Niko Tyni wrote: > The qemu-user specific thing is that $0 (= /proc/pid/cmdline) contains > an absolute path to the binary there regardless of how it was actually > invoked. > > On normal systems: > > % sh -c 'echo $0' > sh > > On qemu-user: > > $ sh -c 'echo

Bug#931630: ntp: Please include patch to fix build on m68k (alignment)

2019-07-08 Thread John Paul Adrian Glaubitz
Source: ntp Version: 1:4.2.8p13+dfsg-2 Severity: normal Tags: patch User: debian-68k@lists.debian.org Usertags: m68k Hello! Due to its native alignment being 16 bits wide, m68k needs an additional padding in the struct conf_restrict: --- ntp-4.2.8p13+dfsg.orig/include/ntp_request.h +++ ntp-4.2.8