+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/kannel-1.4.0nb21/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/kannel-1.4.0nb21/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for kannel-1.4.0nb21 for dir in gw gw/smsc gwlib test utils wmlscript checks wap radius; do \ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -MM $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bb_alog.o -c gw/bb_alog.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bb_boxc.o -c gw/bb_boxc.c gw/bb_boxc.c: In function 'run_smsbox': gw/bb_boxc.c:584:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 584 | fd = (int)arg; | ^ gw/bb_boxc.c: In function 'run_wapbox': gw/bb_boxc.c:677:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 677 | fd = (int)arg; | ^ In file included from ./gwlib/gwlib.h:82, from gw/bb_boxc.c:77: gw/bb_boxc.c: In function 'wait_for_connections': gw/bb_boxc.c:918:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 918 | gwthread_create(function, (void *)fd); | ^ ./gwlib/gwthread.h:89:57: note: in definition of macro 'gwthread_create' 89 | (gwthread_create_real(func, __FILE__ ":" #func, arg)) | ^~~ gw/bb_boxc.c: In function 'smsboxc_run': gw/bb_boxc.c:937:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 937 | port = (int)arg; | ^ gw/bb_boxc.c: In function 'wapboxc_run': gw/bb_boxc.c:995:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 995 | port = (int)arg; | ^ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bb_http.o -c gw/bb_http.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bb_smscconn.o -c gw/bb_smscconn.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bb_store.o -c gw/bb_store.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bb_udp.o -c gw/bb_udp.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/bearerbox.o -c gw/bearerbox.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/dlr.o -c gw/dlr.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/dlr_mem.o -c gw/dlr_mem.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/dlr_mysql.o -c gw/dlr_mysql.c In file included from gw/dlr_mysql.c:69: ./gwlib/dbpool.h:194:12: warning: inline function 'dbpool_conn_update' declared but never defined 194 | int inline dbpool_conn_update(DBPoolConn *conn, const Octstr *sql, List *binds); | ^~~~~~~~~~~~~~~~~~ ./gwlib/dbpool.h:193:12: warning: inline function 'dbpool_conn_select' declared but never defined 193 | int inline dbpool_conn_select(DBPoolConn *conn, const Octstr *sql, List *binds, List **result); | ^~~~~~~~~~~~~~~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/dlr_oracle.o -c gw/dlr_oracle.c In file included from gw/dlr_oracle.c:68: ./gwlib/dbpool.h:194:12: warning: inline function 'dbpool_conn_update' declared but never defined 194 | int inline dbpool_conn_update(DBPoolConn *conn, const Octstr *sql, List *binds); | ^~~~~~~~~~~~~~~~~~ ./gwlib/dbpool.h:193:12: warning: inline function 'dbpool_conn_select' declared but never defined 193 | int inline dbpool_conn_select(DBPoolConn *conn, const Octstr *sql, List *binds, List **result); | ^~~~~~~~~~~~~~~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/dlr_pgsql.o -c gw/dlr_pgsql.c In file included from gw/dlr_pgsql.c:69: ./gwlib/dbpool.h:194:12: warning: inline function 'dbpool_conn_update' declared but never defined 194 | int inline dbpool_conn_update(DBPoolConn *conn, const Octstr *sql, List *binds); | ^~~~~~~~~~~~~~~~~~ ./gwlib/dbpool.h:193:12: warning: inline function 'dbpool_conn_select' declared but never defined 193 | int inline dbpool_conn_select(DBPoolConn *conn, const Octstr *sql, List *binds, List **result); | ^~~~~~~~~~~~~~~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/dlr_sdb.o -c gw/dlr_sdb.c In file included from gw/dlr_sdb.c:70: ./gwlib/dbpool.h:194:12: warning: inline function 'dbpool_conn_update' declared but never defined 194 | int inline dbpool_conn_update(DBPoolConn *conn, const Octstr *sql, List *binds); | ^~~~~~~~~~~~~~~~~~ ./gwlib/dbpool.h:193:12: warning: inline function 'dbpool_conn_select' declared but never defined 193 | int inline dbpool_conn_select(DBPoolConn *conn, const Octstr *sql, List *binds, List **result); | ^~~~~~~~~~~~~~~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/heartbeat.o -c gw/heartbeat.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/html.o -c gw/html.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/mime_decompiler.o -c gw/mime_decompiler.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/msg.o -c gw/msg.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/numhash.o -c gw/numhash.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/ota_compiler.o -c gw/ota_compiler.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/ota_prov.o -c gw/ota_prov.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/shared.o -c gw/shared.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/sms.o -c gw/sms.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsbox.o -c gw/smsbox.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smscconn.o -c gw/smscconn.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/urltrans.o -c gw/urltrans.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap-appl.o -c gw/wap-appl.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap-error.o -c gw/wap-error.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap-maps.o -c gw/wap-maps.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_ota.o -c gw/wap_push_ota.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_pap_compiler.o -c gw/wap_push_pap_compiler.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_pap_mime.o -c gw/wap_push_pap_mime.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_ppg.o -c gw/wap_push_ppg.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_ppg_pushuser.o -c gw/wap_push_ppg_pushuser.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_si_compiler.o -c gw/wap_push_si_compiler.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wap_push_sl_compiler.o -c gw/wap_push_sl_compiler.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wapbox.o -c gw/wapbox.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/wml_compiler.o -c gw/wml_compiler.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/xml_shared.o -c gw/xml_shared.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/emimsg.o -c gw/smsc/emimsg.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smasi_pdu.o -c gw/smsc/smasi_pdu.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smpp_pdu.o -c gw/smsc/smpp_pdu.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc.o -c gw/smsc/smsc.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_at.o -c gw/smsc/smsc_at.c gw/smsc/smsc_at.c: In function 'at2_read_buffer': gw/smsc/smsc_at.c:193:17: warning: overflow in conversion from 'long int' to 'int' changes value from '9223372036854775807' to '-1' [-Woverflow] 193 | count = SSIZE_MAX; | ^~~~~~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_cgw.o -c gw/smsc/smsc_cgw.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_cimd.o -c gw/smsc/smsc_cimd.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_cimd2.o -c gw/smsc/smsc_cimd2.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_emi.o -c gw/smsc/smsc_emi.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_emi_x25.o -c gw/smsc/smsc_emi_x25.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_fake.o -c gw/smsc/smsc_fake.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_http.o -c gw/smsc/smsc_http.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_ois.o -c gw/smsc/smsc_ois.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_oisd.o -c gw/smsc/smsc_oisd.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_sema.o -c gw/smsc/smsc_sema.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_smasi.o -c gw/smsc/smsc_smasi.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_smpp.o -c gw/smsc/smsc_smpp.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_soap.o -c gw/smsc/smsc_soap.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gw/smsc/smsc_wrapper.o -c gw/smsc/smsc_wrapper.c ar rc libgw.a gw/bb_alog.o gw/bb_boxc.o gw/bb_http.o gw/bb_smscconn.o gw/bb_store.o gw/bb_udp.o gw/bearerbox.o gw/dlr.o gw/dlr_mem.o gw/dlr_mysql.o gw/dlr_oracle.o gw/dlr_pgsql.o gw/dlr_sdb.o gw/heartbeat.o gw/html.o gw/mime_decompiler.o gw/msg.o gw/numhash.o gw/ota_compiler.o gw/ota_prov.o gw/shared.o gw/sms.o gw/smsbox.o gw/smscconn.o gw/urltrans.o gw/wap-appl.o gw/wap-error.o gw/wap-maps.o gw/wap_push_ota.o gw/wap_push_pap_compiler.o gw/wap_push_pap_mime.o gw/wap_push_ppg.o gw/wap_push_ppg_pushuser.o gw/wap_push_si_compiler.o gw/wap_push_sl_compiler.o gw/wapbox.o gw/wml_compiler.o gw/xml_shared.o gw/smsc/emimsg.o gw/smsc/smasi_pdu.o gw/smsc/smpp_pdu.o gw/smsc/smsc.o gw/smsc/smsc_at.o gw/smsc/smsc_cgw.o gw/smsc/smsc_cimd.o gw/smsc/smsc_cimd2.o gw/smsc/smsc_emi.o gw/smsc/smsc_emi_x25.o gw/smsc/smsc_fake.o gw/smsc/smsc_http.o gw/smsc/smsc_ois.o gw/smsc/smsc_oisd.o gw/smsc/smsc_sema.o gw/smsc/smsc_smasi.o gw/smsc/smsc_smpp.o gw/smsc/smsc_soap.o gw/smsc/smsc_wrapper.o ranlib libgw.a gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wmlsc.o -c wmlscript/wmlsc.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wmlsdasm.o -c wmlscript/wmlsdasm.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/ws.o -c wmlscript/ws.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsalloc.o -c wmlscript/wsalloc.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsasm.o -c wmlscript/wsasm.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsbc.o -c wmlscript/wsbc.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsbuffer.o -c wmlscript/wsbuffer.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsencode.o -c wmlscript/wsencode.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wserror.o -c wmlscript/wserror.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsfalloc.o -c wmlscript/wsfalloc.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsgram.o -c wmlscript/wsgram.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wshash.o -c wmlscript/wshash.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsieee754.o -c wmlscript/wsieee754.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wslexer.o -c wmlscript/wslexer.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsopt.o -c wmlscript/wsopt.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsstdlib.o -c wmlscript/wsstdlib.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsstream.o -c wmlscript/wsstream.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsstream_data.o -c wmlscript/wsstream_data.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsstream_file.o -c wmlscript/wsstream_file.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsstree.o -c wmlscript/wsstree.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wmlscript/wsutf8.o -c wmlscript/wsutf8.c ar rc libwmlscript.a wmlscript/wmlsc.o wmlscript/wmlsdasm.o wmlscript/ws.o wmlscript/wsalloc.o wmlscript/wsasm.o wmlscript/wsbc.o wmlscript/wsbuffer.o wmlscript/wsencode.o wmlscript/wserror.o wmlscript/wsfalloc.o wmlscript/wsgram.o wmlscript/wshash.o wmlscript/wsieee754.o wmlscript/wslexer.o wmlscript/wsopt.o wmlscript/wsstdlib.o wmlscript/wsstream.o wmlscript/wsstream_data.o wmlscript/wsstream_file.o wmlscript/wsstree.o wmlscript/wsutf8.o ranlib libwmlscript.a gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/cookies.o -c wap/cookies.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/timers.o -c wap/timers.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wap.o -c wap/wap.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wap_addr.o -c wap/wap_addr.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wap_events.o -c wap/wap_events.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp.o -c wap/wsp.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_caps.o -c wap/wsp_caps.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_headers.o -c wap/wsp_headers.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_pdu.o -c wap/wsp_pdu.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_push_client.o -c wap/wsp_push_client.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_session.o -c wap/wsp_session.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_strings.o -c wap/wsp_strings.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wsp_unit.o -c wap/wsp_unit.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtls-secmgr.o -c wap/wtls-secmgr.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtls.o -c wap/wtls.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtls_pdu.o -c wap/wtls_pdu.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtls_pdusupport.o -c wap/wtls_pdusupport.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtls_statesupport.o -c wap/wtls_statesupport.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtp.o -c wap/wtp.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtp_init.o -c wap/wtp_init.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtp_pack.o -c wap/wtp_pack.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtp_pdu.o -c wap/wtp_pdu.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtp_resp.o -c wap/wtp_resp.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o wap/wtp_tid.o -c wap/wtp_tid.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o radius/radius_acct.o -c radius/radius_acct.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o radius/radius_pdu.o -c radius/radius_pdu.c ar rc libwap.a wap/cookies.o wap/timers.o wap/wap.o wap/wap_addr.o wap/wap_events.o wap/wsp.o wap/wsp_caps.o wap/wsp_headers.o wap/wsp_pdu.o wap/wsp_push_client.o wap/wsp_session.o wap/wsp_strings.o wap/wsp_unit.o wap/wtls-secmgr.o wap/wtls.o wap/wtls_pdu.o wap/wtls_pdusupport.o wap/wtls_statesupport.o wap/wtp.o wap/wtp_init.o wap/wtp_pack.o wap/wtp_pdu.o wap/wtp_resp.o wap/wtp_tid.o radius/radius_acct.o radius/radius_pdu.o ranlib libwap.a gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/accesslog.o -c gwlib/accesslog.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/cfg.o -c gwlib/cfg.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/charset.o -c gwlib/charset.c gwlib/charset.c: In function 'charset_convert': gwlib/charset.c:550:21: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 550 | ret = iconv(cd, (char**)&from_buf, &inbytes, &pointer, &outbytes); | ^~~~~~~~~~~~~~~~~ | | | char ** In file included from /home/pbulk/build/www/kannel/work/.buildlink/include/libxml2/libxml/encoding.h:28, from ./gwlib/charset.h:79, from ./gwlib/gwlib.h:93, from gwlib/charset.c:65: /home/pbulk/build/www/kannel/work/.buildlink/include/iconv.h:82:48: note: expected 'const char **' but argument is of type 'char **' 82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/conn.o -c gwlib/conn.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/counter.o -c gwlib/counter.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/date.o -c gwlib/date.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dbpool.o -c gwlib/dbpool.c In file included from gwlib/dbpool.c:69: gwlib/dbpool.h:194:12: warning: inline function 'dbpool_conn_update' declared but never defined 194 | int inline dbpool_conn_update(DBPoolConn *conn, const Octstr *sql, List *binds); | ^~~~~~~~~~~~~~~~~~ gwlib/dbpool.h:193:12: warning: inline function 'dbpool_conn_select' declared but never defined 193 | int inline dbpool_conn_select(DBPoolConn *conn, const Octstr *sql, List *binds, List **result); | ^~~~~~~~~~~~~~~~~~ gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dbpool_mysql.o -c gwlib/dbpool_mysql.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dbpool_oracle.o -c gwlib/dbpool_oracle.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dbpool_pgsql.o -c gwlib/dbpool_pgsql.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dbpool_sdb.o -c gwlib/dbpool_sdb.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dbpool_sqlite.o -c gwlib/dbpool_sqlite.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/dict.o -c gwlib/dict.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/fdset.o -c gwlib/fdset.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/gw-prioqueue.o -c gwlib/gw-prioqueue.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/gw-rwlock.o -c gwlib/gw-rwlock.c gcc -D_REENTRANT=1 -I. -Igw -I/opt/pkg/include/libxml2/libxml -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -DSunOS=1 -I/opt/pkg/include/libxml2 -I/opt/pkg/include -o gwlib/gw_uuid.o -c gwlib/gw_uuid.c gwlib/gw_uuid.c: In function 'get_node_id': gwlib/gw_uuid.c:273:43: error: 'struct ifreq' has no member named 'ifr_hwaddr' 273 | a = (unsigned char *) &ifr.ifr_hwaddr.sa_data; | ^ gmake: *** [Makefile:230: gwlib/gw_uuid.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/www/kannel *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/www/kannel