[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 15:50:30 +0200 |
More progress, but other problem. Compile passed through previous
error but breaks when building docs (which I really don't need).
Breaks at:
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
- 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 <=
- Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/23
Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/22
Re: grub2 boot root-on-zfs errors, Beeblebrox, 2013/11/24