Could you maybe instrument src/Ubuntu/CMakeLists.txt to try and understand
what’s not working, and let me know the output?
Something like that:
=== modified file 'src/Ubuntu/CMakeLists.txt'
--- src/Ubuntu/CMakeLists.txt 2016-07-01 13:06:40 +0000
+++ src/Ubuntu/CMakeLists.txt 2016-07-08 05:20:56 +0000
@@ -23,8 +23,11 @@
OUTPUT_VARIABLE UBUNTU_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE)
add_definitions(-DUBUNTU_VERSION="${UBUNTU_VERSION}")
+message("xvfb command: ${XVFB_COMMAND}")
+message("current source dir: ${CMAKE_CURRENT_SOURCE_DIR}")
execute_process(COMMAND ${XVFB_COMMAND} qmlscene --quit
${CMAKE_CURRENT_SOURCE_DIR}/chromium-version.qml
OUTPUT_VARIABLE CHROMIUM_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE)
+message("chromium version extracted by chromium-version.qml:
${CHROMIUM_VERSION}")
string(REGEX MATCH "\\[(.*)\\]" _ ${CHROMIUM_VERSION})
set(CHROMIUM_VERSION ${CMAKE_MATCH_1})
if(NOT CHROMIUM_VERSION MATCHES "^[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$")
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1599695
Title:
When running cmake from QtC on a webbrowser-app branch it fails
Status in webbrowser-app package in Ubuntu:
Incomplete
Bug description:
When running cmake from QtC on a webbrowser-app branch in Xenial it
fails with the following error:
CMake Error at src/Ubuntu/CMakeLists.txt:31 (message):
Invalid chromium version: ''
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1599695/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp