[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#963133: marked as done (wine-development: FTBFS on arm64 with new llvm)



Your message dated Sun, 21 Jun 2020 21:52:35 -0400
with message-id <CANTw=MNhVWXmiijGeixe-ByArsPDKy4PpKbXuUFieAxgn+c-eQ@mail.gmail.com>
and subject line Re: Bug#963133: wine-development: FTBFS on arm64 with new llvm
has caused the Debian Bug report #963133,
regarding wine-development: FTBFS on arm64 with new llvm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
963133: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963133
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: wine-development
Version: 5.5-4
Severity: normal
tags: patch

Hello, I just disabled the warnigs...

diff -Nru wine-development-5.5/debian/patches/arm64.patch wine-development-5.5/debian/patches/arm64.patch
--- wine-development-5.5/debian/patches/arm64.patch     1970-01-01 01:00:00.000000000 +0100
+++ wine-development-5.5/debian/patches/arm64.patch     2020-03-31 13:01:53.000000000 +0200
@@ -0,0 +1,49 @@
+--- wine-development-5.2.orig/dlls/dbghelp/Makefile.in
++++ wine-development-5.2/dlls/dbghelp/Makefile.in
+@@ -2,6 +2,7 @@ MODULE    = dbghelp.dll
+ IMPORTLIB = dbghelp
+ EXTRADEFS = -D_IMAGEHLP_SOURCE_
+ DELAYIMPORTS = version
++CFLAGS += -Wno-misleading-indentation
+ EXTRAINCL = $(Z_CFLAGS)
+ EXTRALIBS = $(Z_LIBS) $(CORESERVICES_LIBS) $(COREFOUNDATION_LIBS)
+ 
+--- wine-development-5.2.orig/dlls/dsound/Makefile.in
++++ wine-development-5.2/dlls/dsound/Makefile.in
+@@ -1,5 +1,6 @@
+ MODULE    = dsound.dll
+ IMPORTLIB = dsound
++CFLAGS += -Wno-implicit-int-float-conversion
+ IMPORTS   = dxguid uuid winmm ole32 advapi32 user32 ucrtbase
+ 
+ EXTRADLLFLAGS = -mno-cygwin
+--- wine-development-5.2.orig/dlls/msdmo/Makefile.in
++++ wine-development-5.2/dlls/msdmo/Makefile.in
+@@ -1,6 +1,7 @@
+ MODULE    = msdmo.dll
+ IMPORTLIB = msdmo
+ IMPORTS   = dmoguids uuid ole32 user32 advapi32
++CFLAGS += -Wno-sizeof-array-div
+ 
+ EXTRADLLFLAGS = -mno-cygwin
+ 
+--- wine-development-5.2.orig/dlls/kernelbase/Makefile.in      2020-03-30 11:19:47.000000000 +0200
++++ wine-development-5.2/dlls/kernelbase/Makefile.in   2020-03-31 14:04:50.922976338 +0200
+@@ -1,6 +1,7 @@
+ MODULE    = kernelbase.dll
+ IMPORTLIB = kernelbase
+ IMPORTS   = uuid ntdll winecrt0
++CFLAGS += -Wno-array-bounds
+ EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin -Wl,--image-base,0x7b000000
+ 
+ C_SRCS = \
+--- wine-development-5.2.orig/dlls/ntoskrnl.exe/Makefile.in    2020-03-31 15:35:54.238661128 +0200
++++ wine-development-5.2/dlls/ntoskrnl.exe/Makefile.in 2020-03-31 15:34:59.190755200 +0200
+@@ -2,6 +2,7 @@ MODULE    = ntoskrnl.exe
+ IMPORTLIB = ntoskrnl
+ IMPORTS   = advapi32 hal msvcrt
+ DELAYIMPORTS = setupapi user32
++CFLAGS += -Wno-array-bounds
+ 
+ EXTRADLLFLAGS = -mno-cygwin
+ 
diff -Nru wine-development-5.5/debian/patches/series wine-development-5.5/debian/patches/series
--- wine-development-5.5/debian/patches/series  2020-06-14 00:58:54.000000000 +0200
+++ wine-development-5.5/debian/patches/series  2020-06-19 11:19:14.000000000 +0200
@@ -51,3 +51,4 @@
 warnings/discarded-qualifiers.patch
 warnings/incompatible-pointers.patch
 warnings/uninitialized-variables.patch
+arm64.patch


thanks for having a look!

Gianfranco

--- End Message ---
--- Begin Message ---
On Fri, Jun 19, 2020 at 8:45 AM Gianfranco Costamagna wrote:
> diff -Nru wine-development-5.5/debian/patches/arm64.patch wine-development-5.5/debian/patches/arm64.patch
> --- wine-development-5.5/debian/patches/arm64.patch     1970-01-01 01:00:00.000000000 +0100
> +++ wine-development-5.5/debian/patches/arm64.patch     2020-03-31 13:01:53.000000000 +0200
> @@ -0,0 +1,49 @@
> +--- wine-development-5.2.orig/dlls/dbghelp/Makefile.in
> ++++ wine-development-5.2/dlls/dbghelp/Makefile.in
> +@@ -2,6 +2,7 @@ MODULE    = dbghelp.dll
> + IMPORTLIB = dbghelp
> + EXTRADEFS = -D_IMAGEHLP_SOURCE_
> + DELAYIMPORTS = version
> ++CFLAGS += -Wno-misleading-indentation
> + EXTRAINCL = $(Z_CFLAGS)
> + EXTRALIBS = $(Z_LIBS) $(CORESERVICES_LIBS) $(COREFOUNDATION_LIBS)
> +
> +--- wine-development-5.2.orig/dlls/dsound/Makefile.in
> ++++ wine-development-5.2/dlls/dsound/Makefile.in
> +@@ -1,5 +1,6 @@
> + MODULE    = dsound.dll
> + IMPORTLIB = dsound
> ++CFLAGS += -Wno-implicit-int-float-conversion
> + IMPORTS   = dxguid uuid winmm ole32 advapi32 user32 ucrtbase

These have been applied in debian/rules for a while now.

> + EXTRADLLFLAGS = -mno-cygwin
> +--- wine-development-5.2.orig/dlls/msdmo/Makefile.in
> ++++ wine-development-5.2/dlls/msdmo/Makefile.in
> +@@ -1,6 +1,7 @@
> + MODULE    = msdmo.dll
> + IMPORTLIB = msdmo
> + IMPORTS   = dmoguids uuid ole32 user32 advapi32
> ++CFLAGS += -Wno-sizeof-array-div
> +
> + EXTRADLLFLAGS = -mno-cygwin
> +
> +--- wine-development-5.2.orig/dlls/kernelbase/Makefile.in      2020-03-30 11:19:47.000000000 +0200
> ++++ wine-development-5.2/dlls/kernelbase/Makefile.in   2020-03-31 14:04:50.922976338 +0200
> +@@ -1,6 +1,7 @@
> + MODULE    = kernelbase.dll
> + IMPORTLIB = kernelbase
> + IMPORTS   = uuid ntdll winecrt0
> ++CFLAGS += -Wno-array-bounds
> + EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin -Wl,--image-base,0x7b000000
> +
> + C_SRCS = \
> +--- wine-development-5.2.orig/dlls/ntoskrnl.exe/Makefile.in    2020-03-31 15:35:54.238661128 +0200
> ++++ wine-development-5.2/dlls/ntoskrnl.exe/Makefile.in 2020-03-31 15:34:59.190755200 +0200
> +@@ -2,6 +2,7 @@ MODULE    = ntoskrnl.exe
> + IMPORTLIB = ntoskrnl
> + IMPORTS   = advapi32 hal msvcrt
> + DELAYIMPORTS = setupapi user32
> ++CFLAGS += -Wno-array-bounds
> +
> + EXTRADLLFLAGS = -mno-cygwin
> +

ANYSIZE_ARRAY is no longer used upstream in any of these directories,
so these are no longer required.

Best wishes,
Mike

--- End Message ---

Reply to: