=> 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 dict-data-1.8.0nb1 gmake[2]: Entering directory '/tmp/pkgbuild/textproc/dict-dictionaries/work.sparc/dict-web1913-1.4' making in libmaa gmake[3]: Entering directory '/tmp/pkgbuild/textproc/dict-dictionaries/work.sparc/dict-web1913-1.4/libmaa' gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O xmalloc.c distcc[26109] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused distcc[26109] Warning: failed to distribute xmalloc.c to 192.168.1.1:3748, running locally instead In file included from /usr/include/ssp/strings.h:34, from /usr/include/strings.h:72, from /usr/include/string.h:98, from maaP.h:53, from xmalloc.c:23: decl.h:35:15: error: expected declaration specifiers or '...' before numeric constant 35 | extern void bcopy( const void *, void *, int ); | ^~~~~ In file included from /usr/include/strings.h:72, from /usr/include/string.h:98, from maaP.h:53, from xmalloc.c:23: decl.h:35:15: error: expected ')' before '!=' token 35 | extern void bcopy( const void *, void *, int ); | ^~~~~ decl.h:35:15: error: expected ')' before '?' token 35 | extern void bcopy( const void *, void *, int ); | ^~~~~ In file included from /usr/include/ssp/strings.h:34, from /usr/include/strings.h:72, from /usr/include/string.h:98, from maaP.h:53, from xmalloc.c:23: decl.h:36:15: error: expected declaration specifiers or '...' before numeric constant 36 | extern void bzero( char *b, int ); | ^~~~~ In file included from /usr/include/strings.h:72, from /usr/include/string.h:98, from maaP.h:53, from xmalloc.c:23: decl.h:36:15: error: expected ')' before '!=' token 36 | extern void bzero( char *b, int ); | ^~~~~ decl.h:36:15: error: expected ')' before '?' token 36 | extern void bzero( char *b, int ); | ^~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:38:15: error: conflicting types for 'srandom' 38 | extern int srandom( unsigned ); | ^~~~~~~ In file included from maaP.h:97, from xmalloc.c:23: /usr/include/stdlib.h:185:7: note: previous declaration of 'srandom' was here 185 | void srandom(unsigned int) __RENAME(__srandom60); | ^~~~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:40:15: error: conflicting types for 'gethostname' 40 | extern int gethostname( char *, int ); | ^~~~~~~~~~~ In file included from maaP.h:96, from xmalloc.c:23: /usr/include/unistd.h:269:6: note: previous declaration of 'gethostname' was here 269 | int gethostname(char *, size_t); | ^~~~~~~~~~~ In file included from /usr/include/ssp/strings.h:34, from /usr/include/strings.h:72, from /usr/include/string.h:98, from maaP.h:53, from xmalloc.c:23: decl.h:44:16: error: expected declaration specifiers or '...' before numeric constant 44 | extern char *memset( void *, int, int ); | ^~~~~~ In file included from /usr/include/string.h:127, from maaP.h:53, from xmalloc.c:23: decl.h:44:16: error: expected ')' before '!=' token 44 | extern char *memset( void *, int, int ); | ^~~~~~ decl.h:44:16: error: expected ')' before '?' token 44 | extern char *memset( void *, int, int ); | ^~~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:53:15: error: conflicting types for 'fputc' 53 | extern int fputc( char, FILE * ); | ^~~~~ In file included from maaP.h:93, from xmalloc.c:23: /usr/include/stdio.h:234:6: note: previous declaration of 'fputc' was here 234 | int fputc(int, FILE *); | ^~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:55:15: error: conflicting types for 'fread' 55 | extern int fread( char *, int, int, FILE * ); | ^~~~~ In file included from maaP.h:93, from xmalloc.c:23: /usr/include/stdio.h:236:9: note: previous declaration of 'fread' was here 236 | size_t fread(void * __restrict, size_t, size_t, FILE * __restrict); | ^~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:57:15: error: conflicting types for 'fwrite' 57 | extern int fwrite( char *, int, int, FILE * ); | ^~~~~~ In file included from maaP.h:93, from xmalloc.c:23: /usr/include/stdio.h:243:9: note: previous declaration of 'fwrite' was here 243 | size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict); | ^~~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:58:15: error: conflicting types for 'gettimeofday' 58 | extern int gettimeofday( struct timeval *, struct timezone * ); | ^~~~~~~~~~~~ In file included from maaP.h:82, from xmalloc.c:23: /usr/include/sys/time.h:330:5: note: previous declaration of 'gettimeofday' was here 330 | int gettimeofday(struct timeval * __restrict, void *__restrict) | ^~~~~~~~~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:65:15: error: conflicting types for 'vfprintf' 65 | extern int vfprintf( FILE *, const char *, ... ); | ^~~~~~~~ In file included from maaP.h:93, from xmalloc.c:23: /usr/include/stdio.h:262:6: note: previous declaration of 'vfprintf' was here 262 | int vfprintf(FILE * __restrict, const char * __restrict, __va_list) | ^~~~~~~~ In file included from /usr/include/stdio.h:595, from maaP.h:93, from xmalloc.c:23: decl.h:66:15: error: expected declaration specifiers or '...' before numeric constant 66 | extern int vsprintf( char *, const char *, ... ); | ^~~~~~~~ In file included from /usr/include/ssp/strings.h:34, from /usr/include/strings.h:72, from /usr/include/string.h:98, from maaP.h:53, from xmalloc.c:23: decl.h:66:15: error: expected declaration specifiers or '...' before '__builtin_object_size' 66 | extern int vsprintf( char *, const char *, ... ); | ^~~~~~~~ In file included from maaP.h:136, from xmalloc.c:23: decl.h:69:15: error: conflicting types for 'fclose' 69 | extern void fclose( FILE * ); | ^~~~~~ In file included from maaP.h:93, from xmalloc.c:23: /usr/include/stdio.h:225:6: note: previous declaration of 'fclose' was here 225 | int fclose(FILE *); | ^~~~~~ xmalloc.c: In function 'xmalloc': xmalloc.c:40:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | if (!pt) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ xmalloc.c: In function 'xcalloc': xmalloc.c:50:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 50 | if (!pt) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ xmalloc.c: In function 'xrealloc': xmalloc.c:60:25: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 60 | if (!new) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ xmalloc.c: In function 'xfree': xmalloc.c:71:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 71 | else err_fatal( __FUNCTION__, "Attempt to free null pointer\n" ); | ^~~~~~~~~~~~ xmalloc.c: In function 'xstrdup': xmalloc.c:78:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 78 | if (!pt) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ In file included from maaP.h:147, from xmalloc.c:23: xmalloc.c: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ distcc[26109] ERROR: compile xmalloc.c on localhost failed gmake[3]: *** [Makefile:109: xmalloc.o] Error 1 gmake[3]: Leaving directory '/tmp/pkgbuild/textproc/dict-dictionaries/work.sparc/dict-web1913-1.4/libmaa' gmake[2]: *** [Makefile:78: all] Error 1 gmake[2]: Leaving directory '/tmp/pkgbuild/textproc/dict-dictionaries/work.sparc/dict-web1913-1.4' *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/textproc/dict-dictionaries *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/dict-dictionaries