Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803020 - sys-devel/gcc-8.5.0: libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by x86_64-pc-linux-gnu-g++)
Summary: sys-devel/gcc-8.5.0: libstdc++.so.6: version `GLIBCXX_3.4.26' not found (requ...
Status: RESOLVED DUPLICATE of bug 761220
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-20 10:25 UTC by Samuel Bernardo
Modified: 2021-07-20 18:18 UTC (History)
0 users

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


Attachments
emerge.info (emerge.info,8.80 KB, text/plain)
2021-07-20 12:05 UTC, Samuel Bernardo
Details
emerge.pqv (emerge.pqv,542 bytes, text/plain)
2021-07-20 12:05 UTC, Samuel Bernardo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bernardo 2021-07-20 10:25:42 UTC
make[2]: Entering directory '/var/tmp/portage/sys-devel/gcc-8.5.0/work/build/libcc1'
/bin/bash ./libtool --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -std=gnu++98 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1  -I /var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/../include -I /var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/../libgcc -I ../gcc -I/var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/../gcc    -W -Wall  -fvisibility=hidden -pipe -march=native -O2 -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c -o findcomp.lo /var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/findcomp.cc
libtool: compile:  x86_64-pc-linux-gnu-g++ -std=gnu++98 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1 -I /var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/../include -I /var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/../libgcc -I ../gcc -I/var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/../gcc -W -Wall -fvisibility=hidden -pipe -march=native -O2 -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c /var/tmp/portage/sys-devel/gcc-8.5.0/work/gcc-8.5.0/libcc1/findcomp.cc  -fPIC -DPIC -o .libs/findcomp.o
x86_64-pc-linux-gnu-g++: /var/tmp/portage/sys-devel/gcc-8.5.0/work/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by x86_64-pc-linux-gnu-g++)
make[2]: *** [Makefile:501: findcomp.lo] Error 1
make[2]: Leaving directory '/var/tmp/portage/sys-devel/gcc-8.5.0/work/build/libcc1'
make[1]: *** [Makefile:14162: install-libcc1] Error 2
make[1]: Leaving directory '/var/tmp/portage/sys-devel/gcc-8.5.0/work/build'
make: *** [Makefile:2324: install] Error 2
Comment 1 Samuel Bernardo 2021-07-20 12:05:20 UTC
Created attachment 725278 [details]
emerge.info
Comment 2 Samuel Bernardo 2021-07-20 12:05:40 UTC
Created attachment 725281 [details]
emerge.pqv
Comment 3 Marco Scardovi (scardracs) 2021-07-20 16:18:12 UTC
Please post the full emerge --log too
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-20 18:18:09 UTC
> FEATURES=ccache 

That is probably bug #761220. You need to either disable ccache or set USE=static-c++ for ccache.

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