grub-devel
[Top][All Lists]
Advanced

[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 14:54:29 +0200

Applied the diff but got error elsewhere. Git repo on
1bba40f57813c2ccf790e6aca8b96292634b04ca
Date:   Sat Nov 23 12:39:21 2013 +0100
FreeBSD 11.0-CURRENT_amd64

config.status: creating grub-shell
chmod a+x grub-shell
(for x in tests/util/grub-shell-tester.in ; do cat ./"$x"; done) |
./config.status --file=grub-shell-tester:-
config.status: creating grub-shell-tester
chmod a+x grub-shell-tester
cc -o garbage-gen  -DGRUB_FILE=\"util/garbage-gen.c\" -I. -I. -I. -I.
-I./include -I./include -I./grub-core/lib/libgcrypt-grub/include
-I./grub-core/lib/libgcrypt-grub/src/  util/garbage-gen.c
util/garbage-gen.c:35:18: error: variable has incomplete type 'struct timeval'
  struct timeval tv;
                 ^
util/garbage-gen.c:35:10: note: forward declaration of 'struct timeval'
  struct timeval tv;
         ^
util/garbage-gen.c:36:3: warning: implicit declaration of function
'gettimeofday' is invalid
      in C99 [-Wimplicit-function-declaration]
  gettimeofday (&tv, NULL);
  ^
1 warning and 1 error generated.
gmake[2]: *** [garbage-gen] Error 1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]