Fix non-deterministic "missing: Permission denied" errors

Make 'missing' executable where source tarballs use autotools
and are unpack with untar. untar doesn't preserve or set mtime,
which may result in autotools generated files, e.g. configure,
having newer timestamps than their source files (e.g. configure.in.)
In these circumstances autotools generated Makefiles will call
'missing' to either regenerate them or fix-up the timestamps.
This commit is contained in:
Steve D 2024-06-22 17:50:28 +01:00
parent 9316874396
commit f672d0edff
4 changed files with 4 additions and 0 deletions

View file

@ -68,6 +68,7 @@ in {
export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib"
export ac_cv_func_getpgrp_void=yes
export ac_cv_func_tzset=yes
chmod 0755 missing
bash ./configure \
--build=${platform.build} \
--host=${platform.host} \

View file

@ -58,6 +58,7 @@ in {
# Configure
export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib"
chmod 0755 missing
bash ./configure \
--build=${platform.build} \
--host=${platform.host} \

View file

@ -60,6 +60,7 @@ in {
export ac_cv_sizeof_unsigned_long=4
export ac_cv_sizeof_long_long=8
export ac_cv_header_netdb_h=no
chmod 0755 missing
bash ./configure \
--prefix=$out \
--build=${platform.build} \

View file

@ -83,6 +83,7 @@ in {
# Configure
export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib -Dstrlwr=unused"
chmod 0755 missing
bash ./configure --prefix=$out
# Build