Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge wings - erlang fails to compile
Date: Sat, 14 Oct 2006 19:32:47
Message-Id: 200610142127.03422.bo.andresen@zlin.dk
In Reply to: [gentoo-user] emerge wings - erlang fails to compile by JC Denton
1 On Saturday 14 October 2006 18:50, JC Denton wrote:
2 > Hi!
3 >
4 > I want to give wings a try. But when comling erlang I det this error
5 > message:
6 [SNIP]
7 >
8 > What does this mean? I looked in the gentoo forum and found a lot problems
9 > with erlang but not this one. I found a possible solution on:
10 >
11 > http://tomcopeland.blogs.com/juniordeveloper/2006/04/ejabberd_erlang.html
12 >
13 > But actually I have not a single idea how to apply this patch.
14
15 You can see a more proper version of the same patch by typing:
16
17 # cat `portageq portdir`/dev-lang/erlang/files/glibc-2.4-fix.patch
18
19 It is applied in erlang-10.2.10 with this addition to the ebuild:
20
21 # cat `portageq portdir`/dev-lang/erlang/erlang-10.2.10.ebuild
22 [...]
23 src_unpack() {
24 [...]
25 # Patch for glibc-2.4 first noted in Bug #128254 -- NOTE this is a
26 # compile time fix, runtime still requires testing, see
27 # http://www.erlang.org/ml-archive/erlang-questions/200601/msg00500.html
28 epatch "${FILESDIR}/glibc-2.4-fix.patch"
29 }
30 [...]
31
32 So just keyword erlang-10.2.10:
33
34 # echo ~dev-lang/erlang-10.2.10 >> /etc/portage/package.keywords
35
36 --
37 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] emerge wings - erlang fails to compile JC Denton <jcdentonmail@×××××.de>