Re: Git build on antique PowerMac

2019-05-09 Thread Eric Sunshine
On Wed, May 8, 2019 at 6:28 PM Ævar Arnfjörð Bjarmason wrote: > On Sun, May 05 2019, Eric Sunshine wrote: > > On Sun, May 5, 2019 at 3:43 PM Jeffrey Walton wrote: > >> readline() on unopened filehandle test_must_fail > > > > Given [1], I can see (I guess) why it's complaining about modifica

Re: Git build on antique PowerMac

2019-05-08 Thread Ævar Arnfjörð Bjarmason
On Sun, May 05 2019, Eric Sunshine wrote: > On Sun, May 5, 2019 at 3:43 PM Jeffrey Walton wrote: >> I have a PowerMac I use for testing. [...] >> make -C t/ all >> readline() on unopened filehandle test_must_fail >> run_sub_test_lib_test at check-non-portable-shell.pl line 34. >> Modific

Re: Git build on antique PowerMac

2019-05-05 Thread Eric Sunshine
On Sun, May 5, 2019 at 3:43 PM Jeffrey Walton wrote: > I have a PowerMac I use for testing. [...] > make -C t/ all > 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-

Re: Git build on antique PowerMac

2019-05-05 Thread SZEDER Gábor
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

Git build on antique PowerMac

2019-05-05 Thread Jeffrey Walton
Hi Everyone, 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 fin