[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub2 boot root-on-zfs errors
From: |
Beeblebrox |
Subject: |
Re: grub2 boot root-on-zfs errors |
Date: |
Sat, 23 Nov 2013 19:58:29 +0200 |
It seems I made a mistake in my previous post. I should have included
a previous warning code as well (just in case.)Correction as to where
compile breaks:
cc -DHAVE_CONFIG_H -I../grub-core/efiemu/runtime
-DGRUB_FILE=\"efiemu/runtime/efiemu.S\" -I. -I. -I.. -I.. -I../include
-I../include -I../grub-core/lib/libgcrypt-grub/include
-I../grub-core/lib/libgcrypt-grub/src/ -m64 -Wall -Werror -nostdlib
-O2 -mcmodel=large -mno-red-zone -c -o efiemu64_s.o
efiemu/runtime/efiemu.S || exit 1; \
fi
rm -f efiemu64.o; \
if test "x0" = x1; then \
rm -f efiemu64.o.bin; \
cc -m64 -Wl,-r -nostdlib -o efiemu64.o.bin efiemu64_c.o efiemu64_s.o
|| exit 1; \
-felf64 -nu -nd efiemu64.o.bin efiemu64.o || exit 1; \
rm -f efiemu64.o.bin; \
else \
cc -m64 -Wl,-melf_x86_64 -nostdlib -Wl,-r -o efiemu64.o efiemu64_c.o
efiemu64_s.o || exit 1; \
if test ! -z ""; then efiemu64.o || (rm -f efiemu64.o; exit 1); fi; \
fi
/usr/bin/ld: unrecognised emulation mode: elf_x86_64
Supported emulations: elf_x86_64_fbsd elf_i386_fbsd
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: [efiemu64.o] Error 1 (ignored)
gmake[3]: Leaving directory `/asp/git/grub/grub-core'
gmake[2]: Leaving directory `/asp/git/grub/grub-core'
Making all in po
gmake[2]: Entering directory `/asp/git/grub/po'
gmake[2]: Leaving directory `/asp/git/grub/po'
Making all in docs
gmake[2]: Entering directory `/asp/git/grub/docs'
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/usr/local/bin/makeinfo --version) >/dev/null 2>&1; then \
for f in grub.info grub.info-[0-9] grub.info-[0-9][0-9] grub.i[0-9]
grub.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /usr/local/bin/makeinfo -I . \
-o grub.info grub.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./grub.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
Bus error (core dumped)
Bus error (core dumped)
gmake[2]: *** [grub.info] Error 138
gmake[2]: Leaving directory `/asp/git/grub/docs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/asp/git/grub'
gmake: *** [all] Error 2
- Re: grub2 boot root-on-zfs errors, (continued)
- Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/10
- Re: grub2 boot root-on-zfs errors, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/10
- Message not available
- Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/22
- Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/22
- Re: grub2 boot root-on-zfs errors, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/22
- Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/23
- Re: grub2 boot root-on-zfs errors, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/23
- Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/23
- Re: grub2 boot root-on-zfs errors,
Beeblebrox <=
Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/22
Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/24