The build took 00h 03m 50s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
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.
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:
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-2Total 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++... nochecking for x86_64-unknown-linux-c++... nochecking for x86_64-unknown-linux-gpp... nochecking for x86_64-unknown-linux-aCC... nochecking for x86_64-unknown-linux-CC... nochecking for x86_64-unknown-linux-cxx... nochecking for x86_64-unknown-linux-cc++... nochecking for x86_64-unknown-linux-cl.exe... nochecking for x86_64-unknown-linux-FCC... nochecking for x86_64-unknown-linux-KCC... nochecking for x86_64-unknown-linux-RCC... nochecking for x86_64-unknown-linux-xlC_r... nochecking for x86_64-unknown-linux-xlC... nochecking for g++... g++checking whether the C++ compiler works... yeschecking for C++ compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking whether g++ supports C++11 features by default... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking for grep that handles long lines and -e... /usr/bin/grepchecking for a sed that does not truncate output... /usr/bin/sedchecking build system type... x86_64-pc-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for special C compiler options needed for large files... nochecking for _FILE_OFFSET_BITS value needed for large files... nochecking whether the -Werror option is usable... yeschecking for simple visibility declarations... yeschecking for git... /usr/bin/gitchecking for x86_64-unknown-linux-pkg-config... nochecking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking whether compiler predefines _FORTIFY_SOURCE... nochecking for getopt_long in -lgnugetopt... nochecking for lstat... yeschecking for getopt_long... yeschecking for getpassphrase... nochecking for library containing dlopen... -ldlchecking for the pthreads library -lpthreads... nochecking whether pthreads work without any flags... nochecking whether pthreads work with -Kthread... nochecking whether pthreads work with -kthread... nochecking for the pthreads library -llthread... nochecking whether pthreads work with -pthread... yeschecking for joinable pthread attribute... PTHREAD_CREATE_JOINABLEchecking if more special flags are required for pthreads... nochecking for PTHREAD_PRIO_INHERIT... yeschecking whether getaddrinfo() supports AI_ADDRCONFIG... yeschecking for openssl... yeschecking whether openssl is usable... yeschecking whether zlib is usable... yeschecking for icu... yeschecking for SWIG >= 3.0.0... configure: modperl/modpython files are found, disabling SWIGconfigure: modperl/modpython files are found, no SWIG neededchecking for perl... /usr/bin/perlchecking for perl_alloc in -lperl... yeschecking for python... yeschecking for Py_Initialize... yeschecking for perl... (cached) /usr/bin/perlchecking for sasl_server_init in -lsasl2... yeschecking for /usr/lib/tclConfig.sh... yeschecking modtcl flags... -I/usr/include -L/usr/lib -ltcl8.6checking for Tcl_CreateInterp... yeschecking for GNU make... /usr/bin/makeconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating znc-buildmodconfig.status: creating man/Makefileconfig.status: creating znc.pcconfig.status: creating znc-uninstalled.pcconfig.status: creating modules/Makefileconfig.status: creating include/znc/zncconfig.hZNC 1.6.3 configuredprefix: /usrdebug: noipv6: yesopenssl: yesdns: threadsperl: yespython: yesswig: not neededcyrus: yestcl: yescharset: yeszlib: yesrun from src: noNow you can run "make" to compile ZNCPacking 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/bintest -d /tmp/znc/pkg/znc/usr/include/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/include/znctest -d /tmp/znc/pkg/znc/usr/lib/pkgconfig || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/lib/pkgconfigtest -d /tmp/znc/pkg/znc/usr/lib/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/lib/znctest -d /tmp/znc/pkg/znc/usr/share/znc || /usr/bin/install -c -d /tmp/znc/pkg/znc/usr/share/znccp -R ./webskins /tmp/znc/pkg/znc/usr/share/zncfind /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/pkgconfigmake[1]: Entering directory '/tmp/znc/src/znc-1.6.3/modules'rm -rf /tmp/znc/pkg/znc/usr/share/znc/modulesmkdir -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/modulesrm -rf /tmp/znc/pkg/znc/usr/lib/znc/*.socp -R ./data/* /tmp/znc/pkg/znc/usr/share/znc/modulesfind /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; \donefor i in ./*.py; do \ /usr/bin/install -c -m 644 $i /tmp/znc/pkg/znc/usr/lib/znc; \donemkdir -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 directorymake[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/modpythonif 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 ; \fiif 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/zncmake[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 ; \fimake[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/man1make[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
Creating hybrid package for 'znc'
Trying to find vanilla package 'znc'...
CMD: pacman --query --file /mirror/znc-1.6.3-4.pkg.tar.xz
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.hGenerating .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
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 whilerunning configure, to aid debugging if configure makes a mistake.It was created by znc configure 1.6.3, which wasgenerated 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 = f8dbec38b14euname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/binPATH: /usr/lib/jvm/default/binPATH: /usr/bin/site_perlPATH: /usr/bin/vendor_perlPATH: /usr/bin/core_perl## ----------- #### Core tests. #### ----------- ##configure:2014: checking for x86_64-unknown-linux-g++configure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-c++configure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-gppconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-aCCconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-CCconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-cxxconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-cc++configure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-cl.execonfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-FCCconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-KCCconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-RCCconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-xlC_rconfigure:2044: result: noconfigure:2014: checking for x86_64-unknown-linux-xlCconfigure:2044: result: noconfigure:2058: checking for g++configure:2074: found /usr/bin/g++configure:2085: result: g++configure:2112: checking for C++ compiler versionconfigure:2121: g++ --version >&5g++ (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2132: $? = 0configure:2121: g++ -v >&5Using built-in specs.COLLECT_GCC=g++COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2132: $? = 0configure:2121: g++ -V >&5g++: error: unrecognized command line option '-V'g++: fatal error: no input filescompilation terminated.configure:2132: $? = 1configure:2121: g++ -qversion >&5g++: error: unrecognized command line option '-qversion'; did you mean '--version'?g++: fatal error: no input filescompilation terminated.configure:2132: $? = 1configure:2152: checking whether the C++ compiler worksconfigure:2174: g++ conftest.cpp >&5configure:2178: $? = 0configure:2226: result: yesconfigure:2229: checking for C++ compiler default output file nameconfigure:2231: result: a.outconfigure:2237: checking for suffix of executablesconfigure:2244: g++ -o conftest conftest.cpp >&5configure:2248: $? = 0configure:2270: result:configure:2292: checking whether we are cross compilingconfigure:2300: g++ -o conftest conftest.cpp >&5configure:2304: $? = 0configure:2311: ./conftestconfigure:2315: $? = 0configure:2330: result: noconfigure:2335: checking for suffix of object filesconfigure:2357: g++ -c conftest.cpp >&5configure:2361: $? = 0configure:2382: result: oconfigure:2386: checking whether we are using the GNU C++ compilerconfigure:2405: g++ -c conftest.cpp >&5configure:2405: $? = 0configure:2414: result: yesconfigure:2423: checking whether g++ accepts -gconfigure:2443: g++ -c -g conftest.cpp >&5configure:2443: $? = 0configure:2484: result: yesconfigure:2516: checking whether g++ supports C++11 features by defaultconfigure:2571: g++ -c conftest.cpp >&5configure:2571: $? = 0configure:2578: result: yesconfigure:2736: checking for a BSD-compatible installconfigure:2804: result: /usr/bin/install -cconfigure:2815: checking for grep that handles long lines and -econfigure:2873: result: /usr/bin/grepconfigure:2878: checking for a sed that does not truncate outputconfigure:2942: result: /usr/bin/sedconfigure:2951: checking build system typeconfigure:2965: result: x86_64-pc-linux-gnuconfigure:2985: checking host system typeconfigure:2998: result: x86_64-unknown-linux-gnuconfigure:3025: checking for special C compiler options needed for large filesconfigure:3055: g++ -c conftest.cpp >&5configure:3055: $? = 0configure:3070: result: noconfigure:3076: checking for _FILE_OFFSET_BITS value needed for large filesconfigure:3101: g++ -c conftest.cpp >&5configure:3101: $? = 0configure:3133: result: noconfigure:3229: checking whether the -Werror option is usableconfigure:3248: g++ -c -Werror conftest.cpp >&5configure:3248: $? = 0configure:3257: result: yesconfigure:3259: checking for simple visibility declarationsconfigure:3286: g++ -c -fvisibility=hidden -Werror conftest.cpp >&5configure:3286: $? = 0configure:3295: result: yesconfigure:3318: checking for gitconfigure:3336: found /usr/bin/gitconfigure:3348: result: /usr/bin/gitconfigure:3421: checking for x86_64-unknown-linux-pkg-configconfigure:3454: result: noconfigure:3464: checking for pkg-configconfigure:3482: found /usr/bin/pkg-configconfigure:3494: result: /usr/bin/pkg-configconfigure:3519: checking pkg-config is at least version 0.9.0configure:3522: result: yesconfigure:3661: checking whether compiler predefines _FORTIFY_SOURCEconfigure:3681: g++ -c conftest.cpp >&5conftest.cpp:19:4: error: #error "Just checking, nothing fatal here"#error "Just checking, nothing fatal here"^~~~~configure:3681: $? = 1configure: 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: noconfigure:3752: checking for getopt_long in -lgnugetoptconfigure: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 -lgnugetoptcollect2: error: ld returned 1 exit statusconfigure:3777: $? = 1configure: 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: noconfigure:3800: checking for lstatconfigure:3800: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5configure:3800: $? = 0configure:3800: result: yesconfigure:3800: checking for getopt_longconfigure:3800: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5configure:3800: $? = 0configure:3800: result: yesconfigure:3800: checking for getpassphraseconfigure: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 statusconfigure:3800: $? = 1configure: 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: noconfigure:3812: checking for library containing dlopenconfigure: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 statusconfigure:3843: $? = 1configure: 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 >&5configure:3843: $? = 0configure:3860: result: -ldlconfigure:4045: checking for the pthreads library -lpthreadsconfigure: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 -lpthreadscollect2: error: ld returned 1 exit statusconfigure:4083: $? = 1configure: 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: noconfigure:3989: checking whether pthreads work without any flagsconfigure: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 statusconfigure:4083: $? = 1configure: 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: noconfigure:3994: checking whether pthreads work with -Kthreadconfigure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -Kthread conftest.cpp -Kthread -ldl >&5g++: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?g++: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?configure:4083: $? = 1configure: 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: noconfigure:3994: checking whether pthreads work with -kthreadconfigure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -kthread conftest.cpp -kthread -ldl >&5g++: error: unrecognized command line option '-kthread'; did you mean '-pthread'?g++: error: unrecognized command line option '-kthread'; did you mean '-pthread'?configure:4083: $? = 1configure: 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: noconfigure:4045: checking for the pthreads library -llthreadconfigure: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 -llthreadcollect2: error: ld returned 1 exit statusconfigure:4083: $? = 1configure: 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: noconfigure:3994: checking whether pthreads work with -pthreadconfigure:4083: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -pthread -ldl >&5configure:4083: $? = 0configure:4092: result: yesconfigure:4111: checking for joinable pthread attributeconfigure:4126: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -pthread -ldl >&5configure:4126: $? = 0configure:4132: result: PTHREAD_CREATE_JOINABLEconfigure:4142: checking if more special flags are required for pthreadsconfigure:4156: result: noconfigure:4162: checking for PTHREAD_PRIO_INHERITconfigure:4180: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -pthread -ldl >&5configure:4180: $? = 0configure:4189: result: yesconfigure:4264: checking whether getaddrinfo() supports AI_ADDRCONFIGconfigure:4286: g++ -c -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp >&5configure:4286: $? = 0configure:4288: result: yesconfigure:4351: checking for opensslconfigure:4358: $PKG_CONFIG --exists --print-errors "openssl"configure:4361: $? = 0configure:4375: $PKG_CONFIG --exists --print-errors "openssl"configure:4378: $? = 0configure:4610: result: yesconfigure:4619: checking whether openssl is usableconfigure:4643: g++ -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -pthread conftest.cpp -ldl -pthread -lssl -lcrypto >&5configure:4643: $? = 0configure:4645: result: yesconfigure:4690: checking whether zlib is usableconfigure: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 >&5configure:4712: $? = 0configure:4714: result: yesconfigure:4760: checking for icuconfigure:4767: $PKG_CONFIG --exists --print-errors "icu-uc"configure:4770: $? = 0configure:4784: $PKG_CONFIG --exists --print-errors "icu-uc"configure:4787: $? = 0configure:4849: result: yesconfigure:4961: checking for SWIG >= 3.0.0configure:5066: result:configure:5087: modperl/modpython files are found, disabling SWIGconfigure:5095: modperl/modpython files are found, no SWIG neededconfigure:5116: checking for perlconfigure:5134: found /usr/bin/perlconfigure:5146: result: /usr/bin/perlconfigure:5157: checking for perl_alloc in -lperlconfigure: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 >&5configure:5182: $? = 0configure:5191: result: yesconfigure:5234: checking for pythonconfigure:5241: $PKG_CONFIG --exists --print-errors "$PYTHON >= 3.0"configure:5244: $? = 0configure:5258: $PKG_CONFIG --exists --print-errors "$PYTHON >= 3.0"configure:5261: $? = 0configure:5299: result: yesconfigure:5307: checking for Py_Initializeconfigure: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 >&5configure:5307: $? = 0configure:5307: result: yesconfigure:5318: checking for perlconfigure:5348: result: /usr/bin/perlconfigure:5381: checking for sasl_server_init in -lsasl2configure: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 >&5configure:5406: $? = 0configure:5415: result: yesconfigure:5455: checking for /usr/lib/tclConfig.shconfigure:5460: result: yesconfigure:5475: checking modtcl flagsconfigure:5482: result: -I/usr/include -L/usr/lib -ltcl8.6configure:5487: checking for Tcl_CreateInterpconfigure: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 >&5configure:5487: $? = 0configure:5487: result: yesconfigure:5500: checking for GNU makeconfigure:5539: result: /usr/bin/makeconfigure:5719: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by znc config.status 1.6.3, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson f8dbec38b14econfig.status:852: creating Makefileconfig.status:852: creating znc-buildmodconfig.status:852: creating man/Makefileconfig.status:852: creating znc.pcconfig.status:852: creating znc-uninstalled.pcconfig.status:852: creating modules/Makefileconfig.status:852: creating include/znc/zncconfig.h## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-pc-linux-gnuac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=ac_cv_env_CXX_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_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=yesac_cv_func_Tcl_CreateInterp=yesac_cv_func_getopt_long=yesac_cv_func_getpassphrase=noac_cv_func_lstat=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_lib_gnugetopt_getopt_long=noac_cv_lib_perl_perl_alloc=yesac_cv_lib_sasl2_sasl_server_init=yesac_cv_objext=oac_cv_path_GIT=/usr/bin/gitac_cv_path_GNUMAKE=/usr/bin/makeac_cv_path_GREP=/usr/bin/grepac_cv_path_PERL_BINARY=/usr/bin/perlac_cv_path_SED=/usr/bin/sedac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-configac_cv_path_install='/usr/bin/install -c'ac_cv_prog_ac_ct_CXX=g++ac_cv_prog_cxx_g=yesac_cv_search_dlopen=-ldlac_cv_sys_file_offset_bits=noac_cv_sys_largefile_CC=noax_cv_PTHREAD_PRIO_INHERIT=yesax_cv_cxx_compile_cxx11=yespkg_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.5mpkg_cv_python_LIBS=-lpython3.5mznc_cv_cc_vis_werror=yesznc_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 0configure: exit 0