Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831043 - media-gfx/openvdb: test fail - case TestStreamCompression.testPagedStreams
Summary: media-gfx/openvdb: test fail - case TestStreamCompression.testPagedStreams
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adrian
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 02:19 UTC by Yixun Lan
Modified: 2024-02-20 13:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build_9.0.0 log (build_9.0.0.log.xz,8.55 KB, text/plain)
2022-01-12 02:41 UTC, Yixun Lan
Details
emerge --info (emerge_info.txt,9.51 KB, text/plain)
2022-01-12 02:42 UTC, Yixun Lan
Details
build_8.2.0 log (build_8.2.0-r1.log.xz,7.80 KB, text/plain)
2022-01-12 02:42 UTC, Yixun Lan
Details
LastTest log (LastTest.log.xz,8.26 KB, text/plain)
2022-01-12 02:45 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2022-01-12 02:19:44 UTC
media-gfx/openvdb, both 8.2.0-r1 and 9.0.0 fail at vdb_unit_test
Comment 1 Yixun Lan archtester gentoo-dev 2022-01-12 02:41:50 UTC
Created attachment 761941 [details]
build_9.0.0 log
Comment 2 Yixun Lan archtester gentoo-dev 2022-01-12 02:42:03 UTC
Created attachment 761942 [details]
emerge --info
Comment 3 Yixun Lan archtester gentoo-dev 2022-01-12 02:42:21 UTC
Created attachment 761943 [details]
build_8.2.0 log
Comment 4 Yixun Lan archtester gentoo-dev 2022-01-12 02:45:43 UTC
Created attachment 761944 [details]
LastTest log

/var/tmp/portage/media-gfx/openvdb-9.0.0/work/openvdb-9.0.0_build/Testing/Temporary/LastTest.log
Comment 5 Larry the Git Cow gentoo-dev 2024-02-20 13:13:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec9ce46d4e4a91169d9985976f683d5106de67d

commit 9ec9ce46d4e4a91169d9985976f683d5106de67d
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2023-12-08 14:36:04 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-20 13:12:10 +0000

    media-gfx/openvdb: add 11.0.0
    
    Automatically detects working host compiler for CUDA.
    Automatically detects host CUDA arch, can be overridden by setting CUDAARCHS env var.
    
    Re-enabled ax requiring <=llvm-15.
    
    Modified NanoVDB.h so Blender can decern the NanoVDB version and include the correct header.
    
    Closes: https://bugs.gentoo.org/664796
    Closes: https://bugs.gentoo.org/686824
    Closes: https://bugs.gentoo.org/831043
    Closes: https://bugs.gentoo.org/833168
    Closes: https://bugs.gentoo.org/921246
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/34564
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-gfx/blender/blender-4.0.1.ebuild             |   1 +
 media-gfx/blender/blender-9999.ebuild              |   4 +
 .../blender/files/blender-4.0.1-openvdb-11.patch   |  73 ++++
 media-gfx/openvdb/Manifest                         |   1 +
 .../openvdb/files/openvdb-11.0.0-cmake_fixes.patch |  84 +++++
 .../files/openvdb-11.0.0-constexpr-version.patch   |  55 +++
 media-gfx/openvdb/metadata.xml                     |  10 +
 media-gfx/openvdb/openvdb-11.0.0.ebuild            | 368 +++++++++++++++++++++
 profiles/arch/riscv/package.use.mask               |   4 +
 profiles/base/package.use.mask                     |   2 +-
 10 files changed, 601 insertions(+), 1 deletion(-)