Topic: Construction of gnuboot in Hyperbola
I'm
building gnuboot through Hyperbola. However, the installation script
of gnuboot dependencies does not support hyperbola. My goal is to solve
this problem. Maybe develop that support.
Dependencies not found
Packagekit
has the function of installing the gnuboot construction dependencies. It
can be falsely replaced by the pacman. But also some of its
probable dependencies are used in the construction of gnuboot. Its
dependencies:
libpackagekit-glib: Missing! I don't think it's missing.
pacman - OK!
polkit - Missing! I don't think it's missing.
sqlite - OK!
bash-completion: OK!
gobject-introspection: OK! intltool: OK!
meson: OK!
vala: OK! I don't think it's missing.
Arm-none-eabi-gcc
should be for supported arm devices. It won't be necessary for me.
bdf-unifont
probably used in the construction of the grub. It will be used, so I
need a replacement.
Procedure
I made the manual installation of all the dependencies found.
Problem
The construction of gnuboot developed well, except GRUB. I am getting
the following error:
./bootstrap: line 470: gettext: command not found
./bootstrap: Error: 'gettext' not found
./bootstrap: Please install the prerequisite programs
Error: Build/roms: somethings went wrong
I have gettext installed through: gettext-tiny, perl-locale-gettext and
intltool
Why does the installation script not find gettext? Is there a
relationship with bdf-unifont?
Please, any suggestions on how to attack the problem?