See
<http://hudson.zones.apache.org/hudson/job/subversion-trunk-solaris/929/changes>
Changes:
[rhuijben] * subversion/libsvn_subr/io.c
(file_mktemp): Following up on r944540, fix the unix build by
reintroducing the templ variable.
[rhuijben] * subversion/libsvn_subr/io.c
(file_perms_set): Mark static
Suggested by: gstein
[rhuijben] Create a Windows specific implementation of file_mktemp() to work
around
access denied errors returned from apr's internal gettemp implementation. This
moves the windows code back to an improved version of our 1.6 tempfile
creation code.
The collision avoidance code I added in file_mktemp() is not really high tech,
but it doesn't cause a single collision when running the ra_local tests.
(Not sure if that is a good or a bad thing ;-)
The windows standard tempfile creation function doesn't support long path
names, so it can't be used in places where our temp functions are used.
* subversion/libsvn_subr/io.c
(tempname_counter): New variable.
(file_mktemp): Update argument to receive a directory path instead of a
template and create the template for apr. Add a Windows specific
implementation using some code borrowed from svn_io_open_uniquely_named().
(svn_io_open_unique_file3): Update caller.
------------------------------------------
Started by an SCM change
Building remotely on lucene.zones.apache.org (Solaris 10)
Updating https://svn.apache.org/repos/asf/subversion/trunk
U subversion/libsvn_subr/io.c
At revision 944546
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson2220397188144106575.sh
+ cd subversion-trunk
+
PATH=/export/home/hudson/bin:/export/home/hudson/tools/java/latest/bin:/export/home/hudson/tools/ant/latest/bin:/export/home/hudson/tools/tomcat/latest/bin:/opt/subversion-current/bin:/usr/ucb:/usr/local/bin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/SUNWspro/bin:/usr/X/bin:/usr/ucb:/usr/sbin:/usr/ccs/bin:/usr/bin
+ export PATH
+ /usr/ccs/bin/make clean
make: Fatal error: Don't know how to make target `clean'
Recording test results