Your message dated Thu, 05 Jul 2018 12:19:55 +0000
with message-id <e1fb3ep-000ea3...@fasolo.debian.org>
and subject line Bug#902454: fixed in bochs 2.6-6
has caused the Debian Bug report #902454,
regarding bochs: FTBFS in buster/sid ('AmlCode' undeclared)
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.)


-- 
902454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bochs
Version: 2.6-5
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster with "dpkg-buildpackage -A"
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh_testdir
libtoolize -c
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './compile'
libtoolize: copying file './config.guess'
libtoolize: copying file './config.sub'
libtoolize: copying file './depcomp'
libtoolize: copying file './install-sh'
libtoolize: copying file './missing'
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'libltdl/m4'.
libtoolize: copying file 'libltdl/m4/libtool.m4'

[... snipped ...]


acpi-dsdt.dsl.i    631:             Return(0x01)
Warning  3104 -                              ^ Reserved method should not 
return a value (_L0E)

acpi-dsdt.dsl.i    634:             Return(0x01)
Warning  3104 -                              ^ Reserved method should not 
return a value (_L0F)


Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180508
Copyright (c) 2000 - 2018 Intel Corporation

ASL Input:     acpi-dsdt.dsl.i - 639 lines, 29236 bytes, 707 keywords
AML Output:    acpi-dsdt.aml - 7585 bytes, 253 named objects, 454 executable 
opcodes
Hex Dump:      acpi-dsdt.hex - 71586 bytes

Compilation complete. 0 Errors, 51 Warnings, 10 Remarks, 494 Optimizations, 93 
Constants Folded
rm acpi-dsdt.dsl.i
sed -i -e's/^unsigned/const unsigned/' acpi-dsdt.hex
gcc -m32 -fno-stack-protector -O2 -Wall -c -o rombios32.o rombios32.c
rombios32.c: In function 'setup_mtrr':
rombios32.c:501:23: warning: variable 'wc' set but not used 
[-Wunused-but-set-variable]
     int i, vcnt, fix, wc;
                       ^~
In file included from rombios32.c:1454:0:
acpi-dsdt.hex: At top level:
acpi-dsdt.hex:13:15: warning: extra tokens at end of #ifndef directive
 #ifndef __ACPI-DSDT_HEX__
               ^
acpi-dsdt.hex:14:15: warning: ISO C99 requires whitespace after the macro name
 #define __ACPI-DSDT_HEX__
               ^
acpi-dsdt.hex:16:25: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before '-' token
 const unsigned char acpi-dsdt_aml_code[] =
                         ^
rombios32.c: In function 'acpi_bios_init':
rombios32.c:1609:20: error: 'AmlCode' undeclared (first use in this function)
     addr += sizeof(AmlCode);
                    ^~~~~~~
rombios32.c:1609:20: note: each undeclared identifier is reported only once for 
each function it appears in
Makefile:125: recipe for target 'rombios32.o' failed
make[1]: *** [rombios32.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/bios'
debian/rules:135: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The above is how the build ends in my autobuilder and it's not
necessarily the relevant part.

The failure is not, however, related to using dpkg-buildpackage -A,
as it also fails in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bochs.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: bochs
Source-Version: 2.6-6

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

Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated bochs 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: Thu, 05 Jul 2018 13:52:19 +0200
Source: bochs
Binary: bochs bochs-doc bochsbios bochs-wx bochs-sdl bochs-term bochs-x bximage 
sb16ctrl-bochs
Architecture: source
Version: 2.6-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Description:
 bochs      - IA-32 PC emulator
 bochs-doc  - Bochs upstream documentation
 bochs-sdl  - SDL plugin for Bochs
 bochs-term - Terminal (ncurses-based) plugin for Bochs
 bochs-wx   - WxWindows plugin for Bochs
 bochs-x    - X11 plugin for Bochs
 bochsbios  - BIOS for the Bochs emulator
 bximage    - Disk Image Creation Tool for Bochs
 sb16ctrl-bochs - control utility for Bochs emulated SB16 card
Closes: 814487 902454
Changes:
 bochs (2.6-6) unstable; urgency=medium
 .
   * QA upload.
   * Migrate to Salsa.
   * Update watch file (thanks to Florian Tobias Schandinat). Closes:
     #814487.
   * Handle change in iasl’s output. Closes: #902454. See #899318 for
     details.
Checksums-Sha1:
 24a5f3f7a53218048c443e32c1404db521f88189 2553 bochs_2.6-6.dsc
 87f1b603be0f19a0a220231e96687fae2cd975b4 40920 bochs_2.6-6.debian.tar.xz
 52fb58aeeb4b96277c036c7fd9627cdd5662280f 14121 bochs_2.6-6_source.buildinfo
Checksums-Sha256:
 3de3e3e88ebef980909045252e8936679da0fe3c42ac977b2c03fc38b1fd13bd 2553 
bochs_2.6-6.dsc
 71be89586463f6911496bff26d9dcae9ce243f3019ec91aac4d88297776dd946 40920 
bochs_2.6-6.debian.tar.xz
 03f8fb6ab897c29b0d45aac0cabffa1fc47243813def31521704fd95d853c02c 14121 
bochs_2.6-6_source.buildinfo
Files:
 6d9bf13ecbc6b034a284431c853a8020 2553 otherosfs extra bochs_2.6-6.dsc
 19d52d1c5ee591a2f6c54c464ad0da51 40920 otherosfs extra 
bochs_2.6-6.debian.tar.xz
 6dc5a78b210e8c578f29d403d6e61cec 14121 otherosfs extra 
bochs_2.6-6_source.buildinfo

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

iQJFBAEBCgAvFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAls+CQ4RHHNraXR0QGRl
Ymlhbi5vcmcACgkQgNMC9Yhtg5xjiw/9H5D/eF3tufKPfZBfAiSUa7TUYDoa7Lj/
1GqstQN0GgA7RWKtv9sGT9fNROMEpxrz2OzLKF9+YWUXMHyHiDLj/vj1xRBsrQ6B
BJC7Rk9rg8IIpdFFCqbjOw0cOlAN0hGFgcs/wkELxCqYIK3U8VcBLSOfbq1DxZo7
gAoswhbSCqN81kHCMZjoCPux/gBHNY/HQfWDfk6/L6iSR4DfcsMBe9lnEcvf0i39
l5JiCT8DJCtrmwoJA4ut4CXEtv5N0rCuB89VLBTGhgr9HsGbxql83t7iohyDb6qC
Z/1M6zLLSyMVfy8oiMU31nLFdlb4e1sjHPRDPvTkoFs5hzr0G2zmdCmTqMtCik/w
FWOBp01khlJwqZDLWsylSAMoRNq/69KtzwSPeUtVXw31V3qDRcJXFTrkWcjoSmve
PMSvZVRQ43Fj05vVSPckuiDQ6/f3wWnUrKjQ0lyzClQUEr903gLwvbBYaMrB+CPc
w6h7JYK5OJ09622pbFi9UlfoRVJQauqNTjdRLo1ZlNdK4iYRsYC6ZyltrSrSpWu9
iabP4uUgvA4prBQNUH9PxNIZcfNrWRi97zOsP/TEdJoUwohfjO5UvNEZ3RXiNZ/t
DTlZ4z7VIDizmznSMB3ixaRApzN7Us9kXKdKPtzkKRFkk9z6V+K9JhJuOVnPf0Mw
axZQD+Z6yB8=
=yoXt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to