=> 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 dvd+rw-tools-7.1 gmake[1]: Entering directory '/data/scratch/sysutils/dvd+rw-tools/work/dvd+rw-tools-7.1' clang -O2 -I/usr/include -O2 -pthread -D_THREAD_SAFE -D_REENTRANT -c -o growisofs.o growisofs.c clang++ -O2 -I/usr/include -D__unix -O2 -fno-exceptions -pthread -D_THREAD_SAFE -D_REENTRANT -c -o growisofs_mmc.o growisofs_mmc.cpp clang++ -O2 -I/usr/include -D__unix -O2 -fno-exceptions -pthread -D_THREAD_SAFE -D_REENTRANT -c -o dvd+rw-format.o dvd+rw-format.cpp clang++ -O2 -I/usr/include -D__unix -O2 -fno-exceptions -pthread -D_THREAD_SAFE -D_REENTRANT -c -o dvd+rw-booktype.o dvd+rw-booktype.cpp clang++ -O2 -I/usr/include -D__unix -O2 -fno-exceptions -pthread -D_THREAD_SAFE -D_REENTRANT -c -o dvd+rw-mediainfo.o dvd+rw-mediainfo.cpp clang++ -O2 -I/usr/include -D__unix -O2 -fno-exceptions -pthread -D_THREAD_SAFE -D_REENTRANT -c -o dvd-ram-control.o dvd-ram-control.cpp In file included from dvd+rw-mediainfo.cpp:12: ./transport.hxx:132:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding] int l = wctomb(str,(wchar_t)(unsigned char)''); ^ ./transport.hxx:134:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding] else str[0]='',str[1]='\0'; ^ In file included from dvd+rw-format.cpp:87: ./transport.hxx:132:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding] int l = wctomb(str,(wchar_t)(unsigned char)''); ^ ./transport.hxx:134:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding] else str[0]='',str[1]='\0'; ^ In file included from growisofs_mmc.cpp:17: ./transport.hxx:132:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding] int l = wctomb(str,(wchar_t)(unsigned char)''); ^ ./transport.hxx:134:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding] else str[0]='',str[1]='\0'; ^ dvd+rw-mediainfo.cpp:624:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printf (" %s %u*2KB=%"LLU"\n", ^ dvd+rw-mediainfo.cpp:944:16: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printf("%"LLU"\n",(unsigned long long)capacity*blocksize); ^ dvd+rw-mediainfo.cpp:951:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printf("%"LLU"\n",(unsigned long long)capacity*blocksize); ^ In file included from dvd+rw-booktype.cpp:36: ./transport.hxx:132:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding] int l = wctomb(str,(wchar_t)(unsigned char)''); ^growisofs.c :2273:8: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat] ./transport.hxx:134:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding] current,progress.final,100.0/ratio, ^~~~~~~ else str[0]='',str[1]='\0'; ^ growisofs.c:2273:16: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat] dvd+rw-mediainfo.cpp:1124 current,progress.final,100.0/ratio,:43 : error: ^~~~~~~~~~~~~~invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printf ("READ CAPACITY: %u*%u=%"LLU"\n", ^ growisofs.c:2287:8: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat] current,progress.final,0.0, ^~~~~~~ growisofs.c:2287:16: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat] current,progress.final,0.0, ^~~~~~~~~~~~~~ 2 warnings and 4 errors generated. growisofs.c:2399:8: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] (capacity-outoff)/2048,tracksize/2048); ^~~~~~~~~~~~~~~~~~~~~~ growisofs.c:2399:31: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] (capacity-outoff)/2048,tracksize/2048); ^~~~~~~~~~~~~~ growisofs.c:2429:10: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] (capacity-outoff)/2048, ^~~~~~~~~~~~~~~~~~~~~~ growisofs.c:2430:10: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] tracksize/2048); ^~~~~~~~~~~~~~ gmake[1]: *** [/var/tmp/Gm4Uy0wS:38: dvd+rw-mediainfo.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... In file included from dvd-ram-control.cpp:1: ./transport.hxx:132:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding] int l = wctomb(str,(wchar_t)(unsigned char)''); ^ ./transport.hxx:134:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding] else str[0]='',str[1]='\0'; ^ growisofs.c:2698:6: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] (outoff-startoff)/2048, ^~~~~~~~~~~~~~~~~~~~~~ growisofs.c:3271:20: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat] in_device,off), ^~~ growisofs.c:3517:34: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] printf("next_session=%"LLD"\n", next_session*CD_BLOCK); ~~~~~ ^~~~~~~~~~~~~~~~~~~~~ growisofs.c:3520:30: warning: format specifies type 'long long' but the argument has type '__off_t' (aka 'long') [-Wformat] printf("capacity=%"LLD"\n", capacity); ~~~~~ ^~~~~~~~ dvd+rw-booktype.cpp:401:55: warning: illegal character encoding in string literal [-Winvalid-source-encoding] { fprintf (stderr,":-( action is applicable to DVDRW only\n"); ^~~~ dvd+rw-booktype.cpp:762:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete list; ^ [] dvd+rw-booktype.cpp:739:22: note: allocated with 'new[]' here unsigned char *list=new unsigned char[len]; ^ 2 warnings generated. 4 warnings generated. 2 warnings generated. 12 warnings generated. 2 warnings generated. gmake[1]: Leaving directory '/data/scratch/sysutils/dvd+rw-tools/work/dvd+rw-tools-7.1' gmake: *** [Makefile:2: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/sysutils/dvd+rw-tools *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/dvd+rw-tools