[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch test and review
From: |
Gaius Mulley |
Subject: |
Re: patch test and review |
Date: |
Sun, 09 Oct 2022 12:34:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Brian Callahan <bcallah@protonmail.com> writes:
> On Saturday, October 8th, 2022 at 12:04 PM, Gaius Mulley
> <gaiusmod2@gmail.com> wrote:
>
>
>> Brian Callahan bcallah@protonmail.com writes:
>>
>> > Hi Gaius --
>> >
>> > Quick question: when I follow your instructions to clone the git repo and
>> > then run "cd gcc-git-devel-modula2 && git checkout devel/modula2" I get
>> > the following error:
>> > /home/brian/m2/gcc-git-devel-modula2 $ git checkout devel/modula2
>> > error: pathspec 'devel/modula2' did not match any file(s) known to git
>> >
>> > So I'm guessing I am doing something wrong...
>>
>>
>> Hi Brian,
>>
>> ah thanks, a typo on my part, it should be:
>>
>> $ git checkout devel/modula-2
>>
>> I'll amend the readme.txt
>>
>> regards,
>> Gaius
>
> Here are the results for OpenBSD/amd64:
> === gm2 Summary === # of expected passes 10626 # of
> unexpected failures 1086 # of unresolved testcases 66
>
> I believe most if not all of the failures are the same issue and I'll try to
> track it down some time in the future.
>
> One build issue I noticed: if I uninstalled the system's libintl and
> tried to build using GCC's built-in libintl, then gm2 failed to build
> (something was looking for <libintl.h> and couldn't find it). Of
> course, when I reinstalled the system's libintl then gm2 built just
> fine.
>
> ~Brian
Hi Brian,
many thanks for testing, very useful. Just wondering whether this was
configured with --enable-bootstrap or --disable-bootstrap?
regards,
Gaius