Coder Social home page Coder Social logo

Comments (9)

ShockwaveNN avatar ShockwaveNN commented on May 24, 2024

Just checked on

git checkout v5.5.2.2
docker build --tag onlyoffice-document-editors-builder .
docker run -v $PWD/out:/build_tools/out onlyoffice-document-editors-builder

and got no such error.

So please attach full build log and step-by step instruction how did you checkout specificed tag

Also please note that v5.5.2 is curently in development and may be not working at all

from build_tools.

barnettZQG avatar barnettZQG commented on May 24, 2024

I will try building v5.5.1.85

from build_tools.

barnettZQG avatar barnettZQG commented on May 24, 2024

build command:

git checkout v5.5.1.85
docker run -it -v `pwd`:/build_tools -w /build_tools ubuntu:14.04
# in container
apt-get update
python3 ./automate.py server

last error log:

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
Error (./make.py): 1

maybe useful log:
image

from build_tools.

ShockwaveNN avatar ShockwaveNN commented on May 24, 2024

@barnettZQG I'll try to build v5.5.1.85 version, but we strongly advise try to build only master branch, since all other branches or tags may be broken in current time (like error with videoplayer looks like I see was before)
So best advise - build master version (or release tag v5.5.1.76)
But I try to build v5.5.1.85 to check if I got same error

from build_tools.

ShockwaveNN avatar ShockwaveNN commented on May 24, 2024

Yeah, I can confirm this error on v5.5.1.85

Figuring out the reason

from build_tools.

ShockwaveNN avatar ShockwaveNN commented on May 24, 2024

We found a reason.

Currently on master of build_tools there is no way of building projects from tags, only from branchs

@K0R0L take a look and promise to implement ability to build from tag on develop branch of build_tools in several days

from build_tools.

ShockwaveNN avatar ShockwaveNN commented on May 24, 2024

Yeah, seems this is a duplicate of #74, so I continue discussion about building from tag in that issue

from build_tools.

warnerbryce avatar warnerbryce commented on May 24, 2024

@ShockwaveNN @barnettZQG
I got the same error while building with Docker ubuntu 14.04.4 - gcc 4.8.4 - branch master

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
Error (./make.py): 1

from build_tools.

ShockwaveNN avatar ShockwaveNN commented on May 24, 2024

@warnerbryce I've pinned down problem with videoplayer and create seprate issue at #82

Also attached 2 workarounds

from build_tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.