Skip to content
New issue

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

Error in videoplayer.pro while building only server #82

Closed
ShockwaveNN opened this issue Apr 21, 2020 · 2 comments
Closed

Error in videoplayer.pro while building only server #82

ShockwaveNN opened this issue Apr 21, 2020 · 2 comments
Labels
confirmed-bug Issues with confirmed bugs fixed Issues that fixed and released

Comments

@ShockwaveNN
Copy link
Contributor

ShockwaveNN commented Apr 21, 2020

  1. Use curent master of build tools
  2. Build only server with
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:

  1. This problem should be fixed on develop of build_tools

  2. 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
    
@warnerbryce
Copy link

i can confirm, the build process get finished with python3 ./automate.py (with nothing after)

@ShockwaveNN ShockwaveNN added confirmed-bug Issues with confirmed bugs fixed Issues that fixed and released labels Apr 23, 2020
@ShockwaveNN
Copy link
Contributor Author

Fix is released on master
Problem should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs fixed Issues that fixed and released
Projects
None yet
Development

No branches or pull requests

2 participants