Re: Build failures on CentOS 8

2023-02-16 Thread Jeff Mayes
>>On 16/2/2023 8:43 am, Jeff Mayes wrote:
>> We?re getting an odd build failure on CentOS 8. (I know it?s EOL.) 
>> ?Below is a snip of the output.? Any ideas?

>Are you able to run a test with the latest version of waf?
>
>You can download it here https://waf.io/waf-2.0.25 (https://waf.io/) and 
>simply replace the `waf` file in our top level with it. You will need to 
>`distclean configure ...` once replaced.
>
>Chris

Yes. That did the trick.
Thanks!


___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: Build failures on CentOS 8

2023-02-16 Thread Joel Sherrill
On Thu, Feb 16, 2023, 8:57 AM Jeff Mayes  wrote:

> >>On 16/2/2023 8:43 am, Jeff Mayes wrote:
> >> We?re getting an odd build failure on CentOS 8. (I know it?s EOL.)
> >> ?Below is a snip of the output.? Any ideas?
>
> >Are you able to run a test with the latest version of waf?
> >
> >You can download it here https://waf.io/waf-2.0.25 (https://waf.io/) and
> simply replace the `waf` file in our top level with it. You will need to
> `distclean configure ...` once replaced.
> >
> >Chris
>
> Yes. That did the trick.
>

That's good news. The questiona now for Chris are:

(1) Should Jeff file a ticket?

(2) Does waf need updating in every repo? If so, is that RTEMS, libbsd,
examples, and lwip? Anywhere else ?

Luckily this only impacts 6

--joel



Thanks!
>
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Downtime for devel.rtems.org and others.

2023-02-16 Thread Amar Takhar
Several of our sites will be going down randomly starting this afternoon 
2023-09-16 GMT to 2023-09-18 8AM GMT.

Given the importance of GSoC I hope to have this work done before the weekend.  
The sites that will be down are:

  lists.rtems.org
  docs.rtems.org
  git.rtems.org
  devel.rtems.org

Commits will be unavailable during this time as well those will be enabled last 
with devel.rtems.org getting the highest priority for GSoC this means the other 
services will take longer to come up.


Amar.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: Build failures on CentOS 8

2023-02-16 Thread Chris Johns
On 17/2/2023 3:36 am, Joel Sherrill wrote:
> On Thu, Feb 16, 2023, 8:57 AM Jeff Mayes  > wrote:
> 
> >>On 16/2/2023 8:43 am, Jeff Mayes wrote:
> >> We?re getting an odd build failure on CentOS 8. (I know it?s EOL.)
> >> ?Below is a snip of the output.? Any ideas?
> 
> >Are you able to run a test with the latest version of waf?
> >
> >You can download it here https://waf.io/waf-2.0.25
>  (https://waf.io/ ) and simply
> replace the `waf` file in our top level with it. You will need to 
> `distclean
> configure ...` once replaced.
> >
> >Chris
> 
> Yes. That did the trick.
> 
> That's good news. 

Yes it is good new.

> The questiona now for Chris are:
> 
> (1) Should Jeff file a ticket?
> 
> (2) Does waf need updating in every repo?

That would good.

> If so, is that RTEMS, libbsd, examples, and lwip? Anywhere else ?

rtems-tools?

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH rtems-source-builder 1/2] rtems-gdb-11.2.cfg: Add patch for hosts with readline 8.2

2023-02-16 Thread Joel Sherrill
Get the fix from gdb git repo to fix build issue which showed
up on Cygwin but was cross platform.

Closes #4858.
---
 rtems/config/tools/rtems-gdb-11.2.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rtems/config/tools/rtems-gdb-11.2.cfg 
b/rtems/config/tools/rtems-gdb-11.2.cfg
index 31385e7..59dd402 100644
--- a/rtems/config/tools/rtems-gdb-11.2.cfg
+++ b/rtems/config/tools/rtems-gdb-11.2.cfg
@@ -9,4 +9,7 @@
 %define gdb_src_ext xz
 %hash sha512 gdb-%{gdb_version}.tar.xz 
07e9026423438049b11f4f784d57401ece4e940570f613bd6958b3714fe7fbc2c048470bcce3e7d7d9f93331cdf3881d30dcc964cb113a071143a02b28e5b127
 
+%patch add gdb --rsb-file=gdb-readline8.2.patch 
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff_plain;h=1add37b567a7dee39d99f37b37802034c3fce9c4
+%hash sha512 gdb-readline8.2.patch 
E/nGalfBBfn0rl/pi1SGIuKD11x0qREZBp3ajaFbl/nGMZUIm31M/1z0FsG76K7IjvE5pPsl2JqESt+LBN9lZA==
+
 %include %{_configdir}/gdb-common-1.cfg
-- 
2.24.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH rtems-source-builder 2/2] Update gdb to 12.1 including patch for hosts with readline 8.2

2023-02-16 Thread Joel Sherrill
Issue for hosts with readline 8.2 also exists with gdb 12.1.

Closes #4859.
---
 rtems/config/6/rtems-default.bset |  2 +-
 rtems/config/tools/rtems-gdb-12.1.cfg | 15 +++
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 rtems/config/tools/rtems-gdb-12.1.cfg

diff --git a/rtems/config/6/rtems-default.bset 
b/rtems/config/6/rtems-default.bset
index 3ac730e..a0601aa 100644
--- a/rtems/config/6/rtems-default.bset
+++ b/rtems/config/6/rtems-default.bset
@@ -12,7 +12,7 @@
 %defineifnot with_rtems_dtc  devel/dtc-1.6.1-1
 %defineifnot with_rtems_expatdevel/expat-2.4.8-1
 %defineifnot with_rtems_gmp  devel/gmp-6.2.1
-%defineifnot with_rtems_gdb  tools/rtems-gdb-11.2
+%defineifnot with_rtems_gdb  tools/rtems-gdb-12.1
 %defineifnot with_rtems_binutils tools/rtems-binutils-2.38
 %defineifnot with_rtems_gcc  tools/rtems-gcc-12-newlib-head
 %defineifnot with_rtems_toolstools/rtems-tools-6
diff --git a/rtems/config/tools/rtems-gdb-12.1.cfg 
b/rtems/config/tools/rtems-gdb-12.1.cfg
new file mode 100644
index 000..fd5f91d
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-12.1.cfg
@@ -0,0 +1,15 @@
+#
+# GDB 12.1
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 12.1
+%define gdb_src_ext xz
+%hash sha512 gdb-%{gdb_version}.tar.xz 
QlVo0uhGchd9D7h7Gtfar93gl2SNYF4wzwZWlw9mrcaoLKLYM3XqS+WD6Wg6NA5b/fWBlmjd9mcoIAFBrlD/LQ==
+
+%patch add gdb --rsb-file=gdb-readline8.2.patch 
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff_plain;h=1add37b567a7dee39d99f37b37802034c3fce9c4
+%hash sha512 gdb-readline8.2.patch 
E/nGalfBBfn0rl/pi1SGIuKD11x0qREZBp3ajaFbl/nGMZUIm31M/1z0FsG76K7IjvE5pPsl2JqESt+LBN9lZA==
+
+%include %{_configdir}/gdb-common-1.cfg
-- 
2.24.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel