Your message dated Fri, 21 Mar 2025 13:36:47 +0000
with message-id <e1tvcyj-000zob...@fasolo.debian.org>
and subject line Bug#1066383: fixed in virtualjaguar 2.1.3+final-1
has caused the Debian Bug report #1066383,
regarding virtualjaguar: FTBFS: ./inlines.h:82:20: error: implicit declaration 
of function ‘m68k_read_memory_32’ [-Werror=implicit-function-declaration]
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.)


-- 
1066383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: virtualjaguar
Version: 2.1.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -MMD -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
> -I./obj `sdl-config --cflags` -c obj/cpustbl.c -o obj/cpustbl.o
> In file included from obj/cpustbl.c:3:
> ./inlines.h: In function ‘m68k_do_rts’:
> ./inlines.h:82:20: error: implicit declaration of function 
> ‘m68k_read_memory_32’ [-Werror=implicit-function-declaration]
>    82 |         m68k_setpc(m68k_read_memory_32(m68k_areg(regs, 7)));
>       |                    ^~~~~~~~~~~~~~~~~~~
> ./inlines.h: In function ‘m68k_do_bsr’:
> ./inlines.h:89:9: error: implicit declaration of function 
> ‘m68k_write_memory_32’ [-Werror=implicit-function-declaration]
>    89 |         m68k_write_memory_32(m68k_areg(regs, 7), oldpc);
>       |         ^~~~~~~~~~~~~~~~~~~~
> ./inlines.h: In function ‘get_ibyte_prefetch’:
> ./inlines.h:111:25: error: implicit declaration of function 
> ‘m68k_read_memory_8’ [-Werror=implicit-function-declaration]
>   111 | #define get_ibyte(o)    m68k_read_memory_8(regs.pc + (o) + 1)
>       |                         ^~~~~~~~~~~~~~~~~~
> ./inlines.h:158:16: note: in expansion of macro ‘get_ibyte’
>   158 |         return get_ibyte(o);
>       |                ^~~~~~~~~
> ./inlines.h: In function ‘get_iword_prefetch’:
> ./inlines.h:112:25: error: implicit declaration of function 
> ‘m68k_read_memory_16’ [-Werror=implicit-function-declaration]
>   112 | #define get_iword(o)    m68k_read_memory_16(regs.pc + (o))
>       |                         ^~~~~~~~~~~~~~~~~~~
> ./inlines.h:183:16: note: in expansion of macro ‘get_iword’
>   183 |         return get_iword(o);
>       |                ^~~~~~~~~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:58: obj/cpustbl.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/virtualjaguar_2.1.3-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: virtualjaguar
Source-Version: 2.1.3+final-1
Done: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>

We believe that the bug you reported is fixed in the latest version of
virtualjaguar, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> (supplier of updated 
virtualjaguar 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: SHA256

Format: 1.8
Date: Fri, 21 Mar 2025 13:56:56 +0100
Source: virtualjaguar
Architecture: source
Version: 2.1.3+final-1
Distribution: unstable
Urgency: medium
Maintainer: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>
Changed-By: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>
Closes: 1038585 1046444 1066383
Changes:
 virtualjaguar (2.1.3+final-1) unstable; urgency=medium
 .
   * New upstream release
   * Drop patch to fix version number in Makefile (Closes: #1046444)
   * Add patch to switch to SDL2
   * Add patch to use joystick identifier from SDL_JoystickOpen
     for SDL_JoystickName
   * Add patch to fix missing inclusion of m68kinterface.h in
     src/m68000/inlines.h (Closes: #1066383)
   * Replace libsdl1.2-dev with libsdl2-dev in Build-Depends
     in debian/control (Closes: #1038585)
   * Update debhelper version to 13 and switch to debhelper-compat
   * Update Debian-Standards to 4.7.2.0 in debian/control
   * Update Vcs-* fields for new Salsa project in debian/control
   * Update copyright years for debian directory in debian/copyright
   * Add dversionmangle for +final version suffix in debian/watch
   * Run wrap-and-sort to clean up files in debian directory
Checksums-Sha1:
 fce14953df44bd61539a2709b26c553ca0daa838 2071 virtualjaguar_2.1.3+final-1.dsc
 41613f45c913df271b4d3904e7d2d603a8647356 2911112 
virtualjaguar_2.1.3+final.orig.tar.bz2
 18cc88bb6e6a3074b4a3e060c476117b4f974d2c 6452 
virtualjaguar_2.1.3+final-1.debian.tar.xz
 21e6c510b765329d0b5b6d3da2af5fb8d7239cba 13214 
virtualjaguar_2.1.3+final-1_amd64.buildinfo
Checksums-Sha256:
 5659b509f8714a6798843a3c7af7102ce6158b7f02a4ecd9fa6317e3716052fd 2071 
virtualjaguar_2.1.3+final-1.dsc
 13d0c387a6591fd23c9cecd8431834cad45522374945e7bccc0276f3a7201cea 2911112 
virtualjaguar_2.1.3+final.orig.tar.bz2
 7170cd0509b50270b59877de5bf03effe7e97a3276eeabc7daf5f6c098e6bc8a 6452 
virtualjaguar_2.1.3+final-1.debian.tar.xz
 8da30d0d4344a7b24ba25b7077083ae7ce51a730b8a8a5a31887390075b16515 13214 
virtualjaguar_2.1.3+final-1_amd64.buildinfo
Files:
 460cf8b68f46c7f757d360bdc29d460e 2071 otherosfs optional 
virtualjaguar_2.1.3+final-1.dsc
 17af87b3a7cfd9106e49afc56d4858e6 2911112 otherosfs optional 
virtualjaguar_2.1.3+final.orig.tar.bz2
 a158b867338bcbc9b436cf7257d405f0 6452 otherosfs optional 
virtualjaguar_2.1.3+final-1.debian.tar.xz
 da224036dd8639516c7f32e856f96194 13214 otherosfs optional 
virtualjaguar_2.1.3+final-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAmfdZuMACgkQdCY7N/W1
+RN5+A/9Gp6mRbA5Hagpa2jY3so2ZSyL+/kShcXdXlYqhZqRl0OCgEgUSnzXtoH5
aTJsM7IKUXAJ3FKF4KQqqHPZMBZo+1wNl3lPMMvffwJU1P7fWQylSRWMnhAKjWTB
LA1vvCpyJSt8WVGm5rin8UheQcOmgVxkzD+eae4elNZtbzysHz7dtpuQXX7RTjus
mTSbYENmg2ySXygJ1PKNmn9DYsLNjWGcHmZarma/ZI7q1Lc0HWuSdWmLNg1YpJRS
jq5f83q3luErnx9KpoDALTSEyyh5XEkZ+ewcMJUCEaaW7VGMspRTlEFuQ4OqxHko
rF60Q7xTP5atAioe4394j6HJC51OFzLMBNwQszLqfIZnx6aaR+KZryLJBl91er99
nNQWmbIw7YpD0+bBGVHEDmL9yL34xAXbcPbQ/HFE/iFrWRKo9+DL6H+6EG8lmzH/
IBa9eqO1ebvY3zumZHnv8Pfv3b4Mko5YxnYWODN5FHzKH1hVgbWYr4sWWrQK498s
YX0ddqOn4jlIo1yif9FKQ5xbKfFgn95KnJXMVyqmh6YdHyJzdM7Cl8uWjqeQStnY
XgBSuDPvKTv78NI1NTepGmR8Yq0OFSazrb01M+Vcmcm0e81p2xvSSBS5l3IEsK1t
TMbhHseCIkkme53Wozfd5BbnRUOfCBv87lcQVJzrkO5629OaDxA=
=NBva
-----END PGP SIGNATURE-----

Attachment: pgpirZxgT8SJc.pgp
Description: PGP signature


--- End Message ---

Reply via email to