Buildbot (GNU Toolchain): binutils-gdb - failed compile (failure) (master)

Nick Alcock nick.alcock@oracle.com
Tue Jun 21 19:32:23 GMT 2022


On 21 Jun 2022, Hans-Peter Nilsson via Binutils verbalised:
> Well obviously and thanks for fixing it; I don't have my
> keys here or I'd done the same.  The behavior was IMHO
> interesting nevertheless.  It looks like the .deps directory
> wasn't created, whether due to the mixup or an automake
> change is still unknown.

Yeah. Include handling changed in the misgenerated configure, but the
hunk that broke it was (tabs smushed to spaces, sorry):

-      as_dir=$dirpart/$fdir; as_fn_mkdir_p
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
+    { echo "$as_me:$LINENO: cd "$am_dirpart" \
+      && sed -e '/# am--include-marker/d' "$am_filepart" \
+        | $MAKE -f - am--depfiles" >&5
+   (cd "$am_dirpart" \
+      && sed -e '/# am--include-marker/d' "$am_filepart" \
+        | $MAKE -f - am--depfiles) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } || am_rc=$?

The old implementation only needed mkdir: the new one related on make
am--depfiles working, but that's an Automake 1.16 feature, so the make
invocation failed and we never got any $DEPDIRS out of it.

-- 
NULL && (void)


More information about the Binutils mailing list