Your message dated Sun, 15 Dec 2013 16:04:47 +0000
with message-id <1387123487.21292.24.camel@angel.local>
and subject line New version of package builds correctly
has caused the Debian Bug report #728631,
regarding libcsfml: FTBFS: Clock.cpp:62:30: error: 'class sf::Clock' has no
member named 'GetElapsedTime'
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.)
--
728631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcsfml
Version: 1.6-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131103 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Posibly due to API changes on the new libsfml package.
Relevant part (hopefully):
> g++ -o Clock.o -c Clock.cpp -W -Wall -pedantic -fPIC -Wno-unused -I../..
> -I../../../include -DNDEBUG -DCSFML_EXPORTS -O2
> In file included from Clock.cpp:30:0:
> Clock.cpp: In function 'float sfClock_GetTime(sfClock*)':
> Clock.cpp:62:30: error: 'class sf::Clock' has no member named 'GetElapsedTime'
> CSFML_CALL_RETURN(Clock, GetElapsedTime(), 0.f)
> ^
> ../../SFML/Internal.h:100:79: note: in definition of macro 'CSFML_CALL_RETURN'
> #define CSFML_CALL_RETURN(Object, Function, Default) return
> (Object->This.Function);
>
> ^
> Clock.cpp: In function 'void sfClock_Reset(sfClock*)':
> Clock.cpp:71:23: error: 'class sf::Clock' has no member named 'Reset'
> CSFML_CALL(Clock, Reset())
> ^
> ../../SFML/Internal.h:94:56: note: in definition of macro 'CSFML_CALL'
> #define CSFML_CALL(Object, Function) (Object->This.Function);
> ^
> Clock.cpp: In function 'float sfClock_GetTime(sfClock*)':
> Clock.cpp:63:1: warning: control reaches end of non-void function
> [-Wreturn-type]
> }
> ^
> make[3]: *** [Clock.o] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/11/03/libcsfml_1.6-1_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Version: 2.1-1
Thanks for the report, the libcsfml package now builds correctly with
the newly uploaded version.
James
--- End Message ---