Sie sind nicht angemeldet.

[erledigt] GRUB buggy?

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

20.10.2009, 03:03

GRUB buggy?

Kann doch wohl nicht wahr sein: Seit 12 h an einem ge-changeroot-eten maßgeschneiderten System (make.conf, Kernel, useflags) rumgebastelt und jetzt läßt sich GRUB nicht installieren:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# emerge grub
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N	] sys-boot/grub-0.97-r9  USE="ncurses -custom-cflags -netboot -static" 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-boot/grub-0.97-r9
openpty failed: 'out of pty devices'
 * grub-0.97.tar.gz RMD160 SHA1 SHA256 size ;-) ...                  	[ ok ]
 * splash.xpm.gz RMD160 SHA1 SHA256 size ;-) ...                     	[ ok ]

[SNIP]
configure: error: in `/var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97':
configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/config.log
 * 
 * ERROR: sys-boot/grub-0.97-r9 failed.
 * Call stack:
 *           	ebuild.sh, line   49:  Called src_compile
 *         	environment, line 4087:  Called econf '--libdir=/lib' '--datadir=/usr/lib/grub' '--exec-prefix=/' '--disable-auto-linux-mem-opt' '--with-curses'
 *           	ebuild.sh, line  534:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/environment'.
 * 

>>> Failed to emerge sys-boot/grub-0.97-r9, Log file:

>>>  '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/build.log'

 * Messages for package sys-boot/grub-0.97-r9:

 * 
 * ERROR: sys-boot/grub-0.97-r9 failed.
 * Call stack:
 *           	ebuild.sh, line   49:  Called src_compile
 *         	environment, line 4087:  Called econf '--libdir=/lib' '--datadir=/usr/lib/grub' '--exec-prefix=/' '--disable-auto-linux-mem-opt' '--with-curses'
 *           	ebuild.sh, line  534:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
 *



Vielleicht jemand einen Tip auf Lager?

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »raina« (30.12.2011, 14:45)


2

20.10.2009, 03:28

configure: error: C compiler cannot create executables See `config.log' for more details.
Hmm..., ein später Schnellschuss...,
ist es ein 64 Bit multilib System?
wenn ja, hat der Kernel

Quellcode

1
2
Executable file formats / Emulations  --->
  [*] IA32 Emulation
Unterstützung?
(sollte aber eigentlich Standardmäßig gesetzt sein)

3

20.10.2009, 09:24

Hast du eine Möglichkeit das config.log hier reinzustellen?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

4

20.10.2009, 13:57

Hatte zwar urspruenglich von einem Debian Lenny 64bit aus ge-chroot-et, aber damit der Fehler eindeutig zuzuordnen ist, heute morgen einen DVD-Rohling geopfert und ein livedvd-amd64-multilib-10.1.iso draufgebrannt. Selbes Ergebnis. Hier der config.log:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GRUB configure 0.97, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib --datadir=/usr/lib/grub --exec-prefix=/ --disable-auto-linux-mem-opt --with-curses

## --------- ##
## Platform. ##
## --------- ##

hostname = livecd
uname -m = x86_64
uname -r = 2.6.30-gentoo-r5
uname -s = Linux
uname -v = #1 SMP Fri Oct 9 19:28:18 UTC 2009

/usr/bin/uname -p = AMD Turion(tm) 64 X2 Mobile Technology TL-64
/bin/uname -X 	= unknown

/bin/arch          	= unknown
/usr/bin/arch -k   	= unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  	= unknown
/bin/machine       	= unknown
/usr/bin/oslevel   	= unknown
/bin/universe      	= unknown

