http://bugs.winehq.org/show_bug.cgi?id=58828
Bug ID: 58828 Summary: Configure (build) fails since commit db2e157, if autoreconf needs to be applied before Product: Wine Version: 10.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: tools Assignee: wine-bugs@winehq.org Reporter: luti@gmx.net Distribution: ---
Build of wine 10.17 fails on Rocky Linux 9.6 (autoconf-2.69-39.el9.noarch), if autoreconf needs to be applied (as wine-staging build for instance).
After autoreconf, configure fails with: configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
Previous versions were built fine, as well as 10.17 without autoreconf, or wine 10.17 with commit db2e157 (https://gitlab.winehq.org/wine/wine/-/commit/db2e157c68d5b1ced965e2ac90ecb9f...) reverted.
It may be autoconf issue in fact (related to this: https://www.mail-archive.com/autoconf-patches@gnu.org/msg06599.html ?), but as RHEL 9 is not the only major distribution still shipped with autoconf 2.69 (I guess), this should probably be considered?
http://bugs.winehq.org/show_bug.cgi?id=58828
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |db2e157c68d5b1ced965e2ac90e | |cb9f3767e60fd Ever confirmed|0 |1 Keywords| |regression Status|UNCONFIRMED |NEW
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=58828
Vitaly Lipatov lav@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lav@etersoft.ru
http://bugs.winehq.org/show_bug.cgi?id=58828
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2bc6f936c16f495d4f52036b769 | |c08e2a948d963 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- This should be fixed by 2bc6f936c16f495d4f52036b769c08e2a948d963.
http://bugs.winehq.org/show_bug.cgi?id=58828
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|tools |build-env
http://bugs.winehq.org/show_bug.cgi?id=58828
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.18.
http://bugs.winehq.org/show_bug.cgi?id=58828
cqwrteur euloanty@live.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |euloanty@live.com
--- Comment #4 from cqwrteur euloanty@live.com --- make install STRIPPROG="/home/cqwrteur/toolchains_build/toolchainbuildscripts/wine/.wineartifacts/x86_64-linux-gnu/wine/tools/winebuild/winebuild --builtin --strip-cmd=llvm-strip" /home/cqwrteur/toolchains_build/wine/tools/install-sh -m 644 dlls/acledit/i386-windows/acledit.dll /home/cqwrteur/softwares/wine/x86_64-linux-musl/wine/lib/wine/i386-windows/acledit.dll /bin/sh: line 1: /home/cqwrteur/toolchains_build/wine/tools/install-sh: No such file or directory make: *** [Makefile:1627: dlls/acledit/install-lib] Error 127 [cqwrteur@DESKTOP-9B705LH wine]$ vim Makefile [cqwrteur@DESKTOP-9B705LH wine]$ autoconf --version autoconf (GNU Autoconf) 2.72 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html, https://gnu.org/licenses/exceptions.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
Now is it causing issues for autoconf 2.72?
http://bugs.winehq.org/show_bug.cgi?id=58828
--- Comment #5 from cqwrteur euloanty@live.com --- looks like native one needs to be built for wine tool first