Gentoo Archives: gentoo-user

From: Alexander Pilipovsky <alexander.pilipovsky@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge on new install has die "econf failed"
Date: Thu, 12 Feb 2009 18:42:38
Message-Id: 49946E05.2090209@gmail.com
In Reply to: [gentoo-user] emerge on new install has die "econf failed" by Joseph Davis
1 Joseph Davis написав(ла):
2 > Hey Folks:
3 >
4 > I am building a new system, and the install is done, and I emerged a
5 > few things, vim for instance, and they went OK.
6 >
7 > Then I tried to emerge ntp apache samba postgresql php
8 > and I got
9 > ---------------------------------------------------
10 > ERROR: dev-libs/libpcre-7.8 failed.
11 > * Call stack:
12 > * ebuild.sh, line 49: Called src_compile
13 > * environment, line 2345: Called econf
14 > '--with-match-limit-recursion=8192' '--enable-utf8'
15 > '--enable-unicode-properties' '--enable-cpp' '--enable-pcregrep-libz'
16 > '--enable-pcregrep-libbz2' '--enable-static'
17 > '--htmldir=/usr/share/doc/libpcre-7.8/html'
18 > '--docdir=/usr/share/doc/libpcre-7.8'
19 > * ebuild.sh, line 529: Called die
20 > * The specific snippet of code:
21 > * die "econf failed"
22 > * The die message:
23 > * econf failed
24 >
25 > --------------------------------------------------
26 > then I tried to emerge ntp alone and got:
27 >
28 > -----------------------------------------
29 > * ERROR: net-misc/ntp-4.2.4_p6 failed.
30 > * Call stack:
31 > * ebuild.sh, line 49: Called src_compile
32 > * environment, line 2099: Called econf '--disable-linuxcaps'
33 > '--disable-parse-clocks' '--enable-ipv6' '--disable-debugging'
34 > '--with-crypto'
35 > * ebuild.sh, line 529: Called die
36 > * The specific snippet of code:
37 > * die "econf failed"
38 > * The die message:
39 > * econf failed
40 > ---------------------------------------------
41 >
42 > If I need to post additional info, just let me know, I haven't done
43 > this before so I'll need a little tutoring.
44 >
45 > Thanks - Joseph
46 >
47 >
48
49 You must see what package prevents emerging in previous messages in
50 terminal near first "make [Error 1]" etc. When I tried to compile
51 kcontrol for amarok, I have got similar messages until reemerging kde-libs.
52
53 --
54 Alexander Pilipovsky aka Engraver

Replies

Subject Author
Re: [gentoo-user] emerge on new install has die "econf failed" Joseph Davis <joseph@××.edu>