Since 2 or 3 days i cant build wine anymore

Questions about Wine on Linux
Locked
User avatar
rawfox
Level 3
Level 3
Posts: 59
Joined: Tue Oct 05, 2010 10:59 am

Since 2 or 3 days i cant build wine anymore

Post by rawfox »

Hello,

im on Fedora29, regulary building wine since like forever.
Since a couple days i cant build it due to some error popping up.

This is the last lines from the output ..

Code: Select all

...
warning: System 16: missing glyph for char 0e58
warning: System 16: missing glyph for char 0e59
warning: System 16: missing glyph for char 0e5a
warning: System 16: missing glyph for char 0e5b
warning: System 16: missing glyph for char f8c5
warning: System 16: missing glyph for char f8c6
warning: System 16: missing glyph for char f8c7
warning: System 16: missing glyph for char f8c8
../../../../workdir/tools/wrc/parser.y: Warnung: 5 Schiebe/Reduzier-Konflikte [-Wconflicts-sr]
sysinfo.cross.o:sysinfo.c:(.text+0x45d): undefined reference to `__stack_chk_fail'
sysinfo.cross.o:sysinfo.c:(.text+0x8d7): undefined reference to `__stack_chk_fail'
sysinfo.cross.o:sysinfo.c:(.text+0xdb3): undefined reference to `__stack_chk_fail'
sysinfo.cross.o:sysinfo.c:(.rdata$.refptr.__stack_chk_guard[.refptr.__stack_chk_guard]+0x0): undefined reference to `__stack_chk_guard'
testlist.cross.o:testlist.c:(.text+0x699): undefined reference to `__stack_chk_fail'
testlist.cross.o:testlist.c:(.text+0x768): undefined reference to `__stack_chk_fail'
testlist.cross.o:testlist.c:(.text+0x8dd): undefined reference to `__stack_chk_fail'
testlist.cross.o:testlist.c:(.text+0xaba): undefined reference to `__stack_chk_fail'
testlist.cross.o:testlist.c:(.text+0xd46): undefined reference to `__stack_chk_fail'
testlist.cross.o:testlist.c:(.text.startup+0x24d): more undefined references to `__stack_chk_fail' follow
collect2: error: ld returned 1 exit status
winegcc: x86_64-w64-mingw32-gcc failed
make[1]: *** [Makefile:233: adsldp_test-stripped.exe] Fehler 2
make: *** [Makefile:9058: dlls/adsldp/tests] Fehler 2
make: *** Es wird auf noch nicht beendete Prozesse gewartet....
I uninstalled gcc and installed it new, but this issue is still there.

How should i engange this, its obviously a Fedora problem as there has been a gcc update, im not sure and looking for a strategy on how to solve this.

Why im not asking in Fedora forums ? .. i just feel more ~/ here :)

Any tips are welcome, cheers, raw ^^
User avatar
rawfox
Level 3
Level 3
Posts: 59
Joined: Tue Oct 05, 2010 10:59 am

Re: Since 2 or 3 days i cant build wine anymore

Post by rawfox »

Oddly i just built wine-4.5 :O
Why can i build 4.5 but not 4.6 ?!

gcc-Version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC)
User avatar
rawfox
Level 3
Level 3
Posts: 59
Joined: Tue Oct 05, 2010 10:59 am

Re: Since 2 or 3 days i cant build wine anymore

Post by rawfox »

This is solved for now.
Ive uninstalled everything *mingw* from the system.
Still no idea, why and what the cause was, there have been about 20 files installed around mingw.

Wine is building as usual again, that is, what counts :)
Locked