SD 1.3.1 compile fails on Ubuntu 20.04 #125

Closed
opened 1 year ago by jahway603 · 7 comments
jahway603 commented 1 year ago
Collaborator

name: Compilation of SD 1.3.1 fails on Ubuntu 20.04

Let us know which version of SilentDragon you have and if you have any non-default settings.
Also let us know if you compiled it yourself, or you are using Debian package or official binaries.

Describe the bug
Fails on build with following

$ ./build.sh
Compiling SilentDragon 1.3.1 with 2 threads...
QMake version 3.1
Using Qt version 5.12.8 in /usr/lib/x86_64-linux-gnu
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Makefile:1505: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:1497: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
Makefile:1517: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:1505: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
clang++ -pipe -O2 -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQAPPLICATION_CLASS=QApplication -D_FORTIFY_SOURCE=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/3rdparty -Isrc -Isingleapplication -Ires -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibin -Isrc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-clang -x c++-header -c src/precompiled.h -o bin/silentdragon/c++.pch
src/precompiled.h:65:10: fatal error: 'QtWebSockets/QtWebSockets' file not found
#include <QtWebSockets/QtWebSockets>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [Makefile:592: bin/silentdragon/c++.pch] Error 1

To Reproduce
Steps to reproduce the behavior:

  1. Git clone repo
  2. cd SilentDragon
  3. Run ./build.sh linguist
  4. Run ./build.sh
  5. It fails as above.

Expected behavior
It should build successfully.

Desktop (please complete the following information):

  • OS: Ubuntu
  • OS version: 20.04

Additional context
Add any other context about the problem here.

name: Compilation of SD 1.3.1 fails on Ubuntu 20.04 Let us know which version of SilentDragon you have and if you have any non-default settings. Also let us know if you compiled it yourself, or you are using Debian package or official binaries. **Describe the bug** Fails on build with following ``` $ ./build.sh Compiling SilentDragon 1.3.1 with 2 threads... QMake version 3.1 Using Qt version 5.12.8 in /usr/lib/x86_64-linux-gnu GNU Make 4.2.1 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Makefile:1505: warning: overriding recipe for target 'src/ui_viewalladdresses.h' Makefile:1497: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h' Makefile:1517: warning: overriding recipe for target 'src/ui_viewalladdresses.h' Makefile:1505: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h' clang++ -pipe -O2 -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQAPPLICATION_CLASS=QApplication -D_FORTIFY_SOURCE=2 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/3rdparty -Isrc -Isingleapplication -Ires -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibin -Isrc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-clang -x c++-header -c src/precompiled.h -o bin/silentdragon/c++.pch src/precompiled.h:65:10: fatal error: 'QtWebSockets/QtWebSockets' file not found #include <QtWebSockets/QtWebSockets> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:592: bin/silentdragon/c++.pch] Error 1 ``` **To Reproduce** Steps to reproduce the behavior: 1. Git clone repo 2. cd SilentDragon 3. Run ./build.sh linguist 4. Run ./build.sh 5. It fails as above. **Expected behavior** It should build successfully. **Desktop (please complete the following information):** - OS: Ubuntu - OS version: 20.04 **Additional context** Add any other context about the problem here.
Collaborator

Got the same. @jahway603
Try ./build.sh linguist and then build again, worked for me.

Got the same. @jahway603 Try `./build.sh linguist` and then build again, worked for me.
duke commented 1 year ago
Owner

@onryo @jahway603 this looks like it's from an old precompiled.h file existing. Either try a fresh clone, or do make clean or the suggestion from @onryo

@onryo @jahway603 this looks like it's from an old precompiled.h file existing. Either try a fresh clone, or do `make clean` or the suggestion from @onryo
Poster
Collaborator

This was with a fresh clone on a fresh Ubuntu 20.04 system with the required pre-req installed as per the README.md.

I tried running ./build.sh linguist twice and then running ./build.sh as @onryo suggested but got the same error message I originally posted about in this issue.

I then tried make clean, and then ./build.sh linguist as @duke suggested and I did not get the OP error message when building, but it then stopped with libsodium (no real good error about why) and did not build SD as seen below:

