Search Criteria
Package Details: libosmo-netif 1.6.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/libosmo-netif.git (read-only, click to copy) |
---|---|
Package Base: | libosmo-netif |
Description: | Osmocom library for muxed audio |
Upstream URL: | https://osmocom.org/projects/libosmo-netif |
Licenses: | GPL-2.0-or-later |
Conflicts: | libosmo-netif-git |
Provides: | libosmonetif.so |
Submitter: | yuvadm |
Maintainer: | fixeria |
Last Packager: | fixeria |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-24 11:13 (UTC) |
Last Updated: | 2025-05-08 05:09 (UTC) |
Dependencies (3)
- libosmocoreAUR (libosmocore-gitAUR)
- libpcap (libpcap-gitAUR)
- lksctp-tools
Latest Comments
fixeria commented on 2025-05-08 06:45 (UTC)
This looks like some kind of a race condition. Might be worth reporting a bug upstream if you can reproduce it reliably. We have at least one more developer running Arch in the team. As a workaround, you can bypass
make check
by passing--nocheck
tomakepkg
. If you're usingyay
, the command would be:yay --mflags="--nocheck" -S ...
.fixeria commented on 2025-05-08 06:39 (UTC)
@kistlin it's the first time I am seeing this problem. I cannot reproduce it locally, sorry.
Regarding the
undefined reference ...
inconfig.log
, I am also seeing it:I don't think this is related, given that the
configure
script is producingMakefile
and the library compiles.kistlin commented on 2025-05-08 05:54 (UTC) (edited on 2025-05-08 05:57 (UTC) by kistlin)
Thanks for fixing the dependencies.
Now I'm stuck at a test error. The error also appears in the
-git
package.libosmo-netif/src/libosmo-netif-1.6.0/tests/testsuite.dir/1/testsuite.log
| configure:13452: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=libosmo-netif/src=/usr/src/debug/libosmo-netif -flto=auto -std=gnu11 -Wall -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto conftest.c >&5 | /usr/sbin/ld: /tmp/ccktx3U6.ltrans0.ltrans.o: in function
main': | /usr/src/debug/libosmo-netif/libosmo-netif-1.6.0/conftest.c:38:(.text.startup+0xc): undefined reference to
sctp_send' | collect2: error: ld returned 1 exit status | configure:13452: $? = 1 | configure: failed program was: | | / confdefs.h / | | #define PACKAGE_NAME "libosmo-netif ```I'm not sure if the undefined reference is it, or else how to process the test output yet :). Have you had something like that in the past?
It looks like this dependency comes from
lksctp-tools
and I have that installed.