[FreeVMS] build problem

BERTRAND Joël joel.bertrand at systella.fr
Mon Dec 16 10:35:33 CET 2013


Alessandro Sangiuliano a écrit :
>
> Il giorno 15/dic/2013, alle ore 16:56, BERTRAND Joël
> <joel.bertrand at systella.fr <mailto:joel.bertrand at systella.fr>> ha scritto:
>
>> Alessandro Sangiuliano a écrit :
>>>
>>> Il giorno 15/dic/2013, alle ore 12:13, BERTRAND Joël
>>> <joel.bertrand at systella.fr <mailto:joel.bertrand at systella.fr>
>>> <mailto: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:
>>
>> Right. I have done a mistake.
>>
>>> 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 suppose that autogen.sh is broken. Please replace in main Makefile
>> $(SRCDIR)/bootloader/autogen.sh by @(cd $(SRCDIR)/bootloader &&
>> autogen.sh).
>
> Thanks, $(SRCDIR)/bootloader/autogen.sh by @(cd $(SRCDIR)/bootloader &&
> autogen.sh), not worked so I modified in this way:
>
> $(SRCDIR)/bootloader/autogen.sh by @(cd $(SRCDIR)/bootloader &&
> ./autogen.sh)
>
> After a while, the output resulted in a lot of error of the kind “No
> such file or directory” on files like:
> .deps-util/grub_fstest-grub_fstest_init.Po, and similar.
>
> So, maybe I can confirm that the autogen.sh is broken.

	I think in a first time you have to delete build/bootloader. Your tree 
is broken as you should have grub_fstest-grub_fstest_init.Po in 
build/bootloader/.deps-util

	Regards,

	JKB


More information about the FreeVMS mailing list