Your message dated Wed, 17 Mar 2010 01:52:37 +0200
with message-id <87d3z34yey....@jondo.cante.net>
and subject line Bug#560449 Close
has caused the Debian Bug report #560449,
regarding peercast: FTBFS: ../../core/common/sys.cpp:748: error: invalid
conversion from 'const char*' to 'char*'
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.)
--
560449: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560449
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: peercast
Version: 0.1218+svn20080104-1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> gcc -I../../core -I../../core/common -DENABLE_BINRELOC -pthread
> -D__cplusplus -D_UNIX -D_REENTRANT -g -Wall -O2 -fPIC -c
> ../../core/common/sys.cpp -o ../../core/common/sys.o
> In file included from ../../core/common/sys.cpp:24:
> ../../core/common/sys.h: In constructor 'WLock::WLock()':
> ../../core/common/sys.h:376: warning: missing braces around initializer for
> 'char [4]'
> In file included from ../../core/common/socket.h:25,
> from ../../core/common/sys.cpp:25:
> ../../core/common/stream.h: In constructor 'Stream::Stream()':
> ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be
> initialized after
> ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer'
> ../../core/common/stream.h:36: warning: when initialized here
> ../../core/common/stream.h: In member function 'short int
> Stream::readShort()':
> ../../core/common/stream.h:100: warning: statement has no effect
> ../../core/common/stream.h: In member function 'long int Stream::readLong()':
> ../../core/common/stream.h:107: warning: statement has no effect
> ../../core/common/stream.h: In member function 'int Stream::readInt24()':
> ../../core/common/stream.h:124: warning: statement has no effect
> ../../core/common/stream.h:125: warning: no return statement in function
> returning non-void
> ../../core/common/stream.h: In member function 'void Stream::writeShort(short
> int)':
> ../../core/common/stream.h:165: warning: statement has no effect
> ../../core/common/stream.h: In member function 'void Stream::writeLong(long
> int)':
> ../../core/common/stream.h:170: warning: statement has no effect
> ../../core/common/sys.cpp: In member function 'void
> String::UNKNOWN2UNICODE(const char*, bool)':
> ../../core/common/sys.cpp:395: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp:417: warning: suggest parentheses around '&&'
> within '||'
> ../../core/common/sys.cpp:417: warning: suggest parentheses around '&&'
> within '||'
> ../../core/common/sys.cpp:434: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void String::ASCII2HTML(const
> char*)':
> ../../core/common/sys.cpp:485: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void String::ASCII2ESC(const
> char*, bool)':
> ../../core/common/sys.cpp:508: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void String::HTML2ASCII(const
> char*)':
> ../../core/common/sys.cpp:533: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp:541: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void
> String::HTML2UNICODE(const char*)':
> ../../core/common/sys.cpp:564: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp:572: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void String::ESC2ASCII(const
> char*)':
> ../../core/common/sys.cpp:598: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void String::ASCII2META(const
> char*, bool)':
> ../../core/common/sys.cpp:626: warning: suggest parentheses around assignment
> used as truth value
> ../../core/common/sys.cpp: In member function 'void
> String::convertTo(String::TYPE)':
> ../../core/common/sys.cpp:653: warning: enumeration value 'T_UNICODE' not
> handled in switch
> ../../core/common/sys.cpp:653: warning: enumeration value 'T_UNICODESAFE' not
> handled in switch
> ../../core/common/sys.cpp:674: warning: enumeration value 'T_BASE64' not
> handled in switch
> ../../core/common/sys.cpp: In function 'char* getCGIarg(const char*, const
> char*)':
> ../../core/common/sys.cpp:748: error: invalid conversion from 'const char*'
> to 'char*'
> ../../core/common/gnutella.h: At global scope:
> ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used
> ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used
> ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used
> ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not
> used
> ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used
> ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used
> ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used
> ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not
> used
> ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not
> used
> ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used
> ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used
> ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not
> used
> ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not
> used
> ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not
> used
> ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not
> used
> ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not
> used
> ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not
> used
> ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used
> ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used
> ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used
> ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not
> used
> ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used
> ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not
> used
> ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used
> ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used
> ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used
> ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not
> used
> ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not
> used
> ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used
> ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used
> ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used
> ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not
> used
> ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used
> ../../core/common/sys.cpp:54: warning: 'base64table' defined but not used
> ../../core/common/sys.cpp:115: warning: 'char* util_base64_decode(char*)'
> defined but not used
> make[1]: *** [../../core/common/sys.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/12/10/peercast_0.1218+svn20080104-1.1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Reason for close:
http://packages.qa.debian.org/p/peercast/news/20100214T181833Z.html
--- End Message ---