Gentoo Archives: gentoo-user

From: Quico Jurado <quico.jurado@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge error for dev-lisp/clisp-2.49-r9
Date: Sun, 14 Jan 2018 20:39:59
Message-Id: CANECUxpZAL2QJNm2Vvm=SZHePHA8GQL9JVXYOm7d3vhZRaGvZg@mail.gmail.com
1 Hello,
2
3 After doing doing the upgrade to my 17.0 profile
4 (`default/linux/amd64/17.0/desktop'), and recompiling all my packages I ran
5 into a problem while installing clisp. Basically is bailing out on the
6 configure stage, this is the relevant output of the configure script
7 (suppressed some output to reduce the noise):
8
9 gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)
10 configure:3901: $? = 0
11 configure:3890: gcc -V >&5
12 gcc: error: unrecognized command line option '-V'
13 gcc: fatal error: no input files
14 compilation terminated.
15 configure:3901: $? = 1
16 configure:3890: gcc -qversion >&5
17 gcc: error: unrecognized command line option '-qversion'; did you mean '--v
18 ersion'?
19 gcc: fatal error: no input files
20 compilation terminated.
21 configure:3901: $? = 1
22 configure:3921: checking whether the C compiler works
23 configure:3943: gcc -march=native -O2 -pipe -fno-pie -Wa,--noexecstack
24 -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
25 configure:3947: $? = 0
26 configure:3996: result: yes
27 ...
28 configure:4062: checking whether we are cross compiling
29 configure:4070: gcc -o conftest -march=native -O2 -pipe -fno-pie
30 -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c
31 >&5
32 /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld:
33 /var/tmp/portage/dev-lisp/clisp-2.49-r9/temp/ccPeB6Vb.o: relocation
34 R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared
35 object; recompile with -fPIC
36 /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld:
37 final link failed: Nonrepresentable section on output
38 collect2: error: ld returned 1 exit status
39 configure:4074: $? = 1
40 configure:4081: ./conftest
41 configure: line 4083: ./conftest: No such file or directory
42 configure:4085: $? = 127
43 ...
44 configure:4096: error: cannot run C compiled programs.
45 If you meant to cross compile, use `--host'.
46
47 Any help to work this out is much appreciated.
48
49 Thanks,

Replies

Subject Author
Re: [gentoo-user] emerge error for dev-lisp/clisp-2.49-r9 Corbin Bird <corbinbird@×××××××.net>