Closed Bug 136297 Opened 24 years ago Closed 24 years ago

Parallel builds in ldapcsdk failing because of race condition in dist

Categories

(Directory Graveyard :: LDAP C SDK, defect)

Sun
Solaris
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: dmosedale)

Details

Attachments

(1 file, 1 obsolete file)

dmose asked me to file a bug on him for this problem... Steps to reproduce 1. in your .mozconfig have a MOZ_MAKE_FLAGS=-j4 or higher 2. run gmake -f client.mk build Actual Result : gmake[5]: Entering directory `/export/home/mozilla/directory/c-sdk/ldap/include' ../../config/./nsinstall -D /export/home/mozilla/dist/public/ldap perl ./../build/replace.pl \ LDAP_VENDOR_NAME="mozilla.org" \ LDAP_VENDOR_VERSION="500" \ < ldap-standard-tmpl.h > /export/home/mozilla/dist/public/ldap/ldap-standard.h /bin/sh: /export/home/mozilla/dist/public/ldap/ldap-standard.h: cannot create gmake[5]: *** [/export/home/mozilla/dist/public/ldap/ldap-standard.h] Error 1 Expected Result : Continue compiling in parallel ---------------------------------------------------------------- just for public knowledge this has been confirmed on Solaris 8 and Solaris 9 using gmake 3.79.1 Thanks -dcran-
making dmose the owner
Assignee: mcs → dmose
QA Contact: nobody → dmose
Summary: Parallel builds in ldapcsdk failing because of race condition in dist → Parallel builds in ldapcsdk failing because of race condition in dist
Need to create $(DIST) if it doesn't already exist before running the script.
Status: NEW → ASSIGNED
Attached patch patch as suggested by Dauphin (obsolete) — Splinter Review
Attachment #78295 - Attachment is obsolete: true
i have tested this patch and verified it works, lets go r=dcran, just needs sr= and a=
Attachment #78296 - Flags: review+
Comment on attachment 78296 [details] [diff] [review] patch as stated by Dauphin r=dmose
Comment on attachment 78296 [details] [diff] [review] patch as stated by Dauphin a=asa (on behalf of drivers) for checkin to the 1.0 branch
Attachment #78296 - Flags: approval+
Patch has been checked into the moz1.0 branch and the ldap50client branch.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: