We've seen the same in lynxis' debian builds of the split gits, and now it makes sense: The recent openggsn changes to debian rules somehow cause an oddity so that our configure check for libgtp now fails, causing all GPRS related binaries to not be built. Haven't investigated what exactly it is, but my expectation is that openggsn causes osmo-sgsn etc to fail:
My guess is https://git.osmocom.org/openggsn/commit/?id=23eea1d132120198745dcca32728906d... "Use osmocom-style git-version-gen / .version magic" (tagged 0.94)
We try to find it by: PKG_CHECK_MODULES(LIBGTP, libgtp >= 0.92, , found_libgtp=no)
log:
[ 60s] [110/216] installing libgtp1-0.93.20170812 [...] [ 61s] [116/216] installing libgtp-dev-0.93.20170812 [...] [ 138s] checking for LIBGTP... no
https://build.opensuse.org/public/build/network:osmocom:nightly/Debian_9.0/x...
~N
On Fri, Aug 11, 2017 at 08:04:10PM +0000, OBS Notification wrote:
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/op...
Package network:osmocom:nightly/openbsc failed to build in Debian_9.0/x86_64
Check out the package for editing: osc checkout network:osmocom:nightly openbsc
Last lines of build log: [ 176s] make[4]: Leaving directory '/usr/src/packages/BUILD/openbsc/tests' [ 176s] make[3]: Leaving directory '/usr/src/packages/BUILD/openbsc/tests' [ 176s] make[3]: Entering directory '/usr/src/packages/BUILD/openbsc' [ 176s] make[4]: Entering directory '/usr/src/packages/BUILD/openbsc' [ 176s] make[4]: Nothing to be done for 'install-exec-am'. [ 176s] /bin/mkdir -p '/usr/src/packages/BUILD/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' [ 176s] /usr/bin/install -c -m 644 openbsc.pc '/usr/src/packages/BUILD/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' [ 176s] make[4]: Leaving directory '/usr/src/packages/BUILD/openbsc' [ 176s] make[3]: Leaving directory '/usr/src/packages/BUILD/openbsc' [ 176s] make[2]: Leaving directory '/usr/src/packages/BUILD/openbsc' [ 176s] make[1]: Leaving directory '/usr/src/packages/BUILD/openbsc' [ 176s] dh_install -O--sourcedirectory=openbsc [ 176s] dh_install: Cannot find (any matches for) "/usr/bin/osmo-sgsn" (tried in "." and "debian/tmp") [ 176s] dh_install: osmocom-sgsn missing files: /usr/bin/osmo-sgsn [ 176s] dh_install: Cannot find (any matches for) "/usr/bin/osmo-gtphub" (tried in "." and "debian/tmp") [ 176s] dh_install: osmo-gtphub missing files: /usr/bin/osmo-gtphub [ 176s] dh_install: missing files, aborting [ 176s] debian/rules:13: recipe for target 'binary' failed [ 176s] make: *** [binary] Error 2 [ 176s] dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 [ 176s] [ 176s] lamb17 failed "build openbsc_0.15.1.20170811.dsc" at Fri Aug 11 20:03:59 UTC 2017. [ 176s] [ 176s] ### VM INTERACTION START ### [ 180s] [ 168.503704] reboot: Power down [ 180s] ### VM INTERACTION END ### [ 180s] [ 180s] lamb17 failed "build openbsc_0.15.1.20170811.dsc" at Fri Aug 11 20:04:03 UTC 2017. [ 180s]
-- Configure notifications at https://build.opensuse.org/user/notifications openSUSE Build Service (https://build.opensuse.org/)