Hi

I was trying to test rc1 and all of the tool builds fail like this:

==============================================
script: 86: source_dir_rtems_tools=${rtems_tools_source}
source setup: rtems-tools-6.1-rc1-1: source rtems-tools -q -n
${rtems_tools_source}
making dir:
/home/joel/rtems-6.1rc1/rtems-source-builder-6.1-rc1/rtems/sources
download: (full)
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/6/rc/6.1-rc1/sources/rtems-tools-6.1-rc1.tar.xz
-> sources/rtems-tools-6.1-rc1.tar.xz
download:
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/6/rc/6.1-rc1/sources/rtems-tools...<see
log> -> sources/rtems-tools-6.1-rc1.tar.xz
download: no ssl context
download:
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/6/rc/6.1-rc1/sources/rtems-tools...<see
log>: error: HTTP Error 404: Not Found
download: (full)
https://git.rtems.org/rtems-tools/snapshot/rtems-tools-6.1-rc1.tar.xz ->
sources/rtems-tools-6.1-rc1.tar.xz
download:
https://git.rtems.org/rtems-tools/snapshot/rtems-tools-6.1-rc1.tar.xz ->
sources/rtems-tools-6.1-rc1.tar.xz
download: no ssl context
download:
https://git.rtems.org/rtems-tools/snapshot/rtems-tools-6.1-rc1.tar.xz:
error: HTTP Error 400: Bad request
error: downloading
https://git.rtems.org/rtems-tools/snapshot/rtems-tools-6.1-rc1.tar.xz: all
paths have failed, giving up
  See error report: rsb-report-rtems-tools-6.1-rc1-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)

======================================

Using wget directly, I could duplicate that error. When I tried the URL on
the rc1 index page, it worked. See below.

=======================================
[joel@devel rtems]$ wget
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/6/rc/6.1-rc1/sources/rtems-tools-6.1-rc1.tar.xz
--2024-01-11 09:13:17--
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/6/rc/6.1-rc1/sources/rtems-tools-6.1-rc1.tar.xz
Resolving ftp.rtems.org (ftp.rtems.org)... 140.211.10.151
Connecting to ftp.rtems.org (ftp.rtems.org)|140.211.10.151|:443...
connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-11 09:13:18 ERROR 404: Not Found.

[joel@devel rtems]$ wget
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/sources/rtems-tools-6.1-rc1.tar.xz
--2024-01-11 09:13:54--
https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc1/sources/rtems-tools-6.1-rc1.tar.xz
Resolving ftp.rtems.org (ftp.rtems.org)... 140.211.10.151
Connecting to ftp.rtems.org (ftp.rtems.org)|140.211.10.151|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 2035220 (1.9M) [application/x-xz]
Saving to: ‘rtems-tools-6.1-rc1.tar.xz’

100%[======================================>] 2,035,220   1.54MB/s   in
1.3s

=======================================

Looks like the release path is wrong for rtems-tools. That is also where
--source-only-download for 6/rtems-all fails.

--joel
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to