Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650150 - sys-libs/libcxxrt-0.0_p20170515: memory.cc:159:34: error: no type named 'size_t' in namespace 'std'; did you mean simply 'size_t'? (with clang/libcxx-6.0.0)
Summary: sys-libs/libcxxrt-0.0_p20170515: memory.cc:159:34: error: no type named 'size...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2018-03-10 22:14 UTC by Michał Górny
Modified: 2020-02-13 17:43 UTC (History)
2 users (show)

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


Attachments
sys-libs:libcxxrt-0.0_p20170515:20180310-221014.log (sys-libs:libcxxrt-0.0_p20170515:20180310-221014.log,3.62 KB, text/plain)
2018-03-10 22:14 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-10 22:14:17 UTC
Created attachment 523376 [details]
sys-libs:libcxxrt-0.0_p20170515:20180310-221014.log

memory.cc:159:34: error: no type named 'size_t' in namespace 'std'; did you mean simply 'size_t'?
void operator delete(void * ptr, std::size_t) NOEXCEPT
                                 ^~~~~~~~~~~
                                 size_t
/usr/include/stddef.h:54:18: note: 'size_t' declared here
typedef __size_t        size_t;
                        ^
memory.cc:166:36: error: no type named 'size_t' in namespace 'std'; did you mean simply 'size_t'?
void operator delete[](void * ptr, std::size_t) NOEXCEPT
                                   ^~~~~~~~~~~
                                   size_t
/usr/include/stddef.h:54:18: note: 'size_t' declared here
typedef __size_t        size_t;
                        ^
2 errors generated.
gmake: *** [Makefile:11: memory.So] Error 1
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-02-13 17:43:52 UTC
Package removed.