Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949649 - media-gfx/openvdb-11.0.0: [llvm] error: a template argument list is expected after a name prefixed by the template keyword
Summary: media-gfx/openvdb-11.0.0: [llvm] error: a template argument list is expected ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Paul Zander
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-02-12 10:34 UTC by Michael Egger
Modified: 2025-05-08 06:29 UTC (History)
2 users (show)

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


Attachments
emerge log (emerge.tar.gz,46.45 KB, application/gzip)
2025-02-12 10:34 UTC, Michael Egger
Details
emerge --info (emerge-info.txt,8.24 KB, text/plain)
2025-02-12 10:35 UTC, Michael Egger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Egger 2025-02-12 10:34:44 UTC
Created attachment 918805 [details]
emerge log

Emerging media-gfx/openvdb-11.0.0 fails on a llvm profile with clang 19:

/tmp/portage/media-gfx/openvdb-11.0.0/work/openvdb-11.0.0/openvdb/openvdb/../openvdb/tree/NodeManager.h:330:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  330 |                 OpT::template eval(mNodeOp, it);
      |                               ^
/tmp/portage/media-gfx/openvdb-11.0.0/work/openvdb-11.0.0/openvdb/openvdb/../openvdb/tree/NodeManager.h:350:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  350 |                 OpT::template eval(mNodeOp, it);
      |                               ^
/tmp/portage/media-gfx/openvdb-11.0.0/work/openvdb-11.0.0/openvdb/openvdb/../openvdb/tree/NodeManager.h:375:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  375 |                 OpT::template eval(*mNodeOp, it);
      |                               ^
Comment 1 Michael Egger 2025-02-12 10:35:06 UTC
Created attachment 918806 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-05-08 06:29:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30026dbff7043a9061e76cc827eca5891a6b8ce3

commit 30026dbff7043a9061e76cc827eca5891a6b8ce3
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2025-05-01 19:46:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-08 06:26:54 +0000

    media-gfx/openvdb: add 12.0.1
    
    Closes: https://bugs.gentoo.org/952522
    Closes: https://bugs.gentoo.org/949649
    Bug: https://bugs.gentoo.org/934813
    Closes: https://bugs.gentoo.org/928153
    Closes: https://bugs.gentoo.org/926205
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Part-of: https://github.com/gentoo/gentoo/pull/41967
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/openvdb/Manifest                         |   1 +
 ....0.0-fix-linking-of-vdb_tool-with-OpenEXR.patch |  26 +
 ...b-12.0.0-loosen-float-equality-tolerances.patch |  45 ++
 .../openvdb-12.0.0-remove-c-style-casts.patch      |  26 +
 media-gfx/openvdb/metadata.xml                     |   6 +
 media-gfx/openvdb/openvdb-12.0.1.ebuild            | 552 +++++++++++++++++++++
 profiles/arch/arm/package.use.mask                 |   5 +
 profiles/arch/arm64/package.use.mask               |   4 +
 profiles/arch/powerpc/ppc32/package.use.mask       |   1 +
 profiles/arch/powerpc/ppc64/package.use.mask       |   6 +
 profiles/arch/riscv/package.use.mask               |   6 +
 profiles/arch/x86/package.use.mask                 |   4 +
 profiles/features/big-endian/use.mask              |   4 +
 13 files changed, 686 insertions(+)