On Fri, 3 Apr 2020 23:28:04 +0200 Stephen Kitt <sk...@debian.org> wrote: > On Fri, 3 Apr 2020 21:45:28 +0200, Lucas Nussbaum <lu...@debian.org> wrote: > > During a rebuild of all packages in sid, your package failed to build > > on amd64. > > > > Relevant part (hopefully): > > > checking for amd64-w64-mingw32-gcc... no > > > checking for x86_64-mingw32msvc-gcc... no > > > checking for amd64-mingw32msvc-gcc... no > > > checking for x86_64-w64-mingw32-clang... no > > > checking for amd64-w64-mingw32-clang... no > > > configure: error: MinGW compiler not found, cross-compiling PE files > > > won't be supported. This is an error since --with-mingw was requested. > > > make[1]: *** [debian/rules:150: override_dh_auto_configure] Error 1 > > > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > > Thanks for the report, the package is missing a build-dependency on > gcc-mingw-w64-x86-64. > > Michael, I can take care of fixing this, doing a rebuild to make sure and > uploading, if you could push your git repo ;-). > > Regards, > > Stephen
Can you please also add this patch to fix arm64 build failures with default clang-10? --- 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 + its attached on this email, thanks Gianfranco
diff -Nru wine-development-5.5/debian/changelog wine-development-5.5/debian/changelog --- wine-development-5.5/debian/changelog 2020-04-01 01:07:21.000000000 +0200 +++ wine-development-5.5/debian/changelog 2020-04-01 22:19:43.000000000 +0200 @@ -1,3 +1,10 @@ +wine-development (5.5-2ubuntu1) focal; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - Don't throw erros on new clang errors + + -- Gianfranco Costamagna <locutusofb...@debian.org> Wed, 01 Apr 2020 22:19:43 +0200 + wine-development (5.5-2) unstable; urgency=medium * Remove Built-Using fields. @@ -6,6 +13,13 @@ -- Michael Gilbert <mgilb...@debian.org> Tue, 31 Mar 2020 23:07:21 +0000 +wine-development (5.5-1ubuntu1) focal; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Don't throw erros on new clang errors + + -- Gianfranco Costamagna <locutusofb...@debian.org> Tue, 31 Mar 2020 13:01:53 +0200 + wine-development (5.5-1) unstable; urgency=medium * New upstream release 5.5, released Mar 27, 2020. @@ -18,6 +32,12 @@ -- Michael Gilbert <mgilb...@debian.org> Mon, 30 Mar 2020 02:48:49 +0000 +wine-development (5.4-1ubuntu2) focal; urgency=medium + + * Don't throw erros on new clang errors + + -- Gianfranco Costamagna <locutusofb...@debian.org> Tue, 24 Mar 2020 00:00:43 +0100 + wine-development (5.4-1) unstable; urgency=medium * New upstream release 5.4, released Mar 13, 2020. @@ -33,6 +53,24 @@ wine-development (5.3-1) unstable; urgency=medium + * New upstream release 5.3, released Feb 28, 2020. + - More work towards Ucrtbase runtime support. + - Full support for Unicode normalization. + - Improvements in Shell Folders handling. + - Various bug fixes. + * Drop disable/folder-reset.patch, fixed upstream. + * Support building with unicode-data 13 (closes: #954114). + + -- Michael Gilbert <mgilb...@debian.org> Tue, 17 Mar 2020 23:42:09 +0000 + +wine-development (5.2-3ubuntu1) focal; urgency=medium + + * Don't throw erros on new clang errors + + -- Gianfranco Costamagna <locutusofb...@debian.org> Thu, 12 Mar 2020 20:11:58 +0100 + +wine-development (5.3-1) unstable; urgency=medium + * New upstream release 5.3, released Feb 28, 2020. - More work towards Ucrtbase runtime support. - Full support for Unicode normalization. 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-04-01 01:07:21.000000000 +0200 +++ wine-development-5.5/debian/patches/series 2020-04-01 22:19:07.000000000 +0200 @@ -51,3 +51,4 @@ warnings/discarded-qualifiers.patch warnings/incompatible-pointers.patch warnings/uninitialized-variables.patch +arm64.patch