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

Bug 662524

Summary: www-client/chromium-68.0.3440.75 fails to emerge due to unknown type name in source file
Product: Gentoo Linux Reporter: Willard Dawson <wfdawson>
Component: Current packagesAssignee: Chromium Project <chromium>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge info
emerge -pqv
environment

Description Willard Dawson 2018-07-31 12:08:28 UTC
Created attachment 541854 [details]
build log

Error from build:

In file included from ../../media/base/subsample_entry.cc:5:
../../media/base/subsample_entry.h:38:5: error: unknown type name 'size_t'; did you mean '__gnu_cxx:
:size_t'?
    size_t input_size);
    ^~~~~~
    __gnu_cxx::size_t
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/ext/new_allocator.h:44:14: note: '__gnu_cxx::s
ize_t' declared here
  using std::size_t;
             ^
1 error generated.
ninja: build stopped: subcommand failed.
 * ERROR: www-client/chromium-68.0.3440.75::gentoo failed (compile phase):
Comment 1 Willard Dawson 2018-07-31 12:08:58 UTC
Created attachment 541856 [details]
emerge info
Comment 2 Willard Dawson 2018-07-31 12:09:23 UTC
Created attachment 541858 [details]
emerge -pqv
Comment 3 Willard Dawson 2018-07-31 12:09:48 UTC
Created attachment 541860 [details]
environment
Comment 4 Willard Dawson 2018-07-31 12:10:48 UTC
Also, this info was added by emerge after the build failure. Relevant?
* MemTotal:        8163544 kB
* SwapTotal:       1048572 kB
Comment 5 Mike Gilbert gentoo-dev 2018-07-31 17:13:51 UTC
Please try switching to gcc-7.3.0.
Comment 6 Mike Gilbert gentoo-dev 2018-07-31 17:21:35 UTC

*** This bug has been marked as a duplicate of bug 657472 ***