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 --shuffle=random -j1 >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Building PATH="/home/buildroot/buildroot/output/host/bin:/home/buildroot/buildroot/output/host/sbin:/home/buildroot/bin:/home/buildroot/.local/bin:/home/buildroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/buildroot/make/make -C /home/buildroot/buildroot/output/build/glibc-2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3/build /home/buildroot/make/make -r PARALLELMFLAGS="" -C /home/buildroot/buildroot/output/build/glibc-2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 objdir=`pwd` all type "make help" for help with common glibc makefile targets /home/buildroot/make/make subdir=csu -C csu ..=../ subdir_lib make: *** invalid shuffle mode: Invalid value: '1667232151r'. Stop. make[3]: *** [Makefile:484: csu/subdir_lib] Error 2 shuffle=1667232151 make[2]: *** [Makefile:9: all] Error 2 shuffle=1667232151 make[1]: *** [package/pkg-generic.mk:293: /home/buildroot/buildroot/output/build/glibc-2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3/.stamp_built] Error 2 shuffle=1667232151 make: *** [Makefile:84: _all] Error 2 shuffle=1667232151 Without revert: $ /home/buildroot/make/make BR2_JLEVEL=1 --shuffle=random -j1 >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Building PATH="/home/buildroot/buildroot/output/host/bin:/home/buildroot/buildroot/output/host/sbin:/home/buildroot/bin:/home/buildroot/.local/bin:/home/buildroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/buildroot/make/make -C /home/buildroot/buildroot/output/build/glibc-2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3/build /home/buildroot/make/make -r PARALLELMFLAGS="" -C /home/buildroot/buildroot/output/build/glibc-2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 objdir=`pwd` all type "make help" for help with common glibc makefile targets /home/buildroot/make/make subdir=csu -C csu ..=../ subdir_lib make: *** invalid shuffle mode: Invalid value: '0r'. Stop. make[3]: *** [Makefile:484: csu/subdir_lib] Error 2 shuffle=0 make[2]: *** [Makefile:9: all] Error 2 shuffle=0 make[1]: *** [package/pkg-generic.mk:293: /home/buildroot/buildroot/output/build/glibc-2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3/.stamp_built] Error 2 shuffle=0 make: *** [Makefile:84: _all] Error 2 shuffle=0 _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?63187> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/