Gentoo Archives: gentoo-user

From: Francesco Turco <fturco@××××××××.fm>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sys-apps/dtc-1.5.0 install failure
Date: Wed, 29 May 2019 12:10:30
Message-Id: 62c7b59f-dd94-4ec7-9a42-e43325de4b81@www.fastmail.com
In Reply to: [gentoo-user] sys-apps/dtc-1.5.0 install failure by karl@aspodata.se
1 On Wed, May 29, 2019, at 13:30, karl@××××××××.se wrote:
2 > Part of portage_tmpdir/portage/sys-apps/dtc-1.5.0/temp/build.log:
3 > ...
4 > x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L.
5 > -Wl,-O1 -Wl,--as-needed -O2 -pipe -fPIC -Wall -Wpointer-arith
6 > -Wcast-qual -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
7 > -Wredundant-decls -Wshadow -I/usr/include/valgrind -fPIC -Wall
8 > -Wpointer-arith -Wcast-qual -Wnested-externs -Wstrict-prototypes
9 > -Wmissing-prototypes -Wredundant-decls -Wshadow -I/usr/include/valgrind
10 > build/temp.linux-x86_64-2.7/libfdt_wrap.o -L../libfdt -L/usr/lib64
11 > -lfdt -lpython2.7 -o build/lib.linux-x86_64-2.7/_libfdt.so
12 > running install_lib
13 > copying build/lib.linux-x86_64-2.7/libfdt.py ->
14 > /usr/lib64/python2.7/site-packages
15 > * ACCESS DENIED: fopen_wr:
16 > /usr/lib64/python2.7/site-packages/libfdt.py
17 > error: [Errno 13] Permission denied:
18 > '/usr/lib64/python2.7/site-packages/libfdt.py'
19 > make[1]: *** [pylibfdt/Makefile.pylibfdt:24: install_pylibfdt] Error 1
20 > make[1]: Leaving directory
21 > '/Net/portage_tmpdir/portage/sys-apps/dtc-1.5.0/work/dtc-1.5.0'
22 > make: *** [Makefile:231: maybe_install_pylibfdt] Error 2
23 > * ERROR: sys-apps/dtc-1.5.0::gentoo failed (install phase):
24 > * emake failed
25 > *
26 > ...
27 >
28 > Why does the install fail, I have no problem creating that file by hand
29 > (as in touch <file>), why does a simple thing like copy fail ?
30
31 I don't know how to solve this problem, but it has already been reported:
32
33 https://bugs.gentoo.org/686852
34
35 --
36 https://fturco.gitlab.io/

Replies

Subject Author
Re: [gentoo-user] sys-apps/dtc-1.5.0 install failure karl@××××××××.se