Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-12-20 Thread Mark Wielaard
On Sun, 2021-12-19 at 17:13 +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian- > ppc64 while building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/64/builds/6 > > Buildbot URL: http

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-01-24 Thread Mark Wielaard
Hi, On Mon, 2022-01-24 at 12:29 +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian- > arm64 while building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1581 > > Buildbot U

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-01-25 Thread Mark Wielaard
Hi, On Tue, Jan 25, 2022 at 08:33:50AM +0100, Thomas Schwinge wrote: > On 2022-01-24T22:30:21+0100, Marc via Gcc-rust wrote: > > Mark Wielaard writes: > >> Sorry, I don't immediately know what is happening. > >> I assume some merge took place and the buildbot doe

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-01-29 Thread Mark Wielaard
Hi, On Tue, Jan 25, 2022 at 11:42:41PM +0100, Mark Wielaard wrote: > I added a filesIsImportant filter to the buildbot gccrs scheduler: > > gccrs_files = ["gcc/rust/", "gcc/testsuite/rust/", "gcc/config/.*/*-rust.c"] > > def gccrsImportant(change):

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-01-29 Thread Mark Wielaard
Hi, On Sat, Jan 29, 2022 at 04:20:57PM +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian-arm64 while > building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1609 > > Bui

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-04 Thread Mark Wielaard
Hi Thomas, On Thu, 2022-02-03 at 21:55 +0100, Thomas Schwinge wrote: > On 2022-01-29T21:20:45+0100, Mark Wielaard wrote: > > On Tue, Jan 25, 2022 at 11:42:41PM +0100, Mark Wielaard wrote: > > > I added a filesIsImportant filter to the buildbot gccrs > > > schedule

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-05 Thread Mark Wielaard
Hi, On Sat, 2022-02-05 at 16:58 +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian-arm64 while > building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1620 > > Buildbot U

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-17 Thread Mark Wielaard
Hi Marc, On Thu, Feb 17, 2022 at 08:46:01PM +0100, Marc via Gcc-rust wrote: > build...@builder.wildebeest.org writes: > > > Build Reason: > > Blamelist: Philip Herron > > g++ -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions > -fno-rtti -fasynchronous-unwind-tables -W -W

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-17 Thread Mark Wielaard
Hi, On Thu, Feb 17, 2022 at 10:05:29PM +0100, Mark Wielaard wrote: > On Thu, Feb 17, 2022 at 08:46:01PM +0100, Marc via Gcc-rust wrote: > > ../gccrs/gcc/rust/hir -I ../../gccrs/gcc/rust/resolve -I > > ../../gccrs/gcc/rust/util -I ../../gccrs/gcc/rust/typecheck -I > > ../.

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-18 Thread Mark Wielaard
Hi Marc, Hi Tom, On Fri, Feb 18, 2022 at 12:48:23PM +, dkm--- via Gcc-rust wrote: > > Worker for this Build: debian-ppc64 > > Looks like the ppc64 is requesting a bigger disk :) > > fatal: sha1 file > '/var/lib/buildbot/workers/wildebeest/gccrust-debian-ppc64/gccrs/.git/index.lock' > write

make check-rust doesn't fail, but now the buildbot does

