[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#970271: marked as done (blender: Change compile to -std=c++14)



Your message dated Mon, 14 Sep 2020 09:03:48 +0000
with message-id <E1kHkOq-0006QN-87@fasolo.debian.org>
and subject line Bug#970271: fixed in blender 2.83.5+dfsg-2
has caused the Debian Bug report #970271,
regarding blender: Change compile to -std=c++14
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.)


-- 
970271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970271
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: openvdb
Version: 7.1.0-2

Upload of openvdb 7.1.0 breaks compilation of blender as seen on
buildds amd64|i386:

cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/source/blender/makesrna/intern
&& /usr/bin/cc -DGLEW_NO_GLU -DWITH_ASSERT_ABORT -DWITH_AUDASPACE
-DWITH_BULLET -DWITH_CINEON -DWITH_COLLADA -DWITH_CYCLES -DWITH_DDS
-DWITH_FFMPEG -DWITH_FFTW3 -DWITH_FLUID -DWITH_FREESTYLE
-DWITH_GL_PROFILE_CORE -DWITH_HDR -DWITH_INPUT_NDOF
-DWITH_INTERNATIONAL -DWITH_JACK -DWITH_OCEANSIM -DWITH_OPENAL
-DWITH_OPENEXR -DWITH_OPENGL -DWITH_OPENIMAGEIO -DWITH_OPENJPEG
-DWITH_OPENSUBDIV -DWITH_OPENVDB -DWITH_OPENVDB_BLOSC -DWITH_PYTHON
-DWITH_SDL -DWITH_TIFF -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-D_LARGEFILE_SOURCE -D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__
-I/<<PKGBUILDDIR>>/source/blender/makesrna/intern
-I/<<PKGBUILDDIR>>/source/blender/makesrna
-I/<<PKGBUILDDIR>>/source/blender/blenfont
-I/<<PKGBUILDDIR>>/source/blender/blenkernel
-I/<<PKGBUILDDIR>>/source/blender/blenlib
-I/<<PKGBUILDDIR>>/source/blender/blentranslation
-I/<<PKGBUILDDIR>>/source/blender/bmesh
-I/<<PKGBUILDDIR>>/source/blender/depsgraph
-I/<<PKGBUILDDIR>>/source/blender/draw
-I/<<PKGBUILDDIR>>/source/blender/gpu
-I/<<PKGBUILDDIR>>/source/blender/ikplugin
-I/<<PKGBUILDDIR>>/source/blender/imbuf
-I/<<PKGBUILDDIR>>/source/blender/makesdna
-I/<<PKGBUILDDIR>>/source/blender/nodes
-I/<<PKGBUILDDIR>>/source/blender/physics
-I/<<PKGBUILDDIR>>/source/blender/windowmanager
-I/<<PKGBUILDDIR>>/source/blender/editors/include
-I/<<PKGBUILDDIR>>/source/blender/render/extern/include
-I/<<PKGBUILDDIR>>/intern/cycles/blender
-I/<<PKGBUILDDIR>>/intern/atomic -I/<<PKGBUILDDIR>>/intern/glew-mx
-I/<<PKGBUILDDIR>>/intern/guardedalloc
-I/<<PKGBUILDDIR>>/intern/memutil
-I/<<PKGBUILDDIR>>/intern/mantaflow/extern
-I/<<PKGBUILDDIR>>/intern/clog
-I/<<PKGBUILDDIR>>/source/blender/blenloader
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/source/blender/makesdna/intern
-I/<<PKGBUILDDIR>>/source/blender/python
-I/<<PKGBUILDDIR>>/intern/ffmpeg -I/<<PKGBUILDDIR>>/intern/rigidbody
-I/<<PKGBUILDDIR>>/source/blender/freestyle
-I/<<PKGBUILDDIR>>/intern/opensubdiv -isystem
/<<PKGBUILDDIR>>/extern/audaspace/bindings/C -isystem
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/extern/audaspace -Wall
-Wcast-align -Werror=implicit-function-declaration -Werror=return-type
-Werror=vla -Wstrict-prototypes -Wmissing-prototypes
-Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith
-Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self
-Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits
-Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value
-Wuninitialized -Wredundant-decls -Wshadow
-Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -fuse-ld=gold -fopenmp -std=gnu11   -msse -pipe -fPIC
-funsigned-char -fno-strict-aliasing -msse2
-Werror=implicit-function-declaration -Wno-missing-prototypes -o
CMakeFiles/bf_rna.dir/rna_scene_gen.c.o -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/source/blender/makesrna/intern/rna_scene_gen.c
In file included from
/<<PKGBUILDDIR>>/source/blender/blenkernel/intern/volume.cc:68:
/usr/include/openvdb/points/PointDataGrid.h: In member function
‘openvdb::v7_1::points::AttributeSet::UniquePtr
openvdb::v7_1::points::PointDataLeafNode<T,
Log2Dim>::stealAttributeSet()’:
/usr/include/openvdb/points/PointDataGrid.h:751:40: error:
‘make_unique’ is not a member of ‘std’
  751 |     AttributeSet::UniquePtr ptr = std::make_unique<AttributeSet>();
      |                                        ^~~~~~~~~~~
