Summary: | media-gfx/yafaray-3.5.1-r1 fails to compile: surface.h:118:19: error: no member named numeric_limits in namespace std | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Bernd <waebbl-gentoo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/YafaRay/libYafaRay/issues/9 https://github.com/gentoo/gentoo/pull/25150 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 408963 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
2022-01-10 19:17:43 UTC
Created attachment 761827 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: fatal: not a git repository (or any parent up to mount point /var/tmp) /var/tmp/portage/media-gfx/yafaray-3.5.1-r1/work/libYafaRay-3.5.1/include/core_api/surface.h:118:19: error: no member named 'numeric_limits' in namespace 'std' Seems to be clang specific. Just tested against gcc, where the build succeeds. Opened an issue upstream The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a523b10395f37bb6de358975d1a4da888f4ee9c3 commit a523b10395f37bb6de358975d1a4da888f4ee9c3 Author: Bernd Waibel <waebbl-gentoo@posteo.net> AuthorDate: 2022-04-22 06:32:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-23 01:21:32 +0000 media-gfx/yafaray: fix build with clang Closes: https://bugs.gentoo.org/830949 Bug: https://github.com/YafaRay/libYafaRay/issues/9 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/25150 Signed-off-by: Sam James <sam@gentoo.org> .../yafaray-3.5.1-add-missing-limits-header.patch | 21 +++++++++++++++++++++ media-gfx/yafaray/yafaray-3.5.1-r1.ebuild | 6 +++++- 2 files changed, 26 insertions(+), 1 deletion(-) |