2022-02-22 Thread Mark Wielaard
Hi, make check-rust doesn't fail if there are any unexpected failuress. I couldn't figure out why not. So I added a new step to the buildbot so that it does grep unexpected gcc/testsuite/rust/rust.sum; test $? == 1" which should make the build fail if there are any unexpected test results. If thi

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-23 Thread Mark Wielaard
Hi, So, this works as expected. Note that it reports issues not just for debian-i386, but also for some other arches (all debian based). The i386 issues are not new. But the others do seem to be caused by the latest commit. I haven't investigated why yet though. The buildbot links also point to t

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-23 Thread Mark Wielaard
Hi, On Wed, 2022-02-23 at 11:35 +0100, Mark Wielaard wrote: > So, this works as expected. Note that it reports issues not just for > debian-i386, but also for some other arches (all debian based). The > i386 issues are not new. But the others do seem to be caused by the > latest commi

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-23 Thread Mark Wielaard
Hi, On Wed, Feb 23, 2022 at 12:26:26PM +0100, Mark Wielaard wrote: > So there were 3 issues: > > - The debian-i386 build had pre-existing failures that weren't > reported before. > - The recent commits introduced some tests which failed, and then > some code changes th

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-01 Thread Mark Wielaard
Hi, On Tue, Mar 01, 2022 at 07:08:15PM +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian-arm64 while > building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1710 > > Bui

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-02 Thread Mark Wielaard
Hi, On Wed, 2022-03-02 at 09:03 +, Philip Herron wrote: > Yet again the build bots are out doing github automation :D. Would > you > be able to give Arthur access to the failing buildbot to test his > fix? Sure. Arthur can you sent me your ssh pubkey? > We think we know what the issue is. We

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-06 Thread Mark Wielaard
On Sun, Mar 06, 2022 at 10:01:10PM +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian-arm64 while > building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1716 > > Buildbot

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-06 Thread Mark Wielaard
Hi, On Sun, Mar 06, 2022 at 11:20:56PM +0100, Mark Wielaard wrote: > On Sun, Mar 06, 2022 at 10:01:10PM +, build...@builder.wildebeest.org > wrote: > > The Buildbot has detected a new failure on builder gccrust-debian-arm64 > > while building gccrust. > > Full

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-07 Thread Mark Wielaard
Hi, On Mon, 2022-03-07 at 10:57 +0100, Arthur Cohen wrote: > This is due to the lexer's fix not being in yet. I think it should > be > resolved later as soon as bors merges the fix, but I'll check just in > case. According to: https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust It w

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-07 Thread Mark Wielaard
Hi Arthur, On Mon, 2022-03-07 at 15:32 +0100, Arthur Cohen wrote: > I suspect this might be due to bors, our merging bot on github, and me > asking it to merge multiple pull requests this morning (around 4 or 5). > Not really sure. > > But the bug is fixed and properly placed in the history :)

Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-03-22 Thread Mark Wielaard
Hi, On Tue, Mar 22, 2022 at 12:41:01PM +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder gccrust-debian-arm64 while > building gccrust. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1770 > > Bui

Re: ☠ Buildbot (Wildebeest Builder): gccrust - failed compile (failure) (master)

2022-04-12 Thread Mark Wielaard
Hi, On Tue, 2022-04-12 at 13:07 +, build...@builder.wildebeest.org wrote: > A new failure has been detected on builder gccrust-debian-arm64 while > building gccrust. > > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/58/builds/1814 > > Build state: fai

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed compile (failure) (master)

2022-04-21 Thread Mark Wielaard
Hi, On Thu, Apr 21, 2022 at 06:32:37PM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-debian-arm64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/34/builds/8 > > Build state: failed

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed compile (failure) (master)

2022-04-22 Thread Mark Wielaard
Hi, On Fri, 2022-04-22 at 13:29 +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-debian-arm64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/34/builds/20 > > Build state: failed compil

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed compile (failure) (master)

2022-04-28 Thread Mark Wielaard
. I'll disable the arm64 builder for now till I have figured out how to provide more memory to it. Cheers, Mark>From 554270393043c2c893b819f43ef59a1c732ded62 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 28 Apr 2022 13:35:07 +0200 Subject: [PATCH] Disable gccrust-debian-arm64 build

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed 'grep unexpected ...' (failure) (master)

2022-05-10 Thread Mark Wielaard
On Tue, 2022-05-10 at 11:00 +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-debian-i386 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/27/builds/98 Just when we were all green :{ It i

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed 'grep unexpected ...' (failure) (master)

2022-05-11 Thread Mark Wielaard
Hi, On Wed, May 11, 2022 at 06:06:16PM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-debian-ppc64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/3/builds/103 > > Build state: faile

Re: ☝ Buildbot (GNU Toolchain): gccrust - worker cancelled (master)

2022-05-23 Thread Mark Wielaard
Hi, On Tue, May 24, 2022 at 01:01:55AM +, builder--- via Gcc-rust wrote: > A cancelled build has been detected on builder gccrust-fedora-x86_64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/16/builds/131 > > Build state:

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed 'grep unexpected ...' (failure) (master)

2022-05-26 Thread Mark Wielaard
Hi, On Thu, May 26, 2022 at 09:53:41AM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-fedora-s390x while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/37/builds/136 > > Build state: fail

[PATCH] Actually set TYPE_PACKED for type_record

2022-06-18 Thread Mark Wielaard
When bootstrapping with --enable-checking=no you'll get: gcc/rust/backend/rust-compile-type.cc: In member function ‘virtual void Rust::Compile::TyTyResolveCompile::visit(const Rust::TyTy::ADTType&)’: gcc/tree.h:2312:59: error: statement has no effect [-Werror=unused-value] 2312 | #define TYPE_PA

gccrust debian stable bootstrap builder (Was: ☝ Buildbot (GNU Toolchain): gccrust - worker cancelled (master))

2022-06-18 Thread Mark Wielaard
t keep up). Cheers, Mark >From 65cd2f861528d5ef59f594c7c8372975562abad4 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 19 Jun 2022 02:03:18 +0200 Subject: [PATCH 1/2] Add gccrs debian-stable bootstrap builder Add a new gccrust-bootstrap Scheduler with a treeStableTimer of 10 minute

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed compile (failure) (master)

