>>> Building on exopi-5 under audio/shorten BDEPENDS = [devel/dwz] DIST = [audio/shorten:shorten-3.6.1.tar.gz] FULLPKGNAME = shorten-3.6.1p0 (Junk lock obtained for exopi-5 at 1711573432.95) >>> Running depends in audio/shorten at 1711573432.98 /usr/sbin/pkg_add -aI -Drepair dwz-0.15 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.15 /usr/sbin/pkg_add -aI -Drepair dwz-0.15 >>> Running show-prepare-results in audio/shorten at 1711573433.59 ===> audio/shorten ===> Building from scratch shorten-3.6.1p0 ===> shorten-3.6.1p0 depends on: dwz-* -> dwz-0.15 ===> Verifying specs: c m ===> found c.99.0 m.10.1 dwz-0.15 (Junk lock released for exopi-5 at 1711573434.53) distfiles size=597581 >>> Running build in audio/shorten at 1711573434.58 ===> audio/shorten ===> Checking files for shorten-3.6.1p0 `/exopi-cvs/ports/distfiles/shorten-3.6.1.tar.gz' is up to date. >> (SHA256) shorten-3.6.1.tar.gz: OK ===> Extracting for shorten-3.6.1p0 ===> Patching for shorten-3.6.1p0 ===> Applying OpenBSD patch patch-src_shorten_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/shorten.c |--- src/shorten.c.orig |+++ src/shorten.c -------------------------- Patching file src/shorten.c using Plan A... Hunk #1 succeeded at 334. done ===> Applying OpenBSD patch patch-utils_mkbshift_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: utils/mkbshift.c |--- utils/mkbshift.c.orig |+++ utils/mkbshift.c -------------------------- Patching file utils/mkbshift.c using Plan A... Hunk #1 succeeded at 83. Hunk #2 succeeded at 96. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for shorten-3.6.1p0 ===> Configuring for shorten-3.6.1p0 Using /exopi-obj/pobj/shorten-3.6.1/config.site (generated) configure: loading site script /exopi-obj/pobj/shorten-3.6.1/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for a BSD-compatible install... /exopi-obj/pobj/shorten-3.6.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /exopi-obj/pobj/shorten-3.6.1/bin/install -c checking for gawk... (cached) awk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for main in -lm... (cached) yes configure: checking for headers checking for ANSI C header files... (cached) yes checking for stdarg.h... (cached) yes checking for inttypes.h... (cached) yes configure: checking for win32 environment checking windows.h usability... no checking windows.h presence... no checking for windows.h... no configure: checking for data types checking for unsigned long... (cached) yes checking size of unsigned long... 8 configure: checking for library functions checking for strerror... (cached) yes checking for truncate... (cached) yes configure: creating ./config.status config.status: creating man/Makefile config.status: creating utils/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating include/config.h config.status: executing depfiles commands configure: ready to compile. shorten is now configured with the following options: version: 3.6.1 install: /usr/local/bin Type 'make' to build shorten. Afterwards, type 'make check' to run some verification tests. ===> Building for shorten-3.6.1p0 Making all in man Making all in utils cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT Sulawalaw.o -MD -MP -MF .deps/Sulawalaw.Tpo -c -o Sulawalaw.o Sulawalaw.c mv -f .deps/Sulawalaw.Tpo .deps/Sulawalaw.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c array.c:21:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void *pmalloc(size) ulong size; { ^ array.c:41:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] slong **long2d(n0, n1) ulong n0, n1; { ^ array.c:55:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] float **float2d(n0, n1) ulong n0, n1; { ^ 3 warnings generated. mv -f .deps/array.Tpo .deps/array.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT exit.o -MD -MP -MF .deps/exit.Tpo -c -o exit.o exit.c exit.c:48:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void basic_exit(exitcode) int exitcode; { ^ 1 warning generated. mv -f .deps/exit.Tpo .deps/exit.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT mkbshift.o -MD -MP -MF .deps/mkbshift.Tpo -c -o mkbshift.o mkbshift.c mv -f .deps/mkbshift.Tpo .deps/mkbshift.Po cc -O2 -pipe -g -o mkbshift Sulawalaw.o array.o exit.o mkbshift.o -lm exit.c:95(exit.o:(error_exit)): warning: vsprintf() is often misused, please use vsnprintf() exit.c:143(exit.o:(perror_exit)): warning: strcat() is almost always misused, please use strlcat() Making all in src /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT aiff.o -MD -MP -MF .deps/aiff.Tpo -c -o aiff.o aiff.c aiff.c:42:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static ulong fread_long_int(fp) FILE *fp; { ^ aiff.c:59:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static ushort short_at(p) unsigned char *p; { ^ aiff.c:62:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static ulong long_at(p) unsigned char *p; { ^ aiff.c:69:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void write_hdr_long(data, hdr) ^ aiff.c:80:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Iff_Header *aiff_prochdr(filei, ftype, nchan, datalen, wtype) ^ 5 warnings generated. mv -f .deps/aiff.Tpo .deps/aiff.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT dupfinfo.o -MD -MP -MF .deps/dupfinfo.Tpo -c -o dupfinfo.o dupfinfo.c dupfinfo.c:33:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int dupfileinfo(path0, path1) char *path0, *path1; { ^ 1 warning generated. mv -f .deps/dupfinfo.Tpo .deps/dupfinfo.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT fixio.o -MD -MP -MF .deps/fixio.Tpo -c -o fixio.o fixio.c fixio.c:66:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int fread_type(data, ftype, nchan, nitem, stream, datalen) slong **data; ^ fixio.c:247:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fwrite_type(data, ftype, nchan, nitem, stream) slong **data; int ftype, ^ fixio.c:410:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int find_bitshift(data, nitem, ftype) slong *data; int nitem, ftype; { ^ fixio.c:446:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fix_bitshift(buffer, nitem, bitshift, ftype) slong *buffer; int nitem, ^ 4 warnings generated. mv -f .deps/fixio.Tpo .deps/fixio.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT hsgetopt.o -MD -MP -MF .deps/hsgetopt.Tpo -c -o hsgetopt.o hsgetopt.c hsgetopt.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hs_getopt(argc, argv, optstring) ^ 1 warning generated. mv -f .deps/hsgetopt.Tpo .deps/hsgetopt.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT license.o -MD -MP -MF .deps/license.Tpo -c -o license.o license.c mv -f .deps/license.Tpo .deps/license.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT lpc.o -MD -MP -MF .deps/lpc.Tpo -c -o lpc.o lpc.c lpc.c:26:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wav2lpc(buf, nbuf, offset, qlpc, nlpc, version, psigbit, presbit) ^ 1 warning generated. mv -f .deps/lpc.Tpo .deps/lpc.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c main.c:21:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) int argc; char **argv; { ^ 1 warning generated. mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT poly.o -MD -MP -MF .deps/poly.Tpo -c -o poly.o poly.c poly.c:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wav2poly(buf, nbuf, offset, version, psigbit, presbit) slong *buf; int nbuf; ^ 1 warning generated. mv -f .deps/poly.Tpo .deps/poly.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT riffwave.o -MD -MP -MF .deps/riffwave.Tpo -c -o riffwave.o riffwave.c riffwave.c:37:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static slong fread_long (fp) FILE *fp; { ^ riffwave.c:50:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static sshort short_at (p) uchar *p; { ^ riffwave.c:57:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void write_hdr(buf, len, hdr) ^ riffwave.c:92:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void write_hdr_long(data, hdr) ^ riffwave.c:103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Iff_Header *riff_wave_prochdr (filei, ftype, nchan, datalen, wtype) ^ riffwave.c:210:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void write_verbatim_chunk (data, len, fileo) ^ riffwave.c:221:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void write_header (hdr, fileo) ^ riffwave.c:235:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void verbatim_file (filei, fileo) ^ riffwave.c:245:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_header (hdr) ^ 9 warnings generated. mv -f .deps/riffwave.Tpo .deps/riffwave.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT shorten.o -MD -MP -MF .deps/shorten.Tpo -c -o shorten.o shorten.c mv -f .deps/shorten.Tpo .deps/shorten.Po cc -DHAVE_CONFIG_H -I. -I../include -O2 -pipe -g -MT vario.o -MD -MP -MF .deps/vario.Tpo -c -o vario.o vario.c vario.c:77:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void word_put(buffer, stream) ulong buffer; FILE *stream; { ^ vario.c:92:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void uvar_put(val, nbin, stream) ulong val; int nbin; FILE *stream; { ^ vario.c:129:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ulong_put(val, stream) ulong val; FILE *stream; { ^ vario.c:165:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] slong uvar_get(nbin, stream) int nbin; FILE *stream; ^ vario.c:214:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ulong ulong_get(stream) FILE *stream; { ^ vario.c:219:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void var_put(val, nbin, stream) slong val; int nbin; FILE *stream; { ^ vario.c:224:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void var_put_quit(stream) FILE *stream; { ^ vario.c:235:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] slong var_get(nbin, stream) int nbin; FILE *stream; { ^ vario.c:246:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int sizeof_uvar(val, nbin) ulong val; int nbin; { ^ vario.c:250:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int sizeof_var(val, nbin) slong val; int nbin; { ^ 10 warnings generated. mv -f .deps/vario.Tpo .deps/vario.Po cc -O2 -pipe -g -o shorten aiff.o dupfinfo.o fixio.o hsgetopt.o license.o lpc.o main.o poly.o riffwave.o shorten.o vario.o ../utils/Sulawalaw.o ../utils/array.o ../utils/exit.o -lm shorten.c:223(shorten.o:(parseList)): warning: strcpy() is almost always misused, please use strlcpy() exit.c:95(../utils/exit.o:(error_exit)): warning: vsprintf() is often misused, please use vsnprintf() exit.c:143(../utils/exit.o:(perror_exit)): warning: strcat() is almost always misused, please use strlcat() Making all in tests >>> Running package in audio/shorten at 1711573449.28 ===> audio/shorten ===> Faking installation for shorten-3.6.1p0 Making install in man test -z "/usr/local/man/man1" || mkdir -p "/exopi-obj/pobj/shorten-3.6.1/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/shorten-3.6.1/bin/install -c -m 644 './shorten.1' '/exopi-obj/pobj/shorten-3.6.1/fake-amd64/usr/local/man/man1/shorten.1' Making install in utils Making install in src /usr/bin/make install-am test -z "/usr/local/bin" || mkdir -p "/exopi-obj/pobj/shorten-3.6.1/fake-amd64/usr/local/bin" /exopi-obj/pobj/shorten-3.6.1/bin/install -c -m 755 'shorten' '/exopi-obj/pobj/shorten-3.6.1/fake-amd64/usr/local/bin/shorten' Making install in tests Reading existing plist for shorten-3.6.1p0 Writing /exopi-obj/pobj/shorten-3.6.1/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/shorten-3.6.1/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/shorten-3.6.1/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/shorten-3.6.1/fake-amd64/usr/local/bin/shorten ===> Building package for shorten-3.6.1p0 Create /exopi-cvs/ports/packages/amd64/all/shorten-3.6.1p0.tgz Creating package shorten-3.6.1p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|******************************************************* | 86% archiving|****************************************************************|100% Creating package debug-shorten-3.6.1p0 reading plist| checking dependencies| checking dependencies|audio/shorten checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/shorten-3.6.1p0.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-shorten-3.6.1p0.tgz >>> Running clean in audio/shorten at 1711573454.47 ===> audio/shorten ===> Cleaning for shorten-3.6.1p0 >>> Ended at 1711573455.01 max_stuck=0.87/depends=0.62/show-prepare-results=0.96/build=14.72/package=5.18/clean=0.57