>>> Building on exopi-1 under audio/sidplay BDEPENDS = [audio/libsidplay] DIST = [audio/sidplay:sidplay-base-1.0.9.tgz] FULLPKGNAME = sidplay-1.0.9p7 RDEPENDS = [audio/libsidplay] (Junk lock obtained for exopi-1 at 1711578812.63) >>> Running depends in audio/sidplay at 1711578812.67 last junk was in devel/py-flit_scm,python3 /usr/sbin/pkg_add -aI -Drepair libsidplay-1.36.59 was: /usr/sbin/pkg_add -aI -Drepair libsidplay-1.36.59 /usr/sbin/pkg_add -aI -Drepair libsidplay-1.36.59 >>> Running show-prepare-results in audio/sidplay at 1711578814.78 ===> audio/sidplay ===> Building from scratch sidplay-1.0.9p7 ===> sidplay-1.0.9p7 depends on: libsidplay-* -> libsidplay-1.36.59 ===> Verifying specs: c m sidplay>=1 sndio c++ c++abi pthread ===> found c.99.0 m.10.1 sidplay.2.0 sndio.7.2 c++.10.0 c++abi.7.0 pthread.27.1 libsidplay-1.36.59 (Junk lock released for exopi-1 at 1711578815.44) distfiles size=71969 >>> Running build in audio/sidplay at 1711578815.47 ===> audio/sidplay ===> Checking files for sidplay-1.0.9p7 `/exopi-cvs/ports/distfiles/sidplay-base-1.0.9.tgz' is up to date. >> (SHA256) sidplay-base-1.0.9.tgz: OK ===> Extracting for sidplay-1.0.9p7 ===> Patching for sidplay-1.0.9p7 ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Sat Sep 28 20:44:14 2002 |+++ configure Fri Oct 24 15:49:10 2014 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 1590. done ===> Applying OpenBSD patch patch-configure_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.in.orig Sat Sep 28 20:44:02 2002 |+++ configure.in Fri Oct 24 15:57:45 2014 -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 64. done ===> Applying OpenBSD patch patch-sid2wav_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sid2wav.cpp.orig Thu Apr 20 16:59:16 2017 |+++ sid2wav.cpp Thu Apr 20 16:59:52 2017 -------------------------- Patching file sid2wav.cpp using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 38. done ===> Applying OpenBSD patch patch-sidcon_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sidcon.cpp.orig Thu Apr 20 17:00:09 2017 |+++ sidcon.cpp Thu Apr 20 17:00:34 2017 -------------------------- Patching file sidcon.cpp using Plan A... Hunk #1 succeeded at 25. done ===> Applying OpenBSD patch patch-sidplay_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sidplay.cpp.orig Thu Apr 20 16:54:28 2017 |+++ sidplay.cpp Thu Apr 20 16:58:52 2017 -------------------------- Patching file sidplay.cpp using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 30. 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 sidplay-1.0.9p7 ===> Configuring for sidplay-1.0.9p7 Using /exopi-obj/pobj/sidplay-1.0.9/config.site (generated) loading site script /exopi-obj/pobj/sidplay-1.0.9/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/sidplay-1.0.9/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking host system type... x86_64-unknown-openbsd7.5 checking for c++... c++ checking whether the C++ compiler (c++ -O2 -pipe ) works... yes checking whether the C++ compiler (c++ -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... (cached) yes checking for working SIDPLAY library and headers... yes checking how to run the C++ preprocessor... c++ -E checking for ANSI C header files... (cached) yes checking for signal.h... (cached) yes checking for iostream.h... no checking for iomanip.h... no checking for sys/ioctl.h... (cached) yes checking for linux/soundcard.h... no checking for machine/soundcard.h... no checking for soundcard.h... (cached) yes checking for sys/audio.h... no checking for sun/audioio.h... no checking for sun/dbriio.h... no checking for sys/audioio.h... yes checking for audio.h... no checking for dmedia/audio.h... no checking for cp... (cached) /bin/cp checking for main in -lossaudio... yes checking which audio driver to install... sndio updating cache ./config.cache creating ./config.status creating Makefile ===> Building for sidplay-1.0.9p7 c++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DSTDC_HEADERS=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SOUNDCARD_H=1 -DHAVE_SYS_AUDIOIO_H=1 -DHAVE_OPENBSD=1 -I. -I. -I/usr/local/include -O2 -pipe -c sidplay.cpp sidplay.cpp:159:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning generated. c++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DSTDC_HEADERS=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SOUNDCARD_H=1 -DHAVE_SYS_AUDIOIO_H=1 -DHAVE_OPENBSD=1 -I. -I. -I/usr/local/include -O2 -pipe -c audiodrv.cpp c++ -O2 -pipe -o sidplay sidplay.o audiodrv.o -L/usr/local/lib -lsidplay -lsndio c++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DSTDC_HEADERS=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SOUNDCARD_H=1 -DHAVE_SYS_AUDIOIO_H=1 -DHAVE_OPENBSD=1 -I. -I. -I/usr/local/include -O2 -pipe -c sid2wav.cpp sid2wav.cpp:271:34: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] muteVal |= (1 << argv[a][j]-'1'); ~~ ~~~~~~~~~~^~~~ sid2wav.cpp:271:34: note: place parentheses around the '-' expression to silence this warning muteVal |= (1 << argv[a][j]-'1'); ^ ( ) sid2wav.cpp:734:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] void error(char* s1, char* s2 = "") ^ 2 warnings generated. c++ -O2 -pipe -o sid2wav sid2wav.o -L/usr/local/lib -lsidplay sid2wav.cpp(sid2wav.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() c++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DSTDC_HEADERS=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SOUNDCARD_H=1 -DHAVE_SYS_AUDIOIO_H=1 -DHAVE_OPENBSD=1 -I. -I. -I/usr/local/include -O2 -pipe -c sidcon.cpp c++ -O2 -pipe -o sidcon sidcon.o -L/usr/local/lib -lsidplay sidcon.cpp(sidcon.o:(recurseDir(_dirdesc*, char const*))): warning: strcpy() is almost always misused, please use strlcpy() sidcon.cpp(sidcon.o:(recurseDir(_dirdesc*, char const*))): warning: strcat() is almost always misused, please use strlcat() sidcon.cpp(sidcon.o:(handleFile(char const*))): warning: tmpnam() possibly used unsafely; consider using mkstemp() >>> Running package in audio/sidplay at 1711578831.74 ===> audio/sidplay ===> Faking installation for sidplay-1.0.9p7 /bin/sh ./mkinstalldirs /exopi-obj/pobj/sidplay-1.0.9/fake-amd64/usr/local/bin /exopi-obj/pobj/sidplay-1.0.9/bin/install -c -s -m 755 sidplay /exopi-obj/pobj/sidplay-1.0.9/fake-amd64/usr/local/bin/sidplay /exopi-obj/pobj/sidplay-1.0.9/bin/install -c -s -m 755 sid2wav /exopi-obj/pobj/sidplay-1.0.9/fake-amd64/usr/local/bin/sid2wav /exopi-obj/pobj/sidplay-1.0.9/bin/install -c -s -m 755 sidcon /exopi-obj/pobj/sidplay-1.0.9/fake-amd64/usr/local/bin/sidcon ===> Building package for sidplay-1.0.9p7 Create /exopi-cvs/ports/packages/amd64/all/sidplay-1.0.9p7.tgz Creating package sidplay-1.0.9p7 reading plist| checking dependencies| checking dependencies|audio/libsidplay checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|********************************* | 51% archiving|********************************************** | 72% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sidplay-1.0.9p7.tgz >>> Running clean in audio/sidplay at 1711578834.93 ===> audio/sidplay ===> Cleaning for sidplay-1.0.9p7 >>> Ended at 1711578835.29 max_stuck=0.00/depends=2.11/show-prepare-results=0.69/build=16.26/package=3.03/clean=0.56