Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Suddenly gcc fails to compile anything...
Date: Sun, 05 Feb 2017 08:52:05
Message-Id: 20170205085139.GB14999@solfire
1 Hi,
2
3 after installing / updateing 122 package (first sync/update of the new
4 gentoo installation), gcc is no longer able to compile stuff
5 (according to configure) -- problem is always the same:
6
7 Thread model: posix
8 gcc version 5.4.0 (Gentoo 5.4.0-r3 p1.3, pie-0.6.5)
9 configure:3882: $? = 0
10 configure:3871: x86_64-pc-linux-gnu-gcc -V >&5
11 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
12 x86_64-pc-linux-gnu-gcc: fatal error: no input files
13 compilation terminated.
14 configure:3882: $? = 1
15 configure:3871: x86_64-pc-linux-gnu-gcc -qversion >&5
16 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
17 x86_64-pc-linux-gnu-gcc: fatal error: no input files
18 compilation terminated.
19
20
21 I have no idea, where this "-V' and '-qversion' results from...my
22 make.conf looks like this:
23 # These are the USE and USE_EXPAND flags that were used for
24 # buidling in addition to what is provided by the profile.
25 USE="bindist"
26 CPU_FLAGS_X86="mmx mmxext sse3"
27 PORTDIR="/usr/portage"
28 DISTDIR="${PORTDIR}/distfiles"
29 PKGDIR="${PORTDIR}/packages"
30
31 # mcc added initially
32 ACCEPT_KEYWORDS="~amd64"
33 MAKEOPT="-j7"
34 VIDEO_CARDS="nvidia"
35 NOCOLOR=true
36 INPUT_DEVICE=evdev
37 PORTAGE_ELOG_SYSTEM="save"
38 PORTAGE_ELOG_CLASSES="warn error info log qa"
39 FEATURES=splitdebug
40 PORTAGE_BZIP2_COMMAND="bzip2"
41
42 Cheers
43 Meino

Replies