Your message dated Sat, 20 Jul 2013 10:04:41 +0000
with message-id <e1v0u1p-0005cd...@franck.debian.org>
and subject line Bug#717164: Removed package(s) from unstable
has caused the Debian Bug report #701267,
regarding dancer-ircd: 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 ow...@bugs.debian.org
immediately.)
--
701267: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701267
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dancer-ircd
Version: 1.0.36-8.1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
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.
channel.c:564:80: error: unused parameter 'was_kicked'
[-Werror=unused-parameter]
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/dancer-ircd_1.0.36-8.1_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.
[...]
make[2]: Leaving directory `/«PKGBUILDDIR»/autoconf'
Making all in build-misc
make[2]: Entering directory `/«PKGBUILDDIR»/build-misc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/«PKGBUILDDIR»/build-misc'
Making all in include
make[2]: Entering directory `/«PKGBUILDDIR»/include'
/usr/bin/make all-am
make[3]: Entering directory `/«PKGBUILDDIR»/include'
make[3]: Leaving directory `/«PKGBUILDDIR»/include'
make[2]: Leaving directory `/«PKGBUILDDIR»/include'
Making all in src
make[2]: Entering directory `/«PKGBUILDDIR»/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DPREFIX="\"/usr\""
-g3 -O2 -pedantic-errors -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual
-Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -W -Wno-unused -Wmissing-noreturn -Wundef -Wpacked
-Wnested-externs -Wbad-function-cast -Wunused-function -Wunused-label
-Wunused-value -Wunused-variable -Wredundant-decls -Wfloat-equal -std=gnu9x
-Werror -O2 -MT ircd.o -MD -MP -MF ".deps/ircd.Tpo" -c -o ircd.o ircd.c; \
then mv -f ".deps/ircd.Tpo" ".deps/ircd.Po"; else rm -f
".deps/ircd.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DPREFIX="\"/usr\""
-g3 -O2 -pedantic-errors -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual
-Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -W -Wno-unused -Wmissing-noreturn -Wundef -Wpacked
-Wnested-externs -Wbad-function-cast -Wunused-function -Wunused-label
-Wunused-value -Wunused-variable -Wredundant-decls -Wfloat-equal -std=gnu9x
-Werror -O2 -MT blalloc.o -MD -MP -MF ".deps/blalloc.Tpo" -c -o blalloc.o
blalloc.c; \
then mv -f ".deps/blalloc.Tpo" ".deps/blalloc.Po"; else rm -f
".deps/blalloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DPREFIX="\"/usr\""
-g3 -O2 -pedantic-errors -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual
-Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -W -Wno-unused -Wmissing-noreturn -Wundef -Wpacked
-Wnested-externs -Wbad-function-cast -Wunused-function -Wunused-label
-Wunused-value -Wunused-variable -Wredundant-decls -Wfloat-equal -std=gnu9x
-Werror -O2 -MT channel.o -MD -MP -MF ".deps/channel.Tpo" -c -o channel.o
channel.c; \
then mv -f ".deps/channel.Tpo" ".deps/channel.Po"; else rm -f
".deps/channel.Tpo"; exit 1; fi
channel.c: In function 'remove_user_from_channel':
channel.c:564:80: error: unused parameter 'was_kicked'
[-Werror=unused-parameter]
void remove_user_from_channel(struct Client *sptr,struct Channel *chptr,int
was_kicked)
^
channel.c: In function 'clear_bans_exceptions_denies':
channel.c:3200:57: error: unused parameter 'sptr' [-Werror=unused-parameter]
static void clear_bans_exceptions_denies(struct Client *sptr, struct Channel
*chptr)
^
channel.c: In function 'count_channels':
channel.c:4537:39: error: unused parameter 'sptr' [-Werror=unused-parameter]
int count_channels(struct Client *sptr)
^
channel.c: In function 'm_invite':
channel.c:4820:33: error: unused parameter 'cptr' [-Werror=unused-parameter]
int m_invite(struct Client *cptr,
^
channel.c: In function 'm_names':
channel.c:4967:28: error: unused parameter 'cptr' [-Werror=unused-parameter]
int m_names(struct Client *cptr,
^
channel.c: In function 'sjoin_sendit':
channel.c:5215:42: error: unused parameter 'sptr' [-Werror=unused-parameter]
struct Client *sptr,
^
cc1: all warnings being treated as errors
make[2]: *** [channel.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [src/dancer-ircd] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Version: 1.0.36-8.1+rm
Dear submitter,
as the package dancer-ircd has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/717164
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---