Gentoo Archives: gentoo-alt

From: Ke Wu <ke.wu@×××××.me>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion
Date: Wed, 05 Sep 2012 09:06:09
Message-Id: 760D02A7-ABAC-44FE-BC11-26E1CC36870E@ibeca.me
1 Hi everyone,
2
3 This is my first time to use gentoo prefix on Mac OS. My friend has been recommending it to me for a long time.
4
5 The installation took a while but all went well. I used this script to install gentoo prefix on Mac: http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/scripts/bootstrap-prefix.sh?format=txt
6
7 However, when I was trying to install zsh, the compile of zsh kept failing.
8
9 The command I used is simply "emerge zsh", but I got the following error msg over and over:
10
11 >>> Source configured.
12 >>> Compiling source in /Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/work/zsh-5.0.0 ...
13 make
14 make[1]: Entering directory `/Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/work/zsh-5.0.0/Src'
15 cd .. && /Users/kewu/Gentoo/bin/bash $top_srcdir/Src/mkmakemod.sh Src Makemod
16 creating Src/Makemod.in
17 /Users/kewu/Gentoo/bin/bash: line 8: 42534 Illegal instruction: 4 /Users/kewu/Gentoo/bin/bash $top_srcdir/Src/mkmakemod.sh Src Makemod
18 make[1]: *** [Makemod] Error 132
19 make[1]: Leaving directory `/Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/work/zsh-5.0.0/Src'
20 make: *** [all] Error 1
21 * ERROR: app-shells/zsh-5.0.0 failed (compile phase):
22 * emake failed
23 *
24 * If you need support, post the output of `emerge --info '=app-shells/zsh-5.0.0'`,
25 * the complete build log and the output of `emerge -pqv '=app-shells/zsh-5.0.0'`.
26 * The complete build log is located at '/Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/temp/build.log'.
27 * The ebuild environment file is located at '/Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/temp/environment'.
28 * Working directory: '/Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/work/zsh-5.0.0'
29 * S: '/Users/kewu/Gentoo/var/tmp/portage/app-shells/zsh-5.0.0/work/zsh-5.0.0'
30
31 Anyone knows the possible reason for this and how should I make it work?
32
33 Thank you for your time
34
35 -Ke

Replies

Subject Author
Re: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion "Gibson
Re: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion Konstantin Tokarev <annulen@××××××.ru>