On Tuesday 2021-07-27 12:35, Jozsef Kadlecsik wrote: > >I'm happy to announce ipset 7.13 - 7.12 was released but not announced due >to additional fixes required in two patches. Did you really try building that? [ 19s] Making all in src [ 19s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/ipset-7.13/src' [ 19s] gcc -DHAVE_CONFIG_H -I. -I.. -I../include -std=gnu99 -O2 -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchr onous-unwind-tables -fstack-clash-protection -Werror=return-type -g -c -o ipset.o ipset.c [ 19s] /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynch ronous-unwind-tables -fstack-clash-protection -Werror=return-type -g -o ipset ipset.o ../lib/libipset.la [ 19s] libtool: link: gcc -std=gnu99 -O2 -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack- clash-protection -Werror=return-type -g -o .libs/ipset ipset.o ../lib/.libs/libipset.so -lmnl -ldl -Wl,-rpath -Wl,/usr/lib64 [ 19s] /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: ipset.o: in function `main': [ 19s] /home/abuild/rpmbuild/BUILD/ipset-7.13/src/ipset.c:35: undefined reference to `ipset_xlate_argv' [ 19s] collect2: error: ld returned 1 exit status abuild@a4:~/rpmbuild/BUILD/ipset-7.13> readelf -aW lib/.libs/libipset.so.13.2.0 | grep ipset_xlate_argv 199: 0000000000019c40 4361 FUNC LOCAL DEFAULT 15 ipset_xlate_argv Function not exported, hence link failure.