<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 26, 2021 at 2:29 AM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am ok with this going in but ....<br>
<br>
I am becoming concerned we are building a debt around MacOS and Windows in the<br>
tools that we need to resolve. Our ability to release when we would like to<br>
depends on the state of the tools and the state of the tools for all archs. :)<br></blockquote><div><br></div><div>I don't disagree. This bump was actually necessary because gdb wouldn't</div><div>build on CentOS 7. It had a bug and didn't add -std=c99 and was using </div><div>C99 code.<br><br>Crossing threads, the mailer series of modifications by Alex was to support my</div><div>need to send reports from Windows. The addition of the various smtp options</div><div>and using gitconfig for email options. My intent was to turn on some Windows</div><div>testing (Mingw and Cygwin) but I couldn't get test reports to build@. I'm not </div><div>tackling MacOS but was trying to get reports on the others which is the first</div><div>step.</div><div><br></div><div>I know that's not apparent from the changes themselves but that was the</div><div>overall goal.</div><div><br></div><div>Also, I think the mailer changes were already in either RSB or rtems-tools </div><div>and needed to be synced. If something was missed when the patches were</div><div>reviewed and committed in the first repo, that can be addressed in a follow up</div><div>patch.</div><div><br></div><div>I'm trying to increase my testing from 3 hosts to 5 and need reports from them</div><div>all to show up on build@.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
On 22/5/21 9:20 am, Joel Sherrill wrote:<br>
> ---<br>
>  rtems/config/tools/rtems-binutils-head.cfg | 4 ++--<br>
>  rtems/config/tools/rtems-gdb-head.cfg      | 4 ++--<br>
>  2 files changed, 4 insertions(+), 4 deletions(-)<br>
> <br>
> diff --git a/rtems/config/tools/rtems-binutils-head.cfg b/rtems/config/tools/rtems-binutils-head.cfg<br>
> index 4c36865..46abb68 100644<br>
> --- a/rtems/config/tools/rtems-binutils-head.cfg<br>
> +++ b/rtems/config/tools/rtems-binutils-head.cfg<br>
> @@ -1,11 +1,11 @@<br>
>  %include %{_configdir}/checks.cfg<br>
>  %include %{_configdir}/base.cfg<br>
>  <br>
> -%define binutils_version ed29efb<br>
> +%define binutils_version 3b2bef8<br>
>  %define binutils_external 1<br>
>  %define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}<br>
>  %source set binutils --rsb-file=%{binutils_expand_name}.tar.gz <a href="https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%%7Bbinutils_version%7D" rel="noreferrer" target="_blank">https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}</a><br>
> -%hash sha512 %{binutils_expand_name}.tar.gz d8afdc9f5f5b73f585a1ead00500f45e7131f1bda94f0737c36f6af6ad96da220a82bab33146611c097b74abdf454d2b90ce9695320d1dfca5976da70c69c8c3<br>
> +%hash sha512 %{binutils_expand_name}.tar.gz b50bf8c83e7fb3e9654ff232df42b44b312488caa3b6ab0f53e2041e632b0f0235007866d0f191b7462a153c1c9b85a822e0ddd9c8d8a78c13e51177d9390e74<br>
>  <br>
>  %define with_deterministic_archives 1<br>
>  %define with_64_bit_bfd 1<br>
> diff --git a/rtems/config/tools/rtems-gdb-head.cfg b/rtems/config/tools/rtems-gdb-head.cfg<br>
> index 7f7fedf..65171d7 100644<br>
> --- a/rtems/config/tools/rtems-gdb-head.cfg<br>
> +++ b/rtems/config/tools/rtems-gdb-head.cfg<br>
> @@ -1,10 +1,10 @@<br>
>  %include %{_configdir}/checks.cfg<br>
>  %include %{_configdir}/base.cfg<br>
>  <br>
> -%define gdb_version ed29efb<br>
> +%define gdb_version 3b2bef8<br>
>  %define gdb_external 1<br>
>  %define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}<br>
>  %source set gdb --rsb-file=%{gdb_expand_name}.tar.gz <a href="https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%%7Bgdb_version%7D" rel="noreferrer" target="_blank">https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}</a><br>
> -%hash sha512 %{gdb_expand_name}.tar.gz d8afdc9f5f5b73f585a1ead00500f45e7131f1bda94f0737c36f6af6ad96da220a82bab33146611c097b74abdf454d2b90ce9695320d1dfca5976da70c69c8c3<br>
> +%hash sha512 %{gdb_expand_name}.tar.gz b50bf8c83e7fb3e9654ff232df42b44b312488caa3b6ab0f53e2041e632b0f0235007866d0f191b7462a153c1c9b85a822e0ddd9c8d8a78c13e51177d9390e74<br>
>  <br>
>  %include %{_configdir}/gdb-8-1.cfg<br>
> <br>
</blockquote></div></div>