Gentoo Archives: gentoo-user

From: Tamer Higazi <th982a@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] setuptools build failed
Date: Tue, 02 Jun 2020 01:04:38
Message-Id: b34c5080-42d0-870d-675f-ad7753670f1d@googlemail.com
In Reply to: Re: [gentoo-user] setuptools build failed by Jack
1 Dear Jack,
2
3 I did the same with "su -" and changed to root and the result is still
4 the same.
5
6 Any ideas what I did wrong ?
7
8
9 best, Tamerr
10
11 >>
12 >> >>> Source compiled.
13 >>  * --------------------------- ACCESS VIOLATION SUMMARY
14 >> ---------------------------
15 >>  * LOG FILE:
16 >> "/var/tmp/portage/dev-python/setuptools-44.1.0/temp/sandbox.log"
17 >>  *
18 >> VERSION 1.0
19 >> FORMAT: F - Function called
20 >> FORMAT: S - Access Status
21 >> FORMAT: P - Path as passed to function
22 >> FORMAT: A - Absolute Path (not canonical)
23 >> FORMAT: R - Canonical Path
24 >> FORMAT: C - Command Line
25 >>
26 >> F: open_wr
27 >> S: deny
28 >> P: /usr/local/lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
29 >> A: /usr/local/lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
30 >> R: /usr/local/lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
31 >> C: python3.7 setup.py build -j 8
32 >>
33 >> F: open_wr
34 >> S: deny
35 >> P: /usr/local/lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
36 >> A: /usr/local/lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
37 >> R: /usr/local/lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
38 >> C: python3.7 setup.py build -j 8
39 >>  *
40 >> --------------------------------------------------------------------------------
41 >>
42 >>
43 > Not sure if it's relevant here, but how are you getting root privs to
44 > run emerge?  I've seen similar problems because of environment
45 > variables set for the regular user which are not cleared by su or
46 > sudo.  I think I end up using "su -" when I run into that (although I
47 > admit it has been a long time since I did) or log in directly as root.
48 >
49 > Jack
50 >

Replies

Subject Author
Re: [gentoo-user] setuptools build failed (SOLVED) Tamer Higazi <th982a@××××××××××.com>