Re: Help testing release candidate / mc-4.8.32-rc1
David MartÃn via mc-devel <mc-devel-+hD5IHI5XseWCegYutOAJTiNl0CLU6MPYPYVAmT7z5s@public.gmane.org> Thu, 8 Aug 2024 20:08:41 +0200
| Newsgroups | gmane.comp.gnome.apps.mc.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============5906616527571546101==
Content-Type: multipart/alternative;
boundary="------------237EA57C2F7BED8CAE33D388"
This is a multi-part message in MIME format.
--------------237EA57C2F7BED8CAE33D388
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: quoted-printable
Ubuntu server / kubuntu 24.04LTS recently installed with stock dist=20
libraries.
No compilation errors=A0 and seems to run fine. Just a couple of glib2=20
deprecation warnings:
Making all in tty
make[3]: Entering directory '/home/dmartin/git/mc-4.8.32-pre1/lib/tty=
'
=A0 CC=A0=A0=A0=A0=A0=A0 color-internal.lo
=A0 CC=A0=A0=A0=A0=A0=A0 color.lo
=A0 CC=A0=A0=A0=A0=A0=A0 key.lo
=A0 CC=A0=A0=A0=A0=A0=A0 keyxdef.lo
=A0 CC=A0=A0=A0=A0=A0=A0 mouse.lo
=A0 CC=A0=A0=A0=A0=A0=A0 tty-internal.lo
=A0 CC=A0=A0=A0=A0=A0=A0 tty.lo
=A0 CC=A0=A0=A0=A0=A0=A0 win.lo
=A0 CC=A0=A0=A0=A0=A0=A0 x11conn.lo
x11conn.c: In function 'x11_available':
x11conn.c:140:5: warning: 'g_module_build_path' is deprecated
[-Wdeprecated-declarations]
=A0 140 |=A0=A0=A0=A0 x11_module_fname =3D g_module_build_path (NULL=
, "X11");
=A0=A0=A0=A0=A0 |=A0=A0=A0=A0 ^~~~~~~~~~~~~~~~
In file included from x11conn.c:37:
/usr/include/glib-2.0/gmodule.h:142:23: note: declared here
=A0 142 | gchar*=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 g_modu=
le_build_path (const gchar=A0
*directory,
=A0=A0=A0=A0=A0 |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0 ^~~~~~~~~~~~~~~~~~~
=A0 CC=A0=A0=A0=A0=A0=A0 color-slang.lo
=A0 CC=A0=A0=A0=A0=A0=A0 tty-slang.lo
=A0 CCLD=A0=A0=A0=A0 libmctty.la
make[3]: Leaving directory '/home/dmartin/git/mc-4.8.32-pre1/lib/tty'=
David
El 8/8/24 a las 10:51, Yury V. Zaytsev via mc-devel escribi=F3:
> Hi there,
>
> TLDR; I would appreciate if you could please test the following=20
> tarball on your systems and report any blocker regressions as compared =
> to the previous 4.8.31 release:
>
> https://midnight-commander.org/nopaste/tarball/mc-4.8.32-pre1.tar.xz
>
> $ sha256sum mc-4.8.32-pre1.tar.xz
> 18b4d195963eaca64b99e1be61060e8f4d5cfc3854abfeb3ca70d3af87f60871
>
> I've built this tarball out of the latest master with translations=20
> from Transifex pulled in on a fresh Fedora 40 VM, which I'm also going =
> to use to build the final release in about a week from now (or=20
> earlier) if nothing serious comes up.
>
> Many thanks!
>
--------------237EA57C2F7BED8CAE33D388
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html;
charset=3Dwindows-1252">
</head>
<body bgcolor=3D"#FFFFFF" text=3D"#000000">
<p>Ubuntu server / kubuntu 24.04LTS recently installed with stock
dist libraries.</p>
<p>No compilation errors=A0 and seems to run fine. Just a couple of
glib2 deprecation warnings:</p>
<blockquote>
<p><font size=3D"-1"><tt>Making all in tty</tt><tt><br>
</tt><tt>make[3]: Entering directory
'/home/dmartin/git/mc-4.8.32-pre1/lib/tty'</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 color-internal.lo</tt><tt><br=
>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 color.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 key.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 keyxdef.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 mouse.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 tty-internal.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 tty.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 win.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 x11conn.lo</tt><tt><br>
</tt><tt>x11conn.c: In function 'x11_available':</tt><tt><br>
</tt><tt>x11conn.c:140:5: warning: 'g_module_build_path' is
deprecated [-Wdeprecated-declarations]</tt><tt><br>
</tt><tt>=A0 140 |=A0=A0=A0=A0 x11_module_fname =3D g_module_bu=
ild_path
(NULL, "X11");</tt><tt><br>
</tt><tt>=A0=A0=A0=A0=A0 |=A0=A0=A0=A0 ^~~~~~~~~~~~~~~~</tt><tt=
><br>
</tt><tt>In file included from x11conn.c:37:</tt><tt><br>
</tt><tt>/usr/include/glib-2.0/gmodule.h:142:23: note:
declared here</tt><tt><br>
</tt><tt>=A0 142 | gchar*=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0 g_module_build_path=A0=A0=A0
(const gchar=A0 *directory,</tt><tt><br>
</tt><tt>=A0=A0=A0=A0=A0 |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0 ^~~~~~~~~~~~~~~~~~~</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 color-slang.lo</tt><tt><br>
</tt><tt>=A0 CC=A0=A0=A0=A0=A0=A0 tty-slang.lo</tt><tt><br>
</tt><tt>=A0 CCLD=A0=A0=A0=A0 libmctty.la</tt><tt><br>
</tt><tt>make[3]: Leaving directory
'/home/dmartin/git/mc-4.8.32-pre1/lib/tty'</tt></font><br>
</p>
</blockquote>
<p>David<br>
</p>
<div class=3D"moz-cite-prefix">El 8/8/24 a las 10:51, Yury V. Zaytsev=
via mc-devel escribi=F3:<br>
</div>
<blockquote type=3D"cite"
cite=3D"mid:d3f0faa-acfc-c949-8f1-18df4bddfd95-F8QmT60Cu+zQT0dZR+AlfA@public.gmane.org">Hi there=
,
<br>
<br>
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.31 release:
<br>
<br>
<a class=3D"moz-txt-link-freetext" href=3D"https://midnight-commander.org=
/nopaste/tarball/mc-4.8.32-pre1.tar.xz">https://midnight-commander.org/no=
paste/tarball/mc-4.8.32-pre1.tar.xz</a>
<br>
<br>
$ sha256sum mc-4.8.32-pre1.tar.xz
<br>
18b4d195963eaca64b99e1be61060e8f4d5cfc3854abfeb3ca70d3af87f60871
<br>
<br>
I've built this tarball out of the latest master with translations
from Transifex pulled in on a fresh Fedora 40 VM, which I'm also
going to use to build the final release in about a week from now
(or earlier) if nothing serious comes up.
<br>
<br>
Many thanks!
<br>
<br>
</blockquote>
</body>
</html>
--------------237EA57C2F7BED8CAE33D388--
--===============5906616527571546101==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--
mc-devel mailing list
mc-devel-+hD5IHI5XseWCegYutOAJTiNl0CLU6MPYPYVAmT7z5s@public.gmane.org
https://lists.midnight-commander.org/mailman/listinfo/mc-devel
--===============5906616527571546101==--