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: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Paul Zander
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-12 10:34 UTC by Michael Egger
Modified: 2025-02-12 11:10 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