Applying /immortalwrt/master/feeds/packages/net/srelay/patches/001-compile.patch using plaintext: 
patching file configure
configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-nls
configure: loading site script /immortalwrt/master/include/site/arm
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-openwrt-linux-gnu
checking target system type... arm-openwrt-linux-gnu
checking for arm-openwrt-linux-gcc... arm-openwrt-linux-muslgnueabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-openwrt-linux-muslgnueabi-gcc accepts -g... yes
checking for arm-openwrt-linux-muslgnueabi-gcc option to accept ISO C89... none needed
checking pthread.h usability... yes
checking pthread.h presence... no
configure: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pthread.h: proceeding with the compiler's result
checking for pthread.h... yes
checking whether enabling thread... no
checking for crypt in -lcrypt... yes
checking for ANSI C header files... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... no
configure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: fcntl.h: proceeding with the compiler's result
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... no
configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/time.h: proceeding with the compiler's result
checking for sys/time.h... yes
checking limits.h usability... yes
checking limits.h presence... no
configure: WARNING: limits.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: limits.h: proceeding with the compiler's result
checking for limits.h... yes
checking syslog.h usability... yes
checking syslog.h presence... no
configure: WARNING: syslog.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: syslog.h: proceeding with the compiler's result
checking for syslog.h... yes
checking unistd.h usability... yes
checking unistd.h presence... no
configure: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: unistd.h: proceeding with the compiler's result
checking for unistd.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... no
configure: WARNING: sys/resource.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/resource.h: proceeding with the compiler's result
checking for sys/resource.h... yes
checking for socklen_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for struct sockaddr_dl.sdl_family... no
checking for struct sockaddr.sa_len... no
checking return type of signal handlers... void
checking for select... yes
checking for socket... yes
checking for getaddrinfo... (cached) yes
checking for getnameinfo... yes
checking for freeaddrinfo... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-nls
make[3]: Entering directory '/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3'
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c init.c
init.c: In function 'serv_init':
init.c:128:44: warning: argument to 'sizeof' in 'strncpy' call is the same expression as the source; did you mean to use the size of the destination? [-Wsizeof-pointer-memaccess]
  128 |     strncpy(tmp_str_serv_sock, hbuf, sizeof(hbuf));
      |                                            ^
init.c:136:44: warning: argument to 'sizeof' in 'strncat' call is the same expression as the source; did you mean to use the size of the destination? [-Wsizeof-pointer-memaccess]
  136 |     strncat(tmp_str_serv_sock, sbuf, sizeof(sbuf));
      |                                            ^
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c readconf.c
readconf.c: In function 'readconf':
readconf.c:97:20: warning: variable 'px' set but not used [-Wunused-but-set-variable]
   97 |   int           i, px;
      |                    ^~
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c util.c
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c socks.c
socks.c: In function 'connect_to_http':
socks.c:1170:7: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
 1170 |       while (r>0 && ((c=*p) != ' ' && c != '\t'))
      |       ^~~~~
socks.c:1171:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
 1171 |         p++; r--;
      |              ^
socks.c:1172:7: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
 1172 |       while (r>0 && ((c=*p) == ' ' || c == '\t'))
      |       ^~~~~
socks.c:1173:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
 1173 |         p++; r--;
      |              ^
socks.c:1125:10: warning: variable 'error' set but not used [-Wunused-but-set-variable]
 1125 |   int    error;
      |          ^~~~~
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c relay.c
relay.c: In function 'relay_tcp':
relay.c:321:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  321 |         else
      |         ^~~~
relay.c:322:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  322 |           li.bc += wc; li.dnl += wc;
      |                        ^~
relay.c:330:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  330 |         else
      |         ^~~~
relay.c:331:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  331 |           li.bc += wc; li.dnl += wc;
      |                        ^~
relay.c:338:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  338 |         else
      |         ^~~~
relay.c:339:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  339 |           li.bc += wc; li.upl += wc;
      |                        ^~
relay.c:346:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  346 |         else
      |         ^~~~
relay.c:347:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  347 |           li.bc += wc; li.upl += wc;
      |                        ^~
relay.c: In function 'relay_udp':
relay.c:420:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  420 |         else
      |         ^~~~
relay.c:421:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  421 |           li.bc += wc; li.upl += wc;
      |                        ^~
relay.c:429:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  429 |         else
      |         ^~~~
relay.c:430:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  430 |           li.bc += wc; li.dnl += wc;
      |                        ^~
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c main.c
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c auth-pwd.c
arm-openwrt-linux-muslgnueabi-gcc -I. -DLINUX -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include -I/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/include/fortify  -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3=srelay-0.4.8p3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -O2 -Wall -c get-bind.c
arm-openwrt-linux-muslgnueabi-gcc init.o readconf.o util.o socks.o relay.o main.o auth-pwd.o get-bind.o -lcrypt -L/usr/local/lib  -L/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/usr/lib -L/immortalwrt/master/staging_dir/toolchain-arm_cortex-a7_gcc-14.3.0_musl_eabi/lib -fuse-ld=bfd -znow -zrelro  -o srelay
make[3]: Leaving directory '/immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3'
rstrip.sh: /immortalwrt/master/build_dir/target-arm_cortex-a7_musl_eabi/srelay-0.4.8p3/ipkg-arm_cortex-a7/srelay/usr/bin/srelay: executable
ERROR: info field 'version' has invalid value: package version is invalid
ERROR: failed to create package: package version is invalid
make[2]: *** [Makefile:77: /immortalwrt/master/bin/packages/arm_cortex-a7/packages/srelay-0.4.8p3-r9.apk] Error 99
time: package/feeds/packages/srelay/compile#3.32#0.49#4.21