Hello,
On 2018-10-04 04:47, Magnus Ihse Bursie wrote:
Looks good to me.
Have you searched the code for more instances of mkdir -p?
Just did, lots of places. I will create a followup issue for this. The
current issue is failing too many builds in our CI to not be fixed fast.
Also, maybe we sho
Looks good to me.
Have you searched the code for more instances of mkdir -p?
Also, maybe we should check if using AC_PROG_MKDIR_P would give us a better
option on Solaris. (See
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Particular-Programs.html#Particula
Erik:
Since upgrading our Solaris build machines to 11.3, we have experienced
intermittent build failures in the recipes copying java resource files.
It's unclear why this started happening now after having worked fine for
so long, but it seems it's a race caused by concurrent calls to "mkdir
-p
Since upgrading our Solaris build machines to 11.3, we have experienced
intermittent build failures in the recipes copying java resource files.
It's unclear why this started happening now after having worked fine for
so long, but it seems it's a race caused by concurrent calls to "mkdir
-p". In