Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-25 Thread Alberto Bertogli
On Sun, Mar 25, 2018 at 09:43:44PM +0100, Chris Lamb wrote:
> tags 893049 + fixed-upstream
> thanks
> 
> Hi Alberto,
> 
> > That also explains why it works when you go to the failed directory and
> > run it manually.
> 
> Ahh! Of course. :-)
> 
> > Can you give this patch a try?
> > https://blitiri.com.ar/git/r/libfiu/c/053239cab98817561187dfca491203401fae5b9c/
> 
> Works for me; looking forward to the new release!

Great!

Will try to cut it today, but might get pushed to tomorrow depending on
how the rest of my evening goes.


> (FYI did you see the SYNOPSIS → SYNOPSYS typo correction?)

Yes, I merged that patch last year (but thanks for checking! :)

Thanks!
Alberto



Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-25 Thread Chris Lamb
tags 893049 + fixed-upstream
thanks

Hi Alberto,

> That also explains why it works when you go to the failed directory and
> run it manually.

Ahh! Of course. :-)

> Can you give this patch a try?
> https://blitiri.com.ar/git/r/libfiu/c/053239cab98817561187dfca491203401fae5b9c/

Works for me; looking forward to the new release!

(FYI did you see the SYNOPSIS → SYNOPSYS typo correction?)


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-25 Thread Alberto Bertogli
On Fri, Mar 16, 2018 at 03:28:24PM +, Chris Lamb wrote:
> Hi Alberto and Adrian
> 
> > https://github.com/lamby/pkg-libfiu/commit/9bf63e144117fbd382f4053a4338041b975b8c67
> […]
> > Thanks for coming up with a patch for this!
> 
> Actually the patch doesn't work. Or, rather, it's stranger than that. If
> I build the package using fairly vanilla scripts (or on the official buildds
> as Adrian as pointed out and reopened to match) the package fails to build,
> even with this patch.
> 
> However, if I then go into the failed build directory and run `make test`
> the test passes (same chroot/container!). Does that help diagnose it at
> all? :)

It does!  Sorry for the delay in replying.

It's a build race issue.  I managed to reproduce this locally by running
with -j 8 (but weirdly, not if I teed its output!).

That also explains why it works when you go to the failed directory and
run it manually.


Can you give this patch a try?
https://blitiri.com.ar/git/r/libfiu/c/053239cab98817561187dfca491203401fae5b9c/

Once you confirm it works (fingers crossed), I'll include it in the
master branch and cut a new release (it's been a while and there are
other changes as well).

Thanks a lot!
Alberto



Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-16 Thread Chris Lamb
Hi Alberto and Adrian

> https://github.com/lamby/pkg-libfiu/commit/9bf63e144117fbd382f4053a4338041b975b8c67
[…]
> Thanks for coming up with a patch for this!

Actually the patch doesn't work. Or, rather, it's stranger than that. If
I build the package using fairly vanilla scripts (or on the official buildds
as Adrian as pointed out and reopened to match) the package fails to build,
even with this patch.

However, if I then go into the failed build directory and run `make test`
the test passes (same chroot/container!). Does that help diagnose it at
all? :)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-16 Thread Alberto Bertogli
On Fri, Mar 16, 2018 at 02:08:54AM +, Chris Lamb wrote:
> > https://buildd.debian.org/status/package.php?p=libfiu=sid
> > 
> > ...
> > ./generate-test -c tests/malloc.conf -o tests/malloc.c
> > make[4]: Leaving directory '/<>/tests/generated'
> > make[4]: Entering directory '/<>/tests/utils'
> > LD_LIBRARY_PATH=../../libfiu/ ./test-basic_ctrl.py > 
> > output-test-basic_ctrl.py.txt 2>&1
> > Makefile:38: recipe for target 'run-test-basic_ctrl.py' failed
> > make[4]: *** [run-test-basic_ctrl.py] Error 1
> 
> Adrian, I've fixed this in Git, pending upload:
> 
>   
> https://github.com/lamby/pkg-libfiu/commit/55bcc37af0b142ddd4e121802df8ebb45e723d9e

I get a 404 on that one, is it a previous version of:
https://github.com/lamby/pkg-libfiu/commit/9bf63e144117fbd382f4053a4338041b975b8c67
?

Thanks for coming up with a patch for this!


> Alberto, do you know why this is now required? (Feel free to take
> the patch upstream, naturally...)

I don't know, but it seems suspicious.

Unfortunately I may not have a chance to look at this until next week,
but I'll investigate and let you know.

Thanks!
Alberto



Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-15 Thread Chris Lamb
tags 893049 + pending
thanks

[Adding albert...@blitiri.com.ar to CC]

> https://buildd.debian.org/status/package.php?p=libfiu=sid
> 
> ...
> ./generate-test -c tests/malloc.conf -o tests/malloc.c
> make[4]: Leaving directory '/<>/tests/generated'
> make[4]: Entering directory '/<>/tests/utils'
> LD_LIBRARY_PATH=../../libfiu/ ./test-basic_ctrl.py > 
> output-test-basic_ctrl.py.txt 2>&1
> Makefile:38: recipe for target 'run-test-basic_ctrl.py' failed
> make[4]: *** [run-test-basic_ctrl.py] Error 1

Adrian, I've fixed this in Git, pending upload:

  
https://github.com/lamby/pkg-libfiu/commit/55bcc37af0b142ddd4e121802df8ebb45e723d9e

Alberto, do you know why this is now required? (Feel free to take
the patch upstream, naturally...)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#893049: libfiu FTBFS: recipe for target 'run-test-basic_ctrl.py' failed

2018-03-15 Thread Adrian Bunk
Source: libfiu
Version: 0.95-5
Severity: serious

https://buildd.debian.org/status/package.php?p=libfiu=sid

...
./generate-test -c tests/malloc.conf -o tests/malloc.c
make[4]: Leaving directory '/<>/tests/generated'
make[4]: Entering directory '/<>/tests/utils'
LD_LIBRARY_PATH=../../libfiu/ ./test-basic_ctrl.py > 
output-test-basic_ctrl.py.txt 2>&1
Makefile:38: recipe for target 'run-test-basic_ctrl.py' failed
make[4]: *** [run-test-basic_ctrl.py] Error 1