Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662524 - www-client/chromium-68.0.3440.75 fails to emerge due to unknown type name in source file
Summary: www-client/chromium-68.0.3440.75 fails to emerge due to unknown type name in ...
Status: RESOLVED DUPLICATE of bug 657472
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-31 12:08 UTC by Willard Dawson
Modified: 2018-07-31 17:21 UTC (History)
0 users

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


Attachments
build log (build.log.gz,573.20 KB, application/x-gzip)
2018-07-31 12:08 UTC, Willard Dawson
Details
emerge info (emerge-info.txt,20.19 KB, text/plain)
2018-07-31 12:08 UTC, Willard Dawson
Details
emerge -pqv (emerge-pqv.txt,469 bytes, text/plain)
2018-07-31 12:09 UTC, Willard Dawson
Details
environment (environment.txt,201.07 KB, text/plain)
2018-07-31 12:09 UTC, Willard Dawson
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***