We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server
cd tools/linux && \ python3 ./automate.py server
Result will be:
g++ -Wl,--rpath=./:./system -Wl,-O1 -o ../../../build/bin/linux_64/standardtester core_build/linux_64/release/obj/OfficeFileFormatChecker2.o core_build/linux_64/release/obj/pole.o core_build/linux_64/release/obj/unicode_util.o core_build/linux_64/release/obj/main.o /core/Common/3dParty/icu/linux_64/build/libicuuc.so.58 /core/Common/3dParty/icu/linux_64/build/libicudata.so.58 -L/core/Test/Applications/StandardTester/../../../../core/build/lib/linux_64 -lkernel -lgraphics -lUnicodeConverter make[1]: Leaving directory `/core/Test/Applications/StandardTester' cd videoplayer/ && ( test -e Makefile || /build_tools/tools/linux/qt_build/Qt-5.9.9/gcc_64/bin/qmake -o Makefile /build_tools/videoplayer/videoplayer.pro -nocache 'CONFIG+=server ' ) && make -f Makefile Cannot find file: /build_tools/videoplayer/videoplayer.pro. make: *** [sub-videoplayer-make_first-ordered] Error 2 Error (make): 2 [git] update: core [git] update: sdkjs [git] update: sdkjs-plugins [git] update: web-apps [git] update: desktop-sdk [git] update: dictionaries [git] update: server [git] update: document-server-integration [git] update: core-fonts [fetch & build]: boost delete warning [file not exist]: ./boost.data [fetch & build]: cef delete warning [file not exist]: ./cef_binary.7z.data [fetch & build]: icu [fetch & build]: openssl delete warning [file not exist]: ./openssl.data [fetch & build]: v8 delete warning [file not exist]: ./v8.data gn gen out.gn/linux_64 --args="is_debug=false target_cpu=\"x64\" v8_target_cpu=\"x64\" v8_static_library=true is_component_build=false v8_use_snapshot=false is_clang=false use_sysroot=false" ------------------------------------------ BUILD_PLATFORM: linux_64 ------------------------------------------ install dependencies... install qt... --------------------------------------------- build branch: master --------------------------------------------- --------------------------------------------- build modules: server --------------------------------------------- Error (./make.py): 1
Workarounds:
This problem should be fixed on develop of build_tools
develop
On master this can be fixed by building all products, not only server (seems it took just several mintues more)
cd tools/linux && \ python3 ./automate.py
The text was updated successfully, but these errors were encountered:
i can confirm, the build process get finished with python3 ./automate.py (with nothing after)
Sorry, something went wrong.
Fix is released on master Problem should be fixed
master
No branches or pull requests
server
withResult will be:
Workarounds:
This problem should be fixed on
develop
of build_toolsOn master this can be fixed by building all products, not only server (seems it took just several mintues more)
The text was updated successfully, but these errors were encountered: