Your message dated Thu, 17 Aug 2017 23:19:28 +0000
with message-id <e1diu4w-0008x6...@fasolo.debian.org>
and subject line Bug#853408: fixed in funguloids 1.06-13
has caused the Debian Bug report #853408,
regarding funguloids: ftbfs with GCC-7
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.)


-- 
853408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853408
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:funguloids
Version: 1.06-12
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/funguloids_1.06-12_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpak.cpp:308:9: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    fread(files[f], 1, len, fpointer);

    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpak.cpp:310:9: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    fread(&offsets[f], sizeof(offsets[f]), 1, fpointer);

    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpak.cpp: In member function 'int MPAK_FILE::extract_file(const char*, const 
char*)':
mpak.cpp:540:8: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(buffer, 1, bytes_left, fin);

   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
game.cpp: In member function 'void GameApplication::endGame()':
game.cpp:255:61: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
   int place = hiscoreList.addName("zzz", mPlayer->getScore());

                                                             ^
mp3stream.cpp: In member function 'int MP3Stream::load(const string&)':
mp3stream.cpp:191:10: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
     fread( mMemoryFile.dataPtr, 1, size, fh);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
oggstream.cpp: In member function 'int OggStream::load(const string&)':
oggstream.cpp:129:10: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
     fread( mOggMemoryFile.dataPtr, 1, size, fh);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hiscore.cpp: In member function 'void HiscoreList::load(const String&)':
hiscore.cpp:163:8: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
   fread(&mList[f].score, sizeof(long), 1, fin);

   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hiscore.cpp:167:8: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
   fread(mList[f].name, NAME_LEN, 1, fin);

   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -I/usr/include/ois -pthread -I/usr/include/OGRE/Overlay -I/usr/include/OGRE 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -L/lib -Wl,-z,relro -Wl,-z,defs -Wl,-O1 
-Wl,--as-needed  -L/lib -L/lib -o funguloids funguloids-asteroid.o 
funguloids-ballworm.o funguloids-base.o funguloids-bground.o 
funguloids-blackhole.o funguloids-effects.o funguloids-fmodexsoundsystem.o 
funguloids-gamecamera.o funguloids-game.o funguloids-hiscore.o 
funguloids-input.o funguloids-main.o funguloids-menu.o 
funguloids-movingobject.o funguloids-mp3stream.o funguloids-mpak.o 
funguloids-mpakogre.o funguloids-mushroom.o funguloids-object.o 
funguloids-objectsystem.o funguloids-oggstream.o funguloids-ogreapp.o 
funguloids-ogrelistener.o funguloids-openalchannel.o 
funguloids-openalchannelgroup.o funguloids-openalsoundsystem.o 
funguloids-player.o funguloids-playlist.o funguloids-scriptsystem.o 
funguloids-streamplayer.o funguloids-tentacles.o funguloids-whirler
 .o -lOIS -lOgreOverlay -lOgreMain -lpthread  -lalut -lopenal -lopenal -lalut 
-lboost_system -llua5.1 -logg -lvorbis -lvorbisfile -lvorbisenc -lmad
funguloids-menu.o: In function `Menu::updateOptionsItem(int, bool)':
./src/menu.cpp:294: undefined reference to `Ogre::UTFString::operator 
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
>() const'
collect2: error: ld returned 1 exit status
Makefile:415: recipe for target 'funguloids' failed
make[2]: *** [funguloids] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:362: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: funguloids
Source-Version: 1.06-13

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated funguloids 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: Fri, 18 Aug 2017 00:18:07 +0200
Source: funguloids
Binary: funguloids funguloids-data
Architecture: source
Version: 1.06-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 funguloids - space-flying-mushroom-picking-simulator game
 funguloids-data - space-flying-mushroom-picking-simulator game (data files)
Closes: 827124 853408
Changes:
 funguloids (1.06-13) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 4.0.1.
   * Switch to compat level 10.
   * Drop deprecated menu file and xpm icon.
   * debian/rules: Make the build reproducible.
     Thanks to Reiner Herrmann for the report and patch. (Closes: #827124)
   * Rebuild funguloids against the latest version of Ogre to fix the FTBFS.
     (Closes: #853408)
   * Clarify ConvertUTF license and link to upstream's DFSG-free license.
   * Override Lintian error about non-free ConvertUTF license.
Checksums-Sha1:
 20185e067f90c671994b3d666d9ef37dff066707 2374 funguloids_1.06-13.dsc
 f532860fa599cf84ebf12d6e9c7ee066c1c06627 15368 funguloids_1.06-13.debian.tar.xz
 f1cb2cd4b35132553c23b3a759b88ce62fd6283e 9217 
funguloids_1.06-13_amd64.buildinfo
Checksums-Sha256:
 d37b53b01b6a68d56755cd57780412de7f50622698650d61929721e28bdf1f65 2374 
funguloids_1.06-13.dsc
 d90ce377f5f0cdf29853884ce29fde63886a11f5c64ef6ebb9bbfb231971de4f 15368 
funguloids_1.06-13.debian.tar.xz
 047c68877cb42eaa8c32e259fa8942c51e7cc48c3c2af78cdd33c881d8d35ede 9217 
funguloids_1.06-13_amd64.buildinfo
Files:
 97ddcadfdccd555c4a711cff8fc5e708 2374 games extra funguloids_1.06-13.dsc
 3281cd486fc932af605588935858d0c6 15368 games extra 
funguloids_1.06-13.debian.tar.xz
 e985aebc87dbfd5a89023074b0ea36ca 9217 games extra 
funguloids_1.06-13_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlmWIHBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hkx9UP/jQlsfk6kd3ZRFe0w5dxjnUs5L03Bbc/TP3E
//lo5DQunxg0GTCQhP0PRHhPfiU+5g7nOUDzbgu6E6aTy3I/UW7szUuke1faE+9D
bC4gwv+8G8Jyyh7gRo5b/flKLFprwYYbOyQ31AQG06pPD/PjjLrYplTYHfnTUcny
Fr9Dr9yhVtOi8jOzlP6Ed3WczLwn2UfQiobn+jVrH5+832tkKpBWJPUhVt91HoH+
AWyIxUJg0nQRDISHOnYmdjMFcRkwt5LZV5S9UxOdWCHZNPXhFzE7TvL23ZHQK6m1
fPYlSeobD9WWptLBA2BGDd+gqhzzWHX/kpqqDLkxd5IT2ewKt7nR8AiYuIKWgxvK
M2YTamez7SZmJri1dPhLiofWxqv//yw/irQ3k2NyBSMGJ8gI1VOoH/lycri/YSOK
brMAHV5iRZOIrCg4KasnmnDvksr1AA9uJGwLQO/tDspG+NFJNKnOr/0edDEIGRhH
9h8p8rarkYMyMtRjNUqwOBIH98QxLNNhIDAfQMqgE3msD3LTFKepGtgaV+gEBHWm
A79yag0CIyZYB2uI8UXUsLmNlFAEl00joRDMT6SVlcYxE6wkCu/B85mARUTrSLhx
otrp7mqH6ygbfinv5amcboDfH9N0MUov169d2B4dzHCsEK1AUWMxeIu8Y/fblr4k
skt3HdT0
=hC1/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to