Hi Pedro!

On Mon, 2023-08-14 at 14:33 +0000, Pedro Miguel Justo wrote:
> en I try to build from your branch, I eventually get this error:
> 
> ```
> done
> mv syminfo.lst.new syminfo.lst
> cat syminfo.lst | sort | mawk -f ./genmoddep.awk > moddep.lst || (rm -f 
> moddep.lst; exit 1)
> mawk: ./genmoddep.awk: line 106: function asorti never defined
> make[3]: *** [Makefile:51272: moddep.lst] Error 1
> make[3]: Leaving directory '/home/pmsjt/grub_github/grub-core'
> make[2]: *** [Makefile:28852: all] Error 2
> make[2]: Leaving directory '/home/pmsjt/grub_github/grub-core'
> make[1]: *** [Makefile:12126: all-recursive] Error 1
> make[1]: Leaving directory '/home/pmsjt/grub_github'
> make: *** [Makefile:3953: all] Error 2
> ```
> 
> Is this something you know about?

This is a known generic problem with GRUB. You must install gawk instead of 
mawk.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to