MidnightBSD Magus

graphics/sdl_ttf

Library to use TrueType fonts to render text in SDL applications

Flavor Version Run OSVersion Arch License Restricted Status
2.0.11_4 520 3.0 i386 zlib 0 fail

Events

Machine Type Time Message
m3032b info 2023-03-13 17:59:56.17606 Test Started
m3032b fail 2023-03-13 18:00:43.636802 make build returned non-zero: 1
m3032b fail 2023-03-13 18:00:43.702212 Test complete.

Log

===>  Building for sdl_ttf-2.0.11_4
gmake[1]: Entering directory '/magus/work/usr/mports/graphics/sdl_ttf/work/SDL_ttf-2.0.11'
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA=1 -I.   -I/usr/local/include  -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DHAVE_OPENGL -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c -o SDL_ttf.lo SDL_ttf.c
cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA=1 -I.   -I/usr/local/include  -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DHAVE_OPENGL -MT showfont.o -MD -MP -MF .deps/showfont.Tpo -c -o showfont.o showfont.c
cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA=1 -I.   -I/usr/local/include  -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DHAVE_OPENGL -MT glfont.o -MD -MP -MF .deps/glfont.Tpo -c -o glfont.o glfont.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA=1 -I. -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -DHAVE_OPENGL -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c SDL_ttf.c  -fPIC -DPIC -o .libs/SDL_ttf.o
SDL_ttf.c:39:10: fatal error: 'ft2build.h' file not found
#include 
         ^~~~~~~~~~~~
showfont.c:341:29: warning: format specifies type 'short' but the argument has type 'int' [-Wformat]
                                                TTF_FontHeight(font), text->h);
                                                                      ^~~~~~~
glfont.c:392:29: warning: format specifies type 'short' but the argument has type 'int' [-Wformat]
                                                TTF_FontHeight(font), text->h);
                                                                      ^~~~~~~
1 error generated.
gmake[1]: *** [Makefile:396: SDL_ttf.lo] Error 1
gmake[1]: *** Waiting for unfinished jobs....
1 warning generated.
mv -f .deps/showfont.Tpo .deps/showfont.Po
1 warning generated.
mv -f .deps/glfont.Tpo .deps/glfont.Po
gmake[1]: Leaving directory '/magus/work/usr/mports/graphics/sdl_ttf/work/SDL_ttf-2.0.11'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/graphics/sdl_ttf