Your message dated Sun, 21 Aug 2016 10:23:01 +0000
with message-id <e1bbpu9-0004uc...@franck.debian.org>
and subject line Bug#818809: fixed in guiqwt 3.0.2-2
has caused the Debian Bug report #818809,
regarding guiqwt: FTBFS with libc 2.23: non-floating-point argument in call to
function '__builtin_isnan'
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.)
--
818809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: guiqwt
Version: 3.0.2-1
Severity: important
User: debian-gl...@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
...
> compiling C++ sources
> C compiler: c++ -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing
> -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC
>
> compile options: '-I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/usr/include/python2.7 -c'
> extra options: '-Wall'
> c++: src/scaler.cpp
> In file included from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
> from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
> from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
> from src/scaler.cpp:11:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
> warning: #warning "Using deprecated NumPy API, disable it by " "#defining
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
> #warning "Using deprecated NumPy API, disable it by " \
> ^
> src/scaler.cpp: In function 'bool scale_src_dst_interp(Params&, PixelScale&,
> Interp&)':
> src/scaler.cpp:418:45: warning: typedef 'Transform' locally defined but not
> used [-Wunused-local-typedefs]
> typedef typename Params::transform_type Transform;
> ^
> In file included from /usr/include/python2.7/pyport.h:325:0,
> from /usr/include/python2.7/Python.h:58,
> from src/scaler.cpp:8:
> src/scaler.cpp: In instantiation of 'void _scale_rgb(DEST&, Array2D<ST>&,
> const Scale&, const Trans&, int, int, int, int, Interpolation&) [with DEST =
> Array2D<unsigned int>; ST = long unsigned int; Scale = LutScale<long unsigned
> int, unsigned int>; Trans = XYTransform<Array1D<double> >; Interpolation =
> NearestInterpolation<long unsigned int, XYTransform<Array1D<double> > >]':
> src/scaler.cpp:423:15: required from 'bool scale_src_dst_interp(Params&,
> PixelScale&, Interp&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LutScale<long unsigned int, unsigned int>; Interp =
> NearestInterpolation<long unsigned int, XYTransform<Array1D<double> > >]'
> src/scaler.cpp:447:58: required from 'bool scale_src_dst(Params&,
> PixelScale&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LutScale<long unsigned int, unsigned int>]'
> src/scaler.cpp:501:42: required from 'bool scale_src_bw(Params&) [with
> Params = params<XYTransform<Array1D<double> > >; ST = long unsigned int]'
> src/scaler.cpp:560:38: required from 'PyObject* dispatch_source(Params&)
> [with Params = params<XYTransform<Array1D<double> > >; PyObject = _object]'
> src/scaler.cpp:641:48: required from here
> src/scaler.cpp:297:7: error: non-floating-point argument in call to function
> '__builtin_isnan'
> if (isnan(val)) {
> ^
> src/scaler.cpp: In instantiation of 'void _scale_rgb(DEST&, Array2D<ST>&,
> const Scale&, const Trans&, int, int, int, int, Interpolation&) [with DEST =
> Array2D<unsigned int>; ST = long unsigned int; Scale = LutScale<long unsigned
> int, unsigned int>; Trans = XYTransform<Array1D<double> >; Interpolation =
> SubSampleInterpolation<long unsigned int, XYTransform<Array1D<double> > >]':
> src/scaler.cpp:423:15: required from 'bool scale_src_dst_interp(Params&,
> PixelScale&, Interp&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LutScale<long unsigned int, unsigned int>; Interp =
> SubSampleInterpolation<long unsigned int, XYTransform<Array1D<double> > >]'
> src/scaler.cpp:453:56: required from 'bool scale_src_dst(Params&,
> PixelScale&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LutScale<long unsigned int, unsigned int>]'
> src/scaler.cpp:501:42: required from 'bool scale_src_bw(Params&) [with
> Params = params<XYTransform<Array1D<double> > >; ST = long unsigned int]'
> src/scaler.cpp:560:38: required from 'PyObject* dispatch_source(Params&)
> [with Params = params<XYTransform<Array1D<double> > >; PyObject = _object]'
> src/scaler.cpp:641:48: required from here
> src/scaler.cpp:297:7: error: non-floating-point argument in call to function
> '__builtin_isnan'
> src/scaler.cpp: In instantiation of 'void _scale_rgb(DEST&, Array2D<ST>&,
> const Scale&, const Trans&, int, int, int, int, Interpolation&) [with DEST =
> Array2D<unsigned int>; ST = long unsigned int; Scale = LutScale<long unsigned
> int, unsigned int>; Trans = XYTransform<Array1D<double> >; Interpolation =
> LinearInterpolation<long unsigned int, XYTransform<Array1D<double> > >]':
> src/scaler.cpp:423:15: required from 'bool scale_src_dst_interp(Params&,
> PixelScale&, Interp&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LutScale<long unsigned int, unsigned int>; Interp =
> LinearInterpolation<long unsigned int, XYTransform<Array1D<double> > >]'
> src/scaler.cpp:457:57: required from 'bool scale_src_dst(Params&,
> PixelScale&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LutScale<long unsigned int, unsigned int>]'
> src/scaler.cpp:501:42: required from 'bool scale_src_bw(Params&) [with
> Params = params<XYTransform<Array1D<double> > >; ST = long unsigned int]'
> src/scaler.cpp:560:38: required from 'PyObject* dispatch_source(Params&)
> [with Params = params<XYTransform<Array1D<double> > >; PyObject = _object]'
> src/scaler.cpp:641:48: required from here
> src/scaler.cpp:297:7: error: non-floating-point argument in call to function
> '__builtin_isnan'
> src/scaler.cpp: In instantiation of 'void _scale_rgb(DEST&, Array2D<ST>&,
> const Scale&, const Trans&, int, int, int, int, Interpolation&) [with DEST =
> Array2D<float>; ST = long unsigned int; Scale = LinearScale<long unsigned
> int, float>; Trans = XYTransform<Array1D<double> >; Interpolation =
> NearestInterpolation<long unsigned int, XYTransform<Array1D<double> > >]':
> src/scaler.cpp:423:15: required from 'bool scale_src_dst_interp(Params&,
> PixelScale&, Interp&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LinearScale<long unsigned int, float>; Interp =
> NearestInterpolation<long unsigned int, XYTransform<Array1D<double> > >]'
> src/scaler.cpp:447:58: required from 'bool scale_src_dst(Params&,
> PixelScale&) [with Params = params<XYTransform<Array1D<double> > >;
> PixelScale = LinearScale<long unsigned int, float>]'
> src/scaler.cpp:510:41: required from 'bool scale_src_bw(Params&) [with
> Params = params<XYTransform<Array1D<double> > >; ST = long unsigned int]'
> src/scaler.cpp:560:38: required from 'PyObject* dispatch_source(Params&)
> [with Params = params<XYTransform<Array1D<double> > >; PyObject = _object]'
> src/scaler.cpp:641:48: required from here
> src/scaler.cpp:297:7: error: non-floating-point argument in call to function
> '__builtin_isnan'
...
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: guiqwt
Source-Version: 3.0.2-2
We believe that the bug you reported is fixed in the latest version of
guiqwt, 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.
Picca Frédéric-Emmanuel <pi...@debian.org> (supplier of updated guiqwt 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: Sun, 21 Aug 2016 08:56:32 +0200
Source: guiqwt
Binary: python-guiqwt python3-guiqwt python-guiqwt-doc
Architecture: source
Version: 3.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Picca Frédéric-Emmanuel <pi...@debian.org>
Description:
python-guiqwt - efficient 2D data-plotting library - Python 2
python-guiqwt-doc - efficient 2D data-plotting library - Documentation
python3-guiqwt - efficient 2D data-plotting library - Python 3
Closes: 807605 818809
Changes:
guiqwt (3.0.2-2) unstable; urgency=medium
.
* Use cme to fix the packaging
* Update the Homepage
* debian/patches
+ 0001-make-the-build-reproducible-by-supporting-SOURCE_DAT.patch
thanks Chris Lamb for the patch (Closes: #807605)
+ 0002-fix-the-FTBFS-closes-818809.patch
thanks Logan Rosen and Pierre Raybaut for the patch (Closes: #818809)
Checksums-Sha1:
37e0931d40f4277f2d48579c67d0dc239c41bba7 2278 guiqwt_3.0.2-2.dsc
3a7c21240894b65b49839ddd84f99af768881b37 17244 guiqwt_3.0.2-2.debian.tar.xz
Checksums-Sha256:
2f26d1745b390c2be14631f84f3d7d8c5448741834bbeab3e40e62428109a199 2278
guiqwt_3.0.2-2.dsc
1f872817b34196c3377de331080d6402426071076d518819536b79ea6422fee9 17244
guiqwt_3.0.2-2.debian.tar.xz
Files:
41ec407eb86c441d5b7bb836f6076c3c 2278 science extra guiqwt_3.0.2-2.dsc
ab1fc97fe5c1fa7a2ad81ce6b49eab61 17244 science extra
guiqwt_3.0.2-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJXuXv1AAoJEFYykG9GluAVAC0QAIdXqpVSPnwNdF0JAqF5Yd3r
0b+L/IiSvviYIRPS6/gu3V1wSpUJG5vLMyxqU4vc7h1dEdpKW16W5l6FkjGjzta5
PzSjBLMoiAN2jonqlezo7LtbsAZdSa5FD3o5WSGEtn9vfycDH0UCotjSYZC/6cbe
Sez8nFI8mgRkWRwn7eyqaomei2z+BfOIXbzC0NGw54oeeF2EwhaaZoWloIyqe1ZY
tyx6uYK9Z6vkIkvInVDJ7ayggvaNYrGcREDK0IC1POZ1U0rmbGwOHq1pPm4kXrre
8o5E3gxEqKVu0/9jHhQpDfM9oCI/3gJXPaJvPYagh5EH/LaKmejNhvAiO0QJ1H8/
+ozhdvupmUOaC9sEU4+irrjYP1O7uXK17vTuq/v5FkbCUb2qXOk3QVVZ3RTnXXZU
yovVIdyZLvyPMglButxcz7pLBuMmdfjD42hPDKEBhNhR/LKLfGD0/o+xmBCNKrB3
W3LubPD09HKcmG1/sGX8pGpVmQ19ckHZb6GRTmisugKVs8krt3yhbpbZu2bFvDvn
5la3KR9pH4eTcDA3XkW/CusQ9qiGrutsQDIadrZougMH5p/DYU88bf+lQuwUXbJs
fp5VbNYSi3Qunta3yQNVzAPlM6nDzXaWUYl+UTcZSl4tvQypAv4kbwJ21qZaImZO
jI0g/sv9JNW6A0k1vAGG
=qSNT
-----END PGP SIGNATURE-----
--- End Message ---