[MacPorts] #72261: vtun fails to build: error: storage size of ‘ctx_enc’ isn’t known
MacPorts
noreply at macports.org
Sun Mar 30 14:00:01 UTC 2025
#72261: vtun fails to build: error: storage size of ‘ctx_enc’ isn’t known
--------------------------+--------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Keywords: | Port: vtun
--------------------------+--------------------
{{{
---> Configuring vtun
Executing: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_vtun/vtun/work/vtun-3.0.4"
&& ./configure --prefix=/opt/local --with-blowfish-
headers=/opt/local/include/openssl --with-lzo-headers=/opt/local/include
--with-lzo-lib=/opt/local/lib --mandir=/opt/local/share/man --with-ssl-
headers=/opt/local/include/openssl --with-ssl-lib=/opt/local/lib
checking build system type... powerpc-apple-darwin10.8.0
checking host system type... powerpc-apple-darwin10.8.0
checking target system type... powerpc-apple-darwin10.8.0
checking for bison... bison -y
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for gcc... (cached) /usr/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.2 option to accept ANSI C... (cached) none
needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for library containing socket... none required
checking for library containing inet_ntoa... none required
checking for library containing gethostbyname... none required
checking for library containing nanosleep... none required
checking for library containing setproctitle... no
configure: checking for ZLIB Library and Header files ... ...
checking for deflate in -lz... yes
configure: checking for LZO Library and Header files ... ...
checking "for lzo_asm.h"... "no"
checking "for lzo1x.h"... (/opt/local/include) yes
checking for lzo1x_decompress in -llzo... yes
configure: checking for md5 Library and Header files ... ...
checking "for md5.h"... (/opt/local/include/openssl) yes
configure: checking for blowfish Library and Header files ... ...
checking "for blowfish.h"... (/opt/local/include/openssl) yes
checking for BF_set_key in -lcrypto... yes
configure: checking for AES Library and Header files ... ...
checking "for aes.h"... (/opt/local/include/openssl) yes
checking for AES_set_encrypt_key in -lcrypto... yes
configure: checking for EVP Library and Header files ... ...
checking "for evp.h"... (/opt/local/include/openssl) yes
checking for EVP_EncryptInit in -lcrypto... yes
checking for getpt... no
checking for grantpt... yes
checking for unlockpt... yes
checking for ptsname... yes
creating driver and protocol links ...
linking generic/tun_dev.c to tun_dev.c
linking generic/tap_dev.c to tap_dev.c
linking generic/pty_dev.c to pty_dev.c
linking generic/pipe_dev.c to pipe_dev.c
linking generic/tcp_proto.c to tcp_proto.c
linking generic/udp_proto.c to udp_proto.c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
---> Building vtun
Executing: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_vtun/vtun/work/vtun-3.0.4"
&& /usr/bin/make -j6 -w vtund
make: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_vtun/vtun/work/vtun-3.0.4'
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c main.c
bison -y -d -b cfg_file cfg_file.y
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c server.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c client.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lib.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c llist.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c auth.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c tunnel.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lock.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c netlib.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c tun_dev.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c tap_dev.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c pty_dev.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c pipe_dev.c
auth.c: In function ‘encrypt_chal’:
auth.c:75: warning: ‘BF_set_key’ is deprecated (declared at
/opt/local/include/openssl/blowfish.h:51)
auth.c:75: warning: ‘MD5’ is deprecated (declared at
/opt/local/include/openssl/md5.h:53)
auth.c:78: warning: ‘BF_ecb_encrypt’ is deprecated (declared at
/opt/local/include/openssl/blowfish.h:56)
auth.c: In function ‘decrypt_chal’:
auth.c:86: warning: ‘BF_set_key’ is deprecated (declared at
/opt/local/include/openssl/blowfish.h:51)
auth.c:86: warning: ‘MD5’ is deprecated (declared at
/opt/local/include/openssl/md5.h:53)
auth.c:89: warning: ‘BF_ecb_encrypt’ is deprecated (declared at
/opt/local/include/openssl/blowfish.h:56)
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c tcp_proto.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c udp_proto.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c linkfd.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lfd_shaper.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lfd_zlib.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lfd_lzo.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lfd_encrypt.c
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c lfd_legacy_encrypt.c
lfd_encrypt.c: In function ‘prep_key’:
lfd_encrypt.c:126: warning: ‘MD5’ is deprecated (declared at
/opt/local/include/openssl/md5.h:53)
lfd_encrypt.c:127: warning: ‘MD5’ is deprecated (declared at
/opt/local/include/openssl/md5.h:53)
lfd_encrypt.c:131: warning: ‘MD5’ is deprecated (declared at
/opt/local/include/openssl/md5.h:53)
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c cfg_file.tab.c
flex -t cfg_file.l > cfg_file.lex.c
lfd_legacy_encrypt.c: In function ‘alloc_legacy_encrypt’:
lfd_legacy_encrypt.c:69: warning: ‘BF_set_key’ is deprecated (declared at
/opt/local/include/openssl/blowfish.h:51)
lfd_legacy_encrypt.c:69: warning: ‘MD5’ is deprecated (declared at
/opt/local/include/openssl/md5.h:53)
lfd_legacy_encrypt.c: In function ‘legacy_encrypt_buf’:
lfd_legacy_encrypt.c:92: warning: ‘BF_ecb_encrypt’ is deprecated (declared
at /opt/local/include/openssl/blowfish.h:56)
lfd_legacy_encrypt.c:97: warning: ‘BF_ecb_encrypt’ is deprecated (declared
at /opt/local/include/openssl/blowfish.h:56)
lfd_legacy_encrypt.c: In function ‘legacy_decrypt_buf’:
lfd_legacy_encrypt.c:108: warning: ‘BF_ecb_encrypt’ is deprecated
(declared at /opt/local/include/openssl/blowfish.h:56)
/usr/bin/gcc-4.2 -pipe -Os -arch ppc -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include
-I/opt/local/include/openssl -I/opt/local/include/openssl
-I/opt/local/include/openssl -I/opt/local/include/openssl
-DVTUN_CONFIG_FILE=\"/opt/local/etc/vtund.conf\"
-DVTUN_PID_FILE=\"/opt/local/var/run/vtund.pid\"
-DVTUN_STAT_DIR=\"/opt/local/var/log/vtund\"
-DVTUN_LOCK_DIR=\"/opt/local/var/lock/vtund\" -c cfg_file.lex.c
lfd_encrypt.c: At top level:
lfd_encrypt.c:98: error: storage size of ‘ctx_enc’ isn’t known
lfd_encrypt.c:99: error: storage size of ‘ctx_dec’ isn’t known
lfd_encrypt.c:101: error: storage size of ‘ctx_enc_ecb’ isn’t known
lfd_encrypt.c:102: error: storage size of ‘ctx_dec_ecb’ isn’t known
{standard input}:1284:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000004$pb"
{standard input}:1284:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:1280:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000004$pb"
{standard input}:1280:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:1192:non-relocatable subtraction expression,
"_ctx_enc_ecb" minus "L00000000004$pb"
{standard input}:1192:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:1190:non-relocatable subtraction expression,
"_ctx_enc_ecb" minus "L00000000004$pb"
{standard input}:1190:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:1134:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000004$pb"
{standard input}:1134:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:1130:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000004$pb"
{standard input}:1130:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:1110:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000004$pb"
{standard input}:1110:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:1105:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000004$pb"
{standard input}:1105:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:892:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000003$pb"
{standard input}:892:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:891:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000003$pb"
{standard input}:891:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:851:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000003$pb"
{standard input}:851:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:847:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000003$pb"
{standard input}:847:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:823:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000003$pb"
{standard input}:823:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:820:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000003$pb"
{standard input}:820:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:712:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000003$pb"
{standard input}:712:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:708:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000003$pb"
{standard input}:708:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:688:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000003$pb"
{standard input}:688:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:683:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000003$pb"
{standard input}:683:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:553:non-relocatable subtraction expression,
"_ctx_dec_ecb" minus "L00000000003$pb"
{standard input}:553:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:551:non-relocatable subtraction expression,
"_ctx_dec_ecb" minus "L00000000003$pb"
{standard input}:551:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:313:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:313:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:310:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:310:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:309:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:309:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:307:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:307:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:286:non-relocatable subtraction expression,
"_ctx_dec_ecb" minus "L00000000002$pb"
{standard input}:286:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:284:non-relocatable subtraction expression,
"_ctx_enc_ecb" minus "L00000000002$pb"
{standard input}:284:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:282:non-relocatable subtraction expression,
"_ctx_dec_ecb" minus "L00000000002$pb"
{standard input}:282:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:281:non-relocatable subtraction expression,
"_ctx_enc_ecb" minus "L00000000002$pb"
{standard input}:281:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:266:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:266:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:264:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:264:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:259:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:259:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:255:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:255:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:232:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:232:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:231:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:231:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:228:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:228:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:224:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:224:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:211:non-relocatable subtraction expression,
"_ctx_dec_ecb" minus "L00000000002$pb"
{standard input}:211:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:210:non-relocatable subtraction expression,
"_ctx_enc_ecb" minus "L00000000002$pb"
{standard input}:210:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:207:non-relocatable subtraction expression,
"_ctx_dec_ecb" minus "L00000000002$pb"
{standard input}:207:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:206:non-relocatable subtraction expression,
"_ctx_enc_ecb" minus "L00000000002$pb"
{standard input}:206:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:193:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:193:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:192:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000002$pb"
{standard input}:192:symbol: "_ctx_dec" can't be undefined in a
subtraction expression
{standard input}:189:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:189:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:185:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000002$pb"
{standard input}:185:symbol: "_ctx_enc" can't be undefined in a
subtraction expression
{standard input}:39:non-relocatable subtraction expression, "_ctx_dec_ecb"
minus "L00000000001$pb"
{standard input}:39:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:38:non-relocatable subtraction expression, "_ctx_dec_ecb"
minus "L00000000001$pb"
{standard input}:38:symbol: "_ctx_dec_ecb" can't be undefined in a
subtraction expression
{standard input}:36:non-relocatable subtraction expression, "_ctx_enc_ecb"
minus "L00000000001$pb"
{standard input}:36:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:35:non-relocatable subtraction expression, "_ctx_enc_ecb"
minus "L00000000001$pb"
{standard input}:35:symbol: "_ctx_enc_ecb" can't be undefined in a
subtraction expression
{standard input}:33:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000001$pb"
{standard input}:33:symbol: "_ctx_dec" can't be undefined in a subtraction
expression
{standard input}:32:non-relocatable subtraction expression, "_ctx_dec"
minus "L00000000001$pb"
{standard input}:32:symbol: "_ctx_dec" can't be undefined in a subtraction
expression
{standard input}:30:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000001$pb"
{standard input}:30:symbol: "_ctx_enc" can't be undefined in a subtraction
expression
{standard input}:28:non-relocatable subtraction expression, "_ctx_enc"
minus "L00000000001$pb"
{standard input}:28:symbol: "_ctx_enc" can't be undefined in a subtraction
expression
make: *** [lfd_encrypt.o] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_vtun/vtun/work/vtun-3.0.4'
Command failed: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_vtun/vtun/work/vtun-3.0.4"
&& /usr/bin/make -j6 -w vtund
Exit code: 2
Error: Failed to build vtun: command execution failed
}}}
--
Ticket URL: <https://trac.macports.org/ticket/72261>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list