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 ) id 1ScFyx-0004H7-De for garchives@archives.gentoo.org; Wed, 06 Jun 2012 13:09:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03CC3E0665; Wed, 6 Jun 2012 13:08:44 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A1143E0655 for ; Wed, 6 Jun 2012 13:07:18 +0000 (UTC) Received: by yenl3 with SMTP id l3so5474795yen.40 for ; Wed, 06 Jun 2012 06:07:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=d8d9vepYQEGTFRhJbY9ra3AWXTQPV0/hAfXP6vjvmpk=; b=kwEVUfZEFaKuNmRr7c6vXK9dBnBJw2N3h1dk0fgFBuBpZQfWre6jl8+/leABPow6mj buEcitfMfZVXsoabV9aErm+TubTJgFnKkJZmQEyvgGNqH8Ojvt+UObmD0Vw+i65KF907 qjQT589r0wrqWKDwyTa1XaftTLQcrkE+KSTtNoZiNjCwSJhQy+hDc7omV3Tp14thC33g pJaNmB23VqIypHG7pq9bqLFRPxkwIFM8fyjECzgzaqc068384Kl8C5kiKKJXxvjuzdw8 cncatLh7QFZ77YFA8+ytN6b9D3nA9RfsWaQi0SMdWuwAq1LdYjwLgVfWEo8G/+yLI7YD iZwA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.50.104.167 with SMTP id gf7mr6514832igb.38.1338988037855; Wed, 06 Jun 2012 06:07:17 -0700 (PDT) Received: by 10.64.81.196 with HTTP; Wed, 6 Jun 2012 06:07:17 -0700 (PDT) Date: Wed, 6 Jun 2012 21:07:17 +0800 Message-ID: Subject: [gentoo-user]Problem when upgrate to grub2 From: =?GB2312?B?1dS80erN?= To: gentoo-user Content-Type: multipart/alternative; boundary=e89a8f2357cd5adbb004c1cd725f X-Archives-Salt: fa04dc22-e5be-49cb-8009-abf11207c5ad X-Archives-Hash: 1e5e519d4d4cf5dc00141f8cd81bc7c0 --e89a8f2357cd5adbb004c1cd725f Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Hello, everyone. I want upgrade grub to grub2 , so i follow the docand wiki . But when i use the command: "emerge -av sys-boot/grub:2" it comes error : * Running autopoint --force ... [ !! ] * Failed Running autopoint ! * * Include in your bugreport the contents of: * * /var/tmp/portage/sys-boot/grub-9999/temp/autopoint.out * ERROR: sys-boot/grub-9999 failed (prepare phase): * Failed Running autopoint ! * * Call stack: * ebuild.sh, line 85: Called src_prepare * environment, line 3164: Called source './autogen.sh' * autogen.sh, line 70: Called eautoreconf '-vi' * environment, line 1021: Called eautopoint '--force' * environment, line 990: Called autotools_run_tool 'autopoint' '--force' * environment, line 665: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of 'emerge --info =3Dsys-boot/grub-9999', * the complete build log and the output of 'emerge -pqv =3Dsys-boot/grub-9999'. * The complete build log is located at '/var/tmp/portage/sys-boot/grub-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-9999/temp/environment'. * S: '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999' >>> Failed to emerge sys-boot/grub-9999, Log file: >>> '/var/tmp/portage/sys-boot/grub-9999/temp/build.log' * Messages for package sys-boot/grub-9999: * Failed Running autopoint ! * * Include in your bugreport the contents of: * * /var/tmp/portage/sys-boot/grub-9999/temp/autopoint.out * ERROR: sys-boot/grub-9999 failed (prepare phase): * Failed Running autopoint ! * * Call stack: * ebuild.sh, line 85: Called src_prepare * environment, line 3164: Called source './autogen.sh' * autogen.sh, line 70: Called eautoreconf '-vi' * environment, line 1021: Called eautopoint '--force' * environment, line 990: Called autotools_run_tool 'autopoint' '--force' * environment, line 665: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of 'emerge --info =3Dsys-boot/grub-9999', * the complete build log and the output of 'emerge -pqv =3Dsys-boot/grub-9999'. * The complete build log is located at '/var/tmp/portage/sys-boot/grub-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-9999/temp/environment'. * S: '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999' Did anyone know how did this happen ? --=20 =BA=C3=BA=C3=D1=A7=CF=B0=A3=AC=CC=EC=CC=EC=CF=F2=C9=CF=A3=A1=A3=A1=A3=A1 --e89a8f2357cd5adbb004c1cd725f Content-Type: text/html; charset=GB2312 Content-Transfer-Encoding: quoted-printable     Hello, everyone. I want upgrade grub to grub2 , so i follow t= he doc an= d wiki . = But when i use the command: "emerge -av sys-boot/grub:2"
it comes error :  
 * Running autopoint --force ... &nb= sp;                     &= nbsp;                 [ !! ]
 * Failed Running autopoint !
 * 
 * Include in your bugreport the= contents of:
 * 
 *   /var/tmp/portage/sys-boot/grub-= 9999/temp/autopoint.out

 * ERROR: sys-boot/gr= ub-9999 failed (prepare phase):
 *   Failed Running aut= opoint !
 * 
 * Call stack:
 *     ebuild.sh, line   = 85:  Called src_prepare
 *   environment, line 316= 4:  Called source './autogen.sh'
 *   &nbs= p;autogen.sh, line   70:  Called eautoreconf '-vi'
 *   environment, line 1021:  Called eautopoint '--= force'
 *   environment, line  990:  Call= ed autotools_run_tool 'autopoint' '--force'
 = ;*   environment, line  665:  Called die
 * The specific snippet of code:
 *     =       die "Failed Running $1 !";
 *=  
 * If you need support, post the output of 'emerg= e --info =3Dsys-boot/grub-9999',
 * the complete build l= og and the output of 'emerge -pqv =3Dsys-boot/grub-9999'.
 * The complete build log is located at '/var/tmp/portage/sys= -boot/grub-9999/temp/build.log'.
 * The ebuild environme= nt file is located at '/var/tmp/portage/sys-boot/grub-9999/temp/environ= ment'.
 * S: '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999'= ;

