Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 830949

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 packagesAssignee: 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 gentoo-dev 2022-01-10 19:17:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/yafaray-3.5.1-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses CLANG as a compiler and LLD as a linker
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-10 19:17:45 UTC
Created attachment 761827 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-10 19:17:45 UTC
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'
Comment 3 Bernd 2022-01-11 06:47:48 UTC
Seems to be clang specific. Just tested against gcc, where the build succeeds.
Comment 4 Bernd 2022-01-18 06:51:58 UTC
Opened an issue upstream
Comment 5 Larry the Git Cow gentoo-dev 2022-04-23 01:21:43 UTC
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(-)