Your message dated Sat, 23 Feb 2013 13:27:32 +0100
with message-id <[email protected]>
and subject line Re: Bug#701264: crawl: ftbfs with GCC-4.8
has caused the Debian Bug report #701264,
regarding crawl: ftbfs with GCC-4.8
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.)
--
701264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701264
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:crawl
Version: 2:0.10.3-3
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.8
The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.
debug.h:38:33: error: expected unqualified-id before 'void'
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/crawl_0.10.3-3_unstable_gcc48.log
The last lines of the build log are at the end of this report.
To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev
The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.
[...]
^
debug.h:38:33: error: expected unqualified-id before 'void'
# define COMPILE_CHECK(expr) ((void)sizeof(char[1 - 2*!(expr)]))
^
tilepick.cc:67:1: note: in expansion of macro 'COMPILE_CHECK'
COMPILE_CHECK(MAX_TERM_COLOUR - 1
^
debug.h:38:33: error: expected ')' before 'void'
# define COMPILE_CHECK(expr) ((void)sizeof(char[1 - 2*!(expr)]))
^
tilepick.cc:67:1: note: in expansion of macro 'COMPILE_CHECK'
COMPILE_CHECK(MAX_TERM_COLOUR - 1
^
debug.h:38:33: error: expected ')' before 'void'
# define COMPILE_CHECK(expr) ((void)sizeof(char[1 - 2*!(expr)]))
^
tilepick.cc:67:1: note: in expansion of macro 'COMPILE_CHECK'
COMPILE_CHECK(MAX_TERM_COLOUR - 1
^
debug.h:38:33: error: expected unqualified-id before 'void'
# define COMPILE_CHECK(expr) ((void)sizeof(char[1 - 2*!(expr)]))
^
tilepick.cc:69:1: note: in expansion of macro 'COMPILE_CHECK'
COMPILE_CHECK(MAX_TERM_COLOUR - 1
^
debug.h:38:33: error: expected ')' before 'void'
# define COMPILE_CHECK(expr) ((void)sizeof(char[1 - 2*!(expr)]))
^
tilepick.cc:69:1: note: in expansion of macro 'COMPILE_CHECK'
COMPILE_CHECK(MAX_TERM_COLOUR - 1
^
debug.h:38:33: error: expected ')' before 'void'
# define COMPILE_CHECK(expr) ((void)sizeof(char[1 - 2*!(expr)]))
^
tilepick.cc:69:1: note: in expansion of macro 'COMPILE_CHECK'
COMPILE_CHECK(MAX_TERM_COLOUR - 1
^
make[1]: *** [tilepick.o] Error 1
make[1]: *** Waiting for unfinished jobs....
libunix.cc: In function 'void console_startup()':
libunix.cc:393:39: warning: ignoring return value of 'ssize_t write(int, const
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
write(1, KPADAPP, strlen(KPADAPP));
^
libunix.cc: In function 'void console_shutdown()':
libunix.cc:443:39: warning: ignoring return value of 'ssize_t write(int, const
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
write(1, KPADCUR, strlen(KPADCUR));
^
make[1]: Leaving directory `/«PKGBUILDDIR»/build-console/source'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Version: 2:0.11.1-1
On Sat, Feb 23, 2013 at 11:20:24AM +0000, Matthias Klose wrote:
> The package fails to build in a test rebuild on at least amd64 with
> gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
> severity of this report may be raised before the jessie release.
>
> debug.h:38:33: error: expected unqualified-id before 'void'
This bug is already fixed in the version in experimental.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature
--- End Message ---