GNU bug report logs - #32459
Strace 4.24 doesn't build

Previous Next

Package: guix;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Thu, 16 Aug 2018 18:01:02 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32459 in the body.
You can then email your comments to 32459 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to me <at> tobias.gr, bug-guix <at> gnu.org:
bug#32459; Package guix. (Thu, 16 Aug 2018 18:01:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clément Lassieur <clement <at> lassieur.org>:
New bug report received and forwarded. Copy sent to me <at> tobias.gr, bug-guix <at> gnu.org. (Thu, 16 Aug 2018 18:01:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Clément Lassieur <clement <at> lassieur.org>
To: bug-guix <at> gnu.org
Subject: Strace 4.24 doesn't build
Date: Thu, 16 Aug 2018 19:59:53 +0200
Hi,

Strace 4.24 doesn't build (on my machine).

Once I had:

    FAIL: trace_personality_32.gen.test

And another time:

    FAIL: trace_personality_regex_32.gen.test
    FAIL: trace_stat_like.gen.test
    FAIL: trace_stat.gen.test
    FAIL: trace_statfs_like.gen.test
    FAIL: trace_question.gen.test

And a third time:

    FAIL: trace_personality_regex_x32.gen.test
    FAIL: trace_personality_64.gen.test

So it's undeterministic.

Clément




Information forwarded to bug-guix <at> gnu.org:
bug#32459; Package guix. (Thu, 16 Aug 2018 18:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 32459 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Clément Lassieur <clement <at> lassieur.org>
Cc: 32459 <at> debbugs.gnu.org
Subject: Re: bug#32459: Strace 4.24 doesn't build
Date: Thu, 16 Aug 2018 20:14:19 +0200
Clément,

Clément Lassieur wrote:
> Strace 4.24 doesn't build (on my machine).
>
> Once I had:
>
>     FAIL: trace_personality_32.gen.test
>
> And another time:
>
>     FAIL: trace_personality_regex_32.gen.test
>     FAIL: trace_stat_like.gen.test
>     FAIL: trace_stat.gen.test
>     FAIL: trace_statfs_like.gen.test
>     FAIL: trace_question.gen.test
>
> And a third time:
>
>     FAIL: trace_personality_regex_x32.gen.test
>     FAIL: trace_personality_64.gen.test
>
> So it's undeterministic.

Thanks for the report. I can't reproduce this failure.

I've successfully built[0] strace <at> 4.24 five times so far, on a 
modest 4-core x86-64 machine. All builds are bit-identical.

Does disabling build and/or test parallelism make a difference?

Kind regards,

T G-R

[0]: /gnu/store/9pxi8mhvcrd9wlllfsl2rs104qc38z8r-strace-4.24




Information forwarded to bug-guix <at> gnu.org:
bug#32459; Package guix. (Thu, 16 Aug 2018 18:47:01 GMT) Full text and rfc822 format available.

Message #11 received at 32459 <at> debbugs.gnu.org (full text, mbox):

From: Clément Lassieur <clement <at> lassieur.org>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 32459 <at> debbugs.gnu.org
Subject: Re: bug#32459: Strace 4.24 doesn't build
Date: Thu, 16 Aug 2018 20:46:26 +0200
Tobias Geerinckx-Rice <me <at> tobias.gr> writes:

> Clément,
>
> Clément Lassieur wrote:
>> Strace 4.24 doesn't build (on my machine).
>>
>> Once I had:
>>
>>     FAIL: trace_personality_32.gen.test
>>
>> And another time:
>>
>>     FAIL: trace_personality_regex_32.gen.test
>>     FAIL: trace_stat_like.gen.test
>>     FAIL: trace_stat.gen.test
>>     FAIL: trace_statfs_like.gen.test
>>     FAIL: trace_question.gen.test
>>
>> And a third time:
>>
>>     FAIL: trace_personality_regex_x32.gen.test
>>     FAIL: trace_personality_64.gen.test
>>
>> So it's undeterministic.
>
> Thanks for the report. I can't reproduce this failure.
>
> I've successfully built[0] strace <at> 4.24 five times so far, on a modest 4-core
> x86-64 machine. All builds are bit-identical.

I was using a modest 32-core x86-64 machine.

> Does disabling build and/or test parallelism make a difference?

Yes, it works with '#:parallel-tests? #f'!

Thank you!
Clément




Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sat, 18 Aug 2018 11:36:02 GMT) Full text and rfc822 format available.

Notification sent to Clément Lassieur <clement <at> lassieur.org>:
bug acknowledged by developer. (Sat, 18 Aug 2018 11:36:02 GMT) Full text and rfc822 format available.

Message #16 received at 32459-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Clément Lassieur <clement <at> lassieur.org>
Cc: 32459-done <at> debbugs.gnu.org
Subject: Re: bug#32459: Strace 4.24 doesn't build
Date: Sat, 18 Aug 2018 13:36:02 +0200
Clément,

Clément Lassieur wrote:
> I was using a modest 32-core x86-64 machine.

I always forget who owns that one :-)

> Tobias Geerinckx-Rice <me <at> tobias.gr> writes:
>
>> Does disabling build and/or test parallelism make a difference?
>
> Yes, it works with '#:parallel-tests? #f'!

Great! Fix pushed in 72e782b2b587d05e89b2ca9b27b30c93653760f5.

Kind regards,

T G-R




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Sep 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 315 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.