>>> Failed to emerge sys-boot/grub-9999= , Log file:

>>>  '/var/tmp/porta= ge/sys-boot/grub-9999/temp/build.log'

 * Messages for package sys-boot/grub-9999:
<= div>
 * Failed Running autopoint !
 *&nbs= p;
 * Include in your bugreport the contents of:
&= nbsp;* 
 *   /var/tmp/portage/sys-boot/grub-9999/t= emp/autopoint.out
 * ERROR: sys-boot/grub-9999 failed (prepare phase):
&n= bsp;*   Failed Running autopoint !
 * 
&= nbsp;* Call stack:
 *     ebuild.sh, line   8= 5:  Called src_prepare
 *   environment, line 3164= :  Called source './autogen.sh'
 *    autogen.sh, line   70:  Called eautorec= onf '-vi'
 *   environment, line 1021:  Ca= lled eautopoint '--force'
 *   environment, lin= e  990:  Called autotools_run_tool 'autopoint' '--for= ce'
 *   environment, line  665:  Called die
 * The specific snippet of code:
 *     &nbs= p;     die "Failed Running $1 !";
 *&nbs= p;
 * If you need support, post the output of 'emerge --= info =3Dsys-boot/grub-9999',
 * the complete build log and the output of 'emerge -pqv =3Ds= ys-boot/grub-9999'.
 * The complete build log is located= at '/var/tmp/portage/sys-boot/grub-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sy= s-boot/grub-9999/temp/environment'.
 * S: '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999'= ;

Did anyone know how did this happen ?  

--
=BA=C3=BA=C3=D1=A7=CF=B0=A3=AC=CC=EC=CC=EC=CF=F2=C9= =CF=A3=A1=A3=A1=A3=A1
--e89a8f2357cd5adbb004c1cd725f--