[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #18392 [Tor]: windows build failures
#18392: windows build failures
------------------------+--------------------------------
Reporter: weasel | Owner:
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.2.8.x-final
Component: Tor | Version: Tor: unspecified
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Sponsor:
------------------------+--------------------------------
So, nick pointed out that the windows builds have been failing on master.
Apparently something to do with temp directoryes:
{{{
make check-TESTS
make[1]: Entering directory `/c/cygwin/home/jenkins/weasel-temp/build-
tree'
rm -f micro-revision.tmp; \
if test -d "../tor/.git" && \
test -x "`which git 2>&1;true`"; then \
HASH="`cd "../tor" && git rev-parse --short=16 HEAD`"; \
echo \"$HASH\" > micro-revision.tmp; \
fi; \
if test ! -f micro-revision.tmp; then \
if test ! -f micro-revision.i; then \
echo '""' > micro-revision.i; \
fi; \
elif test ! -f micro-revision.i || \
test x"`cat micro-revision.tmp`" != x"`cat micro-
revision.i`"; then \
mv micro-revision.tmp micro-revision.i; \
fi; \
rm -f micro-revision.tmp; \
true
Failed to set initial options: Couldn't access/create private data
directory "C:\cygwin\tmp\tor_test_1920_kq7xphqj"
FAIL: src/test/test.exe
Failed to set initial options: Couldn't access/create private data
directory "C:\cygwin\tmp\tor_test_3208_bbamnh5w"
FAIL: src/test/test-slow.exe
It appears that memset is good enough on this platform. Good.
OKAY: memwipe seems to work.
PASS: src/test/test-memwipe.exe
OK
...
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18392>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs