[FreeVMS] build problem

Alessandro Sangiuliano alex22_7 at hotmail.com
Sun Dec 15 16:37:23 CET 2013


Il giorno 15/dic/2013, alle ore 12:13, BERTRAND Joël <joel.bertrand at systella.fr> ha scritto:

> 	Your failure is not gcc related. I have downloaded git tree and built all FreeVMS with gcc-4.8.2 (I haven't checked if binaries are bootables).
> 
> 	I have found two mistakes I have fixed in git today (freetype include directory has changed and grub configure is broken as aclocal has been upgraded on recent linux workstations).
> 
Thanks for the fix, I no more have the grub-mkconfig_li error, but another kind of error.

Effectively the build process on grub configuration looks broken, or at least on my system.

Actually I get the error on autogen.sh, it says:
make /home/alex/FrreVMS/build/bootloader/autogen.sh Command non found.

I looked in that directory and effectively there is no autogen.sh, instead it is in sources/bootloader/, so I tired to change from $(BUILDDIR)/etc/etc to $(SRCDIR)/etc/etc, at least the build process continued until it says another error:

po/POTFILES.in not found… effectively this file is sources/bootloader/po/
but seems that the build system is looking in the root of the project, so in the FreeVMS/po/POTFILES.in.

I tried to move the ‘po’ dir in the  root of the project and the build phases continued until it says another error:

util/import_unocode.py not found. so it is again looking for the util dir n the root of the project, but it is in the sources/bootloader/.

To build I follow the instruction you provided, what is the wrong thing?
What system are you using?

Regards.

> --- a/sources/bootloader/util/grub-mkfont.c
> +++ b/sources/bootloader/util/grub-mkfont.c
> @@ -39,7 +39,7 @@
> #include FT_FREETYPE_H
> #include FT_TRUETYPE_TAGS_H
> #include FT_TRUETYPE_TABLES_H
> -#include <freetype/ftsynth.h>
> +#include <freetype2/ftsynth.h>
> 
> #undef __FTERRORS_H__
> #define FT_ERROR_START_LIST   const char *ft_errmsgs[] = {
> 
> --- a/Makefile
> +++ b/Makefile
> @@ -62,6 +62,7 @@ bootstrap-clean: $(BUILDDIR)/kernel/Makefile $(BUILDDIR)/bootloader/Makefile
> bootstrap: $(SRCDIR)/kernel/config.h.in $(BUILDDIR)/kernel/Makefile \
>                $(BUILDDIR)/bootloader/Makefile
>        @make -C $(BUILDDIR)/kernel
> +       @$(BUILDDIR)/bootloader/autogen.sh
>        @make -C $(BUILDDIR)/bootloader
> 
> bootstrap-install:
> 
> 	Regards,
> 
> 	JKB
> _______________________________________________
> FreeVMS mailing list
> FreeVMS at rayleigh.systella.fr
> https://www.systella.fr/cgi-bin/mailman/listinfo/freevms
> 


-----------------------------------------------------------------
A: "Hey dude, where are you from?"
B: “I’m from Uros”
A: “What?”
B: “Uros, the Uranos' world capital”
A: “Hey dude, you look so strange and white. You should eat some meat!”
B: “We don’t need to eat”
A: “Hey man, that dude looks so strange, He doesn’t need to eat”
C: “OMG! So strange, he also is so white!”
D: “Why do I have to hunt to eat and survive and he doesn’t need to eat to survive? I hate him!”
<…>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.systella.fr/pipermail/freevms/attachments/20131215/1f8a72bb/attachment.html>


More information about the FreeVMS mailing list