Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#944 closed defect (fixed)

src/frontends/xforms/forms/fdfix.sh is not reentrant -- SMP make dist fails

Reported by: kuba@… Owned by: leeming
Priority: high Milestone:
Component: build Version: 1.3.0cvs
Severity: minor Keywords:
Cc:

Description

src/frontends/xforms/forms/fdfix.sh uses fixed file names for temporary files,
thus make dist on SMP
fails.
Fix is trivial -- all temporary files should have $$ (PID) appended to them.

Attachments (1)

fdfix.diff (3.8 KB ) - added by leeming 21 years ago.
Patch apllied to HEAD

Download all attachments as: .zip

Change History (7)

comment:1 by kuba@…, 21 years ago

Severity: blockermajor

comment:2 by levon, 21 years ago

Owner: changed from Lars Gullik Bjønnes to leeming

comment:3 by levon, 21 years ago

Severity: majorminor

Simple workaround, not on by default -> minor

comment:4 by levon, 21 years ago

GRRRRRR.

by leeming, 21 years ago

Attachment: fdfix.diff added

Patch apllied to HEAD

comment:5 by leeming, 21 years ago

Resolution: fixed
Status: newclosed

All done and dusted I think.

comment:6 by michael.gerz@…, 21 years ago

The source code suggests that the problem has been addressed. Status => Closed

Note: See TracTickets for help on using tickets.