Re: Help testing release candidate / mc-4.8.27-rc1

2021-08-02 Thread Joseph Reagle



I ran the command you suggested and the make, make install, creates a binary in 
/usr/local/bin (though using homebrew arm64 commands in /opt/homebrew) and it 
seems to work fine. (It doesn't include panel scrollbars from #4256?).

BTW: During make, I get tons of warnings:

  CC   learn.lo
warning: unknown warning option '-Wformat-signedness' 
[-Wunknown-warning-option]
warning: unknown warning option '-Wmaybe-uninitialized'; did you mean 
'-Wuninitialized'? [-Wunknown-warning-option]
warning: unknown warning option '-Wmissing-parameter-type' 
[-Wunknown-warning-option]
warning: unknown warning option '-Wunused-but-set-variable'; did you 
mean '-Wunused-const-variable'? [-Wunknown-warning-option]
4 warnings generated.
  CC   setup.lo
warning: unknown warning option '-Wformat-signedness' 
[-Wunknown-warning-option]
warning: unknown warning option '-Wmaybe-uninitialized'; did you mean 
'-Wuninitialized'? [-Wunknown-warning-option]
warning: unknown warning option '-Wmissing-parameter-type' 
[-Wunknown-warning-option]
warning: unknown warning option '-Wunused-but-set-variable'; did you 
mean '-Wunused-const-variable'? [-Wunknown-warning-option]
setup.c:148:39: warning: integer constant not in range of enumerated 
type 'panel_select_flags_t' [-Wassign-enum]
.select_flags = SELECT_MATCH_CASE | SELECT_SHELL_PATTERNS
  ^
5 warnings generated.

___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Help testing release candidate / mc-4.8.27-rc1

2021-08-02 Thread Yury V. Zaytsev

On Mon, 2 Aug 2021, Joseph Reagle wrote:


I tried but:

```
...
checking build system type... Invalid configuration 
`arm64-apple-darwin20.6.0': machine `arm64-apple' not recognized

configure: error: /bin/sh config/config.sub arm64-apple-darwin20.6.0 failed
```


Hi Joseph,

Oh noes, you seem to be running Apple Silicon and the autotools in Fedora 
Rawhide do not support it yet.


Could you please try specifying the triplets by hand? If this works, then 
this would be the workaround until newer autotools propagate to major 
Linux distributions - I would be very scared of bootstrapping the official 
tarballs on macOS with custom Apple-patched autotools...


$ CC="/usr/bin/cc" \
  CFLAGS="-target arm64-apple-macos11" \
  ./configure \
--host=aarch64-apple-darwin \
--target=aarch64-apple-darwin \
--build=aarch64-apple-darwin

Thanks!

--
Sincerely yours,
Yury V. Zaytsev
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Help testing release candidate / mc-4.8.27-rc1

2021-08-02 Thread Yury V. Zaytsev

On Mon, 2 Aug 2021, Joseph Reagle wrote:


I tried but:

```
...
checking build system type... Invalid configuration 
`arm64-apple-darwin20.6.0': machine `arm64-apple' not recognized

configure: error: /bin/sh config/config.sub arm64-apple-darwin20.6.0 failed
```


Hi Joseph,

Oh noes, you seem to be running Apple Silicon and the autotools in Fedora 
Rawhide do not support it yet.


Could you please try specifying the triplets by hand? If this works, then 
this would be the workaround until newer autotools propagate to major 
Linux distributions - I would be very scared of bootstrapping the official 
tarballs on macOS with custom Apple-patched autotools...


$ CC="/usr/bin/cc" \
  CFLAGS="-target arm64-apple-macos11" \
  ./configure \
--host=aarch64-apple-darwin \
--target=aarch64-apple-darwin \
--build=aarch64-apple-darwin

Thanks!

--
Sincerely yours,
Yury V. Zaytsev
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Help testing release candidate / mc-4.8.27-rc1

2021-08-02 Thread Joseph Reagle

I tried but:

```
...
checking build system type... Invalid configuration `arm64-apple-darwin20.6.0': 
machine `arm64-apple' not recognized
configure: error: /bin/sh config/config.sub arm64-apple-darwin20.6.0 failed
```

On 21-08-01 15:18, Yury V. Zaytsev wrote:

Hi there,

TLDR; I would appreciate if you could please test the following tarball on your 
systems and report any blocker regressions as compared to the previous 4.8.26 
release:

https://www.midnight-commander.org/nopaste/tarball/mc-4.8.27-pre1.tar.xz

$ sha256sum mc-4.8.27-pre1.tar.xz
d922e4175a20779549c4a9746bbe169d4acd2a83b2e14d1d6dfd2cbec32eb12b  
mc-4.8.27-pre1.tar.xz

I've built this tarball out of the latest master with translations from 
Transifex pulled in on a fresh Fedora 33 VM, which I'm also going to use to 
build the final release in about a week from now if nothing serious comes up.

Many thanks!


___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc