=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/converters/p5-Convert-UUlib", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for p5-Convert-UUlib-1.8nb3 --- blib/lib/Convert/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Convert/UUlib/.exists --- --- blib/arch/auto/Convert/UUlib/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- uulib/Makefile --- cd uulib && ./configure --with-cc='gcc' --with-cflags='-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -fPIC' --- dynamic --- --- blibdirs --- --- UUlib.c --- "/opt/pkg/bin/perl" "/opt/pkg/lib/perl5/5.42.0/ExtUtils/xsubpp" -typemap '/opt/pkg/lib/perl5/5.42.0/ExtUtils/typemap' -typemap '/tmp/work/converters/p5-Convert-UUlib/work/Convert-UUlib-1.8/typemap' UUlib.xs > UUlib.xsc --- uulib/Makefile --- checking for gcc... gcc --- UUlib.c --- mv UUlib.xsc UUlib.c --- UUlib.bs --- Running Mkbootstrap for UUlib () chmod 644 "UUlib.bs" --- pm_to_blib --- --- uulib/Makefile --- checking whether the C compiler works... yes checking for C compiler default output file name... a.out --- pm_to_blib --- cp UUlib.pm blib/lib/Convert/UUlib.pm --- config --- --- UUlib.o --- gcc -c -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -fwrapv -fno-strict-aliasing -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DVERSION=\"1.8\" -DXS_VERSION=\"1.8\" -fPIC "-I/opt/pkg/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE" UUlib.c --- uulib/Makefile --- checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes --- UUlib.o --- UUlib.xs: In function 'initialise': UUlib.xs:216:58: error: too many arguments to function 'UUstrerror'; expected 0, have 1 216 | croak ("unable to initialize uudeview library (%s)", UUstrerror (retval)); | ^~~~~~~~~~ ~~~~~~ In file included from UUlib.xs:8: uulib/uudeview.h:200:18: note: declared here 200 | char * UUEXPORT UUstrerror _ANSI_ARGS_((int)); | ^~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_GetOption': UUlib.xs:240:13: error: too many arguments to function 'UUGetOption'; expected 0, have 4 240 | UUGetOption (opt, 0, cval, sizeof cval); | ^~~~~~~~~~~ ~~~ uulib/uudeview.h:198:18: note: declared here 198 | int UUEXPORT UUGetOption _ANSI_ARGS_((int, int *, char *, int)); | ^~~~~~~~~~~ In file included from /tmp/work/converters/p5-Convert-UUlib/work/.buildlink/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE/perl.h:6199, from UUlib.xs:2: UUlib.xs:245:31: error: too many arguments to function 'UUGetOption'; expected 0, have 4 245 | RETVAL = newSViv (UUGetOption (opt, 0, 0, 0)); | ^~~~~~~~~~~ ~~~ /tmp/work/converters/p5-Convert-UUlib/work/.buildlink/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE/embed.h:443:68: note: in definition of macro 'newSViv' 443 | # define newSViv(a) Perl_newSViv(aTHX_ a) | ^ uulib/uudeview.h:198:18: note: declared here 198 | int UUEXPORT UUGetOption _ANSI_ARGS_((int, int *, char *, int)); | ^~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_SetOption': UUlib.xs:260:20: error: too many arguments to function 'UUSetOption'; expected 0, have 3 260 | RETVAL = UUSetOption (opt, 0, SvPV (val, dc)); | ^~~~~~~~~~~ ~~~ uulib/uudeview.h:199:18: note: declared here 199 | int UUEXPORT UUSetOption _ANSI_ARGS_((int, int, char *)); | ^~~~~~~~~~~ UUlib.xs:262:20: error: too many arguments to function 'UUSetOption'; expected 0, have 3 262 | RETVAL = UUSetOption (opt, SvIV (val), (void *)0); | ^~~~~~~~~~~ ~~~ uulib/uudeview.h:199:18: note: declared here 199 | int UUEXPORT UUSetOption _ANSI_ARGS_((int, int, char *)); | ^~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_strerror': UUlib.c:473:18: error: too many arguments to function 'UUstrerror'; expected 0, have 1 473 | RETVAL = UUstrerror(errcode); | ^~~~~~~~~~ ~~~~~~~ uulib/uudeview.h:200:18: note: declared here 200 | char * UUEXPORT UUstrerror _ANSI_ARGS_((int)); | ^~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_SetMsgCallback': UUlib.xs:275:9: error: too many arguments to function 'UUSetMsgCallback'; expected 0, have 2 275 | UUSetMsgCallback (FUNC_CB (uu_msg)); | ^~~~~~~~~~~~~~~~ uulib/uudeview.h:201:18: note: declared here 201 | int UUEXPORT UUSetMsgCallback _ANSI_ARGS_((void *, | ^~~~~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_SetBusyCallback': UUlib.xs:282:9: error: too many arguments to function 'UUSetBusyCallback'; expected 0, have 3 282 | UUSetBusyCallback (FUNC_CB (uu_busy), msecs); | ^~~~~~~~~~~~~~~~~ uulib/uudeview.h:205:18: note: declared here 205 | int UUEXPORT UUSetBusyCallback _ANSI_ARGS_((void *, | ^~~~~~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_SetFileCallback': UUlib.xs:288:9: error: too many arguments to function 'UUSetFileCallback'; expected 0, have 2 288 | UUSetFileCallback (FUNC_CB (uu_file)); | ^~~~~~~~~~~~~~~~~ uulib/uudeview.h:209:18: note: declared here 209 | int UUEXPORT UUSetFileCallback _ANSI_ARGS_((void *, | ^~~~~~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_SetFNameFilter': UUlib.xs:294:9: error: too many arguments to function 'UUSetFNameFilter'; expected 0, have 2 294 | UUSetFNameFilter (FUNC_CB (uu_fnamefilter)); | ^~~~~~~~~~~~~~~~ uulib/uudeview.h:212:18: note: declared here 212 | int UUEXPORT UUSetFNameFilter _ANSI_ARGS_((void *, | ^~~~~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_SetFileNameCallback': UUlib.xs:300:9: error: too many arguments to function 'UUSetFileNameCallback'; expected 0, have 2 300 | UUSetFileNameCallback (FUNC_CB (uu_filename)); | ^~~~~~~~~~~~~~~~~~~~~ uulib/uudeview.h:215:18: note: declared here 215 | int UUEXPORT UUSetFileNameCallback _ANSI_ARGS_((void *, | ^~~~~~~~~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_FNameFilter': UUlib.c:616:18: error: too many arguments to function 'UUFNameFilter'; expected 0, have 1 616 | RETVAL = UUFNameFilter(fname); | ^~~~~~~~~~~~~ ~~~~~ uulib/uudeview.h:218:18: note: declared here 218 | char * UUEXPORT UUFNameFilter _ANSI_ARGS_((char *)); | ^~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib_LoadFile': UUlib.xs:318:15: error: too many arguments to function 'UULoadFileWithPartNo'; expected 0, have 5 318 | ret = UULoadFileWithPartNo (fname, id, delflag, partno, &count); | ^~~~~~~~~~~~~~~~~~~~ ~~~~~ uulib/uudeview.h:220:18: note: declared here 220 | int UUEXPORT UULoadFileWithPartNo _ANSI_ARGS_((char *, char *, int, int, int *)); | ^~~~~~~~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_Smerge': UUlib.c:691:18: error: too many arguments to function 'UUSmerge'; expected 0, have 1 691 | RETVAL = UUSmerge(pass); | ^~~~~~~~ ~~~~ uulib/uudeview.h:229:18: note: declared here 229 | int UUEXPORT UUSmerge _ANSI_ARGS_((int)); | ^~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_QuickDecode': UUlib.c:717:18: error: too many arguments to function 'UUQuickDecode'; expected 0, have 4 717 | RETVAL = UUQuickDecode(datain, dataout, boundary, maxpos); | ^~~~~~~~~~~~~ ~~~~~~ uulib/uudeview.h:232:18: note: declared here 232 | int UUEXPORT UUQuickDecode _ANSI_ARGS_((FILE *, FILE *, | ^~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_EncodeMulti': UUlib.c:749:18: error: too many arguments to function 'UUEncodeMulti'; expected 0, have 7 749 | RETVAL = UUEncodeMulti(outfile, infile, infname, encoding, outfname, mimetype, filemode); | ^~~~~~~~~~~~~ ~~~~~~~ uulib/uudeview.h:235:18: note: declared here 235 | int UUEXPORT UUEncodeMulti _ANSI_ARGS_((FILE *, FILE *, | ^~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_EncodePartial': UUlib.c:785:18: error: too many arguments to function 'UUEncodePartial'; expected 0, have 9 785 | RETVAL = UUEncodePartial(outfile, infile, infname, encoding, outfname, mimetype, filemode, partno, linperfile); | ^~~~~~~~~~~~~~~ ~~~~~~~ uulib/uudeview.h:238:18: note: declared here 238 | int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *, | ^~~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_EncodeToStream': UUlib.c:815:18: error: too many arguments to function 'UUEncodeToStream'; expected 0, have 6 815 | RETVAL = UUEncodeToStream(outfile, infile, infname, encoding, outfname, filemode); | ^~~~~~~~~~~~~~~~ ~~~~~~~ uulib/uudeview.h:243:18: note: declared here 243 | int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *, | ^~~~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_EncodeToFile': UUlib.c:845:18: error: too many arguments to function 'UUEncodeToFile'; expected 0, have 6 845 | RETVAL = UUEncodeToFile(infile, infname, encoding, outfname, diskname, linperfile); | ^~~~~~~~~~~~~~ ~~~~~~ uulib/uudeview.h:246:18: note: declared here 246 | int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int, | ^~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_E_PrepSingle': UUlib.c:883:18: error: too many arguments to function 'UUE_PrepSingle'; expected 0, have 10 883 | RETVAL = UUE_PrepSingle(outfile, infile, infname, encoding, outfname, filemode, destination, from, subject, isemail); | ^~~~~~~~~~~~~~ ~~~~~~~ uulib/uudeview.h:248:18: note: declared here 248 | int UUEXPORT UUE_PrepSingle _ANSI_ARGS_((FILE *, FILE *, | ^~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_E_PrepPartial': UUlib.c:927:18: error: too many arguments to function 'UUE_PrepPartial'; expected 0, have 13 927 | RETVAL = UUE_PrepPartial(outfile, infile, infname, encoding, outfname, filemode, partno, linperfile, filesize, destination, from, subject, isemail); | ^~~~~~~~~~~~~~~ ~~~~~~~ uulib/uudeview.h:253:18: note: declared here 253 | int UUEXPORT UUE_PrepPartial _ANSI_ARGS_((FILE *, FILE *, | ^~~~~~~~~~~~~~~ UUlib.c: In function 'XS_Convert__UUlib_GetFileListItem': UUlib.c:946:18: error: too many arguments to function 'UUGetFileListItem'; expected 0, have 1 946 | RETVAL = UUGetFileListItem(num); | ^~~~~~~~~~~~~~~~~ ~~~ uulib/uudeview.h:221:18: note: declared here 221 | uulist *UUEXPORT UUGetFileListItem _ANSI_ARGS_((int)); | ^~~~~~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib__Item_rename': UUlib.xs:427:18: error: too many arguments to function 'UURenameFile'; expected 0, have 2 427 | RETVAL = UURenameFile (item, newname); | ^~~~~~~~~~~~ ~~~~ uulib/uudeview.h:222:18: note: declared here 222 | int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *)); | ^~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib__Item_decode_temp': UUlib.xs:436:18: error: too many arguments to function 'UUDecodeToTemp'; expected 0, have 1 436 | RETVAL = UUDecodeToTemp (item); | ^~~~~~~~~~~~~~ ~~~~ uulib/uudeview.h:223:18: note: declared here 223 | int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *)); | ^~~~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib__Item_remove_temp': UUlib.xs:446:18: error: too many arguments to function 'UURemoveTemp'; expected 0, have 1 446 | RETVAL = UURemoveTemp (item); | ^~~~~~~~~~~~ ~~~~ uulib/uudeview.h:224:18: note: declared here 224 | int UUEXPORT UURemoveTemp _ANSI_ARGS_((uulist *)); | ^~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib__Item_decode': UUlib.xs:457:18: error: too many arguments to function 'UUDecodeFile'; expected 0, have 2 457 | RETVAL = UUDecodeFile (item, target); | ^~~~~~~~~~~~ ~~~~ uulib/uudeview.h:225:18: note: declared here 225 | int UUEXPORT UUDecodeFile _ANSI_ARGS_((uulist *, char *)); | ^~~~~~~~~~~~ UUlib.xs: In function 'XS_Convert__UUlib__Item_info': UUlib.xs:468:9: error: too many arguments to function 'UUInfoFile'; expected 0, have 3 468 | UUInfoFile (item, (void *)func, uu_info_file); | ^~~~~~~~~~ ~~~~ uulib/uudeview.h:226:18: note: declared here 226 | int UUEXPORT UUInfoFile _ANSI_ARGS_((uulist *, void *, | ^~~~~~~~~~ --- uulib/Makefile --- checking whether gcc accepts -g... yes --- UUlib.o --- *** [UUlib.o] Error code 1 bmake: stopped making "all" in /tmp/work/converters/p5-Convert-UUlib/work/Convert-UUlib-1.8 --- uulib/Makefile --- checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for grep that handles long lines and -e... /tmp/work/converters/p5-Convert-UUlib/work/.tools/bin/grep checking for egrep... /tmp/work/converters/p5-Convert-UUlib/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for tempnam... yes checking for gettimeofday... yes checking for flockfile... yes checking for getc_unlocked... yes checking for feof_unlocked... no checking for ferror_unlocked... no checking for chmod... yes checking for umask... yes checking for mkstemp... yes checking version number... 0.5pl20 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h bmake: 1 error bmake: stopped making "all" in /tmp/work/converters/p5-Convert-UUlib/work/Convert-UUlib-1.8 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/p5-Convert-UUlib *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/p5-Convert-UUlib