Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Building a new root for my Gentoo: Permission denied?
Date: Mon, 13 Feb 2017 03:43:11
Message-Id: 20170213034257.GB22836@solfire
1 Hi,
2
3 got a mysterious error message this morning (still building a new
4 root...)
5
6 One of the updates was gnutls:
7 It ends with:
8 ...
9 checking for i686-pc-linux-gnu-pkg-config... /usr/bin/i686-pc-linux-gnu-pkg-config
10 checking pkg-config is at least version 0.9.0... /var/tmp/portage/net-libs/gnutls-3.5.9/work/gnutls-3.5.9/configure: line 5020: /usr/bin/i686-pc-linux-gnu-pkg-config: Permission denied
11 no
12 checking for i686-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc -m32
13 checking whether the C compiler works... yes
14 checking for C compiler default output file name... a.out
15 checking for suffix of executables...
16 checking whether we are cross compiling... configure: error: in `/var/tmp/portage/net-libs/gnutls-3.5.9/work/gnutls-3.5.9-abi_x86_32.x86':
17 configure: error: cannot run C compiled programs.
18 If you meant to cross compile, use `--host'.
19 See `config.log' for more details
20 ...
21
22 I tried:
23 computer# ldd /usr/bin/i686-pc-linux-gnu-pkg-config
24 not a dynamic executable
25 computer# /usr/bin/i686-pc-linux-gnu-pkg-config
26 zsh: permission denied: /usr/bin/i686-pc-linux-gnu-pkg-config
27
28 computer# file /usr/bin/i686-pc-linux-gnu-pkg-config
29 /usr/bin/i686-pc-linux-gnu-pkg-config: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, stripped, with debug_info
30
31 I choosed multilib right from the beginning of this adventure ...
32
33 How can I check, whether the problem is caysed by gnutls or by the
34 system setup (regarding 32bit)?
35
36 Cheers
37 Meino

Replies

Subject Author
Re: [gentoo-user] Building a new root for my Gentoo: Permission denied? Hogren <hogren@×××××.com>