MidnightBSD Magus

mail/faces

Visual mail, user, and print face server

Flavor Version Run OSVersion Arch License Restricted Status
1.7.7_1 347 1.0 amd64 gpl2 0 fail

Events

Machine Type Time Message
Constellation10 info 2018-10-22 19:08:18.240358 Test Started
Constellation10 fail 2018-10-22 19:08:41.28691 make build returned non-zero: 1
Constellation10 fail 2018-10-22 19:08:41.496292 Test complete.

Log

===>  Building for faces-1.7.7_1
cd /magus/work/usr/mports/mail/faces/work/faces-1.7.7/compface && /usr/bin/env XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work  XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work  HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work  XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work  HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" PATH=/magus/work/usr/mports/mail/faces/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GLIB_CONFIG="/usr/local/bin/glib-config" GTK_CONFIG="/usr/local/bin/gtk-config" TARGETDIR=/usr/local  DESTDIR=  PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing -std=gnu89"  CPP="cpp" CPPFLAGS="-I../compface -I/usr/local/include"  LDFLAGS=" -L../compface -L/usr/local/lib" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444" /usr/bin/make -f  /usr/mports/mail/faces/files/Makefile.compface  all
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c arith.c -o arith.o
arith.c:92:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a, *r;
              ^
./compface.h:188:29: note: previous declaration is here
void BigDiv P((unsigned char, unsigned char *)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
arith.c:136:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a;
              ^
./compface.h:189:29: note: previous declaration is here
void BigMul P((unsigned char)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
arith.c:210:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
WORD a;
     ^
./compface.h:186:29: note: previous declaration is here
void BigAdd P((unsigned char)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
3 warnings generated.
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c file.c -o file.o
file.c:78:10: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
        for(i = strlen(s); i > 0; i--)
                ^
file.c:78:10: note: please include the header  or explicitly provide a declaration for 'strlen'
file.c:141:3: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)'
                sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n ");
                ^
file.c:141:3: note: please include the header  or explicitly provide a declaration for 'sprintf'
2 warnings generated.
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c compress.c -o compress.o
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c gen.c -o gen.o
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c uncompface.c -o uncompface.o
building static compface library
ranlib -D libcompface.a
cc -fpic -DPIC  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c arith.c -o arith.So
arith.c:92:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a, *r;
              ^
./compface.h:188:29: note: previous declaration is here
void BigDiv P((unsigned char, unsigned char *)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
arith.c:136:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a;
              ^
./compface.h:189:29: note: previous declaration is here
void BigMul P((unsigned char)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
arith.c:210:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
WORD a;
     ^
./compface.h:186:29: note: previous declaration is here
void BigAdd P((unsigned char)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
3 warnings generated.
cc -fpic -DPIC  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c file.c -o file.So
file.c:78:10: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
        for(i = strlen(s); i > 0; i--)
                ^
file.c:78:10: note: please include the header  or explicitly provide a declaration for 'strlen'
file.c:141:3: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)'
                sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n ");
                ^
file.c:141:3: note: please include the header  or explicitly provide a declaration for 'sprintf'
2 warnings generated.
cc -fpic -DPIC  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c compress.c -o compress.So
cc -fpic -DPIC  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c gen.c -o gen.So
cc -fpic -DPIC  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c uncompface.c -o uncompface.So
building shared library libcompface.so.1
cc  -L../compface -L/usr/local/lib -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libcompface.so.1 -Wl,-soname,libcompface.so.1  `NM='nm' lorder arith.So file.So compress.So gen.So uncompface.So | tsort -q` 
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c cmain.c -o cmain.o
cmain.c:63:9: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)'
        INITERR("usage: ")
        ^
cmain.c:40:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                          ^
cmain.c:63:9: note: please include the header  or explicitly provide a declaration for 'strcpy'
cmain.c:40:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                          ^
cmain.c:63:9: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)'
        INITERR("usage: ")
        ^
cmain.c:40:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                                                       ^
cmain.c:63:9: note: please include the header  or explicitly provide a declaration for 'strcat'
cmain.c:40:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                                                       ^
cmain.c:66:9: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
        ERROR
        ^
cmain.c:44:11: note: expanded from macro 'ERROR'
                                (void)write(2, fbuf, strlen(fbuf)); exit(1);}
                                      ^
cmain.c:66:9: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
cmain.c:44:26: note: expanded from macro 'ERROR'
                                (void)write(2, fbuf, strlen(fbuf)); exit(1);}
                                                     ^
cmain.c:66:9: note: please include the header  or explicitly provide a declaration for 'strlen'
cmain.c:44:26: note: expanded from macro 'ERROR'
                                (void)write(2, fbuf, strlen(fbuf)); exit(1);}
                                                     ^
cmain.c:69:21: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
  if ((argc > 1) && strcmp(*++argv, "-"))
                    ^
