Gentoo Archives: gentoo-alt

From: William Morris <wrm@××××××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Failure bootstrapping on Mountain Lion
Date: Sat, 02 Feb 2013 16:42:23
Message-Id: 20130202164220.9F1B710E2D3@smtp.hushmail.com
1 Hi
2 I retired in my own account after removing the following two items
3 from my bashrc:
4
5 export ARCHFLAGS="-arch x86_64"
6 export
7 PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin
8
9 Don't know which was the culprit, but I guess the PATH change. Also
10 I don't know where these came from, but anyway it now works
11 perfectly.
12
13 Thanks for the help.
14 Regards
15 --
16 William
17
18 On Sat, 02 Feb 2013 04:34:39 -0500 "Askar Bektassov (Аскар
19 Бектасов)" <askar.bektassov@×××××.com> wrote:
20 >William,
21 >
22 >did you use the last version of the Xcode console tools? I just
23 >got my iMac
24 >with mac os x 10.8.2 and everything went smooth, no need for Guest
25 >account.
26 >Steps made:
27 >
28 >(a) installed XCode 4.6 from the app store;
29 >(b) installed console tools from the XCode preferences tab;
30 >(c) followed the general bootstrap process
31 >http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap.xml
32 >(d) downloaded
33 >http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-
34 >overlay/scripts/bootstrap-prefix.sh?format=txt
35 >(e) chmod'ed 755 bootstrap-prefix.sh
36 >(f) executed ./bootstrap-prefix.sh and followed interactive
37 >instructions.
38 >
39 >I would not expect any significant difference between our systems,
40 >though.
41 >
42 >Cheers,
43 >
44 >--
45 >Askar Bektassov
46 >(Аскар Бектасов)
47 >
48 >
49 >On Fri, Feb 1, 2013 at 4:15 AM, William Morris <wrm@××××××××.com>
50 >wrote:
51 >
52 >> I just tried re-running the bootstrap script in the Guest
53 >account
54 >> and so far it is fine. Stage 1 just completed, so it got beyond
55 >my
56 >> previous failure. There must be something in my environment it
57 >> doesn't like.
58 >>
59 >> If it completes in the guest account, can I just copy the
60 >> /Users/guest/Gentoo tree over to my account?
61 >>
62 >> Regards
63 >> --
64 >> William
65 >> On Sat, 26 Jan 2013 19:50:47 -0500 "William Morris"
66 >> <wrm@××××××××.com> wrote:
67 >> >Hi again
68 >> >
69 >> >My previous installation of Prefix was on a virtual machine,
70 >> >supposedly the same as my real iMac. Having been pleased with
71 >> >Prefix, I tried to install directly on the iMac. This time
72 >> >installation fails. Since the two installations are less than a
73 >> >week apart, I am surprised. I can only guess that the packages
74 >> >have changed in the meantime.
75 >> >
76 >> >Should I just wait a few days and try again?
77 >> >
78 >> >I'm on OS-X 10.8.2. Here is the error message:
79 >> >
80 >> >...ranlib: file: libpython2.7.a(pymath.o) has no symbols
81 >> >gcc -L/Users/wrm/Library/Gentoo/tmp/usr/lib -o python.exe \
82 >> > Modules/python.o \
83 >> > libpython2.7.a -ldl -framework
84 >CoreFoundation
85 >> >Traceback (most recent call last):
86 >> > File "./setup.py", line 15, in <module>
87 >> > from distutils.command.build_ext import build_ext
88 >> > File "/Users/wrm/Library/Gentoo/tmp/var/tmp/python-
89 >2.7.3/Python-
90 >> >2.7.3/Lib/distutils/command/build_ext.py", line 37, in <module>
91 >> > class build_ext (Command):
92 >> > File "/Users/wrm/Library/Gentoo/tmp/var/tmp/python-
93 >2.7.3/Python-
94 >> >2.7.3/Lib/distutils/command/build_ext.py", line 67, in
95 >build_ext
96 >> > "(default: %s)" % get_platform()),
97 >> > File "/Users/wrm/Library/Gentoo/tmp/var/tmp/python-
98 >2.7.3/Python-
99 >> >2.7.3/Lib/distutils/util.py", line 103, in get_platform
100 >> > cfgvars = get_config_vars()
101 >> > File "/Users/wrm/Library/Gentoo/tmp/var/tmp/python-
102 >2.7.3/Python-
103 >> >2.7.3/Lib/distutils/sysconfig.py", line 568, in get_config_vars
104 >> > flags = _config_vars[key]
105 >> >KeyError: 'CXXFLAGS'
106 >> >make: *** [sharedmods] Error 1
107 >> >
108 >> >I tried running
109 >> > /bin/bash ./bootstrap-prefix.txt
110 >"/Users/wrm/Library/Gentoo/tmp"
111 >> >
112 >> >stage1
113 >> >but that failed :( I have no clue, really.
114 >> >
115 >> >Regards
116 >> >--
117 >> >William Morris
118 >>
119 >>
120 >>

Replies

Subject Author
Re: [gentoo-alt] Failure bootstrapping on Mountain Lion Fabian Groffen <grobian@g.o>