Bug#925651: cheesecutter: ftbfs with GCC-9

Matthias Klose doko at debian.org
Wed Mar 27 19:44:24 GMT 2019


Package: src:cheesecutter
Version: 2.9+git20181112-2
Severity: normal
Tags: sid bullseye
User: debian-gcc at lists.debian.org
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 <gurkan at phys.ethz.ch>
 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



More information about the pkg-multimedia-maintainers mailing list