From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-95708-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1M8AM0-0005tW-45
	for garchives@archives.gentoo.org; Sun, 24 May 2009 09:50:52 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D439E0297;
	Sun, 24 May 2009 09:50:50 +0000 (UTC)
Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.146])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5091BE0297
	for <gentoo-user@lists.gentoo.org>; Sun, 24 May 2009 09:50:50 +0000 (UTC)
Received: by qw-out-1920.google.com with SMTP id 5so82372qwf.10
        for <gentoo-user@lists.gentoo.org>; Sun, 24 May 2009 02:50:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:date:from:to:subject
         :message-id:in-reply-to:references:organization:x-mailer
         :mime-version:content-type:content-transfer-encoding;
        bh=LKMCzpl3SKaeAZIfVUmpRBnG15+3rqaL7u0SDsNNkIo=;
        b=ZSDGKB0DNxZ+eIMwcHFZwy/NOQxhc7Sx6lZvZ5UCsVcGnlSGD/AI7J86f/qP6KLz+Z
         TeSGq5mTGRyirftHQr3cTLMqv/PrHwGm+yoiCvKxQixY/+NfwD26jNJKsmugSBiCVFk8
         6geInpXtMqZ8GbcyDkhiVn4PYJ8LwIhuhFqfY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=date:from:to:subject:message-id:in-reply-to:references:organization
         :x-mailer:mime-version:content-type:content-transfer-encoding;
        b=QzlnvFxZ8t+/1Ri4ne7FD/73D/NG156U7d9LyIBk3zpePn8oSdmzUCUx7bn3VrPKPG
         RSK47EQ8CkzjD79V01ElV0Z8rxUqyVcrJ6QPAAvMUXAMgzkQQxBarRGnoKeynLSvcWcq
         A2gwGatDAn1o2WhPs+iujk3WujcPRGh/MkBt4=
Received: by 10.224.74.84 with SMTP id t20mr5653739qaj.328.1243158650033;
        Sun, 24 May 2009 02:50:50 -0700 (PDT)
Received: from localhost.localdomain (201-74-136-60-sj.cpe.vivax.com.br [201.74.136.60])
        by mx.google.com with ESMTPS id 7sm2594182qwb.6.2009.05.24.02.50.47
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 24 May 2009 02:50:48 -0700 (PDT)
Date: Sun, 24 May 2009 06:54:42 -0300
From: Jorge Morais <please.no.spam.here@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] cannot install emacs/emacs-cvs with X use
Message-ID: <20090524065442.5cb805d9@gmail.com>
In-Reply-To: <63ed989f0905231744w266d981fxe7d4fed335ac3450@mail.gmail.com>
References: <63ed989f0905231744w266d981fxe7d4fed335ac3450@mail.gmail.com>
Organization: ITA
X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i686-pc-linux-gnu)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Archives-Salt: f4b86cb1-1d5e-426b-b222-dcbf1f189dba
X-Archives-Hash: eae89a14fad0a0559c7535dfa3ec8c15

On Sun, 24 May 2009 08:44:32 +0800
Kevin <kevin.tianji@gmail.com> wrote:

> Hello,
>   after reinstall my system, I can emerge neither emacs nor emacs-cvs
> successfully on my gentoo. when proceeded to the working fork check,
> it stops and hangs over, never go ahead.
> 
> build.log:
> http://dpaste.com/hold/47083/
> 
> and here it is emerge --info:
> http://dpaste.com/hold/47084/
> 
> I can only USE="-X" emerge app-editors/emacs-cvs, but I don't know
> why, other programs emerge well.
> 
> config.log is too large to send to dpaste.com, I've attached it, hope
> someone can help me, thanks in advance.
Could you try the version app-editors/emacs-cvs-23.0.93 ?
That is the one I have here (23.0.94 entered Portage very very recently),
and it works well.
It could make things easier to compare.
It would make it even easier if you used the same USE flags as me.
You can see the USE flags I use to build emacs here:
$ emerge -pqv =app-editors/emacs-cvs-23.0.93
[ebuild   R   ] app-editors/emacs-cvs-23.0.93  USE="X alsa dbus gif gpm gtk gzip-el jpeg png sound spell svg tiff toolkit-scroll-bars xpm -Xaw3d -hesiod -kerberos -m17n-lib -motif -source -xft"

Also, it seems you have interrupted the process with a SIGINT.
Are you sure it was hung? How  much did you wait? Did you use top
to see if there was some process making heavy use of the processor?