--- Begin Message ---
Subject: |
[PATCH 0/2] Bootstrap rust@1.29.0 directly from mrustc@0.9. |
Date: |
Thu, 7 Nov 2019 23:27:56 +0100 |
Danny Milosavljevic (2):
gnu: mrustc: Update to 0.9.
gnu: rust: Bootstrap rust@1.29.0 from mrustc.
gnu/local.mk | 1 -
...ix-variable-length-integer-receiving.patch | 15 -
gnu/packages/rust.scm | 494 ++++--------------
3 files changed, 105 insertions(+), 405 deletions(-)
delete mode 100644
gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#38110: [PATCH 0/2] Bootstrap rust@1.29.0 directly from mrustc@0.9. |
Date: |
Fri, 05 Feb 2021 09:58:13 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello Marius,
>
> Marius Bakke <mbakke@fastmail.com> writes:
>
>> Danny Milosavljevic <dannym@scratchpost.org> writes:
>>
>>> Hi Marius,
>>>
>>> On Mon, 23 Mar 2020 23:16:07 +0100
>>> Marius Bakke <mbakke@fastmail.com> wrote:
>>>
>>>> > Building rust, I get a texinfo build failure:
>>>
>>>> How are you building Rust? I've only used the Guix package definition
>>>> and did not get as far as actually running the test suite. Do you have
>>>> an updated build script?
>>>
>>> It's failing in texinfo, not in rust.
>>
>> Oh right, sorry for the confusion.
>>
>>> Also, on my laptop, it's not failing in texinfo. So I guess it has
>>> something to do with bayfront or the machines it offloads to.
>>
>> I haven't seen this in the countless times I've built core-updates over
>> the last few months, nor on Berlin. I suspect it has to do with
>> parallelism; can you see if #:parallel-tests? #f makes a difference?
>>
>> You should be able to grab a Texinfo substitute from ci.guix.gnu.org
>> though.
>
> I don't recall how close or how far it was from actually building, but
> attached is a modified version of Danny's patch I was working on, that
> applies to current core-updates:
>
>
>
> Perhaps it can be useful.
>
> Maxim
I ended up pushing a heavily modified version of the original patch from
Danny, as commit df93fc21a4 on core-updates.
Closing.
Thank you!
Maxim
--- End Message ---