Build of znc with vanilla toolchain

The build took 00h 03m 50s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
246,862 cpp
6,456 python
4,808 perl
3,418 sh
324 makefile
223 ansic
218 tcl
59 pascal
262,368 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: znc 1.6.3-4 (Wed Aug 24 14:16:30 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) tcl-8.6.5-2
#
# Total Installed Size: 6.42 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing tcl...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# 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... no
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking whether g++ supports C++11 features by default... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for a sed that does not truncate output... /usr/bin/sed
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking whether the -Werror option is usable... yes
# checking for simple visibility declarations... yes
# checking for git... /usr/bin/git
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking whether compiler predefines _FORTIFY_SOURCE... no
# checking for getopt_long in -lgnugetopt... no
# checking for lstat... yes
# checking for getopt_long... yes
# checking for getpassphrase... no
# checking for library containing dlopen... -ldl
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... yes
# checking whether getaddrinfo() supports AI_ADDRCONFIG... yes
# checking for openssl... yes
# checking whether openssl is usable... yes
# checking whether zlib is usable... yes
# checking for icu... yes
# checking for SWIG >= 3.0.0...
# configure: modperl/modpython files are found, disabling SWIG
# configure: modperl/modpython files are found, no SWIG needed
# checking for perl... /usr/bin/perl
# checking for perl_alloc in -lperl... yes
# checking for python... yes
# checking for Py_Initialize... yes
# checking for perl... (cached) /usr/bin/perl
# checking for sasl_server_init in -lsasl2... yes
# checking for /usr/lib/tclConfig.sh... yes
# checking modtcl flags... -I/usr/include -L/usr/lib -ltcl8.6
# checking for Tcl_CreateInterp... yes
# checking for GNU make... /usr/bin/make
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating znc-buildmod
# config.status: creating man/Makefile
# config.status: creating znc.pc
# config.status: creating znc-uninstalled.pc
# config.status: creating modules/Makefile
# config.status: creating include/znc/zncconfig.h
#
# ZNC 1.6.3 configured
#
# prefix: /usr
# debug: no
# ipv6: yes
# openssl: yes
# dns: threads
# perl: yes
# python: yes
# swig: not needed
# cyrus: yes
# tcl: yes
# charset: yes
# zlib: yes
# run from src: no
#
# Now you can run "make" to compile ZNC
# Packing man page znc.1.gz...
# Packing man page znc-buildmod.1.gz...
# Building core object main...
# Building ZNC Perl bindings library...
# Building core object ZNCString...
# Building core object Csocket...
# Building core object znc...
# Building core object IRCNetwork...
# In file included from ./include/znc/Client.h:23:0,
# from ./include/znc/znc.h:21,
# from ./include/znc/IRCNetwork.h:24,
# from src/IRCNetwork.cpp:17:
# src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::JoinChan(CChan*)':
# ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
# if (macNETWORK != NULL) { \
# ^
# src/IRCNetwork.cpp:923:3: note: in expansion of macro 'NETWORKMODULECALL'
# NETWORKMODULECALL(OnTimerAutoJoin(*pChan), m_pUser, this, NULL, &bFailed);
# ^~~~~~~~~~~~~~~~~
# ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
# if (macNETWORK != NULL) { \
# ^
# src/IRCNetwork.cpp:912:2: note: in expansion of macro 'NETWORKMODULECALL'
# NETWORKMODULECALL(OnJoining(*pChan), m_pUser, this, NULL, &bReturn);
# ^~~~~~~~~~~~~~~~~
# src/IRCNetwork.cpp: In member function 'void CIRCNetwork::ClientConnected(CClient*)':
# ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
# if (macNETWORK != NULL) { \
# ^
# src/IRCNetwork.cpp:663:3: note: in expansion of macro 'NETWORKMODULECALL'
# NETWORKMODULECALL(OnPrivBufferPlayLine2(*pClient, sLine, BufLine.GetTime()), m_pUser, this, NULL, &bContinue);
# ^~~~~~~~~~~~~~~~~
# src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::Connect()':
# ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
# if (macNETWORK != NULL) { \
# ^
# src/IRCNetwork.cpp:1228:2: note: in expansion of macro 'NETWORKMODULECALL'
# NETWORKMODULECALL(OnIRCConnecting(pIRCSock), m_pUser, this, NULL, &bAbort);
# ^~~~~~~~~~~~~~~~~
# Building module modperl...
# In file included from /usr/lib/perl5/core_perl/CORE/perl.h:3905:0,
# from modperl/module.h:20,
# from modperl.cpp:25:
# /usr/lib/perl5/core_perl/CORE/inline.h: In function 'void S_cx_popsub_args(PerlInterpreter*, PERL_CONTEXT*)':
# /usr/lib/perl5/core_perl/CORE/cop.h:612:13: warning: declaration of 'av' shadows a previous local [-Wshadow]
# AV *av = GvAV(PL_defgv); \
# ^
# /usr/lib/perl5/core_perl/CORE/cop.h:612:13: note: in definition of macro 'CX_POP_SAVEARRAY'
# AV *av = GvAV(PL_defgv); \
# ^~
# In file included from /usr/lib/perl5/core_perl/CORE/perl.h:5853:0,
# from modperl/module.h:20,
# from modperl.cpp:25:
# /usr/lib/perl5/core_perl/CORE/inline.h:518:9: note: shadowed declaration is here
# AV *av;
# ^~
# At global scope:
# cc1plus: warning: unrecognized command line option '-Wno-reserved-user-defined-literal'
# Building ZNC python bindings library...
# Building module modpython...
# Building core object User...
# In file included from ./include/znc/Client.h:23:0,
# from ./include/znc/znc.h:21,
# from ./include/znc/IRCNetwork.h:24,
# from src/User.cpp:20:
# src/User.cpp: In member function 'bool CUser::DeleteNetwork(const CString&)':
# ./include/znc/main.h:86:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
# if (macUSER != nullptr) { \
# ^
# ./include/znc/main.h:126:2: note: in expansion of macro '_USERMODULECALL'
# _USERMODULECALL(macFUNC, macUSER, NULL, macCLIENT, macEXITER)
# ^~~~~~~~~~~~~~~
# src/User.cpp:495:3: note: in expansion of macro 'USERMODULECALL'
# USERMODULECALL(OnDeleteNetwork(*pNetwork), this, NULL, &bCancel);
# ^~~~~~~~~~~~~~
# src/User.cpp: In member function 'CIRCNetwork* CUser::AddNetwork(const CString&, CString&)':
# ./include/znc/main.h:86:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
# if (macUSER != nullptr) { \
# ^
# ./include/znc/main.h:126:2: note: in expansion of macro '_USERMODULECALL'
# _USERMODULECALL(macFUNC, macUSER, NULL, macCLIENT, macEXITER)
# ^~~~~~~~~~~~~~~
# src/User.cpp:461:2: note: in expansion of macro 'USERMODULECALL'
# USERMODULECALL(OnAddNetwork(*pNetwork, sErrorRet), this, NULL, &bCancel);
# ^~~~~~~~~~~~~~
# Building core object IRCSock...
# Building core object Client...
# Building core object Chan...
# Building core object Nick...
# Building core object Server...
# Linking module modperl...
# Linking module modpython...
# Building module chansaver...
# Building module webadmin...
# Building module partyline...
# Building module simple_away...
# Building module notify_connect...
# Building module controlpanel...
# Building module raw...
# Building core object Modules...
# Building core object MD5...
# Building core object Buffer...
# Building core object Utils...
# Building core object FileUtils...
# Building core object HTTPSock...
# Building core object Template...
# Building core object ClientCommand...
# Building core object Socket...
# Building core object SHA256...
# Building core object WebModules...
# Building core object Listener...
# Building core object Config...
# Building core object ZNCDebug...
# Building module sample...
# Building module bouncedcc...
# Building module shell...
# Building module awaynick...
# Building module kickrejoin...
# Building module autocycle...
# Building module keepnick...
# Building module modules_online...
# Building core object Threads...
# Building core object version...
# Building module disconkick...
# Building module ctcpflood...
# Building module cyrusauth...
# Building module send_raw...
# Building module watch...
# Building module block_motd...
# Building module route_replies...
# Building module notes...
# Building module nickserv...
# Building module adminlog...
# Building module autoattach...
# Building module imapauth...
# Building module fail2ban...
# Building module crypt...
# Building module modtcl...
# Building module q...
# Building module buffextras...
# Building module savebuff...
# Building module schat...
# Building module blockuser...
# Building module log...
# Building module identfile...
# Building module sasl...
# Building module certauth...
# Building core object Query...
# Building module dcc...
# Building module awaystore...
# Building module listsockets...
# Building module autoop...
# Building module cert...
# Building module alias...
# Building core object SSLVerifyHost...
# Building module autovoice...
# Linking znc...
# Building module flooddetach...
# Building module missingmotd...
# Building module lastseen...
# Building module clearbufferonmsg...
# Building module autoreply...
# Building module perform...
# Building module clientnotify...
# Building module stickychan...
# Linking ZNC Perl bindings library...
# Linking ZNC python bindings library...
# Linking module chansaver...
# Linking module webadmin...
# Linking module partyline...
# Linking module simple_away...
# Linking module notify_connect...
# Linking module controlpanel...
# Linking module raw...
# Linking module sample...
# Linking module bouncedcc...
# Linking module shell...
# Linking module awaynick...
# Linking module kickrejoin...
# Linking module autocycle...
# Linking module keepnick...
# Linking module modules_online...
# Linking module disconkick...
# Linking module ctcpflood...
# Linking module cyrusauth...
# Linking module send_raw...
# Linking module watch...
# Linking module block_motd...
# Linking module route_replies...
# Linking module notes...
# Linking module nickserv...
# Linking module adminlog...
# Linking module autoattach...
# Linking module imapauth...
# Linking module fail2ban...
# Linking module crypt...
# Linking module modtcl...
# Linking module q...
# Linking module buffextras...
# Linking module savebuff...
# Linking module schat...
# Linking module blockuser...
# Linking module log...
# Linking module identfile...
# Linking module sasl...
# Linking module certauth...
# Linking module dcc...
# Linking module awaystore...
# Linking module listsockets...
# Linking module autoop...
# Linking module cert...
# Linking module alias...
# Linking module autovoice...
# Linking module flooddetach...
# Linking module missingmotd...
# Linking module lastseen...
# Linking module clearbufferonmsg...
# Linking module autoreply...
# Linking module perform...
# Linking module clientnotify...
# Linking module stickychan...
#
# ZNC was successfully compiled.
# Use 'make install' to install ZNC to '/usr'.
# ==> Entering fakeroot environment...
# ==> Starting package()...
# test -d /tmp/znc/pkg/znc/usr/bin || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/bin
# test -d /tmp/znc/pkg/znc/usr/include/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/include/znc
# test -d /tmp/znc/pkg/znc/usr/lib/pkgconfig || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/lib/pkgconfig
# test -d /tmp/znc/pkg/znc/usr/lib/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/lib/znc
# test -d /tmp/znc/pkg/znc/usr/share/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/share/znc
# cp -R ./webskins /tmp/znc/pkg/znc/usr/share/znc
# find /tmp/znc/pkg/znc/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \;
# find /tmp/znc/pkg/znc/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \;
# /usr/bin/install -c znc /tmp/znc/pkg/znc/usr/bin
# /usr/bin/install -c znc-buildmod /tmp/znc/pkg/znc/usr/bin
# /usr/bin/install -c -m 644 ./include/znc/*.h /tmp/znc/pkg/znc/usr/include/znc
# /usr/bin/install -c -m 644 include/znc/zncconfig.h /tmp/znc/pkg/znc/usr/include/znc
# /usr/bin/install -c -m 644 znc.pc /tmp/znc/pkg/znc/usr/lib/pkgconfig
# make[1]: Entering directory '/tmp/znc/src/znc-1.6.3/modules'
# rm -rf /tmp/znc/pkg/znc/usr/share/znc/modules
# mkdir -p /tmp/znc/pkg/znc/usr/share/znc/modtcl/
# test -d /tmp/znc/pkg/znc/usr/lib/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/lib/znc
# /usr/bin/install -c -m 644 ./modtcl/modtcl.tcl ./modtcl/binds.tcl /tmp/znc/pkg/znc/usr/share/znc/modtcl/
# test -d /tmp/znc/pkg/znc/usr/share/znc/modules || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/share/znc/modules
# rm -rf /tmp/znc/pkg/znc/usr/lib/znc/*.so
# cp -R ./data/* /tmp/znc/pkg/znc/usr/share/znc/modules
# find /tmp/znc/pkg/znc/usr/share/znc/modules -type d -exec chmod 0755 '{}' \;
# find /tmp/znc/pkg/znc/usr/share/znc/modules -type f -exec chmod 0644 '{}' \;
# for i in ./perleval.pm; do \
# /usr/bin/install -c -m 644 $i /tmp/znc/pkg/znc/usr/lib/znc; \
# done
# for i in ./*.py; do \
# /usr/bin/install -c -m 644 $i /tmp/znc/pkg/znc/usr/lib/znc; \
# done
# mkdir -p /tmp/znc/pkg/znc/usr/lib/znc/modperl
# /usr/bin/install: cannot stat './*.py'/usr/bin/install -c modperl/ZNC.so /tmp/znc/pkg/znc/usr/lib/znc/modperl
# : No such file or directory
# make[1]: [modpython/Makefile.inc:73: modpython_install] Error 1 (ignored)
# mkdir -p /tmp/znc/pkg/znc/usr/lib/znc/modpython
# /usr/bin/install -c modpython/_znc_core.so /tmp/znc/pkg/znc/usr/lib/znc/modpython
# if test -e modperl/ZNC.pm ; then \
# /usr/bin/install -c -m 644 modperl/ZNC.pm /tmp/znc/pkg/znc/usr/lib/znc/modperl || exit 1 ; \
# else \
# /usr/bin/install -c -m 644 ./modperl/ZNC.pm /tmp/znc/pkg/znc/usr/lib/znc/modperl || exit 1 ; \
# fi
# if test -r modpython/znc_core.py;\
# then /usr/bin/install -c -m 644 modpython/znc_core.py /tmp/znc/pkg/znc/usr/lib/znc/modpython;\
# else /usr/bin/install -c -m 644 ./modpython/znc_core.py /tmp/znc/pkg/znc/usr/lib/znc/modpython;\
# fi
# /usr/bin/install -c -m 644 ./modperl/startup.pl /tmp/znc/pkg/znc/usr/lib/znc/modperl
# /usr/bin/install -c -m 644 ./modpython/znc.py /tmp/znc/pkg/znc/usr/lib/znc/modpython
# /usr/bin/install -c autocycle.so webadmin.so partyline.so notify_connect.so kickrejoin.so dcc.so shell.so missingmotd.so clientnotify.so modules_online.so disconkick.so ctcpflood.so cyrusauth.so send_raw.so route_replies.so cert.so raw.so stickychan.so bouncedcc.so fail2ban.so schat.so crypt.so modtcl.so q.so buffextras.so flooddetach.so sasl.so controlpanel.so modperl.so listsockets.so autoop.so alias.so autovoice.so sample.so clearbufferonmsg.so autoreply.so perform.so simple_away.so chansaver.so awaynick.so lastseen.so keepnick.so block_motd.so watch.so notes.so adminlog.so modpython.so autoattach.so imapauth.so log.so savebuff.so blockuser.so identfile.so certauth.so awaystore.so nickserv.so /tmp/znc/pkg/znc/usr/lib/znc
# make[1]: Leaving directory '/tmp/znc/src/znc-1.6.3/modules'
# if test -n ""; then \
# test -d /tmp/znc/pkg/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc || exit 1 ; \
# /usr/bin/install -c /tmp/znc/pkg/znc || exit 1 ; \
# fi
# make[1]: Entering directory '/tmp/znc/src/znc-1.6.3/man'
# test -d /tmp/znc/pkg/znc/usr/share/man/man1 || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/share/man/man1
# /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /tmp/znc/pkg/znc/usr/share/man/man1
# make[1]: Leaving directory '/tmp/znc/src/znc-1.6.3/man'
# test -d /tmp/znc/pkg/znc/usr/lib/systemd/system || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/lib/systemd/system
# /usr/bin/install -c -m 644 ./znc.service /tmp/znc/pkg/znc/usr/lib/systemd/system
#
# ******************************************************************
# ZNC was successfully installed.
# You can use '/usr/bin/znc --makeconf'
# to generate a config file.
#
# If you need help with using ZNC, please visit our wiki at:
# http://znc.in
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "znc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: znc 1.6.3-4 (Wed Aug 24 14:19:22 UTC 2016)