/usr/include/openvdb/points/PointDataGrid.h:751:40: note:
‘std::make_unique’ is only available from C++14 onwards
/usr/include/openvdb/points/PointDataGrid.h:751:64: error: expected
primary-expression before ‘>’ token
  751 |     AttributeSet::UniquePtr ptr = std::make_unique<AttributeSet>();
      |                                                                ^
/usr/include/openvdb/points/PointDataGrid.h:751:66: error: expected
primary-expression before ‘)’ token
  751 |     AttributeSet::UniquePtr ptr = std::make_unique<AttributeSet>();
      |


ref:
* https://buildd.debian.org/status/fetch.php?pkg=blender&arch=amd64&ver=2.83.5%2Bdfsg-1%2Bb1&stamp=1599809838&raw=0

--- End Message ---
--- Begin Message ---
Source: blender
Source-Version: 2.83.5+dfsg-2
Done: Mathieu Malaterre <malat@debian.org>

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

Debian distribution maintenance software
pp.
Mathieu Malaterre <malat@debian.org> (supplier of updated blender 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 14 Sep 2020 10:44:01 +0200
Source: blender
Architecture: source
Version: 2.83.5+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Mathieu Malaterre <malat@debian.org>
Closes: 970271
Changes:
 blender (2.83.5+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   * d/patches: Fix compilation with OpenVDB. Closes: #970271
Checksums-Sha1:
 a02a566dc641f03475d79864b40ad72621f5d383 2945 blender_2.83.5+dfsg-2.dsc
 47f3d98d7ef91040c67752f741c84ddafff7d566 33796 blender_2.83.5+dfsg-2.debian.tar.xz
 49ecc485fb4318fef48612fa9fc4eae462cfd090 22176 blender_2.83.5+dfsg-2_source.buildinfo
Checksums-Sha256:
 001b48900df5741b184258e6c1e8be5eccc695e651e03ea617f7c6d8e5ee9112 2945 blender_2.83.5+dfsg-2.dsc
 f471249deb981de2f452739840a108e5fce78991b8b2d54211f45bc47ef99394 33796 blender_2.83.5+dfsg-2.debian.tar.xz
 a9427a44db1378f259b481b12423cefe20c5d6ce603e81f6275f1adf8e604b63 22176 blender_2.83.5+dfsg-2_source.buildinfo
Files:
 e536630496a47928be4dca029e64c4a4 2945 graphics optional blender_2.83.5+dfsg-2.dsc
 2aa7e6d78f9d56749758396f79c23e88 33796 graphics optional blender_2.83.5+dfsg-2.debian.tar.xz
 b7b90673602e263110640ea451acbfd4 22176 graphics optional blender_2.83.5+dfsg-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEaTNn/67NjqrNHwY7AXHhgorgk0UFAl9fLkkRHG1hbGF0QGRl
Ymlhbi5vcmcACgkQAXHhgorgk0XKhw//V1VbCbPJSQYYkqVobwmff2fRXjo4P17f
bJ/IMw02eq/KBS8f8FlcGLBlAKNCN0OpvaVZPf97PqN6Sg75XG+vokfdeoeD2S4E
l3GhL9uSveGWmA2bT4RkDxG3cG8imrApHc0gLf8aeEXHX+icf2wIBfba+2PCVk3l
ZWJvn+XrzusoBCTmFoyZzTuuuG6tAi4GXR9dNk9tlooG2z4ly3UUu6ZJoHt3k/38
XHdlindUTzxZvudCJIPwWhHFcaeocRiErIIVE5igUCEHuRKM51Lk43EL9SE1Y+q2
sNETO1i26IXIHV7bbhWSTdKXJQCAn112CEqMq6o36GD82rzHpip7Tlni94//3aZ/
JC+0O+EEPLvLCT6g3AFvVfn4wT3U7TwpuMyfsWV9SuCaZoEL7NuN1Ym9xhGSNkgS
ckkxwtIQph3LCIzh8LeTmqYmMXVUUnnEDp9xrEALwHg+27Pue4OnyvApqMm2GC96
Vdd7zrZgr6Yj/8oDOoDdPemqK6M9EQabwfVCBgRGOo9VIq7j9XWmqIgjF0cy51JJ
vGXayrpI9b8Ax4dI7RY/spPJtosiMILclT/ORE6xaOFAEhg6fOF6SeQ34YB5ke9L
VJ9NL5vdK1ckEKgMzgChQUWVMNhi4KuEfTrOvZ0y//OW8cQQr1gcMdATz2ptLACC
eEQdJRLIE24=
=jB32
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: