make check Error

小田倉誠勇 bmp.bmn at gmail.com
Wed Jun 21 12:41:47 UTC 2023


Christian

Thanks for the reply.

I re-set up LODE in c:/cygwin/home/youruseraccount/ and
I paste the result of running make PARALLELISM=1 verbose=1 skia.

build.log
cd C:/cygwin/home/narutoshi/lode/dev/core/external/skia && 
C:/cygwin/home/narutoshi/lode/opt/bin/make -j 1 -r
make[1]: Entering directory 
'C:/cygwin/home/narutoshi/lode/dev/core/external/skia'
[build UPK] skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz
S=C:/cygwin/home/narutoshi/lode/dev/core && I=$S/instdir && W=$S/workdir 
&&  rm -rf $W/UnpackedTarball/skia && mkdir -p $W/UnpackedTarball/skia 
&& tar -x -J -C $W/UnpackedTarball/skia --strip-components=1 -f 
/home/narutoshi/lode/ext_tar/skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz 
&& touch 
$W/UnpackedTarget/skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz
tar: bazel/external/harfbuzz/config/config-override.h: モードを rwxr-xr-x 
に変更できません: Not a directory
tar: bazel/external/expat/config/expat_config.h: モードを rwxr-xr-x 
に変更できません: Not a directory
tar: bazel/external/freetype/config/android: モードを rwxr-xr-x 
に変更できません: Not a directory
tar: bazel/external/freetype/config/no-type1: モードを rwxr-xr-x 
に変更できません: Not a directory
tar: bazel/external/icu/utils/icu: モードを rwxr-xr-x に変更できません: Not 
a directory
tar: 前のエラーにより失敗ステータスで終了します
make[1]: *** 
[C:/cygwin/home/narutoshi/lode/dev/core/solenv/gbuild/UnpackedTarball.mk:60: 
C:/cygwin/home/narutoshi/lode/dev/core/workdir/UnpackedTarget/skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz] 
Error 2
make[1]: Leaving directory 
'C:/cygwin/home/narutoshi/lode/dev/core/external/skia'
make: *** [Makefile:121: skia] Error 2

That is all.
Thank you in advance.

On 2023/06/21 19:03, Christian Lohmaier wrote:
> On Wed, Jun 21, 2023 at 10:00 AM 小田倉誠勇 <bmp.bmn at gmail.com> wrote:
>> I am performing a build according to the following URL,
>> make check 2>&1 | tee build.log
>> I get an error when I run
>> What should I do?
>> […]
>> [build PAT] clucene
>> tar: bazel/external/harfbuzz/config/config-override.h: モードを rwxr-xr-x
>> に変更できません: Not a directory
> That is kind of a weird message - yes, it is not a directory, and not
> supposed to be one either.
> Maybe a mistranslation and it should be something like "cannot set
> mode to rwxr-xr-x: No such file or directory"?
>
> so antivirus tools can block access to files/delete files that the
> build expects to be present, but that mostly affects test files, not
> aware of it affecting the extraction of tarballs.
>
> can you please try again with make PARALLELISM=1 verbose=1 skia to get
> the command that triggers the error, then you can try to run that in
> isolation to see whether antivirus is causing the problem or something
> else.
>
> I notice that your paths looks unusual - c:/cygwin/home/lode/dev is
> not the usual filesystem structure, you would have
> c:/cygwin/home/youruseraccount/lode/dev usually - so could as well be
> a permission problem when you manually moved the directory around.
>
> ciao
> Christian



More information about the LibreOffice mailing list