CMD: pacman --query --file znc-1.6.3-4-x86_64.pkg.tar.xz
# znc 1.6.3-4

Creating hybrid package for 'znc'

Trying to find vanilla package 'znc'...

CMD: pacman --query --file /mirror/znc-1.6.3-4.pkg.tar.xz
# znc 1.6.3-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/bin/znc
# /usr/bin/znc-buildmod
# /usr/share/man/man1/znc-buildmod.1.gz
# /usr/share/man/man1/znc.1.gz
# /usr/share/znc/modtcl/binds.tcl
# /usr/share/znc/modtcl/modtcl.tcl
# /usr/share/znc/modules/q/tmpl/index.tmpl
# /usr/share/znc/modules/listsockets/tmpl/index.tmpl
# /usr/share/znc/modules/stickychan/tmpl/stickychan_WebadminChan.tmpl
# /usr/share/znc/modules/stickychan/tmpl/index.tmpl
# /usr/share/znc/modules/cert/tmpl/index.tmpl
# /usr/share/znc/modules/certauth/tmpl/index.tmpl
# /usr/share/znc/modules/send_raw/tmpl/index.tmpl
# /usr/share/znc/modules/send_raw/files/select.js
# /usr/share/znc/modules/perform/tmpl/index.tmpl
# /usr/share/znc/modules/notes/tmpl/index.tmpl
# /usr/share/znc/modules/notes/files/trash.gif
# /usr/share/znc/modules/blockuser/tmpl/blockuser_WebadminUser.tmpl
# /usr/share/znc/modules/webadmin/tmpl/del_user.tmpl
# /usr/share/znc/modules/webadmin/tmpl/traffic.tmpl
# /usr/share/znc/modules/webadmin/tmpl/index.tmpl
# /usr/share/znc/modules/webadmin/tmpl/settings.tmpl
# /usr/share/znc/modules/webadmin/tmpl/encoding_settings.tmpl
# /usr/share/znc/modules/webadmin/tmpl/del_network.tmpl
# /usr/share/znc/modules/webadmin/tmpl/add_edit_user.tmpl
# /usr/share/znc/modules/webadmin/tmpl/add_edit_chan.tmpl
# /usr/share/znc/modules/webadmin/tmpl/listusers.tmpl
# /usr/share/znc/modules/webadmin/tmpl/add_edit_network.tmpl
# /usr/share/znc/modules/webadmin/files/webadmin.css
# /usr/share/znc/modules/webadmin/files/webadmin.js
# /usr/share/znc/modules/lastseen/tmpl/lastseen_WebadminUser.tmpl
# /usr/share/znc/modules/lastseen/tmpl/index.tmpl
# /usr/share/znc/webskins/ice/tmpl/FooterTag.tmpl
# /usr/share/znc/webskins/ice/tmpl/Header.tmpl
# /usr/share/znc/webskins/ice/pub/favicon.ico
# /usr/share/znc/webskins/ice/pub/pagebg.gif
# /usr/share/znc/webskins/ice/pub/linkbg.jpg
# /usr/share/znc/webskins/ice/pub/ice.css
# /usr/share/znc/webskins/forest/tmpl/FooterTag.tmpl
# /usr/share/znc/webskins/forest/tmpl/Banner.tmpl
# /usr/share/znc/webskins/forest/tmpl/Header.tmpl
# /usr/share/znc/webskins/forest/tmpl/LowerBanner.tmpl
# /usr/share/znc/webskins/forest/pub/forest-header.png
# /usr/share/znc/webskins/forest/pub/forest.css
# /usr/share/znc/webskins/forest/pub/favicon.ico
# /usr/share/znc/webskins/dark-clouds/tmpl/FooterTag.tmpl
# /usr/share/znc/webskins/dark-clouds/tmpl/Banner.tmpl
# /usr/share/znc/webskins/dark-clouds/tmpl/Header.tmpl
# /usr/share/znc/webskins/dark-clouds/tmpl/LowerBanner.tmpl
# /usr/share/znc/webskins/dark-clouds/pub/clouds-header.jpg
# /usr/share/znc/webskins/dark-clouds/pub/favicon.ico
# /usr/share/znc/webskins/dark-clouds/pub/dark-clouds.css
# /usr/share/znc/webskins/_default_/tmpl/Footer.tmpl
# /usr/share/znc/webskins/_default_/tmpl/BaseHeader.tmpl
# /usr/share/znc/webskins/_default_/tmpl/ExtraHeader.tmpl
# /usr/share/znc/webskins/_default_/tmpl/FooterTag.tmpl
# /usr/share/znc/webskins/_default_/tmpl/DocType.tmpl
# /usr/share/znc/webskins/_default_/tmpl/index.tmpl
# /usr/share/znc/webskins/_default_/tmpl/_csrf_check.tmpl
# /usr/share/znc/webskins/_default_/tmpl/Options.tmpl
# /usr/share/znc/webskins/_default_/tmpl/Banner.tmpl
# /usr/share/znc/webskins/_default_/tmpl/Header.tmpl
# /usr/share/znc/webskins/_default_/tmpl/MessageBar.tmpl
# /usr/share/znc/webskins/_default_/tmpl/LowerBanner.tmpl
# /usr/share/znc/webskins/_default_/tmpl/Error.tmpl
# /usr/share/znc/webskins/_default_/tmpl/LoginBar.tmpl
# /usr/share/znc/webskins/_default_/tmpl/InfoBar.tmpl
# /usr/share/znc/webskins/_default_/tmpl/Menu.tmpl
# /usr/share/znc/webskins/_default_/tmpl/BreadCrumbs.tmpl
# /usr/share/znc/webskins/_default_/pub/_default_.css
# /usr/share/znc/webskins/_default_/pub/jquery-1.11.2.min.js
# /usr/share/znc/webskins/_default_/pub/External.png
# /usr/share/znc/webskins/_default_/pub/global.css
# /usr/share/znc/webskins/_default_/pub/favicon.ico
# /usr/share/znc/webskins/_default_/pub/jquery-1.11.2.js
# /usr/share/znc/webskins/_default_/pub/robots.txt
# /usr/lib/pkgconfig/znc.pc
# /usr/lib/znc/q.so
# /usr/lib/znc/blockuser.so
# /usr/lib/znc/nickserv.so
# /usr/lib/znc/autovoice.so
# /usr/lib/znc/modtcl.so
# /usr/lib/znc/disconkick.so
# /usr/lib/znc/autoreply.so
# /usr/lib/znc/log.so
# /usr/lib/znc/raw.so
# /usr/lib/znc/perleval.pm
# /usr/lib/znc/cyrusauth.so
# /usr/lib/znc/partyline.so
# /usr/lib/znc/imapauth.so
# /usr/lib/znc/schat.so
# /usr/lib/znc/route_replies.so
# /usr/lib/znc/ctcpflood.so
# /usr/lib/znc/autoattach.so
# /usr/lib/znc/listsockets.so
# /usr/lib/znc/clientnotify.so
# /usr/lib/znc/stickychan.so
# /usr/lib/znc/autoop.so
# /usr/lib/znc/lastseen.so
# /usr/lib/znc/watch.so
# /usr/lib/znc/modules_online.so
# /usr/lib/znc/webadmin.so
# /usr/lib/znc/dcc.so
# /usr/lib/znc/fail2ban.so
# /usr/lib/znc/cert.so
# /usr/lib/znc/alias.so
# /usr/lib/znc/awaynick.so
# /usr/lib/znc/shell.so
# /usr/lib/znc/autocycle.so
# /usr/lib/znc/adminlog.so
# /usr/lib/znc/notify_connect.so
# /usr/lib/znc/bouncedcc.so
# /usr/lib/znc/keepnick.so
# /usr/lib/znc/awaystore.so
# /usr/lib/znc/identfile.so
# /usr/lib/znc/flooddetach.so
# /usr/lib/znc/send_raw.so
# /usr/lib/znc/sample.so
# /usr/lib/znc/savebuff.so
# /usr/lib/znc/modpython.so
# /usr/lib/znc/chansaver.so
# /usr/lib/znc/kickrejoin.so
# /usr/lib/znc/controlpanel.so
# /usr/lib/znc/crypt.so
# /usr/lib/znc/modperl.so
# /usr/lib/znc/missingmotd.so
# /usr/lib/znc/clearbufferonmsg.so
# /usr/lib/znc/perform.so
# /usr/lib/znc/certauth.so
# /usr/lib/znc/block_motd.so
# /usr/lib/znc/simple_away.so
# /usr/lib/znc/buffextras.so
# /usr/lib/znc/notes.so
# /usr/lib/znc/sasl.so
# /usr/lib/znc/modperl/ZNC.so
# /usr/lib/znc/modperl/ZNC.pm
# /usr/lib/znc/modperl/startup.pl
# /usr/lib/znc/modpython/znc.py
# /usr/lib/znc/modpython/_znc_core.so
# /usr/lib/znc/modpython/znc_core.py
# /usr/lib/systemd/system/znc.service
# /usr/lib/sysusers.d/znc.conf
# /usr/include/znc/Listener.h
# /usr/include/znc/Utils.h
# /usr/include/znc/Buffer.h
# /usr/include/znc/ExecSock.h
# /usr/include/znc/Chan.h
# /usr/include/znc/defines.h
# /usr/include/znc/Client.h
# /usr/include/znc/SSLVerifyHost.h
# /usr/include/znc/Server.h
# /usr/include/znc/IRCNetwork.h
# /usr/include/znc/FileUtils.h
# /usr/include/znc/MD5.h
# /usr/include/znc/zncconfig.h
# /usr/include/znc/Config.h
# /usr/include/znc/User.h
# /usr/include/znc/version.h
# /usr/include/znc/HTTPSock.h
# /usr/include/znc/ZNCString.h
# /usr/include/znc/Csocket.h
# /usr/include/znc/znc.h
# /usr/include/znc/Template.h
# /usr/include/znc/Nick.h
# /usr/include/znc/main.h
# /usr/include/znc/Modules.h
# /usr/include/znc/ZNCDebug.h
# /usr/include/znc/Socket.h
# /usr/include/znc/IRCSock.h
# /usr/include/znc/Query.h
# /usr/include/znc/WebModules.h
# /usr/include/znc/SHA256.h
# /usr/include/znc/Threads.h
# /sysroot/usr/lib/pkgconfig/znc.pc
# /sysroot/usr/lib/znc/perleval.pm
# /sysroot/usr/lib/znc/autocycle.so
# /sysroot/usr/lib/znc/webadmin.so
# /sysroot/usr/lib/znc/partyline.so
# /sysroot/usr/lib/znc/notify_connect.so
# /sysroot/usr/lib/znc/kickrejoin.so
# /sysroot/usr/lib/znc/dcc.so
# /sysroot/usr/lib/znc/shell.so
# /sysroot/usr/lib/znc/missingmotd.so
# /sysroot/usr/lib/znc/clientnotify.so
# /sysroot/usr/lib/znc/modules_online.so
# /sysroot/usr/lib/znc/disconkick.so
# /sysroot/usr/lib/znc/ctcpflood.so
# /sysroot/usr/lib/znc/cyrusauth.so
# /sysroot/usr/lib/znc/send_raw.so
# /sysroot/usr/lib/znc/route_replies.so
# /sysroot/usr/lib/znc/cert.so
# /sysroot/usr/lib/znc/raw.so
# /sysroot/usr/lib/znc/stickychan.so
# /sysroot/usr/lib/znc/bouncedcc.so
# /sysroot/usr/lib/znc/fail2ban.so
# /sysroot/usr/lib/znc/schat.so
# /sysroot/usr/lib/znc/crypt.so
# /sysroot/usr/lib/znc/modtcl.so
# /sysroot/usr/lib/znc/q.so
# /sysroot/usr/lib/znc/buffextras.so
# /sysroot/usr/lib/znc/flooddetach.so
# /sysroot/usr/lib/znc/sasl.so
# /sysroot/usr/lib/znc/controlpanel.so
# /sysroot/usr/lib/znc/modperl.so
# /sysroot/usr/lib/znc/listsockets.so
# /sysroot/usr/lib/znc/autoop.so
# /sysroot/usr/lib/znc/alias.so
# /sysroot/usr/lib/znc/autovoice.so
# /sysroot/usr/lib/znc/sample.so
# /sysroot/usr/lib/znc/clearbufferonmsg.so
# /sysroot/usr/lib/znc/autoreply.so
# /sysroot/usr/lib/znc/perform.so
# /sysroot/usr/lib/znc/simple_away.so
# /sysroot/usr/lib/znc/chansaver.so
# /sysroot/usr/lib/znc/awaynick.so
# /sysroot/usr/lib/znc/lastseen.so
# /sysroot/usr/lib/znc/keepnick.so
# /sysroot/usr/lib/znc/block_motd.so
# /sysroot/usr/lib/znc/watch.so
# /sysroot/usr/lib/znc/notes.so
# /sysroot/usr/lib/znc/adminlog.so
# /sysroot/usr/lib/znc/modpython.so
# /sysroot/usr/lib/znc/autoattach.so
# /sysroot/usr/lib/znc/imapauth.so
# /sysroot/usr/lib/znc/log.so
# /sysroot/usr/lib/znc/savebuff.so
# /sysroot/usr/lib/znc/blockuser.so
# /sysroot/usr/lib/znc/identfile.so
# /sysroot/usr/lib/znc/certauth.so
# /sysroot/usr/lib/znc/awaystore.so
# /sysroot/usr/lib/znc/nickserv.so
# /sysroot/usr/lib/znc/modperl/ZNC.so
# /sysroot/usr/lib/znc/modperl/ZNC.pm
# /sysroot/usr/lib/znc/modperl/startup.pl
# /sysroot/usr/lib/znc/modpython/_znc_core.so
# /sysroot/usr/lib/znc/modpython/znc_core.py
# /sysroot/usr/lib/znc/modpython/znc.py
# /sysroot/usr/lib/systemd/system/znc.service
# /sysroot/usr/lib/sysusers.d/znc.conf
# /sysroot/usr/include/znc/Buffer.h
# /sysroot/usr/include/znc/Chan.h
# /sysroot/usr/include/znc/Client.h
# /sysroot/usr/include/znc/Config.h
# /sysroot/usr/include/znc/Csocket.h
# /sysroot/usr/include/znc/ExecSock.h
# /sysroot/usr/include/znc/FileUtils.h
# /sysroot/usr/include/znc/HTTPSock.h
# /sysroot/usr/include/znc/IRCNetwork.h
# /sysroot/usr/include/znc/IRCSock.h
# /sysroot/usr/include/znc/Listener.h
# /sysroot/usr/include/znc/MD5.h
# /sysroot/usr/include/znc/Modules.h
# /sysroot/usr/include/znc/Nick.h
# /sysroot/usr/include/znc/Query.h
# /sysroot/usr/include/znc/SHA256.h
# /sysroot/usr/include/znc/SSLVerifyHost.h
# /sysroot/usr/include/znc/Server.h
# /sysroot/usr/include/znc/Socket.h
# /sysroot/usr/include/znc/Template.h
# /sysroot/usr/include/znc/Threads.h
# /sysroot/usr/include/znc/User.h
# /sysroot/usr/include/znc/Utils.h
# /sysroot/usr/include/znc/WebModules.h
# /sysroot/usr/include/znc/ZNCDebug.h
# /sysroot/usr/include/znc/ZNCString.h
# /sysroot/usr/include/znc/defines.h
# /sysroot/usr/include/znc/main.h
# /sysroot/usr/include/znc/version.h
# /sysroot/usr/include/znc/znc.h
# /sysroot/usr/include/znc/zncconfig.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .INSTALL usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf znc.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/znc.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/znc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/znc.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/znc/src/znc-1.6.3/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by znc configure 1.6.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-cyrus --enable-python --enable-perl --enable-tcl --with-systemdsystemunitdir=/usr/lib/systemd/system
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f8dbec38b14e
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2014: checking for x86_64-unknown-linux-g++
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-c++
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-gpp
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-aCC
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-CC
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-cxx
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-cc++
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-cl.exe
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-FCC
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-KCC
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-RCC
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-xlC_r
# configure:2044: result: no
# configure:2014: checking for x86_64-unknown-linux-xlC
# configure:2044: result: no
# configure:2058: checking for g++
# configure:2074: found /usr/bin/g++
# configure:2085: result: g++
# configure:2112: checking for C++ compiler version
# configure:2121: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2132: $? = 0
# configure:2121: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2132: $? = 0
# configure:2121: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:2132: $? = 1
# configure:2121: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:2132: $? = 1
# configure:2152: checking whether the C++ compiler works
# configure:2174: g++ conftest.cpp >&5
# configure:2178: $? = 0
# configure:2226: result: yes
# configure:2229: checking for C++ compiler default output file name
# configure:2231: result: a.out
# configure:2237: checking for suffix of executables
# configure:2244: g++ -o conftest conftest.cpp >&5
# configure:2248: $? = 0
# configure:2270: result:
# configure:2292: checking whether we are cross compiling
# configure:2300: g++ -o conftest conftest.cpp >&5
# configure:2304: $? = 0
# configure:2311: ./conftest
# configure:2315: $? = 0
# configure:2330: result: no
# configure:2335: checking for suffix of object files
# configure:2357: g++ -c conftest.cpp >&5
# configure:2361: $? = 0
# configure:2382: result: o
# configure:2386: checking whether we are using the GNU C++ compiler
# configure:2405: g++ -c conftest.cpp >&5
# configure:2405: $? = 0
# configure:2414: result: yes
# configure:2423: checking whether g++ accepts -g
# configure:2443: g++ -c -g conftest.cpp >&5
# configure:2443: $? = 0
# configure:2484: result: yes
# configure:2516: checking whether g++ supports C++11 features by default
# configure:2571: g++ -c conftest.cpp >&5
# configure:2571: $? = 0
# configure:2578: result: yes
# configure:2736: checking for a BSD-compatible install
# configure:2804: result: /usr/bin/install -c
# configure:2815: checking for grep that handles long lines and -e
# configure:2873: result: /usr/bin/grep
# configure:2878: checking for a sed that does not truncate output
# configure:2942: result: /usr/bin/sed
# configure:2951: checking build system type
# configure:2965: result: x86_64-pc-linux-gnu
# configure:2985: checking host system type
# configure:2998: result: x86_64-unknown-linux-gnu
# configure:3025: checking for special C compiler options needed for large files
# configure:3055: g++ -c conftest.cpp >&5
# configure:3055: $? = 0
# configure:3070: result: no
# configure:3076: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3101: g++ -c conftest.cpp >&5
# configure:3101: $? = 0
# configure:3133: result: no
# configure:3229: checking whether the -Werror option is usable
# configure:3248: g++ -c -Werror conftest.cpp >&5
# configure:3248: $? = 0
# configure:3257: result: yes
# configure:3259: checking for simple visibility declarations
# configure:3286: g++ -c -fvisibility=hidden -Werror conftest.cpp >&5
# configure:3286: $? = 0
# configure:3295: result: yes
# configure:3318: checking for git
# configure:3336: found /usr/bin/git
# configure:3348: result: /usr/bin/git
# configure:3421: checking for x86_64-unknown-linux-pkg-config
# configure:3454: result: no
# configure:3464: checking for pkg-config
# configure:3482: found /usr/bin/pkg-config
# configure:3494: result: /usr/bin/pkg-config
# configure:3519: checking pkg-config is at least version 0.9.0
# configure:3522: result: yes
# configure:3661: checking whether compiler predefines _FORTIFY_SOURCE
# configure:3681: g++ -c conftest.cpp >&5
# conftest.cpp:19:4: error: #error "Just checking, nothing fatal here"
# #error "Just checking, nothing fatal here"
# ^~~~~
# configure:3681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | /* end confdefs.h. */
# |
# |
# |
# | int
# | main ()
# | {
# |
# | #ifndef _FORTIFY_SOURCE
# | #error "Just checking, nothing fatal here"
# | #endif
# |
# | ;
# | return 0;
# | }
# |
# configure:3688: result: no
# configure:3752: checking for getopt_long in -lgnugetopt
# configure:3777: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -lgnugetopt >&5
# /usr/bin/ld: cannot find -lgnugetopt
# collect2: error: ld returned 1 exit status
# configure:3777: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getopt_long ();
# | int
# | main ()
# | {
# | return getopt_long ();
# | ;
# | return 0;
# | }
# configure:3786: result: no
# configure:3800: checking for lstat
# configure:3800: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5
# configure:3800: $? = 0
# configure:3800: result: yes
# configure:3800: checking for getopt_long
# configure:3800: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5
# configure:3800: $? = 0
# configure:3800: result: yes
# configure:3800: checking for getpassphrase
# configure:3800: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5
# /tmp/ccnPj1Us.o: In function `main':
# conftest.cpp:(.text.startup+0x5): undefined reference to `getpassphrase'
# collect2: error: ld returned 1 exit status
# configure:3800: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | /* Define getpassphrase to an innocuous variant, in case declares getpassphrase.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpassphrase innocuous_getpassphrase
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpassphrase (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpassphrase
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getpassphrase ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getpassphrase || defined __stub___getpassphrase
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpassphrase ();
# | ;
# | return 0;
# | }
# configure:3800: result: no
# configure:3812: checking for library containing dlopen
# configure:3843: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5
# /tmp/cchhzLpy.o: In function `main':
# conftest.cpp:(.text.startup+0x5): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:3843: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:3843: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -ldl >&5
# configure:3843: $? = 0
# configure:3860: result: -ldl
# configure:4045: checking for the pthreads library -lpthreads
# configure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -lpthreads -ldl >&5
# /usr/bin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# configure:4083: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { *((int*)a) = 42; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:4092: result: no
# configure:3989: checking whether pthreads work without any flags
# configure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -ldl >&5
# /tmp/ccLCjNdH.o: In function `main':
# conftest.cpp:(.text.startup+0x13): undefined reference to `pthread_create'
# conftest.cpp:(.text.startup+0x1f): undefined reference to `pthread_join'
# collect2: error: ld returned 1 exit status
# configure:4083: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { *((int*)a) = 42; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:4092: result: no
# configure:3994: checking whether pthreads work with -Kthread
# configure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -Kthread conftest.cpp -Kthread -ldl >&5
# g++: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# g++: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# configure:4083: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { *((int*)a) = 42; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:4092: result: no
# configure:3994: checking whether pthreads work with -kthread
# configure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -kthread conftest.cpp -kthread -ldl >&5
# g++: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# g++: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# configure:4083: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { *((int*)a) = 42; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:4092: result: no
# configure:4045: checking for the pthreads library -llthread
# configure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -llthread -ldl >&5
# /usr/bin/ld: cannot find -llthread
# collect2: error: ld returned 1 exit status
# configure:4083: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "znc"
# | #define PACKAGE_TARNAME "znc"
# | #define PACKAGE_VERSION "1.6.3"
# | #define PACKAGE_STRING "znc 1.6.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define HAVE_CXX11 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_IPV6 1
# | #define CSOCK_USE_POLL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { *((int*)a) = 42; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:4092: result: no
# configure:3994: checking whether pthreads work with -pthread
# configure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -pthread -ldl >&5
# configure:4083: $? = 0
# configure:4092: result: yes
# configure:4111: checking for joinable pthread attribute
# configure:4126: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -pthread -ldl >&5
# configure:4126: $? = 0
# configure:4132: result: PTHREAD_CREATE_JOINABLE
# configure:4142: checking if more special flags are required for pthreads
# configure:4156: result: no
# configure:4162: checking for PTHREAD_PRIO_INHERIT
# configure:4180: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -pthread -ldl >&5
# configure:4180: $? = 0
# configure:4189: result: yes
# configure:4264: checking whether getaddrinfo() supports AI_ADDRCONFIG
# configure:4286: g++ -c -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp >&5
# configure:4286: $? = 0
# configure:4288: result: yes
# configure:4351: checking for openssl
# configure:4358: $PKG_CONFIG --exists --print-errors "openssl"
# configure:4361: $? = 0
# configure:4375: $PKG_CONFIG --exists --print-errors "openssl"
# configure:4378: $? = 0
# configure:4610: result: yes
# configure:4619: checking whether openssl is usable
# configure:4643: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -ldl -pthread -lssl -lcrypto >&5
# configure:4643: $? = 0
# configure:4645: result: yes
# configure:4690: checking whether zlib is usable
# configure:4712: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -ldl -pthread -lssl -lcrypto -lz >&5
# configure:4712: $? = 0
# configure:4714: result: yes
# configure:4760: checking for icu
# configure:4767: $PKG_CONFIG --exists --print-errors "icu-uc"
# configure:4770: $? = 0
# configure:4784: $PKG_CONFIG --exists --print-errors "icu-uc"
# configure:4787: $? = 0
# configure:4849: result: yes
# configure:4961: checking for SWIG >= 3.0.0
# configure:5066: result:
# configure:5087: modperl/modpython files are found, disabling SWIG
# configure:5095: modperl/modpython files are found, no SWIG needed
# configure:5116: checking for perl
# configure:5134: found /usr/bin/perl
# configure:5146: result: /usr/bin/perl
# configure:5157: checking for perl_alloc in -lperl
# configure:5182: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread -Wl,--export-dynamic -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE conftest.cpp -lperl -ldl -pthread -lssl -lcrypto -lz -licuuc -licudata >&5
# configure:5182: $? = 0
# configure:5191: result: yes
# configure:5234: checking for python
# configure:5241: $PKG_CONFIG --exists --print-errors "$PYTHON >= 3.0"
# configure:5244: $? = 0
# configure:5258: $PKG_CONFIG --exists --print-errors "$PYTHON >= 3.0"
# configure:5261: $? = 0
# configure:5299: result: yes
# configure:5307: checking for Py_Initialize
# configure:5307: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread -I/usr/include/python3.5m -Wl,--export-dynamic conftest.cpp -ldl -pthread -lssl -lcrypto -lz -licuuc -licudata -lpython3.5m >&5
# configure:5307: $? = 0
# configure:5307: result: yes
# configure:5318: checking for perl
# configure:5348: result: /usr/bin/perl
# configure:5381: checking for sasl_server_init in -lsasl2
# configure:5406: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread -Wl,--export-dynamic conftest.cpp -lsasl2 -ldl -pthread -lssl -lcrypto -lz -licuuc -licudata >&5
# configure:5406: $? = 0
# configure:5415: result: yes
# configure:5455: checking for /usr/lib/tclConfig.sh
# configure:5460: result: yes
# configure:5475: checking modtcl flags
# configure:5482: result: -I/usr/include -L/usr/lib -ltcl8.6
# configure:5487: checking for Tcl_CreateInterp
# configure:5487: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread -Wl,--export-dynamic conftest.cpp -ldl -pthread -lssl -lcrypto -lz -licuuc -licudata -I/usr/include -L/usr/lib -ltcl8.6 >&5
# configure:5487: $? = 0
# configure:5487: result: yes
# configure:5500: checking for GNU make
# configure:5539: result: /usr/bin/make
# configure:5719: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by znc config.status 1.6.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f8dbec38b14e
#
# config.status:852: creating Makefile
# config.status:852: creating znc-buildmod
# config.status:852: creating man/Makefile
# config.status:852: creating znc.pc
# config.status:852: creating znc-uninstalled.pc
# config.status:852: creating modules/Makefile
# config.status:852: creating include/znc/zncconfig.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_icu_CFLAGS_set=
# ac_cv_env_icu_CFLAGS_value=
# ac_cv_env_icu_LIBS_set=
# ac_cv_env_icu_LIBS_value=
# ac_cv_env_openssl_CFLAGS_set=
# ac_cv_env_openssl_CFLAGS_value=
# ac_cv_env_openssl_LIBS_set=
# ac_cv_env_openssl_LIBS_value=
# ac_cv_env_python_CFLAGS_set=
# ac_cv_env_python_CFLAGS_value=
# ac_cv_env_python_LIBS_set=
# ac_cv_env_python_LIBS_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_Py_Initialize=yes
# ac_cv_func_Tcl_CreateInterp=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpassphrase=no
# ac_cv_func_lstat=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gnugetopt_getopt_long=no
# ac_cv_lib_perl_perl_alloc=yes
# ac_cv_lib_sasl2_sasl_server_init=yes
# ac_cv_objext=o
# ac_cv_path_GIT=/usr/bin/git
# ac_cv_path_GNUMAKE=/usr/bin/make
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PERL_BINARY=/usr/bin/perl
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_cxx_g=yes
# ac_cv_search_dlopen=-ldl
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# ax_cv_cxx_compile_cxx11=yes
# pkg_cv_icu_CFLAGS=
# pkg_cv_icu_LIBS='-licuuc -licudata'
# pkg_cv_openssl_CFLAGS=
# pkg_cv_openssl_LIBS='-lssl -lcrypto'
# pkg_cv_python_CFLAGS=-I/usr/include/python3.5m
# pkg_cv_python_LIBS=-lpython3.5m
# znc_cv_cc_vis_werror=yes
# znc_cv_cc_visibility=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CFLAG_VISIBILITY='-fvisibility=hidden'
# CPPFLAGS=''
# CXX='g++'
# CXXFLAGS=' -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread -include znc/zncconfig.h'
# CYRUS='1'
# DATADIR='${datarootdir}/znc'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# GIT='/usr/bin/git'
# GREP='/usr/bin/grep'
# GTEST_DIR=''
# HAVE_CXX11='1'
# HAVE_SYSTEMD_FALSE='#'
# HAVE_SYSTEMD_TRUE=''
# HAVE_VISIBILITY='1'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# ISCYGWIN=''
# LDFLAGS='-Wl,--export-dynamic'
# LIBOBJS=''
# LIBS='-ldl -pthread -lssl -lcrypto -lz -licuuc -licudata'
# LIBZNC=''
# LIBZNCDIR=''
# LTLIBOBJS=''
# MODDIR='${exec_prefix}/lib/znc'
# MODFLAGS=' -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread -fvisibility=hidden -fPIC -include znc/zncconfig.h'
# MODLINK='-shared'
# NOSSL=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='znc'
# PACKAGE_STRING='znc 1.6.3'
# PACKAGE_TARNAME='znc'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.6.3'
# PATH_SEPARATOR=':'
# PERL='yes'
# PERL_BINARY='/usr/bin/perl'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CC=''
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS='-pthread'
# PYTHON='yes'
# SED='/usr/bin/sed'
# SHELL='/bin/sh'
# SWIG=''
# SWIG_LIB=''
# TCL_FLAGS='-I/usr/include -L/usr/lib -ltcl8.6'
# ac_ct_CXX='g++'
# ax_pthread_config=''
# bindir='${exec_prefix}/bin'
# build='x86_64-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# icu_CFLAGS=''
# icu_LIBS='-licuuc -licudata'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# openssl_CFLAGS=''
# openssl_LIBS='-lssl -lcrypto'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# python_CFLAGS='-I/usr/include/python3.5m'
# python_LIBS='-lpython3.5m'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# systemdsystemunitdir='/usr/lib/systemd/system'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "znc"
# #define PACKAGE_TARNAME "znc"
# #define PACKAGE_VERSION "1.6.3"
# #define PACKAGE_STRING "znc 1.6.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define HAVE_CXX11 1
# #define HAVE_VISIBILITY 1
# #define HAVE_IPV6 1
# #define CSOCK_USE_POLL 1
# #define HAVE_LSTAT 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_PTHREAD_PRIO_INHERIT 1
# #define HAVE_PTHREAD 1
# #define HAVE_THREADED_DNS 1
# #define HAVE_LIBSSL 1
# #define HAVE_ZLIB 1
# #define HAVE_ICU 1
# #define U_USING_ICU_NAMESPACE 0
#
# configure: exit 0