Hi all,

I started to build AOO again. (finally found some time)

I run into a strange issue.

=============
Building module gtest
=============

Entering /workspace/AOO/gitbox/ext_libraries/gtest

if [ -d ./unxlngx6/misc/build/gtest-1.7.0 ] ; then echo "moving" && mv ./unxlngx6/misc/build/gtest-1.7.0 ./unxlngx6/misc/build/gtest-1.7.0_removeme ; fi
moving
unzip:  cannot find or open /home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip, /home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.zip or /home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.Z
IP.
dmake:  Error code 9, while making './unxlngx6/misc/build/so_unpacked_oo_gtest'

here is the content of my ext source:


[root@1b6f44d92128 main]# ll /workspace/AOO/gitbox/ext_sources/*gtest*
-rw-rw-r-- 1 1001 1001 1164254 Jan  7  2020 /workspace/AOO/gitbox/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip

I think it is strange that the build is searching in /home/legine/ which does not exist on the docker image, plus it will not find the sources there in general.

Anyone had this issue before? I think we should search realtive to main folder if we are not able to find it.


All the best

Peter

Reply via email to