Bug 57359 - Race (?) condition in make install
Summary: Race (?) condition in make install
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: 1.5.1
Hardware: Macintosh All
: P2 major (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-17 01:55 UTC by dominyktiller
Modified: 2020-09-16 12:25 UTC (History)
1 user (show)



Attachments
build_log (116.04 KB, text/plain)
2014-12-17 01:55 UTC, dominyktiller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dominyktiller 2014-12-17 01:55:24 UTC
Created attachment 32298 [details]
build_log

There seems to be a race condition in the `make install` stage of apr's compile, but you have to deparallelize the whole build to resolve it. Merely deparallelizing the `make install` stage isn't enough.

Seems to affect OS X 10.8-10.10, and possibly earlier, but I don't have access to anything earlier than 10.8.

Build log attached.