Gentoo Archives: gentoo-alt

From: "Johannes Schulte-Wülwer" <j.schultewuelwer@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Build error on macOS High Sierra 10.13.3
Date: Wed, 28 Mar 2018 12:57:11
Message-Id: CAH_WheBA0HTSn5dpB6kbD7=DvKsyGScM0GQDucn2x0pgQFK=tA@mail.gmail.com
1 Hi all,
2
3 I am trying to build gentoo prefix on macOS High Sierra 10.13 and I am
4 getting an error during python 2.7.14 build:
5
6 >>> Completed installing python-2.7.14 into /Users/jschultewu/Gentoo/var/
7 tmp/portage/dev-lang/python-2.7.14/image/
8
9
10 * Final size of build directory: 90480 KiB (88.3 MiB)
11
12 * Final size of installed tree: 89472 KiB (87.3 MiB)
13
14
15 grep: /Users/jschultewu/Gentoo/var/tmp/portage/dev-lang/python-2.
16 7.14/image/Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/2.7/include/python2.7:
17 Is a directory
18
19 grep: /Users/jschultewu/Gentoo/var/tmp/portage/dev-lang/python-2.
20 7.14/image/Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/2.7/Headers:
21 Is a directory
22
23 grep: /Users/jschultewu/Gentoo/var/tmp/portage/dev-lang/python-2.
24 7.14/image/Users/jschultewu/Gentoo/usr/lib/Python.
25 framework/Versions/2.7/lib/python2.7: Is a directory
26
27 * prefixing shebang of Users/jschultewu/Gentoo/etc/init.d/pydoc-2.7
28
29 ecompressdir: bzip2 -9 /usr/share/man
30
31 ecompressdir: bzip2 -9 /usr/share/doc
32
33 * QA Notice: install_name references ${D}: /Users/jschultewu/Gentoo/var/
34 tmp/portage/dev-lang/python-2.7.14/image//Users/jschultewu/
35 Gentoo/usr/lib/Python.framework/Versions/2.7/Python in
36 /Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/
37 2.7/bin/pythonw2.7
38
39 * QA Notice: install_name references ${D}: /Users/jschultewu/Gentoo/var/
40 tmp/portage/dev-lang/python-2.7.14/image//Users/jschultewu/
41 Gentoo/usr/lib/Python.framework/Versions/2.7/Python in
42 /Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/2.7/bin/python2.7
43
44 * QA Notice: invalid self-reference install_name
45 /Users/jschultewu/Gentoo/var/tmp/portage/dev-lang/python-2.
46 7.14/image//Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/2.7/Python
47 in /Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/2.7/Python
48
49 * QA Notice: install_name references ${D}: /Users/jschultewu/Gentoo/var/
50 tmp/portage/dev-lang/python-2.7.14/image//Users/jschultewu/
51 Gentoo/usr/lib/Python.framework/Versions/2.7/Python in
52 /Users/jschultewu/Gentoo/usr/lib/Python.framework/Versions/
53 2.7/Resources/Python.app/Contents/MacOS/Python
54
55 * ERROR: dev-lang/python-2.7.14::gentoo_prefix failed:
56
57 * invalid install_name found, your application or library will crash at
58 runtime
59
60 *
61
62 * Call stack:
63
64 * misc-functions.sh, line 1299: Called install_qa_check
65
66 * misc-functions.sh, line 241: Called install_qa_check_macho
67
68 * misc-functions.sh, line 422: Called die
69
70 * The specific snippet of code:
71
72 * has allow_broken_install_names ${FEATURES} || \
73
74 * die "invalid install_name found, your application or library will
75 crash at runtime"
76
77 Does anyone has a clue what is going wrong here?
78
79
80 BR,
81
82
83 Johannes

Replies

Subject Author
Re: [gentoo-alt] Build error on macOS High Sierra 10.13.3 Fabian Groffen <grobian@g.o>