$ ./build.sh
Compiling SilentDragon 1.3.1 with 2 threads...
QMake version 3.1
Using Qt version 5.12.8 in /usr/lib/x86_64-linux-gnu
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Makefile:1503: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:1495: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
Makefile:1515: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:1503: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
res/libsodium/buildlibsodium.sh
Building libsodium
/usr/lib/qt5/bin/uic src/mainwindow.ui -o src/ui_mainwindow.h
/usr/lib/qt5/bin/uic src/qrcode.ui -o src/ui_qrcode.h
/usr/lib/qt5/bin/uic src/rescandialog.ui -o src/ui_rescandialog.h
/usr/lib/qt5/bin/uic src/settings.ui -o src/ui_settings.h
/usr/lib/qt5/bin/uic src/about.ui -o src/ui_about.h
/usr/lib/qt5/bin/uic src/confirm.ui -o src/ui_confirm.h
/usr/lib/qt5/bin/uic src/privkey.ui -o src/ui_privkey.h
/usr/lib/qt5/bin/uic src/viewkey.ui -o src/ui_viewkey.h
/usr/lib/qt5/bin/uic src/memodialog.ui -o src/ui_memodialog.h
/usr/lib/qt5/bin/uic src/viewalladdresses.ui -o src/ui_viewalladdresses.h
/usr/lib/qt5/bin/uic src/validateaddress.ui -o src/ui_validateaddress.h
/usr/lib/qt5/bin/uic src/connection.ui -o src/ui_connection.h
/usr/lib/qt5/bin/uic src/addressbook.ui -o src/ui_addressbook.h
libsodium-1.0.18.tar.gz: OK
/usr/lib/qt5/bin/uic src/createhushconfdialog.ui -o src/ui_createhushconfdialog.h
/usr/lib/qt5/bin/uic src/recurringdialog.ui -o src/ui_recurringdialog.h
/usr/lib/qt5/bin/uic src/newrecurring.ui -o src/ui_newrecurring.h
/usr/lib/qt5/bin/uic src/requestdialog.ui -o src/ui_requestdialog.h
clang++ -pipe -g -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQAPPLICATION_CLASS=QApplication -D_FORTIFY_SOURCE=2 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/3rdparty -Isrc -Isingleapplication -Ires -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibin -Isrc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-clang -x c++-header -c src/precompiled.h -o bin/silentdragon/c++.pch
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for gcc option to accept ISO C99... none needed
checking dependency style of gcc... gcc3
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for variable-length arrays... yes
checking for __wasi__ defined... no
checking for _FORTIFY_SOURCE defined... yes
checking whether C compiler accepts -fvisibility=hidden... src/precompiled.h:65:10: fatal error: 'QtWebSockets/QtWebSockets' file not found
#include <QtWebSockets/QtWebSockets>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [Makefile:592: bin/silentdragon/c++.pch] Error 1
make: *** Waiting for unfinished jobs....
yes
checking whether C compiler accepts -fPIC... yes
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -fno-strict-overflow... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether the linker accepts -fstack-protector... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... yes
checking for clang... no
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wshorten-64-to-32... no
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wsometimes-uninitialized... no
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum... yes
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking whether segmentation violations can be caught when using the C compiler... yes
checking whether SIGABRT can be caught when using the C compiler... yes
checking for thread local storage (TLS) class... _Thread_local
thread local storage is supported
checking whether C compiler accepts -ftls-model=local-dynamic... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ar... (cached) ar
checking whether C compiler accepts -mmmx... yes
checking for MMX instructions set... yes
checking whether C compiler accepts -mmmx... (cached) yes
checking whether C compiler accepts -msse2... yes
checking for SSE2 instructions set... yes
checking whether C compiler accepts -msse2... (cached) yes
checking whether C compiler accepts -msse3... yes
checking for SSE3 instructions set... yes
checking whether C compiler accepts -msse3... (cached) yes
checking whether C compiler accepts -mssse3... yes
checking for SSSE3 instructions set... yes
checking whether C compiler accepts -mssse3... (cached) yes
checking whether C compiler accepts -msse4.1... yes
checking for SSE4.1 instructions set... yes
checking whether C compiler accepts -msse4.1... (cached) yes
checking whether C compiler accepts -mavx... yes
checking for AVX instructions set... yes
checking whether C compiler accepts -mavx... (cached) yes
checking whether C compiler accepts -mavx2... yes
checking for AVX2 instructions set... yes
checking whether C compiler accepts -mavx2... (cached) yes
checking if _mm256_broadcastsi128_si256 is correctly defined... yes
checking whether C compiler accepts -mavx512f... yes
checking for AVX512F instructions set... yes
checking whether C compiler accepts -mavx512f... (cached) yes
checking whether C compiler accepts -maes... yes
checking whether C compiler accepts -mpclmul... yes
checking for AESNI instructions set and PCLMULQDQ... yes
checking whether C compiler accepts -maes... (cached) yes
checking whether C compiler accepts -mpclmul... (cached) yes
checking whether C compiler accepts -mrdrnd... yes
checking for RDRAND... yes
checking whether C compiler accepts -mrdrnd... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking intrin.h usability... no
checking intrin.h presence... no
checking for intrin.h... no
checking if _xgetbv() is available... no
checking for inline... inline
checking whether byte ordering is bigendian... (cached) no
checking whether __STDC_LIMIT_MACROS is required... no
checking whether we can use inline asm code... yes
no
checking whether we can use x86_64 asm code... yes
checking whether we can assemble AVX opcodes... yes
checking for 128-bit arithmetic... yes
checking for cpuid instruction... yes
checking if the .private_extern asm directive is supported... no
checking if the .hidden asm directive is supported... yes
checking if weak symbols are supported... yes
checking if data alignment is required... no
checking if atomic operations are supported... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for mmap... yes
checking for mlock... yes
checking for madvise... yes
checking for mprotect... yes
checking for getrandom with a standard API... yes
checking for getrandom... yes
checking for getentropy with a standard API... yes
checking for getentropy... yes
checking for posix_memalign... yes
checking for getpid... yes
checking for nanosleep... yes
checking for memset_s... no
checking for explicit_bzero... yes
checking for explicit_memset... no
checking if gcc/ld supports -Wl,--output-def... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builds/Makefile
config.status: creating contrib/Makefile
config.status: creating dist-build/Makefile
config.status: creating libsodium.pc
config.status: creating libsodium-uninstalled.pc
config.status: creating msvc-scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/libsodium/Makefile
config.status: creating src/libsodium/include/Makefile
config.status: creating src/libsodium/include/sodium/version.h
config.status: creating test/default/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
Making clean in builds
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds'
Making clean in contrib
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib'
Making clean in dist-build
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build'
Making clean in msvc-scripts
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts'
Making clean in src
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
Making clean in libsodium
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
Making clean in include
make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include'
rm -rf .libs _libs
rm -f *.lo
make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include'
make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
test -z "" || rm -f 
test -z "libsodium.la" || rm -f libsodium.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf crypto_aead/aes256gcm/aesni/.libs crypto_aead/aes256gcm/aesni/_libs
rm -rf crypto_aead/chacha20poly1305/sodium/.libs crypto_aead/chacha20poly1305/sodium/_libs
rm -rf crypto_aead/xchacha20poly1305/sodium/.libs crypto_aead/xchacha20poly1305/sodium/_libs
rm -rf crypto_auth/.libs crypto_auth/_libs
rm -rf crypto_auth/hmacsha256/.libs crypto_auth/hmacsha256/_libs
rm -rf crypto_auth/hmacsha512/.libs crypto_auth/hmacsha512/_libs
rm -rf crypto_auth/hmacsha512256/.libs crypto_auth/hmacsha512256/_libs
rm -rf crypto_box/.libs crypto_box/_libs
rm -rf crypto_box/curve25519xchacha20poly1305/.libs crypto_box/curve25519xchacha20poly1305/_libs
rm -rf crypto_box/curve25519xsalsa20poly1305/.libs crypto_box/curve25519xsalsa20poly1305/_libs
rm -rf crypto_core/ed25519/.libs crypto_core/ed25519/_libs
rm -rf crypto_core/ed25519/ref10/.libs crypto_core/ed25519/ref10/_libs
rm -rf crypto_core/hchacha20/.libs crypto_core/hchacha20/_libs
rm -rf crypto_core/hsalsa20/.libs crypto_core/hsalsa20/_libs
rm -rf crypto_core/hsalsa20/ref2/.libs crypto_core/hsalsa20/ref2/_libs
rm -rf crypto_core/salsa/ref/.libs crypto_core/salsa/ref/_libs
rm -rf crypto_generichash/.libs crypto_generichash/_libs
rm -rf crypto_generichash/blake2b/.libs crypto_generichash/blake2b/_libs
rm -rf crypto_generichash/blake2b/ref/.libs crypto_generichash/blake2b/ref/_libs
rm -rf crypto_hash/.libs crypto_hash/_libs
rm -rf crypto_hash/sha256/.libs crypto_hash/sha256/_libs
rm -rf crypto_hash/sha256/cp/.libs crypto_hash/sha256/cp/_libs
rm -rf crypto_hash/sha512/.libs crypto_hash/sha512/_libs
rm -rf crypto_hash/sha512/cp/.libs crypto_hash/sha512/cp/_libs
rm -rf crypto_kdf/.libs crypto_kdf/_libs
rm -rf crypto_kdf/blake2b/.libs crypto_kdf/blake2b/_libs
rm -rf crypto_kx/.libs crypto_kx/_libs
rm -rf crypto_onetimeauth/.libs crypto_onetimeauth/_libs
rm -rf crypto_onetimeauth/poly1305/.libs crypto_onetimeauth/poly1305/_libs
rm -rf crypto_onetimeauth/poly1305/donna/.libs crypto_onetimeauth/poly1305/donna/_libs
rm -rf crypto_onetimeauth/poly1305/sse2/.libs crypto_onetimeauth/poly1305/sse2/_libs
rm -rf crypto_pwhash/.libs crypto_pwhash/_libs
rm -rf crypto_pwhash/argon2/.libs crypto_pwhash/argon2/_libs
rm -rf crypto_pwhash/scryptsalsa208sha256/.libs crypto_pwhash/scryptsalsa208sha256/_libs
rm -rf crypto_pwhash/scryptsalsa208sha256/nosse/.libs crypto_pwhash/scryptsalsa208sha256/nosse/_libs
rm -rf crypto_pwhash/scryptsalsa208sha256/sse/.libs crypto_pwhash/scryptsalsa208sha256/sse/_libs
rm -rf crypto_scalarmult/.libs crypto_scalarmult/_libs
rm -rf crypto_scalarmult/curve25519/.libs crypto_scalarmult/curve25519/_libs
rm -rf crypto_scalarmult/curve25519/ref10/.libs crypto_scalarmult/curve25519/ref10/_libs
rm -rf crypto_scalarmult/curve25519/sandy2x/.libs crypto_scalarmult/curve25519/sandy2x/_libs
rm -rf crypto_scalarmult/ed25519/ref10/.libs crypto_scalarmult/ed25519/ref10/_libs
rm -rf crypto_scalarmult/ristretto255/ref10/.libs crypto_scalarmult/ristretto255/ref10/_libs
rm -rf crypto_secretbox/.libs crypto_secretbox/_libs
rm -rf crypto_secretbox/xchacha20poly1305/.libs crypto_secretbox/xchacha20poly1305/_libs
rm -rf crypto_secretbox/xsalsa20poly1305/.libs crypto_secretbox/xsalsa20poly1305/_libs
rm -rf crypto_secretstream/xchacha20poly1305/.libs crypto_secretstream/xchacha20poly1305/_libs
rm -rf crypto_shorthash/.libs crypto_shorthash/_libs
rm -rf crypto_shorthash/siphash24/.libs crypto_shorthash/siphash24/_libs
rm -rf crypto_shorthash/siphash24/ref/.libs crypto_shorthash/siphash24/ref/_libs
rm -rf crypto_sign/.libs crypto_sign/_libs
rm -rf crypto_sign/ed25519/.libs crypto_sign/ed25519/_libs
rm -rf crypto_sign/ed25519/ref10/.libs crypto_sign/ed25519/ref10/_libs
rm -rf crypto_stream/.libs crypto_stream/_libs
rm -rf crypto_stream/chacha20/.libs crypto_stream/chacha20/_libs
rm -rf crypto_stream/chacha20/dolbeau/.libs crypto_stream/chacha20/dolbeau/_libs
rm -rf crypto_stream/chacha20/ref/.libs crypto_stream/chacha20/ref/_libs
rm -rf crypto_stream/salsa20/.libs crypto_stream/salsa20/_libs
rm -rf crypto_stream/salsa20/ref/.libs crypto_stream/salsa20/ref/_libs
rm -rf crypto_stream/salsa20/xmm6/.libs crypto_stream/salsa20/xmm6/_libs
rm -rf crypto_stream/salsa20/xmm6int/.libs crypto_stream/salsa20/xmm6int/_libs
rm -rf crypto_stream/salsa2012/.libs crypto_stream/salsa2012/_libs
rm -rf crypto_stream/salsa2012/ref/.libs crypto_stream/salsa2012/ref/_libs
rm -rf crypto_stream/salsa208/.libs crypto_stream/salsa208/_libs
rm -rf crypto_stream/salsa208/ref/.libs crypto_stream/salsa208/ref/_libs
rm -rf crypto_stream/xchacha20/.libs crypto_stream/xchacha20/_libs
rm -rf crypto_stream/xsalsa20/.libs crypto_stream/xsalsa20/_libs
rm -rf crypto_verify/sodium/.libs crypto_verify/sodium/_libs
rm -rf randombytes/.libs randombytes/_libs
rm -rf randombytes/internal/.libs randombytes/internal/_libs
rm -rf randombytes/sysrandom/.libs randombytes/sysrandom/_libs
rm -rf sodium/.libs sodium/_libs
test -z "libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la libavx512f.la librdrand.la" || rm -f libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la libavx512f.la librdrand.la
rm -f ./so_locations
rm -f *.o
rm -f crypto_aead/aes256gcm/aesni/*.o
rm -f crypto_aead/aes256gcm/aesni/*.lo
rm -f crypto_aead/chacha20poly1305/sodium/*.o
rm -f crypto_aead/chacha20poly1305/sodium/*.lo
rm -f crypto_aead/xchacha20poly1305/sodium/*.o
rm -f crypto_aead/xchacha20poly1305/sodium/*.lo
rm -f crypto_auth/*.o
rm -f crypto_auth/*.lo
rm -f crypto_auth/hmacsha256/*.o
rm -f crypto_auth/hmacsha256/*.lo
rm -f crypto_auth/hmacsha512/*.o
rm -f crypto_auth/hmacsha512/*.lo
rm -f crypto_auth/hmacsha512256/*.o
rm -f crypto_auth/hmacsha512256/*.lo
rm -f crypto_box/*.o
rm -f crypto_box/*.lo
rm -f crypto_box/curve25519xchacha20poly1305/*.o
rm -f crypto_box/curve25519xchacha20poly1305/*.lo
rm -f crypto_box/curve25519xsalsa20poly1305/*.o
rm -f crypto_box/curve25519xsalsa20poly1305/*.lo
rm -f crypto_core/ed25519/*.o
rm -f crypto_core/ed25519/*.lo
rm -f crypto_core/ed25519/ref10/*.o
rm -f crypto_core/ed25519/ref10/*.lo
rm -f crypto_core/hchacha20/*.o
rm -f crypto_core/hchacha20/*.lo
rm -f crypto_core/hsalsa20/*.o
rm -f crypto_core/hsalsa20/*.lo
rm -f crypto_core/hsalsa20/ref2/*.o
rm -f crypto_core/hsalsa20/ref2/*.lo
rm -f crypto_core/salsa/ref/*.o
rm -f crypto_core/salsa/ref/*.lo
rm -f crypto_generichash/*.o
rm -f crypto_generichash/*.lo
rm -f crypto_generichash/blake2b/*.o
rm -f crypto_generichash/blake2b/*.lo
rm -f crypto_generichash/blake2b/ref/*.o
rm -f crypto_generichash/blake2b/ref/*.lo
rm -f crypto_hash/*.o
rm -f crypto_hash/*.lo
rm -f crypto_hash/sha256/*.o
rm -f crypto_hash/sha256/*.lo
rm -f crypto_hash/sha256/cp/*.o
rm -f crypto_hash/sha256/cp/*.lo
rm -f crypto_hash/sha512/*.o
rm -f crypto_hash/sha512/*.lo
rm -f crypto_hash/sha512/cp/*.o
rm -f crypto_hash/sha512/cp/*.lo
rm -f crypto_kdf/*.o
rm -f crypto_kdf/*.lo
rm -f crypto_kdf/blake2b/*.o
rm -f crypto_kdf/blake2b/*.lo
rm -f crypto_kx/*.o
rm -f crypto_kx/*.lo
rm -f crypto_onetimeauth/*.o
rm -f crypto_onetimeauth/*.lo
rm -f crypto_onetimeauth/poly1305/*.o
rm -f crypto_onetimeauth/poly1305/*.lo
rm -f crypto_onetimeauth/poly1305/donna/*.o
rm -f crypto_onetimeauth/poly1305/donna/*.lo
rm -f crypto_onetimeauth/poly1305/sse2/*.o
rm -f crypto_onetimeauth/poly1305/sse2/*.lo
rm -f crypto_pwhash/*.o
rm -f crypto_pwhash/*.lo
rm -f crypto_pwhash/argon2/*.o
rm -f crypto_pwhash/argon2/*.lo
rm -f crypto_pwhash/scryptsalsa208sha256/*.o
rm -f crypto_pwhash/scryptsalsa208sha256/*.lo
rm -f crypto_pwhash/scryptsalsa208sha256/nosse/*.o
rm -f crypto_pwhash/scryptsalsa208sha256/nosse/*.lo
rm -f crypto_pwhash/scryptsalsa208sha256/sse/*.o
rm -f crypto_pwhash/scryptsalsa208sha256/sse/*.lo
rm -f crypto_scalarmult/*.o
rm -f crypto_scalarmult/*.lo
rm -f crypto_scalarmult/curve25519/*.o
rm -f crypto_scalarmult/curve25519/*.lo
rm -f crypto_scalarmult/curve25519/ref10/*.o
rm -f crypto_scalarmult/curve25519/ref10/*.lo
rm -f crypto_scalarmult/curve25519/sandy2x/*.o
rm -f crypto_scalarmult/curve25519/sandy2x/*.lo
rm -f crypto_scalarmult/ed25519/ref10/*.o
rm -f crypto_scalarmult/ed25519/ref10/*.lo
rm -f crypto_scalarmult/ristretto255/ref10/*.o
rm -f crypto_scalarmult/ristretto255/ref10/*.lo
rm -f crypto_secretbox/*.o
rm -f crypto_secretbox/*.lo
rm -f crypto_secretbox/xchacha20poly1305/*.o
rm -f crypto_secretbox/xchacha20poly1305/*.lo
rm -f crypto_secretbox/xsalsa20poly1305/*.o
rm -f crypto_secretbox/xsalsa20poly1305/*.lo
rm -f crypto_secretstream/xchacha20poly1305/*.o
rm -f crypto_secretstream/xchacha20poly1305/*.lo
rm -f crypto_shorthash/*.o
rm -f crypto_shorthash/*.lo
rm -f crypto_shorthash/siphash24/*.o
rm -f crypto_shorthash/siphash24/*.lo
rm -f crypto_shorthash/siphash24/ref/*.o
rm -f crypto_shorthash/siphash24/ref/*.lo
rm -f crypto_sign/*.o
rm -f crypto_sign/*.lo
rm -f crypto_sign/ed25519/*.o
rm -f crypto_sign/ed25519/*.lo
rm -f crypto_sign/ed25519/ref10/*.o
rm -f crypto_sign/ed25519/ref10/*.lo
rm -f crypto_stream/*.o
rm -f crypto_stream/*.lo
rm -f crypto_stream/chacha20/*.o
rm -f crypto_stream/chacha20/*.lo
rm -f crypto_stream/chacha20/dolbeau/*.o
rm -f crypto_stream/chacha20/dolbeau/*.lo
rm -f crypto_stream/chacha20/ref/*.o
rm -f crypto_stream/chacha20/ref/*.lo
rm -f crypto_stream/salsa20/*.o
rm -f crypto_stream/salsa20/*.lo
rm -f crypto_stream/salsa20/ref/*.o
rm -f crypto_stream/salsa20/ref/*.lo
rm -f crypto_stream/salsa20/xmm6/*.o
rm -f crypto_stream/salsa20/xmm6/*.lo
rm -f crypto_stream/salsa20/xmm6int/*.o
rm -f crypto_stream/salsa20/xmm6int/*.lo
rm -f crypto_stream/salsa2012/*.o
rm -f crypto_stream/salsa2012/*.lo
rm -f crypto_stream/salsa2012/ref/*.o
rm -f crypto_stream/salsa2012/ref/*.lo
rm -f crypto_stream/salsa208/*.o
rm -f crypto_stream/salsa208/*.lo
rm -f crypto_stream/salsa208/ref/*.o
rm -f crypto_stream/salsa208/ref/*.lo
rm -f crypto_stream/xchacha20/*.o
rm -f crypto_stream/xchacha20/*.lo
rm -f crypto_stream/xsalsa20/*.o
rm -f crypto_stream/xsalsa20/*.lo
rm -f crypto_verify/sodium/*.o
rm -f crypto_verify/sodium/*.lo
rm -f randombytes/*.o
rm -f randombytes/*.lo
rm -f randombytes/internal/*.o
rm -f randombytes/internal/*.lo
rm -f randombytes/sysrandom/*.o
rm -f randombytes/sysrandom/*.lo
rm -f sodium/*.o
rm -f sodium/*.lo
rm -f *.lo
make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
Making clean in test
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
Making clean in default
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default'
 rm -f aead_aes256gcm aead_aes256gcm2 aead_chacha20poly1305 aead_chacha20poly13052 aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 codecs core1 core2 core3 core4 core5 core6 ed25519_convert generichash generichash2 generichash3 hash hash3 kdf keygen kx metamorphic misuse onetimeauth onetimeauth2 onetimeauth7 pwhash_argon2i pwhash_argon2id randombytes scalarmult scalarmult2 scalarmult5 scalarmult6 scalarmult7 scalarmult8 secretbox secretbox2 secretbox7 secretbox8 secretbox_easy secretbox_easy2 secretstream shorthash sign sodium_core sodium_utils sodium_version stream stream2 stream3 stream4 verify1 sodium_utils2 sodium_utils3 core_ed25519 core_ristretto255 pwhash_scrypt pwhash_scrypt_ll scalarmult_ed25519 scalarmult_ristretto255 siphashx24 xchacha20
rm -rf .libs _libs
rm -f *.o
test -z "aead_aes256gcm.log aead_aes256gcm2.log aead_chacha20poly1305.log aead_chacha20poly13052.log aead_xchacha20poly1305.log auth.log auth2.log auth3.log auth5.log auth6.log auth7.log box.log box2.log box7.log box8.log box_easy.log box_easy2.log box_seal.log box_seed.log chacha20.log codecs.log core1.log core2.log core3.log core4.log core5.log core6.log ed25519_convert.log generichash.log generichash2.log generichash3.log hash.log hash3.log kdf.log keygen.log kx.log metamorphic.log misuse.log onetimeauth.log onetimeauth2.log onetimeauth7.log pwhash_argon2i.log pwhash_argon2id.log randombytes.log scalarmult.log scalarmult2.log scalarmult5.log scalarmult6.log scalarmult7.log scalarmult8.log secretbox.log secretbox2.log secretbox7.log secretbox8.log secretbox_easy.log secretbox_easy2.log secretstream.log shorthash.log sign.log sodium_core.log sodium_utils.log sodium_version.log stream.log stream2.log stream3.log stream4.log verify1.log sodium_utils2.log sodium_utils3.log core_ed25519.log core_ristretto255.log pwhash_scrypt.log pwhash_scrypt_ll.log scalarmult_ed25519.log scalarmult_ristretto255.log siphashx24.log xchacha20.log" || rm -f aead_aes256gcm.log aead_aes256gcm2.log aead_chacha20poly1305.log aead_chacha20poly13052.log aead_xchacha20poly1305.log auth.log auth2.log auth3.log auth5.log auth6.log auth7.log box.log box2.log box7.log box8.log box_easy.log box_easy2.log box_seal.log box_seed.log chacha20.log codecs.log core1.log core2.log core3.log core4.log core5.log core6.log ed25519_convert.log generichash.log generichash2.log generichash3.log hash.log hash3.log kdf.log keygen.log kx.log metamorphic.log misuse.log onetimeauth.log onetimeauth2.log onetimeauth7.log pwhash_argon2i.log pwhash_argon2id.log randombytes.log scalarmult.log scalarmult2.log scalarmult5.log scalarmult6.log scalarmult7.log scalarmult8.log secretbox.log secretbox2.log secretbox7.log secretbox8.log secretbox_easy.log secretbox_easy2.log secretstream.log shorthash.log sign.log sodium_core.log sodium_utils.log sodium_version.log stream.log stream2.log stream3.log stream4.log verify1.log sodium_utils2.log sodium_utils3.log core_ed25519.log core_ristretto255.log pwhash_scrypt.log pwhash_scrypt_ll.log scalarmult_ed25519.log scalarmult_ristretto255.log siphashx24.log xchacha20.log
test -z "aead_aes256gcm.trs aead_aes256gcm2.trs aead_chacha20poly1305.trs aead_chacha20poly13052.trs aead_xchacha20poly1305.trs auth.trs auth2.trs auth3.trs auth5.trs auth6.trs auth7.trs box.trs box2.trs box7.trs box8.trs box_easy.trs box_easy2.trs box_seal.trs box_seed.trs chacha20.trs codecs.trs core1.trs core2.trs core3.trs core4.trs core5.trs core6.trs ed25519_convert.trs generichash.trs generichash2.trs generichash3.trs hash.trs hash3.trs kdf.trs keygen.trs kx.trs metamorphic.trs misuse.trs onetimeauth.trs onetimeauth2.trs onetimeauth7.trs pwhash_argon2i.trs pwhash_argon2id.trs randombytes.trs scalarmult.trs scalarmult2.trs scalarmult5.trs scalarmult6.trs scalarmult7.trs scalarmult8.trs secretbox.trs secretbox2.trs secretbox7.trs secretbox8.trs secretbox_easy.trs secretbox_easy2.trs secretstream.trs shorthash.trs sign.trs sodium_core.trs sodium_utils.trs sodium_version.trs stream.trs stream2.trs stream3.trs stream4.trs verify1.trs sodium_utils2.trs sodium_utils3.trs core_ed25519.trs core_ristretto255.trs pwhash_scrypt.trs pwhash_scrypt_ll.trs scalarmult_ed25519.trs scalarmult_ristretto255.trs siphashx24.trs xchacha20.trs" || rm -f aead_aes256gcm.trs aead_aes256gcm2.trs aead_chacha20poly1305.trs aead_chacha20poly13052.trs aead_xchacha20poly1305.trs auth.trs auth2.trs auth3.trs auth5.trs auth6.trs auth7.trs box.trs box2.trs box7.trs box8.trs box_easy.trs box_easy2.trs box_seal.trs box_seed.trs chacha20.trs codecs.trs core1.trs core2.trs core3.trs core4.trs core5.trs core6.trs ed25519_convert.trs generichash.trs generichash2.trs generichash3.trs hash.trs hash3.trs kdf.trs keygen.trs kx.trs metamorphic.trs misuse.trs onetimeauth.trs onetimeauth2.trs onetimeauth7.trs pwhash_argon2i.trs pwhash_argon2id.trs randombytes.trs scalarmult.trs scalarmult2.trs scalarmult5.trs scalarmult6.trs scalarmult7.trs scalarmult8.trs secretbox.trs secretbox2.trs secretbox7.trs secretbox8.trs secretbox_easy.trs secretbox_easy2.trs secretstream.trs shorthash.trs sign.trs sodium_core.trs sodium_utils.trs sodium_version.trs stream.trs stream2.trs stream3.trs stream4.trs verify1.trs sodium_utils2.trs sodium_utils3.trs core_ed25519.trs core_ristretto255.trs pwhash_scrypt.trs pwhash_scrypt_ll.trs scalarmult_ed25519.trs scalarmult_ristretto255.trs siphashx24.trs xchacha20.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default'
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
make[1]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
Building libsodium with 4 cores...
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
Making all in builds
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds'
Making all in contrib
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib'
Making all in dist-build
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build'
Making all in msvc-scripts
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts'
Making all in src
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
Making all in libsodium
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
Making all in include
make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include'
make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
  CC       crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo
  CC       crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo
  CC       crypto_auth/libsodium_la-crypto_auth.lo
  CC       crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo
  CC       crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo
  CC       crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo
  CC       crypto_box/libsodium_la-crypto_box.lo
  CC       crypto_box/libsodium_la-crypto_box_easy.lo
  CC       crypto_box/libsodium_la-crypto_box_seal.lo
  CC       crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo
  CC       crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo
  CC       crypto_core/hchacha20/libsodium_la-core_hchacha20.lo
  CC       crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo
  CC       crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo
  CC       crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo
  CC       crypto_generichash/libsodium_la-crypto_generichash.lo
  CC       crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo
  CC       crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo
  CC       crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo
  CC       crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo
  CC       crypto_hash/libsodium_la-crypto_hash.lo
  CC       crypto_hash/sha256/libsodium_la-hash_sha256.lo
  CC       crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo
  CC       crypto_hash/sha512/libsodium_la-hash_sha512.lo
  CC       crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo
  CC       crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo
  CC       crypto_kdf/libsodium_la-crypto_kdf.lo
  CC       crypto_kx/libsodium_la-crypto_kx.lo
  CC       crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo
  CC       crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo
  CC       crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2-core.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2.lo
  CC       crypto_pwhash/argon2/libsodium_la-blake2b-long.lo
  CC       crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo
  CC       crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo
  CC       crypto_pwhash/libsodium_la-crypto_pwhash.lo
  CC       crypto_scalarmult/libsodium_la-crypto_scalarmult.lo
  CC       crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo
  CC       crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo
  CC       crypto_secretbox/libsodium_la-crypto_secretbox.lo
  CC       crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo
  CC       crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo
  CC       crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo
  CC       crypto_shorthash/libsodium_la-crypto_shorthash.lo
  CC       crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo
  CC       crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo
  CC       crypto_sign/libsodium_la-crypto_sign.lo
  CC       crypto_sign/ed25519/libsodium_la-sign_ed25519.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-keypair.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-open.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-sign.lo
  CC       crypto_stream/chacha20/libsodium_la-stream_chacha20.lo
  CC       crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo
  CC       crypto_stream/libsodium_la-crypto_stream.lo
  CC       crypto_stream/salsa20/libsodium_la-stream_salsa20.lo
  CC       crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo
  CC       crypto_verify/sodium/libsodium_la-verify.lo
  CC       randombytes/libsodium_la-randombytes.lo
  CC       sodium/libsodium_la-codecs.lo
  CC       sodium/libsodium_la-core.lo
  CC       sodium/libsodium_la-runtime.lo
  CC       sodium/libsodium_la-utils.lo
  CC       sodium/libsodium_la-version.lo
  CPPAS    crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo
  CC       crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo
  CC       crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo
  CC       crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo
  CC       crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo
  CPPAS    crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo
  CC       crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo
  CC       crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo
  CC       crypto_core/ed25519/libsodium_la-core_ed25519.lo
  CC       crypto_core/ed25519/libsodium_la-core_ristretto255.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo
  CC       crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo
  CC       crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo
  CC       crypto_scalarmult/ristretto255/ref10/libsodium_la-scalarmult_ristretto255_ref10.lo
  CC       crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo
  CC       crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo
  CC       crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo
  CC       crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo
  CC       crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo
  CC       crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo
  CC       crypto_stream/salsa208/libsodium_la-stream_salsa208.lo
  CC       crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
  CC       randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
  CC       crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
  CC       crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo
  CC       crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
  CC       crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo
  CC       crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo
  CC       crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
  CC       crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
  CC       crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo
  CC       crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo
  CC       crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo
  CC       crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
  CC       crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo
  CC       randombytes/internal/librdrand_la-randombytes_internal_random.lo
  CCLD     libaesni.la
  CCLD     libsse2.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libssse3.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libsse41.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libavx2.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libavx512f.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     librdrand.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libsodium.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium'
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src'
Making all in test
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
Making all in default
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default'
make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test'
make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18'
make[1]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18

Could the websuckets error be the issue?

fatal error: 'QtWebSockets/QtWebSockets' file not found
#include <QtWebSockets/QtWebSockets>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
This was with a fresh clone on a fresh Ubuntu 20.04 system with the required pre-req installed as per the README.md. I tried running `./build.sh linguist` twice and then running `./build.sh` as @onryo suggested but got the same error message I originally posted about in this issue. I then tried `make clean`, and then `./build.sh linguist` as @duke suggested and I did not get the OP error message when building, but it then stopped with libsodium (no real good error about why) and did not build SD as seen below: ``` $ ./build.sh Compiling SilentDragon 1.3.1 with 2 threads... QMake version 3.1 Using Qt version 5.12.8 in /usr/lib/x86_64-linux-gnu GNU Make 4.2.1 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Makefile:1503: warning: overriding recipe for target 'src/ui_viewalladdresses.h' Makefile:1495: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h' Makefile:1515: warning: overriding recipe for target 'src/ui_viewalladdresses.h' Makefile:1503: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h' res/libsodium/buildlibsodium.sh Building libsodium /usr/lib/qt5/bin/uic src/mainwindow.ui -o src/ui_mainwindow.h /usr/lib/qt5/bin/uic src/qrcode.ui -o src/ui_qrcode.h /usr/lib/qt5/bin/uic src/rescandialog.ui -o src/ui_rescandialog.h /usr/lib/qt5/bin/uic src/settings.ui -o src/ui_settings.h /usr/lib/qt5/bin/uic src/about.ui -o src/ui_about.h /usr/lib/qt5/bin/uic src/confirm.ui -o src/ui_confirm.h /usr/lib/qt5/bin/uic src/privkey.ui -o src/ui_privkey.h /usr/lib/qt5/bin/uic src/viewkey.ui -o src/ui_viewkey.h /usr/lib/qt5/bin/uic src/memodialog.ui -o src/ui_memodialog.h /usr/lib/qt5/bin/uic src/viewalladdresses.ui -o src/ui_viewalladdresses.h /usr/lib/qt5/bin/uic src/validateaddress.ui -o src/ui_validateaddress.h /usr/lib/qt5/bin/uic src/connection.ui -o src/ui_connection.h /usr/lib/qt5/bin/uic src/addressbook.ui -o src/ui_addressbook.h libsodium-1.0.18.tar.gz: OK /usr/lib/qt5/bin/uic src/createhushconfdialog.ui -o src/ui_createhushconfdialog.h /usr/lib/qt5/bin/uic src/recurringdialog.ui -o src/ui_recurringdialog.h /usr/lib/qt5/bin/uic src/newrecurring.ui -o src/ui_newrecurring.h /usr/lib/qt5/bin/uic src/requestdialog.ui -o src/ui_requestdialog.h clang++ -pipe -g -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQAPPLICATION_CLASS=QApplication -D_FORTIFY_SOURCE=2 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/3rdparty -Isrc -Isingleapplication -Ires -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibin -Isrc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-clang -x c++-header -c src/precompiled.h -o bin/silentdragon/c++.pch checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for gcc option to accept ISO C99... none needed checking dependency style of gcc... gcc3 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for variable-length arrays... yes checking for __wasi__ defined... no checking for _FORTIFY_SOURCE defined... yes checking whether C compiler accepts -fvisibility=hidden... src/precompiled.h:65:10: fatal error: 'QtWebSockets/QtWebSockets' file not found #include <QtWebSockets/QtWebSockets> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:592: bin/silentdragon/c++.pch] Error 1 make: *** Waiting for unfinished jobs.... yes checking whether C compiler accepts -fPIC... yes checking whether C compiler accepts -fPIE... yes checking whether the linker accepts -pie... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -fno-strict-overflow... yes checking whether C compiler accepts -fstack-protector... yes checking whether the linker accepts -fstack-protector... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... yes checking for clang... no checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wshorten-64-to-32... no checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wsometimes-uninitialized... no checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum... yes checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no checking whether C compiler accepts -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether segmentation violations can be caught when using the C compiler... yes checking whether SIGABRT can be caught when using the C compiler... yes checking for thread local storage (TLS) class... _Thread_local thread local storage is supported checking whether C compiler accepts -ftls-model=local-dynamic... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ar... (cached) ar checking whether C compiler accepts -mmmx... yes checking for MMX instructions set... yes checking whether C compiler accepts -mmmx... (cached) yes checking whether C compiler accepts -msse2... yes checking for SSE2 instructions set... yes checking whether C compiler accepts -msse2... (cached) yes checking whether C compiler accepts -msse3... yes checking for SSE3 instructions set... yes checking whether C compiler accepts -msse3... (cached) yes checking whether C compiler accepts -mssse3... yes checking for SSSE3 instructions set... yes checking whether C compiler accepts -mssse3... (cached) yes checking whether C compiler accepts -msse4.1... yes checking for SSE4.1 instructions set... yes checking whether C compiler accepts -msse4.1... (cached) yes checking whether C compiler accepts -mavx... yes checking for AVX instructions set... yes checking whether C compiler accepts -mavx... (cached) yes checking whether C compiler accepts -mavx2... yes checking for AVX2 instructions set... yes checking whether C compiler accepts -mavx2... (cached) yes checking if _mm256_broadcastsi128_si256 is correctly defined... yes checking whether C compiler accepts -mavx512f... yes checking for AVX512F instructions set... yes checking whether C compiler accepts -mavx512f... (cached) yes checking whether C compiler accepts -maes... yes checking whether C compiler accepts -mpclmul... yes checking for AESNI instructions set and PCLMULQDQ... yes checking whether C compiler accepts -maes... (cached) yes checking whether C compiler accepts -mpclmul... (cached) yes checking whether C compiler accepts -mrdrnd... yes checking for RDRAND... yes checking whether C compiler accepts -mrdrnd... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/random.h usability... yes checking sys/random.h presence... yes checking for sys/random.h... yes checking intrin.h usability... no checking intrin.h presence... no checking for intrin.h... no checking if _xgetbv() is available... no checking for inline... inline checking whether byte ordering is bigendian... (cached) no checking whether __STDC_LIMIT_MACROS is required... no checking whether we can use inline asm code... yes no checking whether we can use x86_64 asm code... yes checking whether we can assemble AVX opcodes... yes checking for 128-bit arithmetic... yes checking for cpuid instruction... yes checking if the .private_extern asm directive is supported... no checking if the .hidden asm directive is supported... yes checking if weak symbols are supported... yes checking if data alignment is required... no checking if atomic operations are supported... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for arc4random... no checking for arc4random_buf... no checking for mmap... yes checking for mlock... yes checking for madvise... yes checking for mprotect... yes checking for getrandom with a standard API... yes checking for getrandom... yes checking for getentropy with a standard API... yes checking for getentropy... yes checking for posix_memalign... yes checking for getpid... yes checking for nanosleep... yes checking for memset_s... no checking for explicit_bzero... yes checking for explicit_memset... no checking if gcc/ld supports -Wl,--output-def... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating builds/Makefile config.status: creating contrib/Makefile config.status: creating dist-build/Makefile config.status: creating libsodium.pc config.status: creating libsodium-uninstalled.pc config.status: creating msvc-scripts/Makefile config.status: creating src/Makefile config.status: creating src/libsodium/Makefile config.status: creating src/libsodium/include/Makefile config.status: creating src/libsodium/include/sodium/version.h config.status: creating test/default/Makefile config.status: creating test/Makefile config.status: executing depfiles commands config.status: executing libtool commands make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' Making clean in builds make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds' Making clean in contrib make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib' Making clean in dist-build make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build' Making clean in msvc-scripts make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts' Making clean in src make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' Making clean in libsodium make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' Making clean in include make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include' make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' test -z "" || rm -f test -z "libsodium.la" || rm -f libsodium.la rm -f ./so_locations rm -rf .libs _libs rm -rf crypto_aead/aes256gcm/aesni/.libs crypto_aead/aes256gcm/aesni/_libs rm -rf crypto_aead/chacha20poly1305/sodium/.libs crypto_aead/chacha20poly1305/sodium/_libs rm -rf crypto_aead/xchacha20poly1305/sodium/.libs crypto_aead/xchacha20poly1305/sodium/_libs rm -rf crypto_auth/.libs crypto_auth/_libs rm -rf crypto_auth/hmacsha256/.libs crypto_auth/hmacsha256/_libs rm -rf crypto_auth/hmacsha512/.libs crypto_auth/hmacsha512/_libs rm -rf crypto_auth/hmacsha512256/.libs crypto_auth/hmacsha512256/_libs rm -rf crypto_box/.libs crypto_box/_libs rm -rf crypto_box/curve25519xchacha20poly1305/.libs crypto_box/curve25519xchacha20poly1305/_libs rm -rf crypto_box/curve25519xsalsa20poly1305/.libs crypto_box/curve25519xsalsa20poly1305/_libs rm -rf crypto_core/ed25519/.libs crypto_core/ed25519/_libs rm -rf crypto_core/ed25519/ref10/.libs crypto_core/ed25519/ref10/_libs rm -rf crypto_core/hchacha20/.libs crypto_core/hchacha20/_libs rm -rf crypto_core/hsalsa20/.libs crypto_core/hsalsa20/_libs rm -rf crypto_core/hsalsa20/ref2/.libs crypto_core/hsalsa20/ref2/_libs rm -rf crypto_core/salsa/ref/.libs crypto_core/salsa/ref/_libs rm -rf crypto_generichash/.libs crypto_generichash/_libs rm -rf crypto_generichash/blake2b/.libs crypto_generichash/blake2b/_libs rm -rf crypto_generichash/blake2b/ref/.libs crypto_generichash/blake2b/ref/_libs rm -rf crypto_hash/.libs crypto_hash/_libs rm -rf crypto_hash/sha256/.libs crypto_hash/sha256/_libs rm -rf crypto_hash/sha256/cp/.libs crypto_hash/sha256/cp/_libs rm -rf crypto_hash/sha512/.libs crypto_hash/sha512/_libs rm -rf crypto_hash/sha512/cp/.libs crypto_hash/sha512/cp/_libs rm -rf crypto_kdf/.libs crypto_kdf/_libs rm -rf crypto_kdf/blake2b/.libs crypto_kdf/blake2b/_libs rm -rf crypto_kx/.libs crypto_kx/_libs rm -rf crypto_onetimeauth/.libs crypto_onetimeauth/_libs rm -rf crypto_onetimeauth/poly1305/.libs crypto_onetimeauth/poly1305/_libs rm -rf crypto_onetimeauth/poly1305/donna/.libs crypto_onetimeauth/poly1305/donna/_libs rm -rf crypto_onetimeauth/poly1305/sse2/.libs crypto_onetimeauth/poly1305/sse2/_libs rm -rf crypto_pwhash/.libs crypto_pwhash/_libs rm -rf crypto_pwhash/argon2/.libs crypto_pwhash/argon2/_libs rm -rf crypto_pwhash/scryptsalsa208sha256/.libs crypto_pwhash/scryptsalsa208sha256/_libs rm -rf crypto_pwhash/scryptsalsa208sha256/nosse/.libs crypto_pwhash/scryptsalsa208sha256/nosse/_libs rm -rf crypto_pwhash/scryptsalsa208sha256/sse/.libs crypto_pwhash/scryptsalsa208sha256/sse/_libs rm -rf crypto_scalarmult/.libs crypto_scalarmult/_libs rm -rf crypto_scalarmult/curve25519/.libs crypto_scalarmult/curve25519/_libs rm -rf crypto_scalarmult/curve25519/ref10/.libs crypto_scalarmult/curve25519/ref10/_libs rm -rf crypto_scalarmult/curve25519/sandy2x/.libs crypto_scalarmult/curve25519/sandy2x/_libs rm -rf crypto_scalarmult/ed25519/ref10/.libs crypto_scalarmult/ed25519/ref10/_libs rm -rf crypto_scalarmult/ristretto255/ref10/.libs crypto_scalarmult/ristretto255/ref10/_libs rm -rf crypto_secretbox/.libs crypto_secretbox/_libs rm -rf crypto_secretbox/xchacha20poly1305/.libs crypto_secretbox/xchacha20poly1305/_libs rm -rf crypto_secretbox/xsalsa20poly1305/.libs crypto_secretbox/xsalsa20poly1305/_libs rm -rf crypto_secretstream/xchacha20poly1305/.libs crypto_secretstream/xchacha20poly1305/_libs rm -rf crypto_shorthash/.libs crypto_shorthash/_libs rm -rf crypto_shorthash/siphash24/.libs crypto_shorthash/siphash24/_libs rm -rf crypto_shorthash/siphash24/ref/.libs crypto_shorthash/siphash24/ref/_libs rm -rf crypto_sign/.libs crypto_sign/_libs rm -rf crypto_sign/ed25519/.libs crypto_sign/ed25519/_libs rm -rf crypto_sign/ed25519/ref10/.libs crypto_sign/ed25519/ref10/_libs rm -rf crypto_stream/.libs crypto_stream/_libs rm -rf crypto_stream/chacha20/.libs crypto_stream/chacha20/_libs rm -rf crypto_stream/chacha20/dolbeau/.libs crypto_stream/chacha20/dolbeau/_libs rm -rf crypto_stream/chacha20/ref/.libs crypto_stream/chacha20/ref/_libs rm -rf crypto_stream/salsa20/.libs crypto_stream/salsa20/_libs rm -rf crypto_stream/salsa20/ref/.libs crypto_stream/salsa20/ref/_libs rm -rf crypto_stream/salsa20/xmm6/.libs crypto_stream/salsa20/xmm6/_libs rm -rf crypto_stream/salsa20/xmm6int/.libs crypto_stream/salsa20/xmm6int/_libs rm -rf crypto_stream/salsa2012/.libs crypto_stream/salsa2012/_libs rm -rf crypto_stream/salsa2012/ref/.libs crypto_stream/salsa2012/ref/_libs rm -rf crypto_stream/salsa208/.libs crypto_stream/salsa208/_libs rm -rf crypto_stream/salsa208/ref/.libs crypto_stream/salsa208/ref/_libs rm -rf crypto_stream/xchacha20/.libs crypto_stream/xchacha20/_libs rm -rf crypto_stream/xsalsa20/.libs crypto_stream/xsalsa20/_libs rm -rf crypto_verify/sodium/.libs crypto_verify/sodium/_libs rm -rf randombytes/.libs randombytes/_libs rm -rf randombytes/internal/.libs randombytes/internal/_libs rm -rf randombytes/sysrandom/.libs randombytes/sysrandom/_libs rm -rf sodium/.libs sodium/_libs test -z "libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la libavx512f.la librdrand.la" || rm -f libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la libavx512f.la librdrand.la rm -f ./so_locations rm -f *.o rm -f crypto_aead/aes256gcm/aesni/*.o rm -f crypto_aead/aes256gcm/aesni/*.lo rm -f crypto_aead/chacha20poly1305/sodium/*.o rm -f crypto_aead/chacha20poly1305/sodium/*.lo rm -f crypto_aead/xchacha20poly1305/sodium/*.o rm -f crypto_aead/xchacha20poly1305/sodium/*.lo rm -f crypto_auth/*.o rm -f crypto_auth/*.lo rm -f crypto_auth/hmacsha256/*.o rm -f crypto_auth/hmacsha256/*.lo rm -f crypto_auth/hmacsha512/*.o rm -f crypto_auth/hmacsha512/*.lo rm -f crypto_auth/hmacsha512256/*.o rm -f crypto_auth/hmacsha512256/*.lo rm -f crypto_box/*.o rm -f crypto_box/*.lo rm -f crypto_box/curve25519xchacha20poly1305/*.o rm -f crypto_box/curve25519xchacha20poly1305/*.lo rm -f crypto_box/curve25519xsalsa20poly1305/*.o rm -f crypto_box/curve25519xsalsa20poly1305/*.lo rm -f crypto_core/ed25519/*.o rm -f crypto_core/ed25519/*.lo rm -f crypto_core/ed25519/ref10/*.o rm -f crypto_core/ed25519/ref10/*.lo rm -f crypto_core/hchacha20/*.o rm -f crypto_core/hchacha20/*.lo rm -f crypto_core/hsalsa20/*.o rm -f crypto_core/hsalsa20/*.lo rm -f crypto_core/hsalsa20/ref2/*.o rm -f crypto_core/hsalsa20/ref2/*.lo rm -f crypto_core/salsa/ref/*.o rm -f crypto_core/salsa/ref/*.lo rm -f crypto_generichash/*.o rm -f crypto_generichash/*.lo rm -f crypto_generichash/blake2b/*.o rm -f crypto_generichash/blake2b/*.lo rm -f crypto_generichash/blake2b/ref/*.o rm -f crypto_generichash/blake2b/ref/*.lo rm -f crypto_hash/*.o rm -f crypto_hash/*.lo rm -f crypto_hash/sha256/*.o rm -f crypto_hash/sha256/*.lo rm -f crypto_hash/sha256/cp/*.o rm -f crypto_hash/sha256/cp/*.lo rm -f crypto_hash/sha512/*.o rm -f crypto_hash/sha512/*.lo rm -f crypto_hash/sha512/cp/*.o rm -f crypto_hash/sha512/cp/*.lo rm -f crypto_kdf/*.o rm -f crypto_kdf/*.lo rm -f crypto_kdf/blake2b/*.o rm -f crypto_kdf/blake2b/*.lo rm -f crypto_kx/*.o rm -f crypto_kx/*.lo rm -f crypto_onetimeauth/*.o rm -f crypto_onetimeauth/*.lo rm -f crypto_onetimeauth/poly1305/*.o rm -f crypto_onetimeauth/poly1305/*.lo rm -f crypto_onetimeauth/poly1305/donna/*.o rm -f crypto_onetimeauth/poly1305/donna/*.lo rm -f crypto_onetimeauth/poly1305/sse2/*.o rm -f crypto_onetimeauth/poly1305/sse2/*.lo rm -f crypto_pwhash/*.o rm -f crypto_pwhash/*.lo rm -f crypto_pwhash/argon2/*.o rm -f crypto_pwhash/argon2/*.lo rm -f crypto_pwhash/scryptsalsa208sha256/*.o rm -f crypto_pwhash/scryptsalsa208sha256/*.lo rm -f crypto_pwhash/scryptsalsa208sha256/nosse/*.o rm -f crypto_pwhash/scryptsalsa208sha256/nosse/*.lo rm -f crypto_pwhash/scryptsalsa208sha256/sse/*.o rm -f crypto_pwhash/scryptsalsa208sha256/sse/*.lo rm -f crypto_scalarmult/*.o rm -f crypto_scalarmult/*.lo rm -f crypto_scalarmult/curve25519/*.o rm -f crypto_scalarmult/curve25519/*.lo rm -f crypto_scalarmult/curve25519/ref10/*.o rm -f crypto_scalarmult/curve25519/ref10/*.lo rm -f crypto_scalarmult/curve25519/sandy2x/*.o rm -f crypto_scalarmult/curve25519/sandy2x/*.lo rm -f crypto_scalarmult/ed25519/ref10/*.o rm -f crypto_scalarmult/ed25519/ref10/*.lo rm -f crypto_scalarmult/ristretto255/ref10/*.o rm -f crypto_scalarmult/ristretto255/ref10/*.lo rm -f crypto_secretbox/*.o rm -f crypto_secretbox/*.lo rm -f crypto_secretbox/xchacha20poly1305/*.o rm -f crypto_secretbox/xchacha20poly1305/*.lo rm -f crypto_secretbox/xsalsa20poly1305/*.o rm -f crypto_secretbox/xsalsa20poly1305/*.lo rm -f crypto_secretstream/xchacha20poly1305/*.o rm -f crypto_secretstream/xchacha20poly1305/*.lo rm -f crypto_shorthash/*.o rm -f crypto_shorthash/*.lo rm -f crypto_shorthash/siphash24/*.o rm -f crypto_shorthash/siphash24/*.lo rm -f crypto_shorthash/siphash24/ref/*.o rm -f crypto_shorthash/siphash24/ref/*.lo rm -f crypto_sign/*.o rm -f crypto_sign/*.lo rm -f crypto_sign/ed25519/*.o rm -f crypto_sign/ed25519/*.lo rm -f crypto_sign/ed25519/ref10/*.o rm -f crypto_sign/ed25519/ref10/*.lo rm -f crypto_stream/*.o rm -f crypto_stream/*.lo rm -f crypto_stream/chacha20/*.o rm -f crypto_stream/chacha20/*.lo rm -f crypto_stream/chacha20/dolbeau/*.o rm -f crypto_stream/chacha20/dolbeau/*.lo rm -f crypto_stream/chacha20/ref/*.o rm -f crypto_stream/chacha20/ref/*.lo rm -f crypto_stream/salsa20/*.o rm -f crypto_stream/salsa20/*.lo rm -f crypto_stream/salsa20/ref/*.o rm -f crypto_stream/salsa20/ref/*.lo rm -f crypto_stream/salsa20/xmm6/*.o rm -f crypto_stream/salsa20/xmm6/*.lo rm -f crypto_stream/salsa20/xmm6int/*.o rm -f crypto_stream/salsa20/xmm6int/*.lo rm -f crypto_stream/salsa2012/*.o rm -f crypto_stream/salsa2012/*.lo rm -f crypto_stream/salsa2012/ref/*.o rm -f crypto_stream/salsa2012/ref/*.lo rm -f crypto_stream/salsa208/*.o rm -f crypto_stream/salsa208/*.lo rm -f crypto_stream/salsa208/ref/*.o rm -f crypto_stream/salsa208/ref/*.lo rm -f crypto_stream/xchacha20/*.o rm -f crypto_stream/xchacha20/*.lo rm -f crypto_stream/xsalsa20/*.o rm -f crypto_stream/xsalsa20/*.lo rm -f crypto_verify/sodium/*.o rm -f crypto_verify/sodium/*.lo rm -f randombytes/*.o rm -f randombytes/*.lo rm -f randombytes/internal/*.o rm -f randombytes/internal/*.lo rm -f randombytes/sysrandom/*.o rm -f randombytes/sysrandom/*.lo rm -f sodium/*.o rm -f sodium/*.lo rm -f *.lo make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' Making clean in test make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' Making clean in default make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default' rm -f aead_aes256gcm aead_aes256gcm2 aead_chacha20poly1305 aead_chacha20poly13052 aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 codecs core1 core2 core3 core4 core5 core6 ed25519_convert generichash generichash2 generichash3 hash hash3 kdf keygen kx metamorphic misuse onetimeauth onetimeauth2 onetimeauth7 pwhash_argon2i pwhash_argon2id randombytes scalarmult scalarmult2 scalarmult5 scalarmult6 scalarmult7 scalarmult8 secretbox secretbox2 secretbox7 secretbox8 secretbox_easy secretbox_easy2 secretstream shorthash sign sodium_core sodium_utils sodium_version stream stream2 stream3 stream4 verify1 sodium_utils2 sodium_utils3 core_ed25519 core_ristretto255 pwhash_scrypt pwhash_scrypt_ll scalarmult_ed25519 scalarmult_ristretto255 siphashx24 xchacha20 rm -rf .libs _libs rm -f *.o test -z "aead_aes256gcm.log aead_aes256gcm2.log aead_chacha20poly1305.log aead_chacha20poly13052.log aead_xchacha20poly1305.log auth.log auth2.log auth3.log auth5.log auth6.log auth7.log box.log box2.log box7.log box8.log box_easy.log box_easy2.log box_seal.log box_seed.log chacha20.log codecs.log core1.log core2.log core3.log core4.log core5.log core6.log ed25519_convert.log generichash.log generichash2.log generichash3.log hash.log hash3.log kdf.log keygen.log kx.log metamorphic.log misuse.log onetimeauth.log onetimeauth2.log onetimeauth7.log pwhash_argon2i.log pwhash_argon2id.log randombytes.log scalarmult.log scalarmult2.log scalarmult5.log scalarmult6.log scalarmult7.log scalarmult8.log secretbox.log secretbox2.log secretbox7.log secretbox8.log secretbox_easy.log secretbox_easy2.log secretstream.log shorthash.log sign.log sodium_core.log sodium_utils.log sodium_version.log stream.log stream2.log stream3.log stream4.log verify1.log sodium_utils2.log sodium_utils3.log core_ed25519.log core_ristretto255.log pwhash_scrypt.log pwhash_scrypt_ll.log scalarmult_ed25519.log scalarmult_ristretto255.log siphashx24.log xchacha20.log" || rm -f aead_aes256gcm.log aead_aes256gcm2.log aead_chacha20poly1305.log aead_chacha20poly13052.log aead_xchacha20poly1305.log auth.log auth2.log auth3.log auth5.log auth6.log auth7.log box.log box2.log box7.log box8.log box_easy.log box_easy2.log box_seal.log box_seed.log chacha20.log codecs.log core1.log core2.log core3.log core4.log core5.log core6.log ed25519_convert.log generichash.log generichash2.log generichash3.log hash.log hash3.log kdf.log keygen.log kx.log metamorphic.log misuse.log onetimeauth.log onetimeauth2.log onetimeauth7.log pwhash_argon2i.log pwhash_argon2id.log randombytes.log scalarmult.log scalarmult2.log scalarmult5.log scalarmult6.log scalarmult7.log scalarmult8.log secretbox.log secretbox2.log secretbox7.log secretbox8.log secretbox_easy.log secretbox_easy2.log secretstream.log shorthash.log sign.log sodium_core.log sodium_utils.log sodium_version.log stream.log stream2.log stream3.log stream4.log verify1.log sodium_utils2.log sodium_utils3.log core_ed25519.log core_ristretto255.log pwhash_scrypt.log pwhash_scrypt_ll.log scalarmult_ed25519.log scalarmult_ristretto255.log siphashx24.log xchacha20.log test -z "aead_aes256gcm.trs aead_aes256gcm2.trs aead_chacha20poly1305.trs aead_chacha20poly13052.trs aead_xchacha20poly1305.trs auth.trs auth2.trs auth3.trs auth5.trs auth6.trs auth7.trs box.trs box2.trs box7.trs box8.trs box_easy.trs box_easy2.trs box_seal.trs box_seed.trs chacha20.trs codecs.trs core1.trs core2.trs core3.trs core4.trs core5.trs core6.trs ed25519_convert.trs generichash.trs generichash2.trs generichash3.trs hash.trs hash3.trs kdf.trs keygen.trs kx.trs metamorphic.trs misuse.trs onetimeauth.trs onetimeauth2.trs onetimeauth7.trs pwhash_argon2i.trs pwhash_argon2id.trs randombytes.trs scalarmult.trs scalarmult2.trs scalarmult5.trs scalarmult6.trs scalarmult7.trs scalarmult8.trs secretbox.trs secretbox2.trs secretbox7.trs secretbox8.trs secretbox_easy.trs secretbox_easy2.trs secretstream.trs shorthash.trs sign.trs sodium_core.trs sodium_utils.trs sodium_version.trs stream.trs stream2.trs stream3.trs stream4.trs verify1.trs sodium_utils2.trs sodium_utils3.trs core_ed25519.trs core_ristretto255.trs pwhash_scrypt.trs pwhash_scrypt_ll.trs scalarmult_ed25519.trs scalarmult_ristretto255.trs siphashx24.trs xchacha20.trs" || rm -f aead_aes256gcm.trs aead_aes256gcm2.trs aead_chacha20poly1305.trs aead_chacha20poly13052.trs aead_xchacha20poly1305.trs auth.trs auth2.trs auth3.trs auth5.trs auth6.trs auth7.trs box.trs box2.trs box7.trs box8.trs box_easy.trs box_easy2.trs box_seal.trs box_seed.trs chacha20.trs codecs.trs core1.trs core2.trs core3.trs core4.trs core5.trs core6.trs ed25519_convert.trs generichash.trs generichash2.trs generichash3.trs hash.trs hash3.trs kdf.trs keygen.trs kx.trs metamorphic.trs misuse.trs onetimeauth.trs onetimeauth2.trs onetimeauth7.trs pwhash_argon2i.trs pwhash_argon2id.trs randombytes.trs scalarmult.trs scalarmult2.trs scalarmult5.trs scalarmult6.trs scalarmult7.trs scalarmult8.trs secretbox.trs secretbox2.trs secretbox7.trs secretbox8.trs secretbox_easy.trs secretbox_easy2.trs secretstream.trs shorthash.trs sign.trs sodium_core.trs sodium_utils.trs sodium_version.trs stream.trs stream2.trs stream3.trs stream4.trs verify1.trs sodium_utils2.trs sodium_utils3.trs core_ed25519.trs core_ristretto255.trs pwhash_scrypt.trs pwhash_scrypt_ll.trs scalarmult_ed25519.trs scalarmult_ristretto255.trs siphashx24.trs xchacha20.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default' make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' make[1]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' Building libsodium with 4 cores... make[1]: warning: -j4 forced in submake: resetting jobserver mode. make[1]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' Making all in builds make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/builds' Making all in contrib make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/contrib' Making all in dist-build make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/dist-build' Making all in msvc-scripts make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/msvc-scripts' Making all in src make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' Making all in libsodium make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' Making all in include make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium/include' make[4]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo CC crypto_auth/libsodium_la-crypto_auth.lo CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo CC crypto_box/libsodium_la-crypto_box.lo CC crypto_box/libsodium_la-crypto_box_easy.lo CC crypto_box/libsodium_la-crypto_box_seal.lo CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo CC crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo CC crypto_generichash/libsodium_la-crypto_generichash.lo CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo CC crypto_hash/libsodium_la-crypto_hash.lo CC crypto_hash/sha256/libsodium_la-hash_sha256.lo CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo CC crypto_hash/sha512/libsodium_la-hash_sha512.lo CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo CC crypto_kdf/libsodium_la-crypto_kdf.lo CC crypto_kx/libsodium_la-crypto_kx.lo CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo CC crypto_pwhash/argon2/libsodium_la-argon2.lo CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo CC crypto_pwhash/libsodium_la-crypto_pwhash.lo CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo CC crypto_secretbox/libsodium_la-crypto_secretbox.lo CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo CC crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo CC crypto_shorthash/libsodium_la-crypto_shorthash.lo CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo CC crypto_sign/libsodium_la-crypto_sign.lo CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo CC crypto_sign/ed25519/ref10/libsodium_la-open.lo CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo CC crypto_stream/libsodium_la-crypto_stream.lo CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo CC crypto_verify/sodium/libsodium_la-verify.lo CC randombytes/libsodium_la-randombytes.lo CC sodium/libsodium_la-codecs.lo CC sodium/libsodium_la-core.lo CC sodium/libsodium_la-runtime.lo CC sodium/libsodium_la-utils.lo CC sodium/libsodium_la-version.lo CPPAS crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo CC crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo CC crypto_core/ed25519/libsodium_la-core_ed25519.lo CC crypto_core/ed25519/libsodium_la-core_ristretto255.lo CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo CC crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo CC crypto_scalarmult/ristretto255/ref10/libsodium_la-scalarmult_ristretto255_ref10.lo CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo CC randombytes/internal/librdrand_la-randombytes_internal_random.lo CCLD libaesni.la CCLD libsse2.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') CCLD libssse3.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') CCLD libsse41.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') CCLD libavx2.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') CCLD libavx512f.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') CCLD librdrand.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries ar: `u' modifier ignored since `D' is the default (see `U') CCLD libsodium.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src/libsodium' make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/src' Making all in test make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' Making all in default make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test/default' make[3]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18/test' make[2]: Entering directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18' make[1]: Leaving directory '/home/wtf/dev/SilentDragon/res/libsodium/libsodium-1.0.18 ``` Could the websuckets error be the issue? ``` fatal error: 'QtWebSockets/QtWebSockets' file not found #include <QtWebSockets/QtWebSockets> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
Poster
Collaborator

Having funniness with libsodium when trying to package 1.3.1 on Arch, as seen in Issue https://git.hush.is/jahway603/AUR-packages/issues/4

Having funniness with libsodium when trying to package 1.3.1 on Arch, as seen in Issue https://git.hush.is/jahway603/AUR-packages/issues/4
duke commented 1 year ago
Owner

@jahway603 try the latest SD dev branch, I removed the line #include <QtWebSockets/QtWebSockets> from src/precompiled.h . I thought that was a generated file, but I was wrong.

For this reason, it's likely that people that never installed qt websockets dependencies won't be able to build 1.3.1 without them installed.

@jahway603 try the latest SD dev branch, I removed the line `#include <QtWebSockets/QtWebSockets>` from src/precompiled.h . I thought that was a generated file, but I was wrong. For this reason, it's likely that people that never installed qt websockets dependencies won't be able to build 1.3.1 without them installed.
Poster
Collaborator

@duke still failing on dev branch too. Please see private repo Issue #125 with my data on this issue

@duke still failing on dev branch too. Please see private repo Issue https://git.hush.is/hush/SilentDragon/issues/125 with my data on this issue
Poster
Collaborator

Fixed in dev branch with commit 1d2e7007fb

Fixed in dev branch with commit https://git.hush.is/hush/SilentDragon/commit/1d2e7007fbc1255e5f79c10032893afe3ba6e169
jahway603 closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.