From: "SZEDER Gábor" <szeder.dev@gmail.com>
To: Jeffrey Walton <noloader@gmail.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: Git build on antique PowerMac
Date: Sun, 5 May 2019 22:14:52 +0200 [thread overview]
Message-ID: <20190505201452.GL14763@szeder.dev> (raw)
In-Reply-To: <CAH8yC8nTyq5Fjc-6fUNn1iwkCO9i1Vrc0vFqxEVg4Eor3h-0Lw@mail.gmail.com>
On Sun, May 05, 2019 at 03:42:45PM -0400, Jeffrey Walton wrote:
> I have a PowerMac I use for testing. It provides several testing
> differentiators, like OS X 10.5, Bash 3.2, GCC 4.0.1, Apple cc-tools
> linker, and big-endian PowerPC. (I think Gentoo provides a Linux image
> for the hardware, but I don't use it).
>
> The Git libraries and programs build fine out of the box. They also
> seem to work as expected once installed.
>
> The pain point is the self self tests, which I have never been able to
> build (or execute). I'd like to close this gap.
>
> make -C templates SHELL_PATH='/bin/sh' PERL_PATH='/usr/bin/perl'
> : no custom templates yet
> make -C t/ all
> rm -f -r 'test-results'
> readline() on unopened filehandle test_must_fail
> run_sub_test_lib_test at check-non-portable-shell.pl line 34.
> Modification of a read-only value attempted at
> check-non-portable-shell.pl line 34.
> make[1]: *** [test-lint-shell-syntax] Error 255
You could try:
make -C t all TEST_LINT=
That error comes from one of the "lint" targets that are supposed to
catch some common errors that we repeatedly made in our tests. This
linter is enabled by default, but this command disables it.
Yeah, it's not the proper solution, but I would think that you don't
need them on that antique PowerMac anyway.
next prev parent reply other threads:[~2019-05-05 20:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-05 19:42 Git build on antique PowerMac Jeffrey Walton
2019-05-05 20:14 ` SZEDER Gábor [this message]
2019-05-05 20:47 ` Eric Sunshine
2019-05-08 22:27 ` Ævar Arnfjörð Bjarmason
2019-05-09 9:10 ` Eric Sunshine
2019-05-09 10:20 ` [PATCH] check-non-portable-shell: support Perl versions older than 5.10 Eric Sunshine
2019-05-09 12:33 ` Ævar Arnfjörð Bjarmason
2019-05-10 20:39 ` Eric Sunshine
2019-05-11 0:18 ` [PATCH v2] " Eric Sunshine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190505201452.GL14763@szeder.dev \
--to=szeder.dev@gmail.com \
--cc=git@vger.kernel.org \
--cc=noloader@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).