>>> Building on exopi-1 under audio/vorbisgain BDEPENDS = [audio/libvorbis;archivers/unzip] DIST = [audio/vorbisgain:vorbisgain-0.36.zip] FULLPKGNAME = vorbisgain-0.36p3 RDEPENDS = [audio/libvorbis] (Junk lock obtained for exopi-1 at 1714743001.85) >>> Running depends in audio/vorbisgain at 1714743001.88 /usr/sbin/pkg_add -aI -Drepair libvorbis-1.3.7 unzip-6.0p17 was: /usr/sbin/pkg_add -aI -Drepair libvorbis-1.3.7 unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair libvorbis-1.3.7 unzip-6.0p17 >>> Running show-prepare-results in audio/vorbisgain at 1714743002.63 ===> audio/vorbisgain ===> Building from scratch vorbisgain-0.36p3 ===> vorbisgain-0.36p3 depends on: unzip-* -> unzip-6.0p17 ===> vorbisgain-0.36p3 depends on: libvorbis-* -> libvorbis-1.3.7 ===> Verifying specs: c m ogg vorbis>=4 vorbisfile>=4 ===> found c.100.0 m.10.1 ogg.6.2 vorbis.9.0 vorbisfile.6.0 libvorbis-1.3.7 unzip-6.0p17 (Junk lock released for exopi-1 at 1714743003.63) distfiles size=155367 >>> Running build in audio/vorbisgain at 1714743003.66 ===> audio/vorbisgain ===> Checking files for vorbisgain-0.36p3 `/exopi-cvs/ports/distfiles/vorbisgain-0.36.zip' is up to date. >> (SHA256) vorbisgain-0.36.zip: OK ===> Extracting for vorbisgain-0.36p3 ===> Patching for vorbisgain-0.36p3 ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Sun Feb 6 19:39:03 2005 |+++ configure Sun Feb 6 19:39:28 2005 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 2838. Hunk #2 succeeded at 2846. done ===> Applying OpenBSD patch patch-vorbis_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- vorbis.c.orig Sun Apr 17 14:15:59 2005 |+++ vorbis.c Sun Apr 17 14:23:48 2005 -------------------------- Patching file vorbis.c using Plan A... Hunk #1 succeeded at 659. 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 vorbisgain-0.36p3 ===> Configuring for vorbisgain-0.36p3 Using /exopi-obj/pobj/vorbisgain-0.36/config.site (generated) configure: loading site script /exopi-obj/pobj/vorbisgain-0.36/config.site checking for a BSD-compatible install... /exopi-obj/pobj/vorbisgain-0.36/bin/install -c checking whether build environment is sane... yes 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for Ogg... yes checking for Vorbis... yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking whether termios.h defines TIOCGWINSZ... 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 for errno.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking for termios.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for size_t... (cached) yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... (cached) no checking for vprintf... (cached) yes checking for _doprnt... no checking for floor... no checking for getcwd... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for pow... no checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for ov_read_float in -lvorbisfile... yes checking if ov_read_float() takes four arguments... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for vorbisgain-0.36p3 /usr/bin/make all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT vorbisgain.o -MD -MP -MF ".deps/vorbisgain.Tpo" -c -o vorbisgain.o `test -f 'vorbisgain.c' || echo './'`vorbisgain.c; then mv -f ".deps/vorbisgain.Tpo" ".deps/vorbisgain.Po"; else rm -f ".deps/vorbisgain.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT vorbis.o -MD -MP -MF ".deps/vorbis.Tpo" -c -o vorbis.o `test -f 'vorbis.c' || echo './'`vorbis.c; then mv -f ".deps/vorbis.Tpo" ".deps/vorbis.Po"; else rm -f ".deps/vorbis.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT recurse.o -MD -MP -MF ".deps/recurse.Tpo" -c -o recurse.o `test -f 'recurse.c' || echo './'`recurse.c; then mv -f ".deps/recurse.Tpo" ".deps/recurse.Po"; else rm -f ".deps/recurse.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f 'misc.c' || echo './'`misc.c; then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi misc.c:59:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, strerror(err_num)); ^~~~~~~~~~~~~~~~~ misc.c:59:21: note: treat the string as an argument to avoid this fprintf(stderr, strerror(err_num)); ^ "%s", misc.c:268:9: warning: call to undeclared function 'isatty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (isatty(fd)) ^ misc.c:289:18: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!ioctl(fd, TIOCGWINSZ, &size)) ^ 3 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT gain_analysis.o -MD -MP -MF ".deps/gain_analysis.Tpo" -c -o gain_analysis.o `test -f 'gain_analysis.c' || echo './'`gain_analysis.c; then mv -f ".deps/gain_analysis.Tpo" ".deps/gain_analysis.Po"; else rm -f ".deps/gain_analysis.Tpo"; exit 1; fi gain_analysis.c:116:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; ^ gain_analysis.c:118:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] Float_t loutbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; ^ gain_analysis.c:122:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] Float_t rstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; ^ gain_analysis.c:124:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] Float_t routbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; ^ gain_analysis.c:132:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] static Uint32_t A [(size_t)(STEPS_per_dB * MAX_dB)]; ^ gain_analysis.c:133:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] static Uint32_t B [(size_t)(STEPS_per_dB * MAX_dB)]; ^ 6 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT vcedit.o -MD -MP -MF ".deps/vcedit.Tpo" -c -o vcedit.o `test -f 'vcedit.c' || echo './'`vcedit.c; then mv -f ".deps/vcedit.Tpo" ".deps/vcedit.Po"; else rm -f ".deps/vcedit.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi getopt.c:211:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ getopt.c:301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ getopt.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_initialize (argc, argv, optstring) ^ getopt.c:399:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ getopt.c:508:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ getopt.c:964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from getopt.c:104: ./getopt.h:136:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int getopt (); ^ 7 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -fsigned-char -O2 -pipe -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi getopt1.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ getopt1.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. cc -fsigned-char -O2 -pipe -L/usr/local/lib -L/usr/local/lib -o vorbisgain vorbisgain.o vorbis.o recurse.o misc.o gain_analysis.o vcedit.o getopt.o getopt1.o -lvorbisfile -lvorbis -lm -logg -lvorbisfile recurse.c(recurse.o:(process_directory)): warning: strcpy() is almost always misused, please use strlcpy() recurse.c(recurse.o:(process_directory)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in audio/vorbisgain at 1714743016.13 ===> audio/vorbisgain ===> Faking installation for vorbisgain-0.36p3 /bin/sh ./mkinstalldirs /exopi-obj/pobj/vorbisgain-0.36/fake-amd64/usr/local/bin /exopi-obj/pobj/vorbisgain-0.36/bin/install -c -s -m 755 vorbisgain /exopi-obj/pobj/vorbisgain-0.36/fake-amd64/usr/local/bin/vorbisgain /bin/sh ./mkinstalldirs /exopi-obj/pobj/vorbisgain-0.36/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/vorbisgain-0.36/bin/install -c -m 644 ./vorbisgain.1 /exopi-obj/pobj/vorbisgain-0.36/fake-amd64/usr/local/man/man1/vorbisgain.1 ===> Building package for vorbisgain-0.36p3 Create /exopi-cvs/ports/packages/amd64/all/vorbisgain-0.36p3.tgz Creating package vorbisgain-0.36p3 reading plist| checking dependencies| checking dependencies|audio/libvorbis checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 2% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/vorbisgain-0.36p3.tgz >>> Running clean in audio/vorbisgain at 1714743019.11 ===> audio/vorbisgain ===> Cleaning for vorbisgain-0.36p3 >>> Ended at 1714743019.51 max_stuck=0.00/depends=0.73/show-prepare-results=1.06/build=12.48/package=2.98/clean=0.42