MidnightBSD Magus

print/t1utils

Six utilities for manipulating t1 fonts

Flavor Version Run OSVersion Arch License Restricted Status
1.32_1 503 3.0 amd64 other 0 fail

Events

Machine Type Time Message
m3064b info 2022-12-19 13:06:28.327413 Test Started
m3064b fail 2022-12-19 13:06:33.334674 make build returned non-zero: 1
m3064b fail 2022-12-19 13:06:33.376883 Test complete.

Log

===>  Building for t1utils-1.32_1
--- all ---
/usr/bin/make  all-am
--- clp.o ---
--- t1lib.o ---
--- t1ascii.o ---
--- t1binary.o ---
--- clp.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.  -I./include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT clp.o -MD -MP -MF ".deps/clp.Tpo"  -c -o clp.o `test -f 'clp.c' || echo './'`clp.c;  then mv -f ".deps/clp.Tpo" ".deps/clp.Po";  else rm -f ".deps/clp.Tpo"; exit 1;  fi
--- t1lib.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.  -I./include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT t1lib.o -MD -MP -MF ".deps/t1lib.Tpo"  -c -o t1lib.o `test -f 't1lib.c' || echo './'`t1lib.c;  then mv -f ".deps/t1lib.Tpo" ".deps/t1lib.Po";  else rm -f ".deps/t1lib.Tpo"; exit 1;  fi
--- t1ascii.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.  -I./include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT t1ascii.o -MD -MP -MF ".deps/t1ascii.Tpo"  -c -o t1ascii.o `test -f 't1ascii.c' || echo './'`t1ascii.c;  then mv -f ".deps/t1ascii.Tpo" ".deps/t1ascii.Po";  else rm -f ".deps/t1ascii.Tpo"; exit 1;  fi
--- t1binary.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.  -I./include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT t1binary.o -MD -MP -MF ".deps/t1binary.Tpo"  -c -o t1binary.o `test -f 't1binary.c' || echo './'`t1binary.c;  then mv -f ".deps/t1binary.Tpo" ".deps/t1binary.Po";  else rm -f ".deps/t1binary.Tpo"; exit 1;  fi
--- t1asm.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.  -I./include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT t1asm.o -MD -MP -MF ".deps/t1asm.Tpo"  -c -o t1asm.o `test -f 't1asm.c' || echo './'`t1asm.c;  then mv -f ".deps/t1asm.Tpo" ".deps/t1asm.Po";  else rm -f ".deps/t1asm.Tpo"; exit 1;  fi
t1asm.c:283:13: error: static declaration of 'getline' follows non-static declaration
static void getline()
            ^
/usr/include/stdio.h:381:10: note: previous declaration is here
ssize_t  getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
         ^
t1asm.c:728:13: error: too few arguments to function call, expected 3, have 0
    getline();
    ~~~~~~~ ^
/usr/include/stdio.h:381:10: note: 'getline' declared here
ssize_t  getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
         ^
t1asm.c:799:13: error: too few arguments to function call, expected 3, have 0
    getline();
    ~~~~~~~ ^
/usr/include/stdio.h:381:10: note: 'getline' declared here
ssize_t  getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
         ^
3 errors generated.
--- t1disasm.o ---
--- t1asm.o ---
*** [t1asm.o] Error code 1

make[2]: stopped in /magus/work/usr/mports/print/t1utils/work/t1utils-1.32
--- t1disasm.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.  -I./include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT t1disasm.o -MD -MP -MF ".deps/t1disasm.Tpo"  -c -o t1disasm.o `test -f 't1disasm.c' || echo './'`t1disasm.c;  then mv -f ".deps/t1disasm.Tpo" ".deps/t1disasm.Po";  else rm -f ".deps/t1disasm.Tpo"; exit 1;  fi
t1disasm.c:436:39: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        const char *CharStrings = oog_memstr(line, line_len, "/CharStrings ", 13);
                                             ^~~~
t1disasm.c:337:24: note: passing argument to parameter 'line' here
oog_memstr(const char *line, int line_len, const char *pattern, int pattern_len)
                       ^
t1disasm.c:458:20: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    if (oog_memstr(line, line_len, "currentfile closefile", 21) != 0)
                   ^~~~
t1disasm.c:337:24: note: passing argument to parameter 'line' here
oog_memstr(const char *line, int line_len, const char *pattern, int pattern_len)
                       ^
t1disasm.c:483:13: warning: passing 'char [1]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        eexec_line("", 0);
                   ^~
t1disasm.c:354:27: note: passing argument to parameter 'line' here
eexec_line(unsigned char *line, int line_len)
                          ^
3 warnings generated.
1 error

make[2]: stopped in /magus/work/usr/mports/print/t1utils/work/t1utils-1.32
*** [all] Error code 2

make[1]: stopped in /magus/work/usr/mports/print/t1utils/work/t1utils-1.32
1 error

make[1]: stopped in /magus/work/usr/mports/print/t1utils/work/t1utils-1.32
===> 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/print/t1utils

Links

Depends On

Nothing

Depend Of

Categories