https://bugs.winehq.org/show_bug.cgi?id=55091
Bug ID: 55091 Summary: Wine fails compiling Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: eric.pouech@gmail.com Distribution: ---
wine (c47c4d54bdf9a0f2100045fb6bc163291960fa05) fails to compile:
``` CCLD loader/wine64-preloader loader/preloader.o: in function `wld_start': /home/eric/wine/wine/loader/preloader.c:1402:(.text+0xc33): failed to convert GOTPCREL relocation against '_start'; relink with --no-relax collect2: error: ld returned 1 exit status ```
adding -Wl,--no-relax to preloader link operation fixes the issue (at least allows linking, and notepad starts)
$ uname -a Linux fedora.home 6.3.8-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 15 02:15:40 UTC 2023 x86_64 GNU/Linux
(split from https://bugs.winehq.org/show_bug.cgi?id=55050)
https://bugs.winehq.org/show_bug.cgi?id=55091
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine fails compiling |preloader build failure | |with GOTPCREL relocation
https://bugs.winehq.org/show_bug.cgi?id=55091
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- *** Bug 55095 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=55091
--- Comment #2 from Jinoh Kang jinoh.kang.kr@gmail.com --- Is this fixed in 966233aee62ca6d64f32d635aa8bc7af0a8d7175? (I don't have bugzilla admin privileges)
https://bugs.winehq.org/show_bug.cgi?id=55091
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |966233aee62ca6d64f32d635aa8 | |bc7af0a8d7175 Resolution|--- |FIXED
--- Comment #3 from Eric Pouech eric.pouech@gmail.com --- closing fixed
https://bugs.winehq.org/show_bug.cgi?id=55091
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.11.
https://bugs.winehq.org/show_bug.cgi?id=55091
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |78ed343842dcd8ffb95c4164209 | |53e121959d40d CC| |mstefani@winehq.org