Gentoo Archives: gentoo-user

From: Alan Grimes <alonzotg@×××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] GCC 10.1 SUCKS.
Date: Thu, 14 May 2020 15:16:12
Message-Id: 00926be7-f89a-e46a-5533-86e16ee50251@verizon.net
1 IMNSHO GCC 10-1 is the suckeyest pile of sucking suck that ever did
2 suck....
3
4 I am going to have to base my system on 9.3...
5
6 KDE really can't update itself, I really had to flog the living bleep
7 out of it to get it, and a lot of other stuff to settle down...
8
9 The configure phases for most of these packages are so monsterously
10 inefficient that I have to run dozens of builds concurently to get CPU
11 utilization out of the single digits... Okay, I have a high-end
12 processor rn but it's crazy watching the actual compile stages of
13 various packages only blip the histogram for a fraction of a second...
14
15 Here are some highlights from the fails that I consider "hard fails":
16
17 Dependency of libreoffice: Libetonyek 
18
19
20  -I/usr/include/libxml2  -DNDEBUG -DLIBETONYEK_VISIBILITY
21 -fvisibility=hidden -march=native -pipe -O3  -Wall -Wextra -Wshadow
22 -pedantic -Weffc++ -c -o
23 contexts/libetonyek_internal_la-IWORKLayoutElement.lo `test -f
24 'contexts/IWORKLayoutElement.cpp' || echo './'`context
25 s/IWORKLayoutElement.cpp
26 /bin/sh ../../libtool  --tag=CXX   --mode=compile
27 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. 
28 -DBOOST_SPIRIT_USE_PHOENIX_V3  -DLIBETONYEK_BUILD -I../../inc
29 -I../../src/lib/contexts   -I/usr/include/libxml2
30 -I/usr/include/mdds-1.5 -I/usr/include/librevenge-0.0
31  -I/usr/include/libxml2  -DNDEBUG -DLIBETONYEK_VISIBILITY
32 -fvisibility=hidden -march=native -pipe -O3  -Wall -Wextra -Wshadow
33 -pedantic -Weffc++ -c -o
34 contexts/libetonyek_internal_la-IWORKLineElement.lo `test -f
35 'contexts/IWORKLineElement.cpp' || echo './'`contexts/IW
36 ORKLineElement.cpp
37 NUM3Parser.cpp: In member function ‘virtual bool
38 libetonyek::NUM3Parser::parseDocument()’:
39 NUM3Parser.cpp:46:8: error: ‘for_each’ is not a member of ‘std’
40    46 |   std::for_each(sheetListRefs.begin(), sheetListRefs.end(),
41 std::bind(&NUM3Parser::parseSheet, this, std::placeholders::_1));
42       |        ^~~~~~~~
43
44 ################
45
46 Eigensux!!!
47
48 removed
49 '/var/tmp/portage/dev-cpp/eigen-3.3.7/work/eigen-3.3.7/cmake/FindLAPACK.cmake'
50  * Hardcoded definition(s) removed in CMakeLists.txt:
51  *    set(CMAKE_BUILD_TYPE "Release")
52  * Only gcc version(s) 4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 are
53 supported,
54  * of which none is installed
55
56
57
58
59
60
61 --
62 The vaccine is a LIE.
63
64 Powers are not rights.

Replies

Subject Author
Re: [gentoo-user] GCC 10.1 SUCKS. Sergei Trofimovich <slyfox@g.o>