[RTEMS Project] #3562: Use a short paths for the RSB temporary build path on Windows
RTEMS trac
trac at rtems.org
Mon Oct 22 00:58:24 UTC 2018
#3562: Use a short paths for the RSB temporary build path on Windows
--------------------------+-------------------------
Reporter: Chris Johns | Owner: Chris Johns
Type: defect | Status: assigned
Priority: normal | Milestone: 5.1
Component: admin | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
--------------------------+-------------------------
The `%{_tmproot}` path is currently based on a `BuildRoot` setting in the
build configuration files. The line is:
{{{
BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
}}}
This is for a shared `$TEMP` path plus the name is not shortened so on
Windowss these paths become long.
Remove the `BuildRoot` from all configuration files and add support for a
shortened temporary path. Windows needs short paths due to the 256 max.
path length issue.
--
Ticket URL: <http://devel.rtems.org/ticket/3562>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list