Hi,

if I build stunnel manually on my desktop machine (Archlinux), it works fine. However, when I am trying to use a Yocto/OE recipe for building it for my arm32 target, I am facing the issue below. Anyone any hint?

Cheers, L.

| /usr//include/linux/sysctl.h:836:20: warning: comma at end of enumerator list [-pedantic]
| /usr//include/linux/sysctl.h:849:12: warning: comma at end of enumerator list [-pedantic]
| /usr//include/linux/sysctl.h:892:31: warning: comma at end of enumerator list [-pedantic]
| /usr//include/linux/sysctl.h:897:32: warning: comma at end of enumerator list [-pedantic]
| /usr//include/linux/sysctl.h:912:26: warning: comma at end of enumerator list [-pedantic]
| /usr//include/linux/sysctl.h:917:32: warning: comma at end of enumerator list [-pedantic]
| /usr//include/linux/sysctl.h:928:20: warning: comma at end of enumerator list [-pedantic]
| In file included from /usr//include/linux/netfilter_ipv4.h:8:0,
| � � � � � � � � �from common.h:383,
| � � � � � � � � �from network.c:38:
| /usr//include/linux/netfilter.h:58:18: warning: comma at end of enumerator list [-pedantic]
| In file included from common.h:383:0,
| � � � � � � � � �from network.c:38:
| /usr//include/linux/netfilter_ipv4.h:68:26: warning: comma at end of enumerator list [-pedantic]
| make[2]: *** [stunnel-str.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[2]: *** [stunnel-network.o] Error 1
| make[2]: *** [stunnel-resolver.o] Error 1
| make[2]: *** [stunnel-protocol.o] Error 1
| make[2]: *** [stunnel-log.o] Error 1
| make[2]: *** [stunnel-file.o] Error 1
| make[2]: *** [stunnel-options.o] Error 1
| make[2]: *** [stunnel-client.o] Error 1
| make[2]: Leaving directory `/home/lpapp/Projects/Yocto/poky-dylan-9.0.1/build/tmp/work/armv5te-linux-gnueabi/stunnel/4.56-r0/stunnel-4.56/src'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/lpapp/Projects/Yocto/poky-dylan-9.0.1/build/tmp/work/armv5te-linux-gnueabi/stunnel/4.56-r0/stunnel-4.56/src'
| make: *** [all-recursive] Error 1
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see /home/lpapp/Projects/Yocto/poky-dylan-9.0.1/build/tmp/work/armv5te-linux-gnueabi/stunnel/4.56-r0/temp/log.do_compile.10590 for further information)
ERROR: Task 6 (/home/lpapp/Projects/Yocto/poky-dylan-9.0.1/build/../meta-networking/recipes-support/stunnel/stunnel_4.56.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 561 tasks of which 559 didn't need to be rerun and 1 failed.
No currently running tasks (561 of 568)

Summary: 1 task failed:
� /home/lpapp/Projects/Yocto/poky-dylan-9.0.1/build/../meta-networking/recipes-support/stunnel/stunnel_4.56.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.