The build took 00h 06m 48s 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.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: znc 1.6.3-4 (Thu Apr 13 20:11:34 UTC 2017)
==> 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 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 clang++ accepts -g... yes
checking whether clang++ supports C++11 features by default... no
checking whether clang++ supports C++11 features with -std=c++11... 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 ZNC Perl bindings library...
warning: unknown warning option '-Wno-literal-suffix'; did you mean '-Wno-literal-range'? [-Wunknown-warning-option]
1 warning generated.
Building module modperl...
warning: unknown warning option '-Wno-literal-suffix'; did you mean '-Wno-literal-range'? [-Wunknown-warning-option]
In file included from modperl.cpp:25:
In file included from ./modperl/module.h:20:
In file included from /usr/lib/perl5/core_perl/CORE/perl.h:5853:
/usr/lib/perl5/core_perl/CORE/inline.h:526:5: warning: declaration shadows a local variable [-Wshadow]
CX_POP_SAVEARRAY(cx);
^
/usr/lib/perl5/core_perl/CORE/cop.h:612:13: note: expanded from macro 'CX_POP_SAVEARRAY'
AV *av = GvAV(PL_defgv); \
^
/usr/lib/perl5/core_perl/CORE/inline.h:518:9: note: previous declaration is here
AV *av;
^
2 warnings generated.
Linking module modperl...
Linking ZNC Perl bindings library...
Building ZNC python bindings library...
Building module modpython...
Linking module modpython...
Linking ZNC python bindings library...
Building module chansaver...
Linking module chansaver...
Building module webadmin...
Linking module webadmin...
Building module partyline...
Linking module partyline...
Building module simple_away...
Linking module simple_away...
Building module notify_connect...
Linking module notify_connect...
Building module controlpanel...
Linking module controlpanel...
Building module raw...
Linking module raw...
Building module sample...
Linking module sample...
Building module bouncedcc...
Linking module bouncedcc...
Building module shell...
Linking module shell...
Building module awaynick...
Linking module awaynick...
Building module kickrejoin...
Linking module kickrejoin...
Building module autocycle...
Linking module autocycle...
Building module keepnick...
Linking module keepnick...
Building module modules_online...
Linking module modules_online...
Building module disconkick...
Linking module disconkick...
Building module ctcpflood...
Linking module ctcpflood...
Building module cyrusauth...
Linking module cyrusauth...
Building module send_raw...
Linking module send_raw...
Building module watch...
Linking module watch...
Building module block_motd...
Linking module block_motd...
Building module route_replies...
Linking module route_replies...
Building module notes...
Linking module notes...
Building module nickserv...
Linking module nickserv...
Building module adminlog...
Linking module adminlog...
Building module autoattach...
Linking module autoattach...
Building module imapauth...
Linking module imapauth...
Building module fail2ban...
Linking module fail2ban...
Building module crypt...
Linking module crypt...
Building module modtcl...
clang-3.8: warning: -ltcl8.6: 'linker' input unused
clang-3.8: warning: argument unused during compilation: '-L/usr/lib'
Linking module modtcl...
Building module q...
Linking module q...
Building module buffextras...
Linking module buffextras...
Building module savebuff...
Linking module savebuff...
Building module schat...
Linking module schat...
Building module blockuser...
Linking module blockuser...
Building module log...
Linking module log...
Building module identfile...
Linking module identfile...
Building module sasl...
Linking module sasl...
Building module certauth...
Linking module certauth...
Building module dcc...
Linking module dcc...
Building module awaystore...
Linking module awaystore...
Building module listsockets...
Linking module listsockets...
Building module autoop...
Linking module autoop...
Building module cert...
Linking module cert...
Building module alias...
Linking module alias...
Building module autovoice...
Linking module autovoice...
Building module flooddetach...
Linking module flooddetach...
Building module missingmotd...
Linking module missingmotd...
Building module lastseen...
Linking module lastseen...
Building module clearbufferonmsg...
Linking module clearbufferonmsg...
Building module autoreply...
Linking module autoreply...
Building module perform...
Linking module perform...
Building module clientnotify...
Linking module clientnotify...
Building module stickychan...
Linking module stickychan...
Building core object main...
Building core object ZNCString...
Building core object Csocket...
Building core object znc...
Building core object IRCNetwork...
Building core object User...
Building core object IRCSock...
Building core object Client...
Building core object Chan...
Building core object Nick...
Building core object Server...
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 core object Threads...
Building core object version...
Building core object Query...
Building core object SSLVerifyHost...
Linking znc...
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
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/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
mkdir -p /tmp/znc/pkg/znc/usr/lib/znc/modperl
/usr/bin/install -c modperl/ZNC.so /tmp/znc/pkg/znc/usr/lib/znc/modperl
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
/usr/bin/install -c -m 644 ./modperl/startup.pl /tmp/znc/pkg/znc/usr/lib/znc/modperl
for i in ./*.py; do \
/usr/bin/install -c -m 644 $i /tmp/znc/pkg/znc/usr/lib/znc; \
done
/usr/bin/install: cannot stat './*.py': 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 -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 ./modpython/znc.py /tmp/znc/pkg/znc/usr/lib/znc/modpython
mkdir -p /tmp/znc/pkg/znc/usr/share/znc/modtcl/
/usr/bin/install -c -m 644 ./modtcl/modtcl.tcl ./modtcl/binds.tcl /tmp/znc/pkg/znc/usr/share/znc/modtcl/
/usr/bin/install -c autocycle.so webadmin.so partyline.so notify_connect.so raw.so modpython.so dcc.so shell.so kickrejoin.so missingmotd.so clientnotify.so modules_online.so disconkick.so ctcpflood.so cyrusauth.so route_replies.so simple_away.so cert.so stickychan.so bouncedcc.so fail2ban.so schat.so crypt.so modtcl.so q.so buffextras.so send_raw.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 chansaver.so awaynick.so lastseen.so keepnick.so block_motd.so watch.so notes.so adminlog.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 (Thu Apr 13 20:16:45 UTC 2017)
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/raw.so
/sysroot/usr/lib/znc/modpython.so
/sysroot/usr/lib/znc/dcc.so
/sysroot/usr/lib/znc/shell.so
/sysroot/usr/lib/znc/kickrejoin.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/route_replies.so
/sysroot/usr/lib/znc/simple_away.so
/sysroot/usr/lib/znc/cert.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/send_raw.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/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/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
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
Attempting to access local repository, attempt 2
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 = 25cd1271b2a6
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/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/bin
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:2112: checking for C++ compiler version
configure:2121: clang++ --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2132: $? = 0
configure:2121: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:2132: $? = 0
configure:2121: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2132: $? = 1
configure:2121: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2132: $? = 1
configure:2152: checking whether the C++ compiler works
configure:2174: clang++ 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: clang++ -o conftest conftest.cpp >&5
configure:2248: $? = 0
configure:2270: result:
configure:2292: checking whether we are cross compiling
configure:2300: clang++ -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: clang++ -c conftest.cpp >&5
configure:2361: $? = 0
configure:2382: result: o
configure:2386: checking whether we are using the GNU C++ compiler
configure:2405: clang++ -c conftest.cpp >&5
configure:2405: $? = 0
configure:2414: result: yes
configure:2423: checking whether clang++ accepts -g
configure:2443: clang++ -c -g conftest.cpp >&5
configure:2443: $? = 0
configure:2484: result: yes
configure:2516: checking whether clang++ supports C++11 features by default
configure:2571: clang++ -c conftest.cpp >&5
conftest.cpp:13:21: error: expected parameter declarator
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:13:21: error: expected ')'
conftest.cpp:13:20: note: to match this '('
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:13:7: error: C++ requires a type specifier for all declarations
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:20:22: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
virtual void f() override {}
^
conftest.cpp:23:29: error: a space is required between consecutive right angle brackets (use '> >')
typedef check> right_angle_brackets;
^~
> >
conftest.cpp:26:5: error: unknown type name 'decltype'
decltype(a) b;
^
conftest.cpp:26:16: error: expected ';' after top level declarator
decltype(a) b;
^
;
conftest.cpp:30:15: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
check_type&& cr = static_cast(c);
^
conftest.cpp:30:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
check_type&& cr = static_cast(c);
^
conftest.cpp:32:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto d = a;
^
conftest.cpp:33:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto l = [](){};
^
conftest.cpp:33:14: error: expected expression
auto l = [](){};
^
conftest.cpp:41:24: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
using member = typename T::member_type;
^
6 warnings and 7 errors generated.
configure:2571: $? = 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 ""
| /* end confdefs.h. */
|
| template
| struct check
| {
| static_assert(sizeof(int) <= sizeof(T), "not big enough");
| };
|
| struct Base {
| virtual void f() {}
| };
| struct Child : public Base {
| virtual void f() override {}
| };
|
| typedef check> right_angle_brackets;
|
| int a;
| decltype(a) b;
|
| typedef check check_type;
| check_type c;
| check_type&& cr = static_cast(c);
|
| auto d = a;
| auto l = [](){};
|
| // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
| // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function because of this
| namespace test_template_alias_sfinae {
| struct foo {};
|
| template
| using member = typename T::member_type;
|
| template
| void func(...) {}
|
| template
| void func(member*) {}
|
| void test();
|
| void test() {
| func(0);
| }
| }
|
configure:2578: result: no
configure:2589: checking whether clang++ supports C++11 features with -std=c++11
configure:2646: clang++ -c -std=c++11 conftest.cpp >&5
configure:2646: $? = 0
configure:2655: 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: clang++ -c -std=c++11 conftest.cpp >&5
configure:3055: $? = 0
configure:3070: result: no
configure:3076: checking for _FILE_OFFSET_BITS value needed for large files
configure:3101: clang++ -c -std=c++11 conftest.cpp >&5
configure:3101: $? = 0
configure:3133: result: no
configure:3229: checking whether the -Werror option is usable
configure:3248: clang++ -c -std=c++11 -Werror conftest.cpp >&5
configure:3248: $? = 0
configure:3257: result: yes
configure:3259: checking for simple visibility declarations
configure:3286: clang++ -c -std=c++11 -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: clang++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:19:4: error: "Just checking, nothing fatal here"
#error "Just checking, nothing fatal here"
^
1 error generated.
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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -lgnugetopt >&5
/usr/bin/ld: cannot find -lgnugetopt
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5
/tmp/conftest-5d4ff7.o: In function `main':
conftest.cpp:(.text+0x2): undefined reference to `getpassphrase'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp >&5
/tmp/conftest-2082b2.o: In function `main':
conftest.cpp:(.text+0x2): undefined reference to `dlopen'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -lpthreads -ldl >&5
/usr/bin/ld: cannot find -lpthreads
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -ldl >&5
/tmp/conftest-636fb5.o: In function `main':
conftest.cpp:(.text+0x13): undefined reference to `pthread_create'
conftest.cpp:(.text+0x1f): undefined reference to `pthread_join'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -Kthread conftest.cpp -Kthread -ldl >&5
clang-3.8: error: unknown argument: '-Kthread'
clang-3.8: error: unknown argument: '-Kthread'
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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow -kthread conftest.cpp -kthread -ldl >&5
clang-3.8: error: unknown argument: '-kthread'
clang-3.8: error: unknown argument: '-kthread'
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: clang++ -o conftest -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow conftest.cpp -llthread -ldl >&5
/usr/bin/ld: cannot find -llthread
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -c -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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: clang++ -o conftest -std=c++11 -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 25cd1271b2a6
config.status:853: creating Makefile
config.status:853: creating znc-buildmod
config.status:853: creating man/Makefile
config.status:853: creating znc.pc
config.status:853: creating znc-uninstalled.pc
config.status:853: creating modules/Makefile
config.status:853: 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=set
ac_cv_env_CXX_value=clang++
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_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=no
ax_cv_cxx_compile_cxx11__std_cpp11=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='clang++'
CXXFLAGS=' -std=c++11 -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=' -std=c++11 -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='clang'
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=''
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