Your message dated Fri, 06 May 2016 10:34:42 +0000
with message-id <e1ayd5m-0007su...@franck.debian.org>
and subject line Bug#822469: fixed in asl 0.1.6-2
has caused the Debian Bug report #822469,
regarding asl: FTBFS: error: expected unqualified-id before 'sizeof'
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.)


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

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> [ 27%] Building CXX object 
> src/acl/CMakeFiles/aslacl.dir/Operators/aclGenericAtomicFunction.cxx.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/acl && /usr/bin/c++   
> -Daslacl_EXPORTS 
> -DvtkRenderingCore_AUTOINIT="2(vtkInteractionStyle,vtkRenderingFreeType)" 
> -I/usr/include/vtk-6.2 -I/usr/include/jsoncpp -I/usr/include/x86_64-linux-gnu 
> -I/usr/include/hdf5/openmpi 
> -I/usr/lib/openmpi/include/openmpi/opal/mca/event/libevent2021/libevent 
> -I/usr/lib/openmpi/include/openmpi/opal/mca/event/libevent2021/libevent/include
>  -I/usr/lib/openmpi/include -I/usr/lib/openmpi/include/openmpi 
> -I/usr/include/freetype2 -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/acl  
> -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2  -fpermissive  -O2 -g -DNDEBUG -fPIC   
> -std=gnu++11 -o 
> CMakeFiles/aslacl.dir/Operators/aclGenericAtomicFunction.cxx.o -c 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclGenericAtomicFunction.cxx
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp: In constructor 'cl::Sampler::Sampler(const 
> cl::Context&, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*)':
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:4522:21: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateSampler(
>                      ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context          /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:4522:21: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateSampler(
>                      ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context          /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:4527:19: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>              &error);
>                    ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context          /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp: In constructor 
> 'cl::CommandQueue::CommandQueue(cl_command_queue_properties, cl_int*)':
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:5382:25: warning: '_cl_command_queue* 
> clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>              object_ = ::clCreateCommandQueue(
>                          ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1359:1: note: declared here
>  clCreateCommandQueue(cl_context                     /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:5382:25: warning: '_cl_command_queue* 
> clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>              object_ = ::clCreateCommandQueue(
>                          ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1359:1: note: declared here
>  clCreateCommandQueue(cl_context                     /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:5383:56: warning: '_cl_command_queue* 
> clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>                  context(), device(), properties, &error);
>                                                         ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1359:1: note: declared here
>  clCreateCommandQueue(cl_context                     /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/../aclUtilities.h:27,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/aclElementFor.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp: In constructor 'cl::Sampler::Sampler(const 
> cl::Context&, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*)':
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:4522:21: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateSampler(
>                      ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp: In constructor 
> 'cl::CommandQueue::CommandQueue(const cl::Context&, 
> cl_command_queue_properties, cl_int*)':
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:5413:21: warning: '_cl_command_queue* 
> clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateCommandQueue(context(), devices[0](), 
> properties, &error);
>                      ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1359:1: note: declared here
>  clCreateCommandQueue(cl_context                     /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:5413:21: warning: '_cl_command_queue* 
> clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateCommandQueue(context(), devices[0](), 
> properties, &error);
>                      ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1359:1: note: declared here
>  clCreateCommandQueue(cl_context                     /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:5413:85: warning: '_cl_command_queue* 
> clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateCommandQueue(context(), devices[0](), 
> properties, &error);
>                                                                               
>        ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/Operators/aclElementConvert.cxx:25:
> /usr/include/CL/cl.h:1359:1: note: declared here
>  clCreateCommandQueue(cl_context                     /* context */,
>  ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/../aclUtilities.h:27,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/aclElementFor.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context          /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/../aclUtilities.h:27,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/aclElementFor.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:4522:21: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>          object_ = ::clCreateSampler(
>                      ^
> In file included from /usr/include/CL/opencl.h:42:0,
>                  from /<<PKGBUILDDIR>>/src/acl/cl.hpp:75,
>                  from /<<PKGBUILDDIR>>/src/aslUtilities.h:32,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/../aclUtilities.h:27,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/aclElementFor.cxx:25:
> /usr/include/CL/cl.h:1366:1: note: declared here
>  clCreateSampler(cl_context          /* context */,
>  ^
> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:32:0,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/../aclUtilities.h:27,
>                  from /<<PKGBUILDDIR>>/src/acl/Operators/aclElementFor.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/cl.hpp:4527:19: warning: '_cl_sampler* 
> clCreateSampler(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, 
> cl_int*)' is deprecated [-Wdeprecated-declarations]
>              &error);
>                    ^
...

> In file included from /<<PKGBUILDDIR>>/src/aslUtilities.h:34:0,
>                  from /<<PKGBUILDDIR>>/src/acl/aclUtilities.h:27,
>                  from 
> /<<PKGBUILDDIR>>/src/acl/aclMath/aclVectorOfElementsOperations.cxx:25:
> /<<PKGBUILDDIR>>/src/acl/acl.h: At global scope:
> /<<PKGBUILDDIR>>/src/acl/acl.h:239:11: error: expected unqualified-id before 
> 'sizeof'
>    Element isnan(Element a);
>            ^
> /<<PKGBUILDDIR>>/src/acl/acl.h:239:11: error: expected ')' before 'sizeof'
> In file included from /<<PKGBUILDDIR>>/src/math/../aslUtilities.h:32:0,
>   inline const AVec<int> floor(const AVec<> & a)

...

>                          ^
> /<<PKGBUILDDIR>>/src/math/aslVectorsDynamicLengthOperations.h: In function 
> 'const asl::AVec<int> asl::round(const asl::AVec<>&)':
> /<<PKGBUILDDIR>>/src/math/aslVectorsDynamicLengthOperations.h:381:13: error: 
> 'round' is not a member of 'std'
>     res[i] = std::round(a[i]);
>              ^
> /<<PKGBUILDDIR>>/src/math/aslVectorsDynamicLengthOperations.h:381:13: note: 
> suggested alternatives:
> In file included from /usr/include/features.h:361:0,
>                  from 
> /usr/include/x86_64-linux-gnu/c++/5/bits/os_defines.h:39,
>                  from 
> /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h:482,

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

--- End Message ---
--- Begin Message ---
Source: asl
Source-Version: 0.1.6-2

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

Debian distribution maintenance software
pp.
Ghislain Antony Vaillant <ghisv...@gmail.com> (supplier of updated asl 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, 05 May 2016 20:32:28 +0100
Source: asl
Binary: libasl0 libasl-dev libasl-doc
Architecture: source
Version: 0.1.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Ghislain Antony Vaillant <ghisv...@gmail.com>
Description:
 libasl-dev - multiphysics simulation software (development files)
 libasl-doc - multiphysics simulation software (documentation)
 libasl0    - multiphysics simulation software (shared libraries)
Closes: 822469
Changes:
 asl (0.1.6-2) unstable; urgency=medium
 .
   * d/gbp.conf: use recommended DEP-14 settings:
     - Change packaging branch to debian/master.
     - Use upstream tag format.
   * Drop -dbg package in favor of autogenerated -dbgsym.
   * Improve generation of -doc package:
     - Move doxygen to Build-Depends-Indep.
     - Use arch-indep targets to configure and install.
     - Install examples.
   * d/rules: do not set CMAKE_BUILD_TYPE explicitly.
   * d/rules: build examples and testsuite conditionally on nocheck.
   * d/rules: add missing maintainer flags.
   * Run cme fix on d/control:
     - Fix formatting, wrap and sort.
     - Drop versioned dependency on libvtk6-dev.
     - Use secure VCS-Git URI.
     - Bump standards version to 3.9.8, no changes required.
   * Cherry-pick upstream fix for FTBFS error.
     Thanks to Martin Michlmayr (Closes: 822469)
Checksums-Sha1:
 cbe812533f010e987959f7ea43e04a6fdd4d0895 2204 asl_0.1.6-2.dsc
 9e6909d0d1edf548b4fe3014e710aa3e50e4df26 16160 asl_0.1.6-2.debian.tar.xz
Checksums-Sha256:
 4cb11b8f6a1855b3bd138c837e2cf05d76060ecd70d2ae7f90aebcdea787d30f 2204 
asl_0.1.6-2.dsc
 62fe865257caa0b3cd17a14f0d6cbb7c148458faecdad5d644670552c9e0d8af 16160 
asl_0.1.6-2.debian.tar.xz
Files:
 e1d5b0f8278c44a5de1dd39311542f2f 2204 science optional asl_0.1.6-2.dsc
 6713ba0a309c96d9a86ca8c5b6b8dbc3 16160 science optional 
asl_0.1.6-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXLFA1AAoJEPNPCXROn13ZuhMP/iZBhLNKUoi846yVoxXPD05x
AcuXycgXvB33l9giFEhS6kFxJnv4629wDPh54DKbck+yQ9Ch/CPvyVtsrnExBqVt
tlj7JAbBuXqtvz54Aph4KwieCR9BMONzFdN/KaT3HDCuNNktRpGlqomFkdf2RWhH
7FJ3A/lrLOcZUFh1PALDtVKNFJyaBZWC3qZ5AyoXxjsozDdvCHZYAdY8+CFYwF9+
5pQwp5xdViQvekJkEsWGBm0s9GdZbHXcF/xwTlsJ3fQ33GY/gp/OBhdePBl+/v6G
p7X4Bvi+oN3r/OySmWZ4dLhhv1Z2KXg0fvgtw1usf+bQawo+vvjhOiCizshkJl92
ss0txfbWeEAunZf8G6DjD4A5HeE3+6SgCPY0j8rm7y6j68sJFirW3ygZh2XUlkiS
BDQyd4dEyHHgkMxRTQU/QfCX/Eon/GmF178QLkS+JmwJjjJYCQXyMO2Ziymmwwf/
Cd80AhaIk+75/Tv9xM2RMm0NBC68ZYUOeF8d9/041U4GWpz6VUqf7NyjRyWNU0Fz
t7UZCHbWhfr/R4i5Vx3bPDgCX2mjeSP4k+dqtJB3L4mQe3HfZW3ZKXXRacrBtMoT
IKx41UBD2g84OxErfOP27RBeP7Ym3wNQ7e0zItJCMOG6xaB0e6C0HREEBJ1enA7S
H5v1kqDBpRCbCsFpG3WI
=oFL6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to