PATH: /usr/lib64/portage/bin/ebuild-helpers
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2060: checking for a BSD-compatible install
configure:2128: result: /usr/bin/install -c
configure:2139: checking whether build environment is sane
configure:2182: result: yes
configure:2207: checking for a thread-safe mkdir -p
configure:2246: result: /bin/mkdir -p
configure:2259: checking for gawk
configure:2275: found /bin/gawk
configure:2286: result: gawk
configure:2297: checking whether make sets $(MAKE)
configure:2319: result: yes
configure:2510: checking build system type
configure:2528: result: i686-pc-linux-gnu
configure:2550: checking host system type
configure:2565: result: i686-pc-linux-gnu
configure:2603: checking whether to enable maintainer-specific portions of Makefiles
configure:2612: result: no
configure:2689: checking for i686-pc-linux-gnu-gcc
configure:2716: result: x86_64-pc-linux-gnu-gcc -m32
configure:2786: checking for i686-pc-linux-gnu-gcc
configure:2813: result: x86_64-pc-linux-gnu-gcc -m32
configure:3085: checking for C compiler version
configure:3093: x86_64-pc-linux-gnu-gcc -m32 --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3097: $? = 0
configure:3104: x86_64-pc-linux-gnu-gcc -m32 -v >&5
Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/specs
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,treelang --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.4 p1.0, pie-10.1.5'
Thread model: posix
gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5) 
configure:3108: $? = 0
configure:3115: x86_64-pc-linux-gnu-gcc -m32 -V >&5
x86_64-pc-linux-gnu-gcc: '-V' must come at the start of the command line
configure:3119: $? = 1
configure:3142: checking for C compiler default output file name
configure:3164: x86_64-pc-linux-gnu-gcc -m32   -Wl,-O1 conftest.c  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libgcc.a when searching for -lgcc
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libgcc.a when searching for -lgcc
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
configure:3168: $? = 1
configure:3206: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "0.97"
| #define PACKAGE_STRING "GRUB 0.97"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE "grub"
| #define VERSION "0.97"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3212: error: in `/var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97':
configure:3215: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32'
ac_cv_prog_make_make_set=yes
grub_cv_prog_objcopy_absolute=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/missing --run tar'
AUTOCONF='${SHELL} /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/missing --run autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/missing --run automake-1.10'
AWK='gawk'
BUILD_EXAMPLE_KERNEL_FALSE=''
BUILD_EXAMPLE_KERNEL_TRUE=''
CC='x86_64-pc-linux-gnu-gcc -m32'
CCAS=''
CCASDEPMODE=''
CCASFLAGS=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DISKLESS_SUPPORT_FALSE=''
DISKLESS_SUPPORT_TRUE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FSYS_CFLAGS=''
GRAPHICS_SUPPORT_FALSE=''
GRAPHICS_SUPPORT_TRUE=''
GREP=''
GRUB_CFLAGS=''
GRUB_LIBS=''
HERCULES_SUPPORT_FALSE=''
HERCULES_SUPPORT_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-Wl,-O1'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NETBOOT_DRIVERS=''
NETBOOT_SUPPORT_FALSE=''
NETBOOT_SUPPORT_TRUE=''
NET_CFLAGS=''
NET_EXTRAFLAGS=''
OBJCOPY=''
OBJEXT=''
PACKAGE='grub'
PACKAGE_BUGREPORT='bug-grub@gnu.org'
PACKAGE_NAME='GRUB'
PACKAGE_STRING='GRUB 0.97'
PACKAGE_TARNAME='grub'
PACKAGE_VERSION='0.97'
PATH_SEPARATOR=':'
PERL=''
RANLIB=''
SERIAL_SPEED_SIMULATION_FALSE=''
SERIAL_SPEED_SIMULATION_TRUE=''
SERIAL_SUPPORT_FALSE=''
SERIAL_SUPPORT_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
STAGE1_CFLAGS=''
STAGE2_CFLAGS=''
STRIP=''
VERSION='0.97'
ac_ct_CC=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/lib/grub'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cpu='i386'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='$(SHELL) /var/tmp/portage/sys-boot/grub-0.97-r9/work/grub-0.97/install-sh'
libdir='/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='/usr/share/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "GRUB"
#define PACKAGE_TARNAME "grub"
#define PACKAGE_VERSION "0.97"
#define PACKAGE_STRING "GRUB 0.97"
#define PACKAGE_BUGREPORT "bug-grub@gnu.org"
#define PACKAGE "grub"
#define VERSION "0.97"

configure: exit 77


Der Programmteil, der als failed bemaengelt wird (Zeilen 92-109), tut doch gar nix!?!?!? auszer ein paar Variablen deklarieren und 0 zurueckgeben.

Koennte es was bringen, das ganze System nochmal von dem nun vorhandenen Gentoo-live-System zu bauen?

5

20.10.2009, 14:24

Was sagt ein

Quellcode

1
gcc-config -l
(kleines L)

6

20.10.2009, 14:30

Quellcode

1
2
3
4
livecd / # gcc-config -l
 [1] x86_64-pc-linux-gnu-4.3.4 *
 [2] x86_64-pc-linux-gnu-4.3.4-hardenednopie
 [3] x86_64-pc-linux-gnu-4.3.4-vanilla


EDIT Natuerlich der aus dem chroot

7

20.10.2009, 14:55