cmain.c:69:21: note: please include the header  or explicitly provide a declaration for 'strcmp'
cmain.c:143:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
        while (len = read(infile, t, FACEBUFLEN - count))
                     ^
cmain.c:143:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (len = read(infile, t, FACEBUFLEN - count))
               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cmain.c:143:13: note: place parentheses around the assignment to silence this warning
        while (len = read(infile, t, FACEBUFLEN - count))
                   ^
               (                                        )
cmain.c:143:13: note: use '==' to turn this assignment into an equality comparison
        while (len = read(infile, t, FACEBUFLEN - count))
                   ^
                   ==
7 warnings generated.
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c compface.c -o compface.o
cc -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -o compface cmain.o compface.o -L./ -lcompface
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c uncmain.c -o uncmain.o
uncmain.c:63:20: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
  if (argc > 1 && !strcmp(argv[1], "-X"))
                   ^
uncmain.c:63:20: note: please include the header  or explicitly provide a declaration for 'strcmp'
uncmain.c:72:9: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)'
        INITERR("usage: ")
        ^
uncmain.c:42:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                          ^
uncmain.c:72:9: note: please include the header  or explicitly provide a declaration for 'strcpy'
uncmain.c:42:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                          ^
uncmain.c:72:9: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)'
        INITERR("usage: ")
        ^
uncmain.c:42:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                                                       ^
uncmain.c:72:9: note: please include the header  or explicitly provide a declaration for 'strcat'
uncmain.c:42:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
                                                       ^
uncmain.c:75:9: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
        ERROR
        ^
uncmain.c:46:11: note: expanded from macro 'ERROR'
                                (void)write(2, fbuf, strlen(fbuf)); exit(1);}
                                      ^
uncmain.c:75:9: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
uncmain.c:46:26: note: expanded from macro 'ERROR'
                                (void)write(2, fbuf, strlen(fbuf)); exit(1);}
                                                     ^
uncmain.c:75:9: note: please include the header  or explicitly provide a declaration for 'strlen'
uncmain.c:46:26: note: expanded from macro 'ERROR'
                                (void)write(2, fbuf, strlen(fbuf)); exit(1);}
                                                     ^
uncmain.c:152:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
        while (len = read(infile, t, FACEBUFLEN - count))
                     ^
uncmain.c:152:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (len = read(infile, t, FACEBUFLEN - count))
               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uncmain.c:152:13: note: place parentheses around the assignment to silence this warning
        while (len = read(infile, t, FACEBUFLEN - count))
                   ^
               (                                        )
uncmain.c:152:13: note: use '==' to turn this assignment into an equality comparison
        while (len = read(infile, t, FACEBUFLEN - count))
                   ^
                   ==
7 warnings generated.
cc -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -o uncompface uncmain.o -L./ -lcompface
Warning: Object directory not changed from original /magus/work/usr/mports/mail/faces/work/faces-1.7.7/compface
cc -pg  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c arith.c -o arith.po
arith.c:92:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a, *r;
              ^
./compface.h:188:29: note: previous declaration is here
void BigDiv P((unsigned char, unsigned char *)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
arith.c:136:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a;
              ^
./compface.h:189:29: note: previous declaration is here
void BigMul P((unsigned char)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
arith.c:210:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
WORD a;
     ^
./compface.h:186:29: note: previous declaration is here
void BigAdd P((unsigned char)) ;
                            ^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args)  args
                 ^
3 warnings generated.
cc -pg  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c file.c -o file.po
file.c:78:10: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
        for(i = strlen(s); i > 0; i--)
                ^
file.c:78:10: note: please include the header  or explicitly provide a declaration for 'strlen'
file.c:141:3: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)'
                sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n ");
                ^
file.c:141:3: note: please include the header  or explicitly provide a declaration for 'sprintf'
2 warnings generated.
cc -pg  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c compress.c -o compress.po
cc -pg  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c gen.c -o gen.po
cc -pg  -O2 -pipe  -fno-strict-aliasing -std=gnu89     -std=gnu99 -Qunused-arguments  -fstack-protector   -c uncompface.c -o uncompface.po
building profiled compface library
ranlib -D libcompface_p.a
cd /magus/work/usr/mports/mail/faces/work/faces-1.7.7/faces && /usr/bin/env XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work  XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work  HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work  XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work  HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" PATH=/magus/work/usr/mports/mail/faces/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GLIB_CONFIG="/usr/local/bin/glib-config" GTK_CONFIG="/usr/local/bin/gtk-config" TARGETDIR=/usr/local  DESTDIR=  PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing -std=gnu89"  CPP="cpp" CPPFLAGS="-I../compface -I/usr/local/include"  LDFLAGS=" -L../compface -L/usr/local/lib" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444" /usr/bin/make -f  Makefile  all
source='main.c' object='main.o' libtool=no  depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f main.c || echo './'`main.c
source='address.c' object='address.o' libtool=no  depfile='.deps/address.Po' tmpdepfile='.deps/address.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f address.c || echo './'`address.c
/pkg/gnu/share/bison.simple:358:4: warning: implicit declaration of function 'yyerror' [-Wimplicit-function-declaration]
          yyerror("parser stack overflow");
          ^
