[RTEMS Project] #2753: Wrong path to patches
RTEMS trac
trac at rtems.org
Thu Jul 7 14:05:53 UTC 2016
#2753: Wrong path to patches
--------------------+-----------------
Reporter: merlo | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: RSB | Version: 4.9
Severity: normal | Keywords:
--------------------+-----------------
There is two wrong path in the configuration file:
rtems-source-builder/rtems/config/tools/rtems-
gcc-4.3.2-newlib-1.16.0-1.cfg
for the rtems4.9-m68k toolchain.
The definitions:
%{rtems_gcc_patches} = "https://git.rtems.org/rtems-
tools/plain/tools/4.12/gcc/"
%{rtems_newlib_patches} = "https://git.rtems.org/rtems-
tools/plain/tools/4.12/newlib/"
are both configured with version 4.12, but that's wrong and results "HTTP
Error 404: Not found".
The right paths are:
%{rtems_gcc_patches} = "https://git.rtems.org/rtems-
tools/plain/tools/4.9/gcc/"
%{rtems_newlib_patches} = "https://git.rtems.org/rtems-
tools/plain/tools/4.9/newlib/"
The same for the patch contained in:
rtems-source-builder/rtems/config/tools/rtems-gdb-6.8-1.cfg
----
RTEMS-Source-Builder version: (c476de6150f3)
--
Ticket URL: <http://devel.rtems.org/ticket/2753>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list