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

Analyzer CMake error "string no output variable specified" #191

Open
YannisGuyon opened this issue Jan 29, 2020 · 0 comments
Open

Analyzer CMake error "string no output variable specified" #191

YannisGuyon opened this issue Jan 29, 2020 · 0 comments

Comments

@YannisGuyon
Copy link

When running the all-in-one Docker instance and submitting new jobs, I get the following output:

-- Starting Analyzer Build --
Building Analyzer
/data/src/av1/asm /data/src/av1
-- Found Git: /usr/bin/git (found version "2.20.1") 
-- Found Perl: /usr/bin/perl (found version "5.28.1") 
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
CMake Error at build/cmake/compiler_tests.cmake:43 (string):
  string no output variable specified
Call Stack (most recent call first):
  build/cmake/compiler_flags.cmake:18 (include)
  build/cmake/aom_configure.cmake:23 (include)
  CMakeLists.txt:35 (include)

--- aom_configure: Detected CPU: generic
Running C compiler test: inline_check_1
-- Performing Test C_TEST_COMPILED
-- Performing Test C_TEST_COMPILED - Success
Running CXX compiler test: inline_check_1
-- Performing Test CXX_TEST_COMPILED
-- Performing Test CXX_TEST_COMPILED - Success

[...]

-- Found PythonInterp: /usr/bin/python (found version "2.7.16") 
-- Configuring incomplete, errors occurred!
See also "/data/src/av1/asm/CMakeFiles/CMakeOutput.log".
See also "/data/src/av1/asm/CMakeFiles/CMakeError.log".
-- Finished Analyzer Build --
Note: Analyzer errors will not prevent the run from completing.

CMakeError.log
CMakeOutput.log

The red text "Analyzer failed to build." does not appear on localhost (I noticed it does on arewecompressedyet.com).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant