[bug #63187] make: *** invalid shuffle mode: Invalid value: '0r'. Stop.

2022-10-09 Thread James Hilliard
Follow-up Comment #1, bug #63187 (project make): Looks like my account didn't get linked when I make this report, I'm the reporter. ___ Reply to this item at: _

[bug #63187] make: *** invalid shuffle mode: Invalid value: '0r'. Stop.

2022-10-09 Thread James Hilliard
Follow-up Comment #2, bug #63187 (project make): I tried reverting a recent shuffle related commit: https://github.com/mirror/make/commit/a99378ebe46f5245ef1307c6a9834d19d57882d0 This didn't fix the error but it did change the error message. With revert: $ /home/buildroot/make/make BR2_JLEVEL=1

[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-14 Thread James Hilliard
Triage Status: None ___ Follow-up Comments: --- Date: Fri 14 Oct 2022 10:50:44 PM UTC By: James Hilliard When using submake it seems the seed isn't getting set properly as MAK

[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-16 Thread James Hilliard
Follow-up Comment #2, bug #63215 (project make): [comment #1 comment #1:] > Using 0 here still gives a random shuffle because 0 means "generate a new random number". However you're right that this is not correct because it doesn't allow us to recreate the random value. > > Thanks for the note!

[bug #66743] internal error: invalid --jobserver-auth string 'fifo:/tmp/GMfifo2924992'.

2025-01-31 Thread James Hilliard
Fixed Release: None Triage Status: None ___ Follow-up Comments: --- Date: Fri 31 Jan 2025 07:13:43 PM UTC By: James Hilliard I'm seeing this error when using make with

[bug #66743] internal error: invalid --jobserver-auth string 'fifo:/tmp/GMfifo2924992'.

2025-01-31 Thread James Hilliard
Follow-up Comment #3, bug #66743 (group make): Ah, it does work if I run the build like this: PATH=/home/buildroot/make:$PATH make host-libxml-parser-perl -j2 --shuffle=reverse Is it expected that when invoking a sub-make as is being done [https://github.com/buildroot/buildroot/blob/bec79ce8bbf01

[bug #66743] internal error: invalid --jobserver-auth string 'fifo:/tmp/GMfifo2924992'.

2025-01-31 Thread James Hilliard
Follow-up Comment #6, bug #66743 (group make): > I believe if you invoke it as /home/buildroot/make it will be preserved, > including the full path, and if you invoke it as make it will use that > instead. I'm invoking the make binary with the absolute path at /home/buildroot/make/make, but this