touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #61986
[Bug 1431328] Re: build script doesn't install libsystemsettings-dev package
Did you use `build.sh` afterwards to do the build? --setup actually only
installs runtime dependencies, not build ones. Build-deps are only
installed at the beginning of ./build.sh, based on debian/control,
taking its mtime into account.
I think we might as well install the deps as part of --setup.
** Changed in: unity8 (Ubuntu)
Status: New => Triaged
** Changed in: unity8 (Ubuntu)
Importance: Undecided => Low
** Summary changed:
- build script doesn't install libsystemsettings-dev package
+ build.sh --setup doesn't install build dependencies
--
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:
Triaged
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