[Bug 263196] emulators/wine-proton: update to 7.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263196] emulators/wine-proton: update to 7.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Nov 2022 20:37:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263196
--- Comment #28 from Rainer Hurling <rhurlin@FreeBSD.org> ---
I just tried to build Proton 7.0.4 patch v3 on FreeBSD 14.0-CURRENT amd64
(main-n259351-d0f168e680ff) and got the following breakage:
===> Building for wine-proton-7.0.4
cd
/poudriere/ports/default/emulators/wine-proton/work/wine-fb6e6af8928a29660e8cf797d43e028ea5bf8d23
&& gmake depend
gmake[2]: Entering directory
'/poudriere/ports/default/emulators/wine-proton/work/wine-fb6e6af8928a29660e8cf797d43e028ea5bf8d23'
tools/makedep
gmake[2]: Leaving directory
'/poudriere/ports/default/emulators/wine-proton/work/wine-fb6e6af8928a29660e8cf797d43e028ea5bf8d23'
cd
/poudriere/ports/default/emulators/wine-proton/work/wine-fb6e6af8928a29660e8cf797d43e028ea5bf8d23
&& tools/make_requests
gmake[2]: Entering directory
'/poudriere/ports/default/emulators/wine-proton/work/wine-fb6e6af8928a29660e8cf797d43e028ea5bf8d23'
clang -c -o dlls/acledit/main.cross.o dlls/acledit/main.c -Idlls/acledit
-Iinclude -Iinclude/msvcrt -D__WINESRC__ \
-DWINE_NO_LONG_TYPES -D_UCRT -D__WINE_PE_BUILD -Wall -target x86_64-windows
-fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
-Wno-pragma-pack \
-Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith
-Wabsolute-value \
-Wno-format -Wnonnull -mcx16 -isystem /usr/local/include -isystem
/poudriere/ports/default/emulators/wine-proton/files/clang
dlls/acledit/main.c:21:10: fatal error: 'stdarg.h' file not found
#include <stdarg.h>
^~~~~~~~~~
1 error generated.
gmake[2]: *** [Makefile:1997: dlls/acledit/main.cross.o] Error 1
gmake[2]: Leaving directory
'/poudriere/ports/default/emulators/wine-proton/work/wine-fb6e6af8928a29660e8cf797d43e028ea5bf8d23'
*** Error code 1
Am I the only one?
--
You are receiving this mail because:
You are the assignee for the bug.