Stratego/XT JIRA  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STR-480
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Martin Bravenboer
Reporter: Martin Bravenboer
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Stratego/XT

mkstemp: some systems restrict the number of tmp files per process

Created: 2005-12-08 11:23   Updated: 2008-03-31 20:46
Component/s: stratego-lib - Stratego Library
Affects Version/s: 0.16 (Stratego Core Compiler)
Fix Version/s: 0.17

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File system-posix-file.c (12 kb)



 Description  « Hide
Reported by Duraid Madina for HP-UX.

See also:
http://lists.gnu.org/archive/html/bug-coreutils/2003-08/msg00125.html

Coreutils is GPL (Stratego/XT is LGPL), so I think we cannot just use their autoconf check and replacement function, unfortunately ...

 All   Comments   Work Log   Change History      Sort Order:

Martin Bravenboer [2005-12-08 11:32]
The autoconf check in coreutils looks pretty good and can be used (not convered by GPL as far as I can see). The replacement function is GPL, but that should not be too difficult if we just don't require it to be safe (then tempname can be used, I guess)

Martin Bravenboer [2005-12-13 10:06]
mkstemp replacement submitted bu Duraid.

Martin Bravenboer [2005-12-14 14:02]
Applied the patch and added autoconfiguration stuff.