Your message dated Fri, 18 Mar 2016 00:19:36 +0000
with message-id <e1agi8e-0000jw...@franck.debian.org>
and subject line Bug#818418: fixed in goldencheetah 3.3.0-2
has caused the Debian Bug report #818418,
regarding goldencheetah: FTBFS: redefinition of 'int DataFilterlex_destroy()'
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.)


-- 
818418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: goldencheetah
Version: 3.3.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT 
> -fPIC -DGC_VIDEO_VLC -DGC_VERSION=\"3.3.0RC1\" -DGC_HAVE_KQOAUTH 
> -DGC_HAVE_QWTPLOT3D -DGC_HAVE_KML -DGC_HAVE_ICAL -DGC_HAVE_LIBUSB 
> -DGC_HAVE_VLC -DQXT_STATIC -DGC_HAVE_SOAP -DQT_NO_DEBUG -DQT_SVG_LIB 
> -DQT_WEBKITWIDGETS_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_OPENGL_LIB 
> -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB 
> -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_SCRIPT_LIB 
> -DQT_CONCURRENT_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../qwt/src 
> -I../qxt/src -I../qtsolutions/json -I../qtsolutions/qwtcurve -I../kqoauth 
> -isystem /usr/include/qwtplot3d -isystem /usr/include -isystem 
> /usr/include/libical -isystem /usr/include -isystem /usr/include/vlc 
> -I../qtsolutions/soap -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem /us
> r/include/x86_64-linux-gnu/qt5/QtMultimediaWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtScript -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSerialPort -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o RideDB_lex.o 
> RideDB_lex.cpp
> lex.WithingsParser.c: In function 'int yy_get_next_buffer()':
> lex.WithingsParser.c:1229:44: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> lex.DataFilter.c: In function 'int yy_get_next_buffer()':
> lex.DataFilter.c:1483:44: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> DataFilter.l: In function 'int DataFilterlex_destroy()':
> DataFilter.l:105:5: error: redefinition of 'int DataFilterlex_destroy()'
>  #endif
>      ^
> lex.DataFilter.c:2128:5: note: 'int DataFilterlex_destroy()' previously 
> defined here
> Makefile:15206: recipe for target 'DataFilter_lex.o' failed
> make[2]: *** [DataFilter_lex.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> lex.JsonRideFile.c: In function 'int yy_get_next_buffer(yyscan_t)':
> lex.JsonRideFile.c:1559:47: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> JsonRideFile.l: In function 'int JsonRideFilelex_destroy(void*)':
> JsonRideFile.l:166:5: error: redefinition of 'int 
> JsonRideFilelex_destroy(void*)'
>  #endif
>      ^
> lex.JsonRideFile.c:2358:5: note: 'int JsonRideFilelex_destroy(yyscan_t)' 
> previously defined here
> lex.RideDB.c: In function 'int yy_get_next_buffer(yyscan_t)':
> lex.RideDB.c:1290:47: warning: comparison between signed and unsigned integer 
> expressions [-Wsign-compare]
> RideDB.l: In function 'int RideDBlex_destroy(void*)':
> RideDB.l:119:5: error: redefinition of 'int RideDBlex_destroy(void*)'
>  #endif
>      ^
> lex.RideDB.c:2089:5: note: 'int RideDBlex_destroy(yyscan_t)' previously 
> defined here
> Makefile:15209: recipe for target 'JsonRideFile_lex.o' failed
> make[2]: *** [JsonRideFile_lex.o] Error 1
> Makefile:15215: recipe for target 'RideDB_lex.o' failed
> make[2]: *** [RideDB_lex.o] Error 1
> JsonRideFile.y:313:12: warning: 'jsonFileReaderRegistered' defined but not 
> used [-Wunused-variable]
>  static int jsonFileReaderRegistered =
>             ^
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Makefile:130: recipe for target 'sub-src-make_first-ordered' failed
> make[1]: *** [sub-src-make_first-ordered] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build: make -j30 returned exit code 2
> debian/rules:20: recipe for target 'build' failed
> make: *** [build] Error 25
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> --------------------------------------------------------------------------------

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: goldencheetah
Source-Version: 3.3.0-2

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

Debian distribution maintenance software
pp.
KURASHIKI Satoru <lur...@gmail.com> (supplier of updated goldencheetah 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: SHA256

Format: 1.8
Date: Thu, 17 Mar 2016 20:21:04 +0900
Source: goldencheetah
Binary: goldencheetah
Architecture: source i386
Version: 3.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: KURASHIKI Satoru <lur...@gmail.com>
Changed-By: KURASHIKI Satoru <lur...@gmail.com>
Description:
 goldencheetah - set of analysis tools for cycling performance
Closes: 789172 818418
Changes:
 goldencheetah (3.3.0-2) unstable; urgency=medium
 .
   * Fix FTBFS misjudged flex version check (Closes: #818418)
   * Update package description. (Closes: #789172)
     - relocate its order of features.
     - update README.Debian to show libkml support.
   * Drop architecture support for armel and armhf.
     - cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816387
Checksums-Sha1:
 f75aa26058941be9aefe37cf23edef28c58e3646 2466 goldencheetah_3.3.0-2.dsc
 bea6eeca909c89f6103198eba209e2305af24fcc 51746838 
goldencheetah_3.3.0.orig.tar.gz
 4a96d38fb928ad26c4759addb594592d2cd8668a 75440 
goldencheetah_3.3.0-2.debian.tar.xz
 8ccd5d35a2a0cc11d729dfdda1f6d2b7ae764cd9 67030498 
goldencheetah-dbgsym_3.3.0-2_i386.deb
 3789e4e88dd96f120dce6d16ecce75b739d7fb95 11903866 
goldencheetah_3.3.0-2_i386.deb
Checksums-Sha256:
 20dd74ff79dc796632d05cb5faccbde36c3b17a087d9fd4f02baa292e375968c 2466 
goldencheetah_3.3.0-2.dsc
 958609ab875f0e3bf387d9babe2a89118f9559de910914cbfecad1c4f412ff27 51746838 
goldencheetah_3.3.0.orig.tar.gz
 2b3e60c3e6c01000d9f35c08140dadc491e60ce5c3f30537a30b2e54121b08c3 75440 
goldencheetah_3.3.0-2.debian.tar.xz
 63aa1190fd8f636f0481f8eb30e109709210348dd15da5327b3971164f5a8cf5 67030498 
goldencheetah-dbgsym_3.3.0-2_i386.deb
 59b661febee581835592e112d39003ee571bfc9e242884484b4e033e76e1e39c 11903866 
goldencheetah_3.3.0-2_i386.deb
Files:
 6c27b42ce837ea832794d7b3ec786729 2466 misc optional goldencheetah_3.3.0-2.dsc
 d2bb9d2a009086abd0a1c506973c5669 51746838 misc optional 
goldencheetah_3.3.0.orig.tar.gz
 b40d685ae7accaf2b11b572ca58d50c9 75440 misc optional 
goldencheetah_3.3.0-2.debian.tar.xz
 46d997953d30e7c9e054317b80d64877 67030498 debug extra 
goldencheetah-dbgsym_3.3.0-2_i386.deb
 ec35c178736325d1ce6187d36a03e92d 11903866 misc optional 
goldencheetah_3.3.0-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJW60IqAAoJENJ93hFAovETvvkQAIWr/0UjSaoJnlmHsE8yDn1W
JTojTPmafRfvERY5YjCOc3BC+gvuqif19RxFkp3T1Q7QGiB8jopBg1eDqhbwx4H3
ZA7TEKLUY0HXGsAfocE7d/hpIqMJbei3lG30SwOBjdNamCMJ8diVqBch9njsPe7N
fybY+BF2RGxa1pU7aTODfCp1fd0wtkwQQVLJkVpPBp1pp5k3JWrlg9OhsVMWgfxj
khcQtMXabP5rPqWFd2k/YWsCyuL1DkCXISIgJFGt/FgflM+QJ8JfmaRM4CfgRIXg
RV+5Nb9L65jzST102zxo4leHwq4gqvzswrkSYGH2oPkPWrmhECT+KNXIggfCqrum
1i6QO/KLn6RyxPxdjyGQF59fUH0bmR+9RjB4f+3ihoL5QaGSEjGRc6GrSU9UbxFZ
EMQVh514lXH8R59VLwbK0aokAhW4Bk49dEAzAEuMmp/JbMNGp0qirUSHbmNmj3ow
+3VslQkHMe67qwFVqCVEPCy7VzPCkAgvUUM6LOkDwVCQ830gKbK03SqESOP9PGWE
2rrUT2WBX8xAgMQBwNQervpwgiSSIN2m8lZXnpYyiEG10lTgpfNznWX9KLfQC8HS
n1TGXBVvUPiiGrO0Qd4UPCG8S/oaKtrsVGribVU4LBEssoMKSVY0+URlgvJ8FYpL
kvJJwAwT9FVw5Zo6qsep
=SC5B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to