Source: avifile Version: 1:0.7.48~20090503.ds-28 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: sramac...@debian.org
https://buildd.debian.org/status/fetch.php?pkg=avifile&arch=i386&ver=1%3A0.7.48%7E20090503.ds-28&stamp=1723099302&raw=0 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../include -DAVIFILE -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -DUNICODE -Ddbg_printf=__vprintf -DTRACE=__vprintf -Wmissing-prototypes -Wimplicit-function-declaration -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused -I../../../include -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffast-math -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -ffast-math -fomit-frame-pointer -pipe -c ldt_keeper.c -fPIC -DPIC -o .libs/ldt_keeper.o /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -DAVIFILE -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -DUNICODE -Ddbg_printf=__vprintf -DTRACE=__vprintf -Wmissing-prototypes -Wimplicit-function-declaration -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused -I../../../include -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffast-math -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -ffast-math -fomit-frame-pointer -pipe -c -o pe_image.lo pe_image.c In file included from afl.c:24: wine/winbase.h:544:5: warning: 'packed' attribute ignored for field of type 'CHAR[8]' {aka 'char[8]'} [-Wattributes] 544 | CHAR achAllocModule[8] WINE_PACKED; | ^~~~ In file included from wine/pe_image.h:5, from driver.c:4: wine/winbase.h:544:5: warning: 'packed' attribute ignored for field of type 'CHAR[8]' {aka 'char[8]'} [-Wattributes] 544 | CHAR achAllocModule[8] WINE_PACKED; | ^~~~ wine/pe_image.h:60:9: warning: 'packed' attribute ignored for field of type 'BYTE' {aka 'unsigned char'} [-Wattributes] 60 | BYTE pushl1 WINE_PACKED; /* 0x68 */ | ^~~~ wine/pe_image.h:62:9: warning: 'packed' attribute ignored for field of type 'BYTE' {aka 'unsigned char'} [-Wattributes] 62 | BYTE pushl2 WINE_PACKED; /* 0x68 */ | ^~~~ wine/pe_image.h:64:9: warning: 'packed' attribute ignored for field of type 'BYTE' {aka 'unsigned char'} [-Wattributes] 64 | BYTE ret1 WINE_PACKED; /* 0xc3 */ | ^~~~ wine/pe_image.h:66:9: warning: 'packed' attribute ignored for field of type 'BYTE' {aka 'unsigned char'} [-Wattributes] 66 | BYTE nrofargs WINE_PACKED; /* nr of arguments to add esp, */ | ^~~~ wine/pe_image.h:67:9: warning: 'packed' attribute ignored for field of type 'BYTE' {aka 'unsigned char'} [-Wattributes] 67 | BYTE pushl3 WINE_PACKED; /* 0x68 */ | ^~~~ wine/pe_image.h:69:9: warning: 'packed' attribute ignored for field of type 'BYTE' {aka 'unsigned char'} [-Wattributes] 69 | BYTE ret2 WINE_PACKED; /* 0xc3 */ | ^~~~ In file included from ext.c:22: ./wine/winbase.h:544:5: warning: 'packed' attribute ignored for field of type 'CHAR[8]' {aka 'char[8]'} [-Wattributes] 544 | CHAR achAllocModule[8] WINE_PACKED; | ^~~~ In file included from ./wine/heap.h:12, from module.c:21: ./wine/winbase.h:544:5: warning: 'packed' attribute ignored for field of type 'CHAR[8]' {aka 'char[8]'} [-Wattributes] 544 | CHAR achAllocModule[8] WINE_PACKED; | ^~~~ afl.c: In function 'acmDriverOpen': afl.c:226:24: error: assignment to 'DRIVERPROC' {aka 'long int (__attribute__((stdcall)) *)(long unsigned int, unsigned int, unsigned int, long int, long int)'} from incompatible pointer type 'FARPROC' {aka 'long int (__attribute__((stdcall)) *)(void)'} [-Wincompatible-pointer-types] 226 | pad->pfnDriverProc = GetProcAddress(pad->hDrvr, "DriverProc"); | ^ Cheers -- Sebastian Ramacher