Bug#929720: hkl: FTBFS: ../../hkl/ccan/generator/generator.h:23:2: error: #error Generators require coroutines

2019-08-24 Thread PICCA Frederic-Emmanuel
Hello,

I am wondering if the problem is not a gcc bug.

I tryed to deal with this issue, with the ccan upstream.

https://github.com/rustyrussell/ccan/issues/65

but I do not have the skills in order to fix it otherwise than applying the 
simple  one line fix

Here the patch I am applying i order to fix the build issue.
But it seems that it is not sufficient...

https://salsa.debian.org/science-team/hkl/blob/master/debian/patches/0001-889878-make-test-for-pointer-safe-makecontext-succee.patch


Cheers

Fred



Bug#929720: hkl: FTBFS: ../../hkl/ccan/generator/generator.h:23:2: error: #error Generators require coroutines

2019-08-24 Thread Santiago Vila
Greetings.

I can reproduce this bug, and I've put a bunch of failed build logs here:

https://people.debian.org/~sanvila/build-logs/hkl/

The bug happens "randomly", but in a very particular way: always in some
instances and never in the others.

I believe this may be some sort of Makefile bug which is related to
filesystem ordering or something similar, but I don't really know.

In either case, I could easily offer ssh access to a machine where
this happens to anybody interested in debugging the problem (please
contact me privately for details).

While we are at it: I'm still doing QA for buster, so I'd appreciate
(once we find a fix) if we could fix this in buster as well (it's a
FTBFS bug after all). I would be willing to help if required, either
by preparing an upload for stable, filing a release.debian.org bug, or
both.

Thanks.



Bug#929720: hkl: FTBFS: ../../hkl/ccan/generator/generator.h:23:2: error: #error Generators require coroutines

2019-06-19 Thread Andreas Tille
Control: severity -1 important

Hi Lucas,

I confirm that I'm the third one who can not reproduce this issue.  
Can we agree that this bug is maximum of severity important (just
set this - feel free to reset to serious if you have good reasons
for it).

Do you have any further hints how this FTBFS could be reproduced?

Kind regards

  Andreas.

-- 
http://fam-tille.de



Bug#929720: hkl: FTBFS: ../../hkl/ccan/generator/generator.h:23:2: error: #error Generators require coroutines

2019-05-29 Thread Lucas Nussbaum
Source: hkl
Version: 5.0.0.2456-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20190529 qa-ftbfs
Justification: FTBFS in buster on amd64

Hi,

During a rebuild of all packages in buster (in a buster chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../.. -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o generator/generator.lo generator/generator.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../.. -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c noerr/noerr.c  
> -fPIC -DPIC -o noerr/.libs/noerr.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../.. -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c str/str.c  -fPIC 
> -DPIC -o str/.libs/str.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../.. -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> generator/generator.c  -fPIC -DPIC -o generator/.libs/generator.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../.. -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c str/debug.c  
> -fPIC -DPIC -o str/.libs/debug.o
> In file included from generator/generator.c:8:
> ../../hkl/ccan/generator/generator.h:23:2: error: #error Generators require 
> coroutines
>  #error Generators require coroutines
>   ^
> make[5]: *** [Makefile:605: generator/generator.lo] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2019/05/29/hkl_5.0.0.2456-1_testing.log

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

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