| Summary: | emulators/wine{-proton}: Fails to link: `virtual_get_system_info': virtual.c:(.text+0x4f27): undefined reference to `sysinfo' | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Gian-Simon Purkert <gspurki> |
| Component: | Individual Port(s) | Assignee: | Gerald Pfeifer <gerald> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | gerald, iwtcex |
| Priority: | --- | Keywords: | needs-qa |
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(iwtcex) koobs: maintainer-feedback? (gerald) koobs: merge-quarterly? |
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Gian-Simon Purkert
2021-11-20 10:50:55 UTC
Same Problem with emulators/wine however wine-devel compiles just fine: tools/winegcc/winegcc -o dlls/opcservices/opcservices.dll.so --wine-objdir . -m64 -fPIC -fasynchronous-unwind-tables -shared \ dlls/opcservices/opcservices.spec -mno-cygwin dlls/opcservices/compress.o \ dlls/opcservices/deflate.o dlls/opcservices/factory.o dlls/opcservices/package.o \ dlls/opcservices/uri.o dlls/opcservices/opcservices_r.res dlls/uuid/libuuid.a -lole32 -ladvapi32 \ -lurlmon -lxmllite -loleaut32 dlls/ucrtbase/libucrtbase.a -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10 /usr/local/bin/ld: dlls/ntdll/unix/virtual.o: in function `virtual_get_system_info': virtual.c:(.text+0x4b57): undefined reference to `sysinfo' collect2: error: ld returned 1 exit status winegcc: /usr/local/libexec/ccache/gcc10 failed gmake[2]: *** [Makefile:95982: dlls/ntdll/ntdll.so] Error 2 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/usr/ports/emulators/wine/work/wine-6.0.2' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/emulators/wine *** Error code 1 Stop. make: stopped in /usr/ports/emulators/wine root@freeb:/usr/ports/emulators/wine # make clean ===> Cleaning for wine-6.0.2,1 See bug 257398. (In reply to Alex S from comment #2) Thanks for the hint, de-installed devel/libsysinfo now compiles just fine. Have a nice Day. |