submodules issue on cygwin
Michael Stahl
mstahl at redhat.com
Tue Oct 23 01:46:08 PDT 2012
On 23/10/12 01:41, Mathias MICHEL wrote:
> Hello
>
> When I try to build master since submodules were introduced, I got a
> failure with this message:
>
> Entering /cygdrive/d/src/libo/tail_build/prj
>
> gbuild module /cygdrive/d/src/libo/tail_build: /opt/lo/bin/make -f
> Makefile -j4 -rs all slowcheck gb_PARTIALBUILD=T
> D:/src/libo/Module_tail_build.mk:27:
> /cygdrive/d/src/libo//translations/Module_translations.mk: No such file or
> directory
> Makefile:17: *** Corrupted module target stack! . Stop.
>
> I don't know where the double / comes from.
>
> When I check:
> - libo/translations is a directory containing 2 files: .git & .gitignore
> - libo/core/translations contains the git repo with its workdir
>
> What could be missing here ?
had the same problem yesterday, problem was that there were no files
checked out in the sub-repos.
to fix that, cd into each sub-repo that you have (e.g. dictionaries,
helpcontent2, translations, binfilter) and run "git reset --hard"
More information about the LibreOffice
mailing list