2022-06-24 Thread Mark Wielaard
Hi, On Fri, Jun 24, 2022 at 09:21:21AM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-bootstrap-debian-amd64 > while building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/107/builds/2 > > Build st

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed update (failure) (master)

2022-07-04 Thread Mark Wielaard
On Mon, Jul 04, 2022 at 09:13:12AM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-opensuseleap-x86_64 while > building gccrust. > [,,,] > A new failure has been detected on builder gccrust-rawhide-x86_64 while > building gccrust. Apologies, the builder

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed 'grep unexpected ...' (failure) (master)

2022-07-15 Thread Mark Wielaard
Hi, On Fri, Jul 15, 2022 at 05:46:42PM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-rawhide-x86_64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/132/builds/38 > > Build state: fa

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed 'make clean' (failure) (master)

2022-07-21 Thread Mark Wielaard
Hi, On Thu, Jul 21, 2022 at 10:38:18PM +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-bootstrap-debian-amd64 > while building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/107/builds/43 > > Build s

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed 'make clean' (failure) (master)

2022-07-22 Thread Mark Wielaard
Hi, On Fri, Jul 22, 2022 at 12:49:54AM +0200, Mark Wielaard wrote: > On Thu, Jul 21, 2022 at 10:38:18PM +, builder--- via Gcc-rust wrote: > > A new failure has been detected on builder gccrust-bootstrap-debian-amd64 > > while building gccrust. > > > > Fu

Re: Rust frontend patches v2

2022-08-25 Thread Mark Wielaard
Hi Martin, On Thu, 2022-08-25 at 11:52 +0200, Martin Liška wrote: > What about limit increase, how much space do we have on sourceware > infrastructure? Feel free to increase the limits, there is a couple of hundred GB free on sourceware and we can add more. The public-inbox instance at inbox.so

Re: ☠ Buildbot (GNU Toolchain): gccrust - failed compile (failure) (master)

2022-08-30 Thread Mark Wielaard
On Thu, 2022-08-25 at 15:31 +, buil...@sourceware.org wrote: > A new failure has been detected on builder gccrust-bootstrap-debian- > amd64 while building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/107/builds/83 > > Build state: failed

Proposing Sourceware as SFC member project

2022-08-30 Thread Mark Wielaard
022q3/018802.html Chris Faylor Frank Eigler Mark Wielaard -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust

Sourceware accepted as SFC member project

2022-09-08 Thread Mark Wielaard
p out with, the next steps they are invited to join the sourceware overseers list. https://sourceware.org/pipermail/overseers/2022q3/018834.html Thanks, Chris Faylor Frank Eigler Mark Wielaard -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust

Re: Sourceware accepted as SFC member project

2022-09-09 Thread Mark Wielaard
Hi Philip, On Fri, Sep 09, 2022 at 11:11:56AM +0100, Philip Herron wrote: > Do you have the link available to join this mailing list? https://sourceware.org/mailman/listinfo/overseers Note that you don't need to be subscribed to post to the list and you can also follow the list through imap, nnt

Re: [PATCH Rust front-end v3 01/46] Use DW_ATE_UTF for the Rust 'char' type

2022-10-30 Thread Mark Wielaard
r/mjw/gccrs/commit/?h=no-Rust-old if someone wants to push that, to merge for a v4. Thanks, Mark>From cdcfe27cfba23402f91200c64c1ef8e0bf3528a0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 30 Oct 2022 16:03:16 +0100 Subject: [PATCH] dwarf2out.c: Don't emit DW_LANG_Rust_ol

