To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=60857 Issue #:|60857 Summary:|bison fails if folder above-TEMP is not writeable Component:|tools Version:|680m150 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P4 Subcomponent:|dmake Assigned to:|hjs Reported by:|fs
------- Additional comments from [EMAIL PROTECTED] Thu Jan 19 22:40:33 -0800 2006 ------- My TEMP/TMP variables point to g:\temp. Since I'm usually not working as administrator, processes started by me have write access to g:\temp, but not g:\. Now when I try to dmake a folder containing bison targets (e.g. connectivity/source/parse), this fails since bison tries to write a temporary object to the wrong location: Making:..\..\wntmsci10\misc\sqlbison.cxx cat sqlbison.y > ..\..\wntmsci10\misc\stripped_sqlbison.y bison -v -d -l -pSQLyy -bsql -o ..\..\wntmsci10\misc\sqlbison.cxx ..\..\wntmsci10\misc\stripped_sqlbison.y bison: g:\tempact.a04068: Permission denied It seems bison uses the TEMP/TMP variable and appends a temporary file name, without the path separator. Not sure if this is a bison problem or one of our build environment, though ... Workaround is to set TEMP/TMP to g:\temp\ (including the final slash), so this is probably a P4 only (well, unless I find side effects of the workaround :) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
