=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for einstein-puzzle-2.2nb3 mkdir -p ./build/ c++ -MT build/puzgen.o -MMD -MP -MF .d/puzgen.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c puzgen.cpp -o build/puzgen.o c++ -MT build/main.o -MMD -MP -MF .d/main.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c main.cpp -o build/main.o c++ -MT build/screen.o -MMD -MP -MF .d/screen.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c screen.cpp -o build/screen.o c++ -MT build/resources.o -MMD -MP -MF .d/resources.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c resources.cpp -o build/resources.o c++ -MT build/utils.o -MMD -MP -MF .d/utils.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c utils.cpp -o build/utils.o c++ -MT build/game.o -MMD -MP -MF .d/game.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c game.cpp -o build/game.o c++ -MT build/widgets.o -MMD -MP -MF .d/widgets.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c widgets.cpp -o build/widgets.o Assembler messages: Fatal error: can't create build/utils.o: No such file or directory Assembler messages: Fatal error: can't create build/puzgen.o: No such file or directory Assembler messages: Fatal error: can't create build/main.o: No such file or directory Assembler messages: Fatal error: can't create build/screen.o: No such file or directory Assembler messages: Fatal error: can't create build/resources.o: No such file or directory c++ -MT build/iconset.o -MMD -MP -MF .d/iconset.Td -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/freetype2 -pipe -Wall -O3 `sdl-config --cflags` -DPREFIX=L\"/usr/pkg\" -c iconset.cpp -o build/iconset.o screen.cpp: In member function 'void Screen::hideMouse()': screen.cpp:171:43: warning: narrowing conversion of '((Screen*)this)->Screen::mouseSave->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, mouseSave->w, mouseSave->h }; ~~~~~~~~~~~^ screen.cpp:171:57: warning: narrowing conversion of '((Screen*)this)->Screen::mouseSave->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, mouseSave->w, mouseSave->h }; ~~~~~~~~~~~^ screen.cpp:172:26: warning: narrowing conversion of '((Screen*)this)->Screen::saveX' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect dst = { saveX, saveY, mouseSave->w, mouseSave->h }; ^~~~~ screen.cpp:172:33: warning: narrowing conversion of '((Screen*)this)->Screen::saveY' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect dst = { saveX, saveY, mouseSave->w, mouseSave->h }; ^~~~~ screen.cpp:172:51: warning: narrowing conversion of '((Screen*)this)->Screen::mouseSave->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { saveX, saveY, mouseSave->w, mouseSave->h }; ~~~~~~~~~~~^ screen.cpp:172:65: warning: narrowing conversion of '((Screen*)this)->Screen::mouseSave->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { saveX, saveY, mouseSave->w, mouseSave->h }; ~~~~~~~~~~~^ screen.cpp: In member function 'void Screen::showMouse()': screen.cpp:196:43: warning: narrowing conversion of '((Screen*)this)->Screen::mouseSave->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, mouseSave->w, mouseSave->h }; ~~~~~~~~~~~^ screen.cpp:196:57: warning: narrowing conversion of '((Screen*)this)->Screen::mouseSave->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, mouseSave->w, mouseSave->h }; ~~~~~~~~~~~^ screen.cpp:197:61: warning: narrowing conversion of 'x' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect dst = { x, y, mouseImage->w, mouseImage->h }; ^ screen.cpp:197:61: warning: narrowing conversion of 'y' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] screen.cpp:197:44: warning: narrowing conversion of '((Screen*)this)->Screen::mouseImage->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { x, y, mouseImage->w, mouseImage->h }; ~~~~~~~~~~~~^ screen.cpp:197:59: warning: narrowing conversion of '((Screen*)this)->Screen::mouseImage->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { x, y, mouseImage->w, mouseImage->h }; ~~~~~~~~~~~~^ screen.cpp: In member function 'void Screen::addRegionToUpdate(int, int, int, int)': screen.cpp:271:31: warning: narrowing conversion of 'x' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect r = { x, y, w, h }; ^ screen.cpp:271:31: warning: narrowing conversion of 'y' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] screen.cpp:271:31: warning: narrowing conversion of 'w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] screen.cpp:271:31: warning: narrowing conversion of 'h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] screen.cpp: In member function 'SDL_Surface* Screen::createSubimage(int, int, int, int)': screen.cpp:329:29: warning: narrowing conversion of 'scaleUp(x)' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect src = { scaleUp(x), scaleUp(y), scaleUp(width), scaleUp(height) }; ~~~~~~~^~~ screen.cpp:329:41: warning: narrowing conversion of 'scaleUp(y)' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect src = { scaleUp(x), scaleUp(y), scaleUp(width), scaleUp(height) }; ~~~~~~~^~~ screen.cpp:329:53: warning: narrowing conversion of 'scaleUp(width)' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { scaleUp(x), scaleUp(y), scaleUp(width), scaleUp(height) }; ~~~~~~~^~~~~~~ screen.cpp:329:69: warning: narrowing conversion of 'scaleUp(height)' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { scaleUp(x), scaleUp(y), scaleUp(width), scaleUp(height) }; ~~~~~~~^~~~~~~~ screen.cpp: In member function 'void Screen::setClipRect(SDL_Rect*)': screen.cpp:350:33: warning: narrowing conversion of 'scaleUp(((int)rect->SDL_Rect::x))' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect sRect = { scaleUp(rect->x), scaleUp(rect->y), ~~~~~~~^~~~~~~~~ screen.cpp:350:51: warning: narrowing conversion of 'scaleUp(((int)rect->SDL_Rect::y))' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect sRect = { scaleUp(rect->x), scaleUp(rect->y), ~~~~~~~^~~~~~~~~ screen.cpp:351:46: warning: narrowing conversion of 'scaleUp(((int)rect->SDL_Rect::w))' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] scaleUp(rect->w), scaleUp(rect->h) }; ~~~~~~~^~~~~~~~~ screen.cpp:351:64: warning: narrowing conversion of 'scaleUp(((int)rect->SDL_Rect::h))' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] scaleUp(rect->w), scaleUp(rect->h) }; ~~~~~~~^~~~~~~~~ game.cpp: In member function 'virtual void Watch::draw()': game.cpp:159:30: warning: narrowing conversion of 'scaleUp((700 - 2))' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rect = { scaleUp(x-2), scaleUp(y-2), w+scaleUp(4), h+scaleUp(4) }; ~~~~~~~^~~~~ game.cpp:159:44: warning: narrowing conversion of 'scaleUp((24 - 2))' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rect = { scaleUp(x-2), scaleUp(y-2), w+scaleUp(4), h+scaleUp(4) }; ~~~~~~~^~~~~ game.cpp:159:52: warning: narrowing conversion of '(w + scaleUp(4))' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect rect = { scaleUp(x-2), scaleUp(y-2), w+scaleUp(4), h+scaleUp(4) }; ~^~~~~~~~~~~ game.cpp:159:66: warning: narrowing conversion of '(h + scaleUp(4))' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect rect = { scaleUp(x-2), scaleUp(y-2), w+scaleUp(4), h+scaleUp(4) }; ~^~~~~~~~~~~ gmake: *** [Makefile:82: build/puzgen.o] Error 2 gmake: *** Waiting for unfinished jobs.... gmake: *** [Makefile:82: build/screen.o] Error 2 widgets.cpp: In member function 'virtual void InputField::draw()': widgets.cpp:761:27: warning: narrowing conversion of '(((InputField*)this)->InputField::.Window::.TileWidget::.BoundedWidget::left + 1)' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rect = { left+1, top+1, width-2, height-2 }; ~~~~^~ widgets.cpp:761:34: warning: narrowing conversion of '(((InputField*)this)->InputField::.Window::.TileWidget::.BoundedWidget::top + 1)' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rect = { left+1, top+1, width-2, height-2 }; ~~~^~ widgets.cpp:761:43: warning: narrowing conversion of '(((InputField*)this)->InputField::.Window::.TileWidget::.BoundedWidget::width - 2)' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect rect = { left+1, top+1, width-2, height-2 }; ~~~~~^~ widgets.cpp:761:53: warning: narrowing conversion of '(((InputField*)this)->InputField::.Window::.TileWidget::.BoundedWidget::height - 2)' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect rect = { left+1, top+1, width-2, height-2 }; ~~~~~~^~ utils.cpp: In function 'SDL_Surface* scaleTo(SDL_Surface*, int, int)': utils.cpp:67:34: warning: narrowing conversion of 'tile->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, tile->w, tile->h }; ~~~~~~^ utils.cpp:67:43: warning: narrowing conversion of 'tile->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, tile->w, tile->h }; ~~~~~~^ utils.cpp:68:31: warning: narrowing conversion of 's->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { 0, 0, s->w, s->h }; ~~~^ utils.cpp:68:37: warning: narrowing conversion of 's->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { 0, 0, s->w, s->h }; ~~~^ utils.cpp: In function 'void blitDraw(int, int, SDL_Surface*, SDL_Surface*)': utils.cpp:76:31: warning: narrowing conversion of 'src->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect s = { 0, 0, src->w, src->h }; ~~~~~^ utils.cpp:76:39: warning: narrowing conversion of 'src->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect s = { 0, 0, src->w, src->h }; ~~~~~^ utils.cpp:77:41: warning: narrowing conversion of 'x' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect d = { x, y, src->w, src->h }; ^ utils.cpp:77:41: warning: narrowing conversion of 'y' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] utils.cpp:77:31: warning: narrowing conversion of 'src->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect d = { x, y, src->w, src->h }; ~~~~~^ utils.cpp:77:39: warning: narrowing conversion of 'src->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect d = { x, y, src->w, src->h }; ~~~~~^ utils.cpp: In function 'void drawTiled(const wstring&, SDL_Surface*)': utils.cpp:84:34: warning: narrowing conversion of 'tile->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, tile->w, tile->h }; ~~~~~~^ utils.cpp:84:43: warning: narrowing conversion of 'tile->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect src = { 0, 0, tile->w, tile->h }; ~~~~~~^ utils.cpp:85:34: warning: narrowing conversion of 'tile->SDL_Surface::w' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { 0, 0, tile->w, tile->h }; ~~~~~~^ utils.cpp:85:43: warning: narrowing conversion of 'tile->SDL_Surface::h' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect dst = { 0, 0, tile->w, tile->h }; ~~~~~~^ gmake: *** [Makefile:82: build/utils.o] Error 2 gmake: *** [Makefile:82: build/main.o] Error 2 gmake: *** [Makefile:82: build/resources.o] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/games/einstein-puzzle *** Error code 1 Stop. make: stopped in /usr/pkgsrc/games/einstein-puzzle