On Thu, Apr 24, 2008 at 11:21:41AM +0200, Uwe Hermann wrote:
On Thu, Apr 24, 2008 at 06:32:17AM +0200, Peter Stuge wrote:
I configured v2 and TINT, then:
Cannot reproduce using ALIX.1C target in buildrom.
Maybe you have ruby installed.
Which target did you use?
I thought I picked 1C but it seems I was using DB800.
Do you have some .config* .tmpconfig* .kconfig* files around? Try a fresh checkout, just in case.
It was a fresh checkout. Am retrying.
$ make /home/stuge/co/buildrom/buildrom-devel/packages/grub2/grub2.mk:28: *** To build GRUB2, you need to install 'ruby'. Stop.
Still the same.
--8<-- grub2.mk HAVE_RUBY:=$(call find-tool,ruby)
ifeq ($(HAVE_RUBY),n) $(error To build GRUB2, you need to install 'ruby') endif -->8--
The problem is that this is executed even when a different payload has been selected.
//Peter