Your message dated Sat, 9 Jul 2016 22:34:53 +0200 with message-id <20160709203453.GD23933@gnuservers.com.ar> and subject line Re: Bug#818824: libksysguard: FTBFS with libc 2.23: 'isinf' was not declared in this scope has caused the Debian Bug report #818824, regarding libksysguard: FTBFS with libc 2.23: 'isinf' was not declared in this scope 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 owner@bugs.debian.org immediately.) -- 818824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818824 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: libksysguard: FTBFS with libc 2.23: 'isinf' was not declared in this scope
- From: Martin Michlmayr <tbm@hpe.com>
- Date: Sun, 20 Mar 2016 16:10:08 -0400
- Message-id: <20160320201008.GQ6643@jirafa.cyrius.com>
- In-reply-to: <20160319224314.23F1511FC3D@dl580gen9-02.hlinux>
- References: <20160319224314.23F1511FC3D@dl580gen9-02.hlinux>
Package: libksysguard Version: 4:5.4.3-1 Severity: important User: debian-glibc@lists.debian.org Usertags: 2.23 This package fails to build with libc6 2.23 (2.23-0experimental0 from experimental). > sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux ... > -gnu/qt5/QtWebKitWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -o CMakeFiles/processui.dir/ProcessModel.cpp.o -c /<<PKGBUILDDIR>>/processui/ProcessModel.cpp > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp: In member function 'void KSignalPlotterPrivate::recalculateMaxMinValueForSample(const QList<double>&, int)': > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:488:32: error: 'isinf' was not declared in this scope > if( !isinf(newValue) && !isnan(newValue) ) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:488:32: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:621:5: note: 'std::isinf' > isinf(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:488:52: error: 'isnan' was not declared in this scope > if( !isinf(newValue) && !isnan(newValue) ) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:488:52: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:641:5: note: 'std::isnan' > isnan(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:491:27: error: 'isnan' was not declared in this scope > if(isnan(mMinValue) || mMinValue > value) mMinValue = value; > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:491:27: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:641:5: note: 'std::isnan' > isnan(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:492:27: error: 'isnan' was not declared in this scope > if(isnan(mMaxValue) || mMaxValue < value) mMaxValue = value; > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:492:27: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:641:5: note: 'std::isnan' > isnan(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:499:29: error: 'isinf' was not declared in this scope > if( !isinf(value) && !isnan(value) ) { > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:499:29: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:621:5: note: 'std::isinf' > isinf(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:499:46: error: 'isnan' was not declared in this scope > if( !isinf(value) && !isnan(value) ) { > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:499:46: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:641:5: note: 'std::isnan' > isnan(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp: In member function 'void KSignalPlotterPrivate::calculateNiceRange()': > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:793:28: error: 'isnan' was not declared in this scope > if(!isnan(mMaxValue) && mMaxValue * 0.99 > max) //Allow max value to go very slightly over the given max, for rounding reasons > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:793:28: note: suggested alternative: > In file included from /usr/include/c++/5/random:38:0, > from /usr/include/c++/5/bits/stl_algo.h:66, > from /usr/include/c++/5/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.h:27, > from /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:29: > /usr/include/c++/5/cmath:641:5: note: 'std::isnan' > isnan(_Tp __x) > ^ > /<<PKGBUILDDIR>>/signalplotter/ksignalplotter.cpp:795:28: error: 'isnan' was not declared in this scope > if(!isnan(mMinValue) && mMinValue * 0.99 < min) { ... -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
- To: Martin Michlmayr <tbm@hpe.com>, 818824-done@bugs.debian.org
- Subject: Re: Bug#818824: libksysguard: FTBFS with libc 2.23: 'isinf' was not declared in this scope
- From: Maximiliano Curia <maxy@debian.org>
- Date: Sat, 9 Jul 2016 22:34:53 +0200
- Message-id: <20160709203453.GD23933@gnuservers.com.ar>
- In-reply-to: <20160320201008.GQ6643@jirafa.cyrius.com>
- References: <20160319224314.23F1511FC3D@dl580gen9-02.hlinux> <20160320201008.GQ6643@jirafa.cyrius.com>
Version: 4:5.6.4-1 ¡Hola Martin! El 2016-03-20 a las 16:10 -0400, Martin Michlmayr escribió:if( !isinf(newValue) && !isnan(newValue) )This issue was fixed upstream in the 5.6.0 release. Closing the issue. Happy hacking, -- "If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." -- Richard M. Stallman Saludos /\/\ /\ >< `/Attachment: signature.asc
Description: Digital signature
--- End Message ---