Gentoo Archives: gentoo-user-br

From: Thiago Nunes <thiago@×××××××××××××.br>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] [gentoo-use-br] emerge grub - erro !!!
Date: Tue, 13 Mar 2007 11:30:49
Message-Id: 20070313083017.r155xy8uku8gks84@serv2.ceamecim.furg.br
In Reply to: [gentoo-user-br] [gentoo-use-br] emerge grub - erro !!! by Antonio Neto
1 Vi dois problemas aí.
2
3 Quoting Antonio Neto <antonioxavierneto@×××××.com>:
4
5 > Olá, estou utilizando o tutorial do gondim para criar um stage4. No passo
6 > após ter instalado o kernel com # make && make modules_install, há o passo
7 > de instalar alguns pacotes básicos: syslog-ng, grub, vixie-cron, etc. Quero
8 > instalar o grub, syslog-ng porém é apresentado o seguinte erro durante o seu
9 > emerge:
10 >
11 > Uso um duron com o gentoo instalado para criar uma stage4 para pentium1.
12 > configurei o -march=pentium1. Segue em anexo o tutorial que estou seguindo!!
13 >
14 > --------------------------------------------------------------------------------
15 > Ao dar o #emerge grub
16 >
17 > checking for C compiler default output file name... configure: error: C
18 > compiler cannot create executables
19 > See 'config.log' for more details.
20 >
21 > !!! Please attach teh folowing file when filing a report to bugs.gentoo.org:
22 >
23 > !!! /var/tmp/portage/m4-1.4.7/work/m4- 1.1.4.7/config.log
24 >
25 > !!! ERROR: sys-devel/m4-1.4.7 failed.
26 > Call stack:
27 > ebuild.sh, line 1539: Called dyn_compile
28 > ebuild.sh, line 939: Called src_compile
29 > m4-1.4.7.ebuild, line 24: Called econf '--enable-nls' '--enable-changeword'
30 > ebuild.sh. line 541: Called die
31 >
32 > !!! econf failed
33 >
34 > --------------------------------------------------------------------------------
35 >
36 > Ao dar o #emerge syslog-ng
37 >
38 > checking for C compiler default output file name... configure: error: C
39 > compiler cannot create executables
40 > See 'config.log' for more details.
41 >
42 > !!! Please attach teh folowing file when filing a report to bugs.gentoo.org:
43 >
44 > !!! /var/tmp/portage/libol-0.3.18/work/libol-0.3.18/config.log
45 >
46 > !!! ERROR: dev-libs/libol-0.3.18 failed
47 > Call stack:
48 > ebuild.sh, line 1539: Called dyn_compile
49 > ebuild.sh, line 939: Called src_compile
50 > libol-0.3.18.ebuild, line 25: Called econf
51 > ebuild.sh. line 541: Called die
52 >
53 > !!! econf failed
54 > -----------------------------------------------------------------
55 > ao dar o #emerge coldplug
56 >
57 > access.c:1: error: bad value (x86) for -march= switch
58 > access.c:1: error: bad value (x86) for -mtune= switch
59
60 Veja, o gcc está reclamando que o march pentium1 que você colocou não
61 existe. Dê um man gcc para ver os disponíveis.
62
63 > make[1]: *** [access.o] Error 1
64 > make[1]: Leaving directory '/var/tmp/portage/pciutils-2.2.3-r2
65 > /work/pciutils-2.2.3/lib'
66 > make: *** [lib/libpci.a] error 2
67 >
68 > !!! ERROR: sys-apps/pciutils-2.2.3-r2 failed.
69 > Call stack:
70 > ebuild.sh, line 1539: Called dyn_compile
71 > ebuild.sh, line 939: Called src_compile
72 > pciutils-2.2.3.ebuild, line 27: Called econf
73 > ebuild.sh. line 541: Called die
74 >
75 > !!! emake failed
76 > ------------------------------------------------------
77 >
78 >
79 > O que faço ?!!?!?
80 >
81 >
82 >
83 > Abraços !!!
84 > --
85 > Antonio Neto
86 > Engenharia de Computação 2004.1 - UEFS
87
88 Segundo, pentium 1 é 586, você terá que começar de novo do stage1.
89
90 --
91 gentoo-user-br@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-br] [gentoo-use-br] emerge grub - erro !!! Antonio Neto <antonioxavierneto@×××××.com>