Your message dated Thu, 11 Jul 2019 11:18:54 +0000
with message-id <[email protected]>
and subject line Bug#925651: fixed in cheesecutter 2.9+git20190611-1
has caused the Debian Bug report #925651,
regarding cheesecutter: ftbfs with GCC-9
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 [email protected]
immediately.)


-- 
925651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925651
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cheesecutter
Version: 2.9+git20181112-2
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/cheesecutter_2.9+git20181112-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=POSIX
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-a6c5ac55-420f-4080-9dd7-81cc08e908e6
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

dpkg-buildpackage: info: source package cheesecutter
dpkg-buildpackage: info: source version 2.9+git20181112-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Gürkan Myczko <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
        make -j4 clean
make[1]: Entering directory '/<<BUILDDIR>>/cheesecutter-2.9+git20181112'
rm -f *.o *~ resid/*.o resid-fp/*.o ccutter ct2util \
        src/c64/player.bin src/derelict/util/compat.o 
src/derelict/util/sharedlib.o src/derelict/util/exception.o 
src/derelict/util/loader.o src/derelict/util/wintypes.o 
src/derelict/util/xtypes.o src/derelict/sdl/sdl.o src/derelict/sdl/net.o 
src/derelict/sdl/ttf.o src/derelict/sdl/mixer.o src/derelict/sdl/image.o 
src/derelict/sdl/sdlfuncs.o src/derelict/sdl/sdltypes.o 
src/derelict/sdl/macinit/CoreFoundation.o 
src/derelict/sdl/macinit/DerelictSDLMacLoader.o src/derelict/sdl/macinit/ID.o 
src/derelict/sdl/macinit/MacTypes.o src/derelict/sdl/macinit/NSApplication.o 
src/derelict/sdl/macinit/NSArray.o src/derelict/sdl/macinit/NSAutoreleasePool.o 
src/derelict/sdl/macinit/NSDictionary.o src/derelict/sdl/macinit/NSEnumerator.o 
src/derelict/sdl/macinit/NSEvent.o src/derelict/sdl/macinit/NSGeometry.o 
src/derelict/sdl/macinit/NSMenu.o src/derelict/sdl/macinit/NSMenuItem.o 
src/derelict/sdl/macinit/NSNotification.o src/derelict/sdl/macinit/NSObject.o 
src/derelict/sdl/macinit/NSProcessInfo.o src/derelict/sdl/macinit/NSString.o 
src/derelict/sdl/macinit/NSZone.o src/derelict/sdl/macinit/runtime.o 
src/derelict/sdl/macinit/SDLMain.o src/derelict/sdl/macinit/selectors.o 
src/derelict/sdl/macinit/string.o src/audio/audio.o src/audio/player.o 
src/audio/timer.o src/audio/callback.o src/ct/purge.o src/ct/base.o 
src/ct/dump.o src/com/fb.o src/com/cpu.o src/com/kbd.o src/com/session.o 
src/com/util.o src/main.o src/ui/tables.o src/ui/dialogs.o src/ui/ui.o 
src/ui/input.o src/ui/help.o src/seq/seqtable.o src/seq/tracktable.o 
src/seq/trackmap.o src/seq/fplay.o src/seq/sequencer.o src/audio/resid/filter.o 
 src/audio/resid/residctrl.o src/resid/envelope.o src/resid/extfilt.o 
src/resid/filter.o src/resid/w6_ps_.o src/resid/w6_pst.o src/resid/w6_p_t.o 
src/resid/w6__st.o src/resid/w8_ps_.o src/resid/w8_pst.o src/resid/w8_p_t.o 
src/resid/w8__st.o src/resid/pot.o src/resid/sid.o src/resid/voice.o 
src/resid/wave.o src/resid-fp/envelopefp.o src/resid-fp/extfiltfp.o 
src/resid-fp/filterfp.o src/resid-fp/potfp.o src/resid-fp/sidfp.o 
src/resid-fp/versionfp.o src/resid-fp/voicefp.o src/resid-fp/wavefp.o 
src/ct2util.o src/ct/base.o src/com/cpu.o src/com/util.o src/ct/purge.o 
src/ct/dump.o src/ct/build.o src/asm/acme.o src/asm/alu.o src/asm/basics.o 
src/asm/cpu.o src/asm/dynabuf.o src/asm/encoding.o src/asm/flow.o 
src/asm/global.o src/asm/input.o src/asm/label.o src/asm/macro.o 
src/asm/mnemo.o src/asm/output.o src/asm/platform.o src/asm/section.o 
src/asm/tree.o src/asm/acme.o src/asm/alu.o src/asm/basics.o src/asm/cpu.o 
src/asm/dynabuf.o src/asm/encoding.o src/asm/flow.o src/asm/global.o 
src/asm/input.o src/asm/label.o src/asm/macro.o src/asm/mnemo.o 
src/asm/output.o src/asm/platform.o src/asm/section.o src/asm/tree.o
make[1]: Leaving directory '/<<BUILDDIR>>/cheesecutter-2.9+git20181112'
   dh_clean
 debian/rules build-arch
dh build-arch
   dh_update_autotools_config -a
   dh_autoreconf -a
   dh_auto_configure -a
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/cheesecutter-2.9+git20181112'
/usr/bin/make
make[2]: Entering directory '/<<BUILDDIR>>/cheesecutter-2.9+git20181112'
acme -f cbm --outfile src/c64/player.bin src/c64/player_v4.acme
Warning - File src/c64/player_v4.acme, line 1687 (Zone <untitled>): Found old 
"!for" syntax.
Warning - File src/c64/player_v4.acme, line 1693 (Zone <untitled>): Found old 
"!for" syntax.
Warning - File src/c64/player_v4.acme, line 1699 (Zone <untitled>): Found old 
"!for" syntax.
Warning - File src/c64/player_v4.acme, line 1707 (Zone <untitled>): Found old 
"!for" syntax.
Warning - File src/c64/player_v4.acme, line 1721 (Zone <untitled>): Found old 
"!for" syntax.
gdc -O2 -g -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -I./src -J./src/c64 
-J./src/font -c -o src/ct2util.o src/ct2util.d
/<<BUILDDIR>>/cheesecutter-2.9+git20181112/src/ct/build.d:13:8: error: module 
string is in file 'std/c/string.d' which cannot be read
   13 | import std.c.string;
      |        ^
import path[0] = /usr/lib/gcc/x86_64-linux-gnu/9/include/d
import path[1] = /<<BUILDDIR>>/cheesecutter-2.9+git20181112/src
make[2]: *** [Makefile:75: src/ct2util.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/cheesecutter-2.9+git20181112'
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/cheesecutter-2.9+git20181112'
make: *** [debian/rules:13: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: cheesecutter
Source-Version: 2.9+git20190611-1

We believe that the bug you reported is fixed in the latest version of
cheesecutter, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gürkan Myczko <[email protected]> (supplier of updated cheesecutter 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 [email protected])


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

Format: 1.8
Date: Thu, 11 Jul 2019 11:38:28 +0200
Source: cheesecutter
Architecture: source
Version: 2.9+git20190611-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Gürkan Myczko <[email protected]>
Closes: 925651
Changes:
 cheesecutter (2.9+git20190611-1) unstable; urgency=medium
 .
   * New upstream version. (Closes: #925651)
   * debian/control: build-depend on gdc-9.
   * debian/patches: drop a few patches.
Checksums-Sha1:
 497839e9ec4ac5aa88e6859b00c6c6f792767e83 1936 
cheesecutter_2.9+git20190611-1.dsc
 d67da2c56ae24e58e7b4cb5d09b7c71d5b2aa52e 393826 
cheesecutter_2.9+git20190611.orig.tar.gz
 e2fed103c3ee54be19aa6995045d8f9034ad553d 4776 
cheesecutter_2.9+git20190611-1.debian.tar.xz
 cafa3908cb35ef7138413da0861d512dcb22b27e 5619 
cheesecutter_2.9+git20190611-1_source.buildinfo
Checksums-Sha256:
 a914ec53de54b5a82be9fe46730da2e54c4bab6e8c5645e847167c02d6098cec 1936 
cheesecutter_2.9+git20190611-1.dsc
 ccc3b340306517644cd512b298a74a890cc621455ebe7d69ea5eef8a82981b04 393826 
cheesecutter_2.9+git20190611.orig.tar.gz
 4d4763ab92af210b40709dee3684123354cc173062d4e51788846031a109a018 4776 
cheesecutter_2.9+git20190611-1.debian.tar.xz
 561724fad8f0bb4453ad191892371116b252fe2403043818049a20212ca30748 5619 
cheesecutter_2.9+git20190611-1_source.buildinfo
Files:
 fd1cdbaf60a629e1fcc691ad4a91dc96 1936 sound optional 
cheesecutter_2.9+git20190611-1.dsc
 aa15b00480eb6e2f274f08f951bc395f 393826 sound optional 
cheesecutter_2.9+git20190611.orig.tar.gz
 9a4f25d67a5daaa9b90512f0e3044da1 4776 sound optional 
cheesecutter_2.9+git20190611-1.debian.tar.xz
 add6315dd5c1e4369f049cd5d6079251 5619 sound optional 
cheesecutter_2.9+git20190611-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl0nFygACgkQweDZLphv
fH4d7g/+JJBl+VW78cAVHNXY+DGyMULs6dTYZyF9wau5Tbeaj8oon5KioG6YOEuq
5G3xEuEKc4SPRhaP1Q6yklTEacWcyUVT4Rm7iQXVb6O2hKXtXzlOu56qNFmrelXh
4MbDjJrl7QHXEpVcxQyRto1k17NmEOwCtcTEBIDzjTXFR3DVxSnB6e5t2L7xJzOc
KpCZD5+Wyrq+HKU4qGQ19HxpKohC8EYfxCD5NSEZYRRgBBungzAnB2B2ExBZgGlN
tkhdfFeWZPcBKN1dlAw+QPoxn+UJEJElabwY8ukDD5PzVJlRsoFO2SyXDZYTfOJJ
dxq8zrMBLHLtPRk3eP3m2NWNQJ2hTUpZlTcgq5F2luXoonMlxxiA0ZQ6vQeVlrbU
Q85X3NlSqr1uzFxK2rYJ8K4t8k3v/8dFhYQJ1yRokOAQyZNJeszTfj02oGZ6kRkG
Zfa5XYRNJK6mLNBgSCWHkAL7Jo3WGgw3XzDj/i0BSBNshn/ure/pn1EsKeYotFOi
0YHIlcvb6vIQUSlrOgWzdbvcQqQpzW40lQNvRgNKezYOYtOTESw1fFxeW70Vm9Wz
3yjKOOyrbQiyseMw3jBn3U5U+TnTdJhC6v1Mz/amGAkf4Y9E01FADzRmISgMLye7
4m6jTp8KQPNcQaWwO6QeeTogaxqMrAXzkKnK1EI51hb4QHpdUCs=
=2QO6
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to