/pkg/gnu/share/bison.simple:432:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
      yychar = YYLEX;
               ^
/pkg/gnu/share/bison.simple:114:16: note: expanded from macro 'YYLEX'
#define YYLEX           yylex()
                        ^
address.y:113:41: warning: field precision should have type 'int', but argument has type 'long' [-Wformat]
            Sprintf(errbuf, " after \"%.*s\", before \"%s\"\n", savecp - saveline, saveline, cp);
                                      ~~^~                      ~~~~~~~~~~~~~~~~~
address.y:115:41: warning: field precision should have type 'int', but argument has type 'long' [-Wformat]
            Sprintf(errbuf, " after \"%.*s\"\n", savecp - saveline, saveline);
                                      ~~^~       ~~~~~~~~~~~~~~~~~
4 warnings generated.
source='get.c' object='get.o' libtool=no  depfile='.deps/get.Po' tmpdepfile='.deps/get.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f get.c || echo './'`get.c
source='mon.c' object='mon.o' libtool=no  depfile='.deps/mon.Po' tmpdepfile='.deps/mon.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f mon.c || echo './'`mon.c
source='pop.c' object='pop.o' libtool=no  depfile='.deps/pop.Po' tmpdepfile='.deps/pop.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f pop.c || echo './'`pop.c
source='md5c.c' object='md5c.o' libtool=no  depfile='.deps/md5c.Po' tmpdepfile='.deps/md5c.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f md5c.c || echo './'`md5c.c
source='imap.c' object='imap.o' libtool=no  depfile='.deps/imap.Po' tmpdepfile='.deps/imap.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f imap.c || echo './'`imap.c
imap.c:446:31: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size]
        strncat(ibuf, "\r\n", sizeof(ibuf));
                              ^~~~~~~~~~~~
imap.c:446:31: note: change the argument to be the free space in the destination buffer minus the terminating null byte
        strncat(ibuf, "\r\n", sizeof(ibuf));
                              ^~~~~~~~~~~~
                              sizeof(ibuf) - strlen(ibuf) - 1
1 warning generated.
source='face_socket.c' object='face_socket.o' libtool=no  depfile='.deps/face_socket.Po' tmpdepfile='.deps/face_socket.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f face_socket.c || echo './'`face_socket.c
source='parsefrom.c' object='parsefrom.o' libtool=no  depfile='.deps/parsefrom.Po' tmpdepfile='.deps/parsefrom.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f parsefrom.c || echo './'`parsefrom.c
source='parsedate.c' object='parsedate.o' libtool=no  depfile='.deps/parsedate.Po' tmpdepfile='.deps/parsedate.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f parsedate.c || echo './'`parsedate.c
source='rec.c' object='rec.o' libtool=no  depfile='.deps/rec.Po' tmpdepfile='.deps/rec.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f rec.c || echo './'`rec.c
source='gtk.c' object='gtk.o' libtool=no  depfile='.deps/gtk.Po' tmpdepfile='.deps/gtk.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include   -I../compface -I/usr/local/include  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall -c `test -f gtk.c || echo './'`gtk.c
cc  -O2 -pipe  -fno-strict-aliasing -std=gnu89 -Wall  -L../compface -L/usr/local/lib -o faces  main.o address.o get.o  mon.o pop.o md5c.o imap.o  face_socket.o parsefrom.o parsedate.o  rec.o gtk.o -L/usr/local/lib -L/usr/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lm    -lX11 -L../compface -lcompface  
gtk.o: In function `create_imap_popup':
gtk.c:(.text+0x190): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x4f9): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x5b9): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x67c): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x765): undefined reference to `libintl_dgettext'
gtk.o:gtk.c:(.text+0x851): more undefined references to `libintl_dgettext' follow
gtk.o: In function `init_graphics':
gtk.c:(.text+0x2128): undefined reference to `libintl_bindtextdomain'
gtk.c:(.text+0x2132): undefined reference to `libintl_textdomain'
gtk.o: In function `make_frame':
gtk.c:(.text+0x2783): undefined reference to `libintl_dgettext'
gtk.o: In function `button_press':
gtk.c:(.text+0x2ce8): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x2de9): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x2e89): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x2f3e): undefined reference to `libintl_dgettext'
gtk.o:gtk.c:(.text+0x307b): more undefined references to `libintl_dgettext' follow
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[1]: stopped in /magus/work/usr/mports/mail/faces/work/faces-1.7.7/faces
*** Error code 1

Stop.
make: stopped in /usr/mports/mail/faces

Links

Depends On

Depend Of

Nothing

Categories