gcc-rust@gcc.gnu.org

2022-11-15 Thread Mark Wielaard
This Friday, 18 November, at 16:00 UTC (11:00am Eastern, 17:00 Central European Time) the FSF will host a session on their BBB server about the current sourceware infrastructure and future plans. https://www.fsf.org/events/sourceware-infrastructure-a-presentation-and-community-q-a https://inbox.so

gcc-rust@gcc.gnu.org

2022-12-31 Thread Mark Wielaard
On Tue, Nov 15, 2022 at 10:46:17PM +0100, Mark Wielaard wrote: > https://www.fsf.org/events/sourceware-infrastructure-a-presentation-and-community-q-a > https://inbox.sourceware.org/overseers/6e9cde97-d880-5343-6cfd-16a648cf6...@fsf.org/ > > We like to discuss how to use the new in

Sourceware network outage, Tuesday 2023-01-31

2023-01-30 Thread Mark Wielaard
We've received word from our data centre hosts that they will have a network infrastructure outage tomorrow, Tuesday 2023-01-31, between 8am and 12am EST (UTC-5). We may follow that up with a server firmware-related update/boot. This impacts sourceware.org, builder.sourceware.org, patchwork.source

[PATCH] Disable mn_gccrust and mn_gccrust_bootstrap services

2023-02-03 Thread Mark Wielaard
Don't sent email to "interested users" for the gccrust and gccrust-bootstrap problem reports. Since these build might happen after a merge from gcc to gccrs this might include a lot of people. Only sent change notifications to the gcc-rust mailinglist. --- builder/master.cfg | 30 -

Sourceware infrastructure updates Q1 2023

2023-03-08 Thread Mark Wielaard
and organisations for maintaining and/or providing hardware for builder.sourceware.org Brno University, Dan Horák, Marist University, Thomas Fitzsimmons, Mark Wielaard, Frank Eigler, IBM, Carl Love, The Works on Arm initiative, Christophe Lyon, and Red Hat -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust

Re: [GSoC] gccrs Unicode support

2023-03-16 Thread Mark Wielaard
Hi, On Thu, 2023-03-16 at 10:28 +0100, Thomas Schwinge wrote: > I'm now also putting Mark Wielaard in CC; he once also started discussing > this topic, "thinking of importing a couple of gnulib modules to help > with UTF-8 processing [unless] other gcc frontends handle [these t

Sourceware joins Software Freedom Conservancy

2023-05-15 Thread Mark Wielaard
https://sfconservancy.org/news/2023/may/15/sourceware-joins-sfc/ After various discussions and lots of positive feedback [1] [2] [3] [4] Software Freedom Conservancy and Sourceware proudly announce that Sourceware today joins SFC as a member project! As the fiscal host of Sourceware, Software Fre

Re: ☺ Buildbot (Sourceware): gccrust - build successful (master)

2023-08-18 Thread Mark Wielaard
Hi all, On Fri, 2023-08-18 at 15:53 +, builder--- via Gcc-rust wrote: > A restored build has been detected on builder gccrust-debian-ppc64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/3/builds/1487 > > Build state: buil

Re: ☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)

2023-08-18 Thread Mark Wielaard
Hi, On Fri, 2023-08-18 at 16:07 +, builder--- via Gcc-rust wrote: > A new failure has been detected on builder gccrust-debian-ppc64 while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/3/builds/1488 > > Build state: failed '! g

Re: gcc-patches From rewriting mailman settings

2023-10-02 Thread Mark Wielaard
Hi, On Sun, Sep 17, 2023 at 10:04:37PM +0200, Mark Wielaard wrote: > On Tue, Sep 12, 2023 at 05:00:07PM +0200, Mark Wielaard wrote: > > We (Jeff or anyone else with mailman admin privs) could use the same > > settings for gcc-patches. The settings that need to be set are

Sourceware infrastructure updates for Q4 2023

2023-11-28 Thread Mark Wielaard
Sourceware infrastructure community updates for Q4 2023 - 6 months with the Software Freedom Conservancy - Sourceware @ Fosdem - OSUOSL provides extra larger arm64 and x86_64 buildbot servers - No more From rewriting for patches mailinglists = 6 months with the Software Freedom Conservancy Sourc

Sourceware infrastructure updates for Q1 2024

2024-02-27 Thread Mark Wielaard
Sourceware infrastructure community updates for Q1 2024 A summary of news about Sourceware, the Free Software hosting project for core toolchain and developer tools, from the last 3 months. - Sourceware now has an official donation page - StarFive VisionFive-2 RISC-V boards for builder.sourceware

Re: ☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)

2024-02-29 Thread Mark Wielaard
Hi, On Thu, Feb 29, 2024 at 09:00:13PM +0100, Thomas Schwinge wrote: > Three 'cargo' ('command not found') as well as > one 'rustc' ('error[E0658]: `let...else` statements are unstable') > errors: Yeah, I noticed those earlier, but oddly the tree became compilable again earlier today, then broke

Re: ☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)

2024-03-02 Thread Mark Wielaard
Hi, On Fri, Mar 01, 2024 at 11:24:00AM +0100, Arthur Cohen wrote: > On 2/29/24 21:22, Mark Wielaard wrote: > >I think what needs to happen is have a config check for the minimum > >versions of cargo and rustc that are now needed for when configuring > >for --enable-lan

Sourceware 2024 - The Plan

2024-03-25 Thread Mark Wielaard
The Sourceware Project Leadership Committee in discussion with the Software Freedom Conservancy staff came up with the Sourceware 2024 plan and is looking at longer term projects that would be needed to keep your infrastructure running smoothly and securely for the next couple of years. We are curr

[COMMITTED] gcc-mingw don't enable rust

2024-04-15 Thread Mark Wielaard
gccrs now requires cargo to build --- builder/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/master.cfg b/builder/master.cfg index c75b1622331f..97bf3703c019 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -3511,7 +3511,7 @@ gcc_mingw_configure_s

Re: [PATCH] Containerfile-fedora-latest: add cargo

2024-10-07 Thread Mark Wielaard
Hi Sam, On Mon, Oct 07, 2024 at 07:39:09AM +0100, Sam James wrote: > Needed by the gccrs builders. > > See e.g. https://builder.sourceware.org/buildbot/#/builders/37/builds/2060. Pushed, but note that this only works for gccrust-fedora-x86_64 (which is the only container builder), it doesn't wor

Sourceware infrastructure updates for Q3 2024

2024-09-30 Thread Mark Wielaard
Sourceware infrastructure community updates for Q3 2024 Sourceware has provided the infrastructure for the core toolchain and developer tools for more than 25 years. https://sourceware.org/sourceware-25-roadmap.html The last couple of years it has transformed from a purely volunteer into a profes

Re: ☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)

2024-09-19 Thread Mark Wielaard
Hi, On Tue, 2024-09-17 at 10:52 +, buil...@sourceware.org wrote: > A new failure has been detected on builder gccrust-fedora-ppc64le while > building gccrust. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/19/builds/1976 > > Build state: failed '

Sourceware infrastructure updates for Q4 2024

2024-12-20 Thread Mark Wielaard
Sourceware infrastructure community updates for Q4 2024 Sourceware has provided the infrastructure for core toolchain and developer tools projects for more than 25 years. https://sourceware.org/sourceware-25-roadmap.html The last couple of years it has transformed from a purely volunteer into a p

Sourceware Survey 2025

2025-03-13 Thread Mark Wielaard
The Sourceware Project Leadership Committee would like to know who our users are, which hosted projects they feel part of, what services they rely on and what the priorities should be for new initiatives. https://nextcloud.sfconservancy.org/apps/forms/s/xmGgmJFzSb2FZNd58cXMtAZp The survey will ru

Re: Sourceware Survey 2025

2025-03-28 Thread Mark Wielaard
On Fri, Mar 14, 2025 at 01:38:26AM +0100, Mark Wielaard wrote: > The Sourceware Project Leadership Committee would like to know who our > users are, which hosted projects they feel part of, what services they > rely on and what the priorities should be for new initiatives. &

Re: Rust front-end patches v4

2022-12-06 Thread Mark Wielaard via Gcc-rust
Hi John, On Tue, Dec 06, 2022 at 12:57:17PM +0100, John Paul Adrian Glaubitz wrote: > On 12/6/22 12:40, Arthur Cohen wrote: > > > Can't wait to see this becoming available in the distributions :D. > > > > > > I will make sure we get the frontend enabled in Debian as soon as > > > possible. > >

<    1   2