Puh..., ungewöhnlich das ganze ?(
was wird da aktuell für ein Profil verwendet

Quellcode

1
eselect profile list
(oder "show")

=========================================================================
für den Fall das du tatsächlich noch mal von vorn beginnen möchtest...
eine LiveCD Empfehlung: SystemRescueCd
(hat auch ein 64 Bit Kernel an bord) diese eignet sich prima für die Gentoo Installation, auch ein schlankes X kann gestartet werden, (mit Firefox Browser usw)

8

20.10.2009, 15:11

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
livecd / # eselect profile list
Available profile symlink targets:
  [1]   default/linux/amd64/10.0 *
  [2]   default/linux/amd64/10.0/desktop
  [3]   default/linux/amd64/10.0/developer
  [4]   default/linux/amd64/10.0/no-multilib
  [5]   default/linux/amd64/10.0/server
  [6]   hardened/linux/amd64/10.0
  [7]   hardened/linux/amd64/10.0/no-multilib
  [8]   selinux/2007.0/amd64
  [9]   selinux/2007.0/amd64/hardened
  [10]  selinux/v2refpolicy/amd64
  [11]  selinux/v2refpolicy/amd64/desktop
  [12]  selinux/v2refpolicy/amd64/developer
  [13]  selinux/v2refpolicy/amd64/hardened
  [14]  selinux/v2refpolicy/amd64/server

Wobei ich erst

Quellcode

1
[4] default/linux/amd64/10.0/no-multilib

ausgewaehlt hatte, als aber entsprechende Beschwerden von configure auftauchten, dachte ich vielleicht ist GRUB 32 bit und habe umgestellt auf das jetzige Profil. Danach

Quellcode

1
# emerge --update --ask world

und auch

Quellcode

1
# emerge --update --deep world

versucht, aber ohne Erfolg. Kann das Problem mit der Profilaenderung zusammenhaengen/ sollte ich die Welt mit anderen Optionen neu bauen?

9

20.10.2009, 15:20

Der Vollstaendigkeit halber meine make.conf ohne Kommentare:

Quellcode

1
2
3
4
5
6
7
8
9
10
CFLAGS="-march=k8 -msse3 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
USE="mmx sse sse2 gtk gnome qt3 qt4 kde dvd alsa cdr"
GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
PORTAGE_RSYNC_RETRIES="3"
EMERGE_DEFAULT_OPTS="--verbose"
MAKEOPTS="-j3"
AUTOCLEAN="yes"

10

20.10.2009, 15:36

[....]Kann das Problem mit der Profilaenderung zusammenhaengen[....]
Ja...!
AFAIK ist ein nomutilib--><---multilib Wechsel kaum sauber hinzubekommen. (so steht es auch in der amd64 FAQ)
Meine Empfehlung: beginne die Installation noch mal von vorn...!

Viel Erfolg

11

20.10.2009, 15:48

Danke.

Kann ich denn jetzt ein reines 64bit System aufsetzen und GRUB verwenden? Die Probleme traten ja schon vor dem Profilwechsel auf. Oder musz ich das erste Mal in diesem Jahrtausend LILO verwenden?

12

20.10.2009, 16:04

GRUB funktioniert auch mit einem nativen 64 Bit (nomultilib) System!
AFAIK muss da "sys-boot/grub-static" verwendet werden.
(hab da selbst aber keine Erfahrung mit)

13

20.10.2009, 20:24

So, jetzt isses amtlich: Nach einem neuen Installversuch mit genkernel hat emerge sich geweigert, die Module zu bauen. Dachte, ich habe vielleicht zu aggressive Optionen in der make.conf gewaehlt, also nochmal mit der originalen make.conf durchlaufen lassen, da gings mit den Modulen. Aber als es zum GRUB kam, wohlgemerkt mit den Originaleinstellungen von der LiveCD, tauchte derselbe Fehler erneut auf.

Schade, dachte, mit nem schnelleren Prozessor und neuer Disk, kann ich mir erlauben, ein Selbstbaulinux zu verwenden.
Nu kommt halt wieder ein Lenny drauf.

Danke fuer die Muehe

Raina

14

21.10.2009, 16:09

Na, wer wird den da so schnell aufgeben...?

Wenn es dennoch erledigt ist, magst du dann bitte noch ein Päfix für diesen Thread setzen, siehe hierzu
Forumskonventionen
Danke

15

23.10.2009, 11:21

Same problem

Guten Morgen,

ich würde das Problem gerne fortführen. Ich habe das selbe Problem bei der Gentoo Installation auf einem amd64 multilib System. Die Installation verlief problemlos bis ich grub emergen wollte. GCC bricht mit der selben Fehlermeldung ab.

Bin am verzweifeln, über Tipps würd ich mich sehr freuen!

16

23.10.2009, 12:50

Willkommen im Forum!

Was für eine stage3 wurde denn verwendet ?
Beschreibe doch am besten mal wie genau vorgegangen wurde.

17

24.10.2009, 17:05

Behoben!

Hi, ich konnte das Problem beheben indem ich grub-static installiert habe :)
Vielen Dank!
Jetzt hoffe ich nur dass ich meine Grafikkarte ans laufen kriege ;)