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

2021-08-03 Thread Yury V. Zaytsev

On Tue, 3 Aug 2021, Andreas wrote:


This can happen if configure and build step run with different compiler.

At configure step (exactly at mc-cflags.m4) compiler flags are tested 
against compiler support, if supported it will added to build/make 
config.


Thanks for the tip! Maybe setting the compiler in my command is actually 
not necessary and only causes those warnings? Joseph, could you please try 
a clean build without setting "CC"? 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-03 Thread Aleš Janda
út 3. 8. 2021 v 12:22 odesílatel Yury V. Zaytsev  napsal:

> On Mon, 2 Aug 2021, Joseph Reagle wrote:
>
> > (It doesn't include panel scrollbars from #4256?).
>
> Unfortunately, the author disappeared as suddenly as he appeared and the
> patch was left unfinished - thus it will not make it in this release.
>

I'm the author of that unfinished scrollbars patch. Sorry about the delays
but the proper implementation with the widget group was not so easy as I
expected. It just takes more time, I'm still on that. On top of that, it is
a vacations season. So it should be in a month or so but not in this
release.
But I like that someone misses my patch :-)

Aleš Janda
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


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

2021-08-03 Thread Yury V. Zaytsev

On Mon, 2 Aug 2021, Joseph Reagle wrote:

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.


Thanks for the confirmation! Then specifying triplets manually on Apple 
Silicon will be the workaround I will put in the release notes, until we 
get proper autotools support (hopefully) with the next release.


If you are unhappy with /usr/local, you can always specify custom prefix 
with --prefix=$HOME/opt/mc or so.



(It doesn't include panel scrollbars from #4256?).


Unfortunately, the author disappeared as suddenly as he appeared and the 
patch was left unfinished - thus it will not make it in this release.



BTW: During make, I get tons of warnings:

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'?


I've put our chief warning officer on CC, hopefully he can say something 
about that - apparently our compiler flag detection is not working 
correctly and warning flags are supplied even though they are not 
supported by the compiler...


Could you please post the complete build log as a compressed attachment?

--
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-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Help testing release candidate / mc-4.8.27-rc1

2021-08-01 Thread Yury V. Zaytsev

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!

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