Opened 5 years ago
Last modified 4 years ago
#13475 new Bugs
boost_1_66_0, Windows 10, mingw-w4, bootstrap fails - cannot write AppData\Local\Temp file
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.63.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
Have successfully built a couple versions of boost (most recently 1_65_1), but was unable to build 1_66_0 using mingw-w64. "bootstrap gcc" returns multiple fatal errors of the form:
cc1.exe: fatal error: can't open 'C:\Users\Owner\AppData\Local\Temp\ccA01VU9.s' for writing: Permission denied compilation terminated.
Noted file is actually created somewhere during this, so unclear where/why the failure happens.
I attempted to re-build 1_65_1 (using a couple versions of mingw), with identical results.
Any suggestions where to look?
Change History (2)
comment:1 by , 4 years ago
Component: | None → build |
---|---|
Owner: | set to |
comment:2 by , 4 years ago
Note:
See TracTickets
for help on using tickets.
Did you work around or figure this one out?