touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #100335
[Bug 1431328] Re: build.sh --setup doesn't install build dependencies
I encountered the same problem but at last I found what was wrong with my command.
I just copied the command from the guide web-page (https://unity.ubuntu.com/getinvolved/development/unity8/). The command is :
./build.sh –setup
but the actual command that worked for me was:
./build.sh -setup
it seems there is a problem with the dash before setup.
Actually I don't think that the problem and the solution are this but at least this solution worked for me.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1431328
Title:
build.sh --setup doesn't install build dependencies
Status in unity8 package in Ubuntu:
Incomplete
Bug description:
DISTRO
Description: Ubuntu Vivid Vervet (development branch)
Release: 15.04
EXPECTED
after "build.sh -s" completes I am able to build unity8 with "build.sh"
ACTUAL
"build.sh -s" doesn't install libsystemsettings-dev so the compilation afterwards fails with
-- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE)
-- Could NOT find gcovr (missing: GCOVR_EXECUTABLE)
Package SystemSettings was not found in the pkg-config search path.
Perhaps you should add the directory containing `SystemSettings.pc'
to the PKG_CONFIG_PATH environment variable
No package 'SystemSettings' found
CMake Error at CMakeLists.txt:67 (message):
Could not determine USS private plugin installation dir.
MORE INFORMATION
You can find the "build.sh -s" output at http://pastebin.ubuntu.com/10585178/
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1431328/+subscriptions
References