Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-gbproxy failed to build in openSUSE_Leap_15.1/x86_64
Check out the package for editing:
osc checkout network:osmocom:nightly osmo-gbproxy
Last lines of build log:
[ 41s] checking whether to build static libraries... yes
[ 41s] checking for pkg-config... /usr/bin/pkg-config
[ 41s] checking for x86_64-suse-linux-gnu-pkg-config... /usr/bin/x86_64-suse-linux-gnu-pkg-config
[ 41s] checking pkg-config is at least version 0.20... yes
[ 42s] checking for library containing dlopen... -ldl
[ 42s] checking for library containing dlsym... -ldl
[ 42s] checking for libosmocore >= 1.6.0... no
[ 42s] configure: error: Package requirements (libosmocore >= 1.6.0) were not met:
[ 42s]
[ 42s] Package 'libsctp', required by 'libosmocore', not found
[ 42s]
[ 42s] Consider adjusting the PKG_CONFIG_PATH environment variable if you
[ 42s] installed software in a non-standard prefix.
[ 42s]
[ 42s] Alternatively, you may set the environment variables LIBOSMOCORE_CFLAGS
[ 42s] and LIBOSMOCORE_LIBS to avoid the need to call pkg-config.
[ 42s] See the pkg-config man page for more details.
[ 42s] error: Bad exit status from /var/tmp/rpm-tmp.8bpsHy (%build)
[ 42s]
[ 42s]
[ 42s] RPM build errors:
[ 42s] Bad exit status from /var/tmp/rpm-tmp.8bpsHy (%build)
[ 42s] ### VM INTERACTION START ###
[ 42s] [ 36.995268] sysrq: SysRq : Power Off
[ 42s] [ 36.998133] reboot: Power down
[ 42s] ### VM INTERACTION END ###
[ 42s]
[ 42s] hci-cnode2-m0 failed "build osmo-gbproxy.spec" at Fri Mar 25 10:02:09 UTC 2022.
[ 42s]
--
Configure notifications at https://build.opensuse.org/my/subscriptions
openSUSE Build Service (https://build.opensuse.org/)
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/s…
Package network:osmocom:nightly/simtrace2 failed to build in Debian_Testing/x86_64
Check out the package for editing:
osc checkout network:osmocom:nightly simtrace2
Last lines of build log:
[ 202s] checking whether to build shared libraries... yes
[ 202s] checking whether to build static libraries... yes
[ 202s] checking for pkg-config... /usr/bin/pkg-config
[ 202s] checking for pkg-config... /usr/bin/pkg-config
[ 202s] checking pkg-config is at least version 0.20... yes
[ 202s] checking if gcc supports -fvisibility=hidden... yes
[ 202s] checking for libosmocore >= 1.4.0... no
[ 202s] configure: error: Package requirements (libosmocore >= 1.4.0) were not met:
[ 202s]
[ 202s] Package 'libsctp', required by 'libosmocore', not found
[ 202s]
[ 202s] Consider adjusting the PKG_CONFIG_PATH environment variable if you
[ 202s] installed software in a non-standard prefix.
[ 202s]
[ 202s] Alternatively, you may set the environment variables LIBOSMOCORE_CFLAGS
[ 202s] and LIBOSMOCORE_LIBS to avoid the need to call pkg-config.
[ 202s] See the pkg-config man page for more details.
[ 202s] make[1]: *** [Makefile:30: utils] Error 1
[ 202s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[ 202s] dh_auto_build: error: make -j1 returned exit code 2
[ 202s] make: *** [debian/rules:16: build] Error 25
[ 202s] dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
[ 202s] ### VM INTERACTION START ###
[ 202s] [ 188.983744][ T1] sysrq: Power Off
[ 202s] [ 188.986794][ T16] reboot: Power down
[ 203s] ### VM INTERACTION END ###
[ 203s]
[ 203s] lamb57 failed "build simtrace2_0.8.1.32.ff43.202203250026.dsc" at Fri Mar 25 09:50:44 UTC 2022.
[ 203s]
--
Configure notifications at https://build.opensuse.org/my/subscriptions
openSUSE Build Service (https://build.opensuse.org/)
laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/27570 )
Change subject: debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev
......................................................................
debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev
As our pkg-config files now 'Require' libsctp, we are seeing build
failures as libsctp-dev is not installed when building
libosmocore-dependant packages. Let's add the missing dependency.
Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff
Fixes: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b
---
M debian/control
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/debian/control b/debian/control
index 771fff2..fdd4be8 100644
--- a/debian/control
+++ b/debian/control
@@ -320,6 +320,8 @@
Section: libdevel
Depends: libosmocore,
libtalloc-dev (>= 2.1.0),
+ libsctp-dev,
+ libusb-1.0-0-dev,
${misc:Depends}
Description: Development headers for Open Source MObile COMmunications CORE library
The header files provided by this package may be used to develop
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/27570
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff
Gerrit-Change-Number: 27570
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/27570 )
Change subject: debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/27570
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff
Gerrit-Change-Number: 27570
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 25 Mar 2022 09:45:20 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/27570
to look at the new patch set (#2).
Change subject: debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev
......................................................................
debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev
As our pkg-config files now 'Require' libsctp, we are seeing build
failures as libsctp-dev is not installed when building
libosmocore-dependant packages. Let's add the missing dependency.
Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff
Fixes: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b
---
M debian/control
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/27570/2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/27570
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff
Gerrit-Change-Number: 27570
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset