hi, thank you reporting this.

With quick survey, it is introduced by recent flex update from 2.5.39 -> 2.6.
(GC's flex version checking should be patched, maybe able to
cherry-pick from upstream)

it will be fixed soon.

regards,


On Thu, Mar 17, 2016 at 7:20 AM, Martin Michlmayr <t...@hpe.com> wrote:
> 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



-- 
KURASHIKI Satoru

Reply via email to