Your message dated Sat, 10 Aug 2024 17:36:38 +0000
with message-id <e1scq18-00bn1b...@fasolo.debian.org>
and subject line Bug#1078422: fixed in avifile 1:0.7.48~20090503.ds-29
has caused the Debian Bug report #1078422,
regarding avifile: FTBFS on i386: 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]
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 ow...@bugs.debian.org
immediately.)


-- 
1078422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: avifile
Source-Version: 1:0.7.48~20090503.ds-29
Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org>

We believe that the bug you reported is fixed in the latest version of
avifile, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated avifile 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 Aug 2024 01:02:38 +0800
Source: avifile
Architecture: source
Version: 1:0.7.48~20090503.ds-29
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 1078422
Changes:
 avifile (1:0.7.48~20090503.ds-29) unstable; urgency=low
 .
   * Fix FTBFS for i386 (Closes: #1078422)
Checksums-Sha1:
 5a6d9c9d1b044890474595b4e91db0701376b34f 2460 avifile_0.7.48~20090503.ds-29.dsc
 013bd50bf928c4609e23288bc128bb2b482c28b6 41124 
avifile_0.7.48~20090503.ds-29.debian.tar.xz
 7f05565cc5b1886781cbf32056ecab7da70cee28 15536 
avifile_0.7.48~20090503.ds-29_source.buildinfo
Checksums-Sha256:
 ed9a4c7498b7755ff11bf62c6fe55aeb9a538aa47792e2e3b9eff90c0cde04f7 2460 
avifile_0.7.48~20090503.ds-29.dsc
 5793173ffe8fe48da835c4551a8758eb1215bf80a73d736a8936679b65a08f2a 41124 
avifile_0.7.48~20090503.ds-29.debian.tar.xz
 4314b5dd5f58cbc307f80b40cd4fd28e29c4cfa456e7285e05e84804079abf5c 15536 
avifile_0.7.48~20090503.ds-29_source.buildinfo
Files:
 44e7cdf3567483adf67cda427b7a2b6c 2460 libs optional 
avifile_0.7.48~20090503.ds-29.dsc
 f641b5927489e4dbfa254ddb099ab694 41124 libs optional 
avifile_0.7.48~20090503.ds-29.debian.tar.xz
 722ed7b1708b69ef13da79ecd827ffe8 15536 libs optional 
avifile_0.7.48~20090503.ds-29_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAma3obMTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiAV+EACgKWvhaucGV9fTZaQ82f5LLiUEb9F1
mw4hshjmqsnlugToTku39BTBqDRefIKp6hgGsjhArO8HGKooNQWu+3ucptEpUDxS
9sS1do70W8n8UkhCFyGkTibsj4MnI8R0/zCu1ReUpcfGiqaRN6LgVWxZYDre2RC9
ozbdvFqCsKUQAnWy7SxOYE3mxyfyyF8NM9c5upDuqSKmUn590vpGO3Jonmyceqy5
dxWyMr7AaSqLAqhnziuyuLPnZ9Y8qI3+57JW/d+rriT/sHZguBoziHGyHhCM5jZd
w43ij/hhDuLJ+MR8aGELbL4EOFWgoKyeRfQaUgU8tqgU+W8kUOx4SXApnJ3NGDc9
U4sp3q/qLmaa+ooXAHycEMMPllLksk+m7xUFnj856Ikgh+ZbGuAskkAmn0/N+Iwl
q8ei5fjNDZRzP9a2szSAnUBIrMkl4+nBp94K4Ty9Kj4plgj72Dd09jpbT+CW6Dic
3XvfDT60VufdAx1KM35BrfAK7+hbt2IPUqydyshvF2I8BFOtUz4EM9c/hXHKQAyL
uZ1mM+GV0h5A/k95XyZgyqcbBzgUhGYQ3rMVNI4SO4txLqZfwRBfOyksTYWwM5VP
B2/us7tdG5aJ5dWkxtwLq/NO4s0aac63JZnr0hJFHiT+vO2cgXiCjay/WE9zt6E0
aA0GP3BR517bUg==
=7lC1
-----END PGP SIGNATURE-----

Attachment: pgp6TMLgXuPqw.pgp
Description: PGP signature


--- End Message ---

Reply via email to