=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ircd-hybrid-7.2.3nb4
--- depend ---
depend ==> lib
--- .depend ---
depend ==> pcre
--- .depend ---
gcc -MM -I. -I/usr/pkg/include pcre_chartables.c   pcre_compile.c      pcre_exec.c         pcre_globals.c      pcre_study.c        pcre_tables.c       pcre_fullinfo.c     pcre_try_flipped.c > .depend
depend ==> modules
--- .depend ---
gcc -MM -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include core/m_die.c  core/m_join.c  core/m_kick.c  core/m_kill.c  core/m_message.c  core/m_mode.c  core/m_nick.c  core/m_part.c  core/m_quit.c  core/m_server.c  core/m_sjoin.c  core/m_squit.c m_accept.c  m_admin.c  m_away.c  m_cap.c  m_capab.c  m_cburst.c  m_close.c  m_challenge.c  m_cryptlink.c  m_connect.c  m_drop.c  m_encap.c  m_eob.c  m_etrace.c  m_hash.c  m_help.c  m_gline.c  m_info.c  m_invite.c  m_ison.c  m_kline.c  m_knock.c  m_links.c  m_list.c  m_lljoin.c  m_llnick.c  m_locops.c  m_lusers.c  m_map.c  m_motd.c  m_names.c  m_nburst.c  m_omotd.c  m_oper.c  m_operwall.c  m_pass.c  m_ping.c  m_pong.c  m_post.c  m_rehash.c  m_restart.c  m_resv.c  m_rkline.c  m_rxline.c  m_set.c  m_stats.c  m_svinfo.c  m_tburst.c  m_testmask.c  m_testline.c  m_time.c  m_topic.c  m_trace.c  m_user.c  m_userhost.c  m_users.c  m_version.c  m_wallops.c  m_who.c  m_whois.c  m_whowas.c  m_xline.c m_challenge.c  m_cryptlink.c > .depend
/bin/sed -e 's/\.o/.so/g' < .depend > .depend.tmp-1
/bin/sed -e 's/^m_\(server\|squit\|die\|join\|kick\|kill\|message\|mode\|nick\|part\|quit\|sjoin\)/core\/m_\1/' .depend.tmp-1 > .depend.tmp
/bin/mv -f .depend.tmp .depend
/bin/rm -f .depend.tmp-1
depend ==> src
--- .depend ---
gcc -MM -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include balloc.c  channel.c  channel_mode.c  client.c   csvlib.c  dbuf.c	 dynlink.c  event.c  fdlist.c  fileio.c  getopt.c  hash.c	 hook.c	 hostmask.c   irc_getaddrinfo.c  irc_getnameinfo.c  irc_res.c  irc_reslib.c  irc_string.c  ircd.c  ircd_signal.c  lex.yy.c  list.c  listener.c  m_error.c  match.c  memory.c  modules.c  motd.c  numeric.c  packet.c  parse.c  restart.c  resv.c	 rsa.c  s_auth.c  s_bsd.c  s_conf.c  s_gline.c  s_log.c  s_misc.c  s_serv.c  s_stats.c  s_user.c  send.c   sprintf_irc.c  tools.c  version.c  whowas.c  y.tab.c s_bsd_epoll.c > .depend
depend ==> servlink
--- .depend ---
gcc -MM -I. -I../include -I/usr/pkg/include -I/usr/pkg/include servlink.c   io.c         control.c > .depend
--- build ---
build ==> lib
--- .depend ---
depend ==> pcre
`.depend' is up to date.
--- build ---
build ==> pcre
--- pcre_chartables.o ---
--- pcre_compile.o ---
--- pcre_exec.o ---
--- pcre_globals.o ---
--- pcre_study.o ---
--- pcre_chartables.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_chartables.c -o pcre_chartables.o
--- pcre_compile.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_compile.c -o pcre_compile.o
--- pcre_exec.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_exec.c -o pcre_exec.o
--- pcre_globals.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_globals.c -o pcre_globals.o
--- pcre_study.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_study.c -o pcre_study.o
--- pcre_tables.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_tables.c -o pcre_tables.o
--- pcre_fullinfo.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_fullinfo.c -o pcre_fullinfo.o
--- pcre_try_flipped.o ---
gcc -I. -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c pcre_try_flipped.c -o pcre_try_flipped.o
--- pcre_compile.o ---
pcre_compile.c: In function 'pcre_compile2':
pcre_compile.c:3274:7: warning: 'min' may be used uninitialized in this function
pcre_compile.c:3274:12: warning: 'max' may be used uninitialized in this function
--- libpcre.a ---
/bin/rm -f libpcre.a
/usr/bin/ar csrv libpcre.a pcre_chartables.o pcre_compile.o pcre_exec.o pcre_globals.o pcre_study.o pcre_tables.o pcre_fullinfo.o pcre_try_flipped.o
a - pcre_chartables.o
a - pcre_compile.o
a - pcre_exec.o
a - pcre_globals.o
a - pcre_study.o
a - pcre_tables.o
a - pcre_fullinfo.o
a - pcre_try_flipped.o
build ==> modules
--- core/m_die.so ---
--- core/m_join.so ---
--- core/m_kick.so ---
--- core/m_kill.so ---
--- core/m_message.so ---
--- core/m_die.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_die.c -o core/m_die.so
--- core/m_join.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_join.c -o core/m_join.so
--- core/m_kick.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_kick.c -o core/m_kick.so
--- core/m_kill.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_kill.c -o core/m_kill.so
--- core/m_message.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_message.c -o core/m_message.so
--- core/m_mode.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_mode.c -o core/m_mode.so
--- core/m_message.so ---
core/m_message.c: In function 'build_target_list':
core/m_message.c:269:9: warning: 'p' may be used uninitialized in this function
--- core/m_nick.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_nick.c -o core/m_nick.so
--- core/m_part.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_part.c -o core/m_part.so
--- core/m_quit.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_quit.c -o core/m_quit.so
--- core/m_part.so ---
core/m_part.c: In function 'm_part':
core/m_part.c:144:9: warning: 'p' may be used uninitialized in this function
--- core/m_server.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_server.c -o core/m_server.so
--- core/m_sjoin.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_sjoin.c -o core/m_sjoin.so
--- core/m_squit.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include core/m_squit.c -o core/m_squit.so
--- m_accept.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_accept.c -o m_accept.so
--- m_admin.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_admin.c -o m_admin.so
--- core/m_sjoin.so ---
core/m_sjoin.c: In function 'introduce_lazy_link_clients':
core/m_sjoin.c:884:2: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~'
--- m_away.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_away.c -o m_away.so
--- m_cap.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_cap.c -o m_cap.so
--- m_capab.so ---
--- m_cburst.so ---
--- m_capab.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_capab.c -o m_capab.so
--- m_cburst.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_cburst.c -o m_cburst.so
--- m_close.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_close.c -o m_close.so
--- m_challenge.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_challenge.c -o m_challenge.so
--- m_capab.so ---
m_capab.c: In function 'mr_capab':
m_capab.c:70:9: warning: 'p' may be used uninitialized in this function
--- m_cryptlink.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_cryptlink.c -o m_cryptlink.so
--- m_connect.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_connect.c -o m_connect.so
--- m_drop.so ---
--- m_encap.so ---
--- m_drop.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_drop.c -o m_drop.so
--- m_encap.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_encap.c -o m_encap.so
--- m_eob.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_eob.c -o m_eob.so
--- m_etrace.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_etrace.c -o m_etrace.so
--- m_hash.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_hash.c -o m_hash.so
--- m_help.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_help.c -o m_help.so
--- m_gline.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_gline.c -o m_gline.so
--- m_info.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_info.c -o m_info.so
--- m_invite.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_invite.c -o m_invite.so
--- m_ison.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_ison.c -o m_ison.so
--- m_kline.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_kline.c -o m_kline.so
--- m_knock.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_knock.c -o m_knock.so
--- m_links.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_links.c -o m_links.so
--- m_ison.so ---
m_ison.c: In function 'do_ison':
m_ison.c:108:9: warning: 'p' may be used uninitialized in this function
--- m_list.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_list.c -o m_list.so
--- m_lljoin.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_lljoin.c -o m_lljoin.so
--- m_llnick.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_llnick.c -o m_llnick.so
--- m_locops.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_locops.c -o m_locops.so
--- m_list.so ---
m_list.c: In function 'do_list':
m_list.c:111:17: warning: 'save' may be used uninitialized in this function
--- m_lusers.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_lusers.c -o m_lusers.so
--- m_map.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_map.c -o m_map.so
--- m_motd.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_motd.c -o m_motd.so
--- m_names.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_names.c -o m_names.so
--- m_nburst.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_nburst.c -o m_nburst.so
--- m_omotd.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_omotd.c -o m_omotd.so
--- m_oper.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_oper.c -o m_oper.so
--- m_operwall.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_operwall.c -o m_operwall.so
--- m_pass.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_pass.c -o m_pass.so
--- m_ping.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_ping.c -o m_ping.so
--- m_pong.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_pong.c -o m_pong.so
--- m_post.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_post.c -o m_post.so
--- m_rehash.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_rehash.c -o m_rehash.so
--- m_restart.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_restart.c -o m_restart.so
--- m_resv.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_resv.c -o m_resv.so
--- m_rkline.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_rkline.c -o m_rkline.so
--- m_rxline.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_rxline.c -o m_rxline.so
--- m_set.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_set.c -o m_set.so
--- m_stats.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_stats.c -o m_stats.so
--- m_svinfo.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_svinfo.c -o m_svinfo.so
--- m_tburst.so ---
--- m_testmask.so ---
--- m_tburst.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_tburst.c -o m_tburst.so
--- m_testmask.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_testmask.c -o m_testmask.so
--- m_testline.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_testline.c -o m_testline.so
--- m_time.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_time.c -o m_time.so
--- m_topic.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_topic.c -o m_topic.so
--- m_trace.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_trace.c -o m_trace.so
--- m_user.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_user.c -o m_user.so
--- m_userhost.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_userhost.c -o m_userhost.so
--- m_users.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_users.c -o m_users.so
--- m_version.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_version.c -o m_version.so
--- m_wallops.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_wallops.c -o m_wallops.so
--- m_who.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_who.c -o m_who.so
--- m_whois.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_whois.c -o m_whois.so
--- m_whowas.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_whowas.c -o m_whowas.so
--- m_xline.so ---
gcc -fPIC -DPIC -shared -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include m_xline.c -o m_xline.so
build ==> src
--- ../lib/libpcre.a ---
--- balloc.o ---
--- channel.o ---
--- channel_mode.o ---
--- client.o ---
--- ../lib/libpcre.a ---
cd ../lib/pcre && /usr/pkg/bin/bmake   -j 5 -J 15,16 -j 5
--- balloc.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c balloc.c
--- channel.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c channel.c
--- channel_mode.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c channel_mode.c
--- client.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c client.c
--- csvlib.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c csvlib.c
--- client.o ---
client.c: In function 'exit_client':
client.c:1063:12: warning: format '%llu' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
client.c:1063:12: warning: format '%llu' expects type 'long long unsigned int', but argument 6 has type 'uint64_t'
--- dbuf.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c dbuf.c
--- dynlink.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c dynlink.c
--- event.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c event.c
--- fdlist.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c fdlist.c
--- fileio.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c fileio.c
--- getopt.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c getopt.c
--- hash.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c hash.c
--- hook.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c hook.c
--- hostmask.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c hostmask.c
--- irc_getaddrinfo.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c irc_getaddrinfo.c
--- irc_getnameinfo.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c irc_getnameinfo.c
--- irc_res.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c irc_res.c
--- irc_reslib.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c irc_reslib.c
--- irc_string.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c irc_string.c
--- ircd.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c ircd.c
--- ircd_signal.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c ircd_signal.c
--- lex.yy.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -I. -c lex.yy.c
--- list.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c list.c
--- listener.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c listener.c
--- m_error.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c m_error.c
--- lex.yy.o ---
In file included from /usr/include/fcntl.h:41:0,
                 from ../include/stdinc.h:88,
                 from ircd_lexer.l:31:
/usr/include/bits/stat.h:106:22: error: expected identifier or '(' before '[' token
--- match.o ---
gcc -I../include -I../lib/pcre -I/usr/pkg/include -I/usr/pkg/include -Wall -O2 -g -O3 -pipe -fstack-protector -I/usr/pkg/include -c match.c
--- lex.yy.o ---
*** [lex.yy.o] Error code 1

bmake: stopped in /tmp/pkgsrc/chat/ircd-hybrid/work/ircd-hybrid-7.2.3/src
1 error

bmake: stopped in /tmp/pkgsrc/chat/ircd-hybrid/work/ircd-hybrid-7.2.3/src
*** [build] Error code 2

bmake: stopped in /tmp/pkgsrc/chat/ircd-hybrid/work/ircd-hybrid-7.2.3
1 error

bmake: stopped in /tmp/pkgsrc/chat/ircd-hybrid/work/ircd-hybrid-7.2.3
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/chat/ircd-hybrid
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/chat/ircd-hybrid