=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for qore-ssh2-module-1.0nb1
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/data/scratch/security/qore-ssh2-module/work/qore-ssh2-module-1.0'
Making all in src
gmake[2]: Entering directory '/data/scratch/security/qore-ssh2-module/work/qore-ssh2-module-1.0/src'
qpp -V QC_SSH2Base.qpp
qpp -V QC_SSH2Client.qpp
qpp -V QC_SSH2Channel.qpp
qpp -V QC_SFTPClient.qpp
qpp: creating cpp file QC_SSH2Client.qpp -> ./QC_SSH2Client.cpp
qpp: creating unit test file QC_SSH2Client.qpp -> ./QC_SSH2Client.qtest
qpp: creating dox file QC_SSH2Client.qpp -> ./QC_SSH2Client.dox.h
qpp: creating cpp file QC_SSH2Base.qpp -> ./QC_SSH2Base.cpp
qpp: creating cpp file QC_SFTPClient.qpp -> ./QC_SFTPClient.cpp
qpp: creating unit test file QC_SSH2Base.qpp -> ./QC_SSH2Base.qtest
qpp: creating dox file QC_SSH2Base.qpp -> ./QC_SSH2Base.dox.h
qpp: creating unit test file QC_SFTPClient.qpp -> ./QC_SFTPClient.qtest
qpp: creating dox file QC_SFTPClient.qpp -> ./QC_SFTPClient.dox.h
qpp: creating cpp file QC_SSH2Channel.qpp -> ./QC_SSH2Channel.cpp
qpp: creating unit test file QC_SSH2Channel.qpp -> ./QC_SSH2Channel.qtest
qpp: creating dox file QC_SSH2Channel.qpp -> ./QC_SSH2Channel.dox.h
/bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -I/usr/pkg/include -I/usr/pkg/include  -I/usr/include -I/usr/pkg/include  -O2 -I/usr/include -I/usr/pkg/include  -pthread  -O3 -Wall -MT single-compilation-unit.lo -MD -MP -MF .deps/single-compilation-unit.Tpo -c -o single-compilation-unit.lo single-compilation-unit.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -I/data/scratch/security/qore-ssh2-module/work/.buildlink/include -O2 -pthread -O3 -Wall -MT single-compilation-unit.lo -MD -MP -MF .deps/single-compilation-unit.Tpo -c single-compilation-unit.cpp  -fPIC -DPIC -o .libs/single-compilation-unit.o
In file included from single-compilation-unit.cpp:2:
QC_SSH2Client.qpp:189:133: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException(SSH2CLIENT_SCPPUT_ERR, "invalid file size as second argument to SSH2Client::scpPut() (got invalid size "QLLD")", size);
                                                                                                                                    ^
                                                                                                                                     
In file included from single-compilation-unit.cpp:3:
QC_SSH2Channel.qpp:212:181: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException("SSH2CHANNEL-READ-ERROR", "expecting non-negative integer for stream id as optional first argument to SSH2Channel::read([streamid], [timeout_ms]), got "QLLD" instead; use 0 for stdin, 1 for stderr", stream_id);
                                                                                                                                                                                    ^
                                                                                                                                                                                     
QC_SSH2Channel.qpp:231:193: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException("SSH2CHANNEL-READBINARY-ERROR", "expecting non-negative integer for stream id as optional first argument to SSH2Channel::readBinary([streamid], [timeout_ms]), got "QLLD" instead; use 0 for stdin, 1 for stderr", stream_id);
                                                                                                                                                                                                ^
                                                                                                                                                                                                 
QC_SSH2Channel.qpp:282:124: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException(SSH2CHANNEL_READBINARYBLOCK_ERROR, "expecting a positive size for the block size to read, got "QLLD" instead; use SSH2Channel::readBinary() to read available data without a block size", size);
                                                                                                                           ^
                                                                                                                            
QC_SSH2Channel.qpp:286:213: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException(SSH2CHANNEL_READBINARYBLOCK_ERROR, "expecting non-negative integer for stream id as optional second argument to SSH2Channel::readBinaryBlock(blocksize, [streamid], [timeout_ms]), got "QLLD" instead; use 0 for stdin, 1 for stderr", stream_id);
                                                                                                                                                                                                                    ^
                                                                                                                                                                                                                     
QC_SSH2Channel.qpp:254:118: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException(SSH2CHANNEL_READBLOCK_ERROR, "expecting a positive size for the block size to read, got "QLLD" instead; use SSH2Channel::read() to read available data without a block size", size);
                                                                                                                     ^
                                                                                                                      
QC_SSH2Channel.qpp:258:201: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException(SSH2CHANNEL_READBLOCK_ERROR, "expecting non-negative integer for stream id as optional second argument to SSH2Channel::readBlock(blocksize, [streamid], [timeout_ms]), got "QLLD" instead; use 0 for stdin, 1 for stderr", stream_id);
                                                                                                                                                                                                        ^
                                                                                                                                                                                                         
QC_SSH2Channel.qpp:332:197: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      xsink->raiseException(SSH2CHANNEL_WRITE_ERROR, "expecting non-negative integer for stream id as optional second argument to SSH2Channel::write(data $data, softint $streamid, $timeout), got "QLLD" instead; use 0 for stdin, 1 for stderr", stream_id);
                                                                                                                                                                                                    ^
                                                                                                                                                                                                     
8 errors generated.
Makefile:469: recipe for target 'single-compilation-unit.lo' failed
gmake[2]: *** [single-compilation-unit.lo] Error 1
gmake[2]: Leaving directory '/data/scratch/security/qore-ssh2-module/work/qore-ssh2-module-1.0/src'
Makefile:494: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/data/scratch/security/qore-ssh2-module/work/qore-ssh2-module-1.0'
Makefile:405: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/security/qore-ssh2-module
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/security/qore-ssh2-module