>>> Building on exopi-6 under audio/freealut BDEPENDS = [audio/openal] DIST = [audio/freealut:freealut-1.1.0.tar.gz] FULLPKGNAME = freealut-1.1.0p3 RDEPENDS = [audio/openal] (Junk lock obtained for exopi-6 at 1714757804.48) >>> Running depends in audio/freealut at 1714757804.52 last junk was in net/tut /usr/sbin/pkg_add -aI -Drepair openal-1.23.1v0 was: /usr/sbin/pkg_add -aI -Drepair openal-1.23.1v0 /usr/sbin/pkg_add -aI -Drepair openal-1.23.1v0 >>> Running show-prepare-results in audio/freealut at 1714757809.00 ===> audio/freealut ===> Building from scratch freealut-1.1.0p3 ===> freealut-1.1.0p3 depends on: openal-* -> openal-1.23.1v0 ===> Verifying specs: c++ c++abi pthread m openal>=1.0 pthread sndio ===> found c++.10.0 c++abi.7.0 pthread.27.1 m.10.1 openal.5.0 sndio.7.2 openal-1.23.1v0 (Junk lock released for exopi-6 at 1714757809.59) Woken up devel/gconf2 distfiles size=461830 >>> Running build in audio/freealut at 1714757809.62 ===> audio/freealut ===> Checking files for freealut-1.1.0p3 `/exopi-cvs/ports/distfiles/freealut-1.1.0.tar.gz' is up to date. >> (SHA256) freealut-1.1.0.tar.gz: OK ===> Extracting for freealut-1.1.0p3 ===> Patching for freealut-1.1.0p3 ===> Applying OpenBSD patch patch-src_alutInputStream_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/alutInputStream.c.orig Mon Oct 16 15:18:11 2006 |+++ src/alutInputStream.c Mon Oct 16 15:18:20 2006 -------------------------- Patching file src/alutInputStream.c using Plan A... Hunk #1 succeeded at 4. 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 freealut-1.1.0p3 ===> Configuring for freealut-1.1.0p3 Using /exopi-obj/pobj/freealut-1.1.0/config.site (generated) configure: loading site script /exopi-obj/pobj/freealut-1.1.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/freealut-1.1.0/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 an ANSI C-conforming const... (cached) yes checking whether the C compiler supports __attribute__... yes checking whether cc accepts -fvisibility=hidden... yes checking whether cc accepts -Wno-deprecated-declarations... yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for egrep... (cached) grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking how to run the C preprocessor... cc -E 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 for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 131072 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for library containing pthread_self... none required checking for library containing alGetError... -lopenal checking for ANSI C header files... (cached) yes checking AL/alc.h usability... yes checking AL/alc.h presence... yes checking for AL/alc.h... yes checking AL/al.h usability... yes checking AL/al.h presence... yes checking for AL/al.h... yes checking basetsd.h usability... no checking basetsd.h presence... no checking for basetsd.h... no checking for ctype.h... (cached) yes checking for math.h... (cached) yes checking for stdio.h... (cached) yes checking for time.h... (cached) yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for nanosleep... yes checking for usleep... yes checking for Sleep... no checking for stat... yes checking for _stat... no checking for cos in -lm... (cached) yes checking flags for maximum ANSI warnings... -Wall -ansi -pedantic configure: creating ./config.status config.status: creating Makefile config.status: creating admin/Makefile config.status: creating admin/pkgconfig/Makefile config.status: creating admin/pkgconfig/freealut-config config.status: creating admin/pkgconfig/freealut.pc config.status: creating admin/RPM/freealut.spec config.status: creating examples/Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating test_suite/Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for freealut-1.1.0p3 /usr/bin/make all-recursive Making all in admin Making all in pkgconfig Making all in src if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutBufferData.lo -MD -MP -MF ".deps/libalut_la-alutBufferData.Tpo" -c -o libalut_la-alutBufferData.lo `test -f 'alutBufferData.c' || echo './'`alutBufferData.c; then mv -f ".deps/libalut_la-alutBufferData.Tpo" ".deps/libalut_la-alutBufferData.Plo"; else rm -f ".deps/libalut_la-alutBufferData.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutBufferData.lo -MD -MP -MF .deps/libalut_la-alutBufferData.Tpo -c alutBufferData.c -fPIC -DPIC -o .libs/libalut_la-alutBufferData.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutBufferData.lo -MD -MP -MF .deps/libalut_la-alutBufferData.Tpo -c alutBufferData.c -o libalut_la-alutBufferData.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutCodec.lo -MD -MP -MF ".deps/libalut_la-alutCodec.Tpo" -c -o libalut_la-alutCodec.lo `test -f 'alutCodec.c' || echo './'`alutCodec.c; then mv -f ".deps/libalut_la-alutCodec.Tpo" ".deps/libalut_la-alutCodec.Plo"; else rm -f ".deps/libalut_la-alutCodec.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutCodec.lo -MD -MP -MF .deps/libalut_la-alutCodec.Tpo -c alutCodec.c -fPIC -DPIC -o .libs/libalut_la-alutCodec.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutCodec.lo -MD -MP -MF .deps/libalut_la-alutCodec.Tpo -c alutCodec.c -o libalut_la-alutCodec.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutError.lo -MD -MP -MF ".deps/libalut_la-alutError.Tpo" -c -o libalut_la-alutError.lo `test -f 'alutError.c' || echo './'`alutError.c; then mv -f ".deps/libalut_la-alutError.Tpo" ".deps/libalut_la-alutError.Plo"; else rm -f ".deps/libalut_la-alutError.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutError.lo -MD -MP -MF .deps/libalut_la-alutError.Tpo -c alutError.c -fPIC -DPIC -o .libs/libalut_la-alutError.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutError.lo -MD -MP -MF .deps/libalut_la-alutError.Tpo -c alutError.c -o libalut_la-alutError.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutInit.lo -MD -MP -MF ".deps/libalut_la-alutInit.Tpo" -c -o libalut_la-alutInit.lo `test -f 'alutInit.c' || echo './'`alutInit.c; then mv -f ".deps/libalut_la-alutInit.Tpo" ".deps/libalut_la-alutInit.Plo"; else rm -f ".deps/libalut_la-alutInit.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutInit.lo -MD -MP -MF .deps/libalut_la-alutInit.Tpo -c alutInit.c -fPIC -DPIC -o .libs/libalut_la-alutInit.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutInit.lo -MD -MP -MF .deps/libalut_la-alutInit.Tpo -c alutInit.c -o libalut_la-alutInit.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutInputStream.lo -MD -MP -MF ".deps/libalut_la-alutInputStream.Tpo" -c -o libalut_la-alutInputStream.lo `test -f 'alutInputStream.c' || echo './'`alutInputStream.c; then mv -f ".deps/libalut_la-alutInputStream.Tpo" ".deps/libalut_la-alutInputStream.Plo"; else rm -f ".deps/libalut_la-alutInputStream.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutInputStream.lo -MD -MP -MF .deps/libalut_la-alutInputStream.Tpo -c alutInputStream.c -fPIC -DPIC -o .libs/libalut_la-alutInputStream.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutInputStream.lo -MD -MP -MF .deps/libalut_la-alutInputStream.Tpo -c alutInputStream.c -o libalut_la-alutInputStream.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutLoader.lo -MD -MP -MF ".deps/libalut_la-alutLoader.Tpo" -c -o libalut_la-alutLoader.lo `test -f 'alutLoader.c' || echo './'`alutLoader.c; then mv -f ".deps/libalut_la-alutLoader.Tpo" ".deps/libalut_la-alutLoader.Plo"; else rm -f ".deps/libalut_la-alutLoader.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutLoader.lo -MD -MP -MF .deps/libalut_la-alutLoader.Tpo -c alutLoader.c -fPIC -DPIC -o .libs/libalut_la-alutLoader.o alutLoader.c:442:47: warning: passing 'ALbyte *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] stream = _alutInputStreamConstructFromFile (fileName); ^~~~~~~~ ./alutInternal.h:80:68: note: passing argument to parameter 'fileName' here extern InputStream *_alutInputStreamConstructFromFile (const char *fileName); ^ 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutLoader.lo -MD -MP -MF .deps/libalut_la-alutLoader.Tpo -c alutLoader.c -o libalut_la-alutLoader.o alutLoader.c:442:47: warning: passing 'ALbyte *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] stream = _alutInputStreamConstructFromFile (fileName); ^~~~~~~~ ./alutInternal.h:80:68: note: passing argument to parameter 'fileName' here extern InputStream *_alutInputStreamConstructFromFile (const char *fileName); ^ 1 warning generated. if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutOutputStream.lo -MD -MP -MF ".deps/libalut_la-alutOutputStream.Tpo" -c -o libalut_la-alutOutputStream.lo `test -f 'alutOutputStream.c' || echo './'`alutOutputStream.c; then mv -f ".deps/libalut_la-alutOutputStream.Tpo" ".deps/libalut_la-alutOutputStream.Plo"; else rm -f ".deps/libalut_la-alutOutputStream.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutOutputStream.lo -MD -MP -MF .deps/libalut_la-alutOutputStream.Tpo -c alutOutputStream.c -fPIC -DPIC -o .libs/libalut_la-alutOutputStream.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutOutputStream.lo -MD -MP -MF .deps/libalut_la-alutOutputStream.Tpo -c alutOutputStream.c -o libalut_la-alutOutputStream.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutUtil.lo -MD -MP -MF ".deps/libalut_la-alutUtil.Tpo" -c -o libalut_la-alutUtil.lo `test -f 'alutUtil.c' || echo './'`alutUtil.c; then mv -f ".deps/libalut_la-alutUtil.Tpo" ".deps/libalut_la-alutUtil.Plo"; else rm -f ".deps/libalut_la-alutUtil.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutUtil.lo -MD -MP -MF .deps/libalut_la-alutUtil.Tpo -c alutUtil.c -fPIC -DPIC -o .libs/libalut_la-alutUtil.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutUtil.lo -MD -MP -MF .deps/libalut_la-alutUtil.Tpo -c alutUtil.c -o libalut_la-alutUtil.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutVersion.lo -MD -MP -MF ".deps/libalut_la-alutVersion.Tpo" -c -o libalut_la-alutVersion.lo `test -f 'alutVersion.c' || echo './'`alutVersion.c; then mv -f ".deps/libalut_la-alutVersion.Tpo" ".deps/libalut_la-alutVersion.Plo"; else rm -f ".deps/libalut_la-alutVersion.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutVersion.lo -MD -MP -MF .deps/libalut_la-alutVersion.Tpo -c alutVersion.c -fPIC -DPIC -o .libs/libalut_la-alutVersion.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutVersion.lo -MD -MP -MF .deps/libalut_la-alutVersion.Tpo -c alutVersion.c -o libalut_la-alutVersion.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutWaveform.lo -MD -MP -MF ".deps/libalut_la-alutWaveform.Tpo" -c -o libalut_la-alutWaveform.lo `test -f 'alutWaveform.c' || echo './'`alutWaveform.c; then mv -f ".deps/libalut_la-alutWaveform.Tpo" ".deps/libalut_la-alutWaveform.Plo"; else rm -f ".deps/libalut_la-alutWaveform.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutWaveform.lo -MD -MP -MF .deps/libalut_la-alutWaveform.Tpo -c alutWaveform.c -fPIC -DPIC -o .libs/libalut_la-alutWaveform.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT libalut_la-alutWaveform.lo -MD -MP -MF .deps/libalut_la-alutWaveform.Tpo -c alutWaveform.c -o libalut_la-alutWaveform.o /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o libalut.la -rpath /usr/local/lib -no-undefined -version-info 1:0:1 libalut_la-alutBufferData.lo libalut_la-alutCodec.lo libalut_la-alutError.lo libalut_la-alutInit.lo libalut_la-alutInputStream.lo libalut_la-alutLoader.lo libalut_la-alutOutputStream.lo libalut_la-alutUtil.lo libalut_la-alutVersion.lo libalut_la-alutWaveform.lo -lm -lopenal libtool: link: cc -shared -fPIC -DPIC -o .libs/libalut.so.1.0 -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe .libs/libalut_la-alutBufferData.o .libs/libalut_la-alutCodec.o .libs/libalut_la-alutError.o .libs/libalut_la-alutInit.o .libs/libalut_la-alutInputStream.o .libs/libalut_la-alutLoader.o .libs/libalut_la-alutOutputStream.o .libs/libalut_la-alutUtil.o .libs/libalut_la-alutVersion.o .libs/libalut_la-alutWaveform.o -L.libs -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-soname,libalut.so.1.0 libtool: link: ar cru .libs/libalut.a libalut_la-alutBufferData.o libalut_la-alutCodec.o libalut_la-alutError.o libalut_la-alutInit.o libalut_la-alutInputStream.o libalut_la-alutLoader.o libalut_la-alutOutputStream.o libalut_la-alutUtil.o libalut_la-alutVersion.o libalut_la-alutWaveform.o libtool: link: ranlib .libs/libalut.a Making all in include Making all in examples if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT hello_world.o -MD -MP -MF ".deps/hello_world.Tpo" -c -o hello_world.o hello_world.c; then mv -f ".deps/hello_world.Tpo" ".deps/hello_world.Po"; else rm -f ".deps/hello_world.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o hello_world hello_world.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/hello_world -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe hello_world.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT playfile.o -MD -MP -MF ".deps/playfile.Tpo" -c -o playfile.o playfile.c; then mv -f ".deps/playfile.Tpo" ".deps/playfile.Po"; else rm -f ".deps/playfile.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o playfile playfile.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/playfile -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe playfile.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib Making all in test_suite if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT test_errorstuff.o -MD -MP -MF ".deps/test_errorstuff.Tpo" -c -o test_errorstuff.o test_errorstuff.c; then mv -f ".deps/test_errorstuff.Tpo" ".deps/test_errorstuff.Po"; else rm -f ".deps/test_errorstuff.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o test_errorstuff test_errorstuff.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/test_errorstuff -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe test_errorstuff.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT test_fileloader.o -MD -MP -MF ".deps/test_fileloader.Tpo" -c -o test_fileloader.o test_fileloader.c; then mv -f ".deps/test_fileloader.Tpo" ".deps/test_fileloader.Po"; else rm -f ".deps/test_fileloader.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o test_fileloader test_fileloader.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/test_fileloader -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe test_fileloader.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT test_memoryloader.o -MD -MP -MF ".deps/test_memoryloader.Tpo" -c -o test_memoryloader.o test_memoryloader.c; then mv -f ".deps/test_memoryloader.Tpo" ".deps/test_memoryloader.Po"; else rm -f ".deps/test_memoryloader.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o test_memoryloader test_memoryloader.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/test_memoryloader -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe test_memoryloader.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -Wno-deprecated-declarations -O2 -pipe -MT test_retrostuff-test_retrostuff.o -MD -MP -MF ".deps/test_retrostuff-test_retrostuff.Tpo" -c -o test_retrostuff-test_retrostuff.o `test -f 'test_retrostuff.c' || echo './'`test_retrostuff.c; then mv -f ".deps/test_retrostuff-test_retrostuff.Tpo" ".deps/test_retrostuff-test_retrostuff.Po"; else rm -f ".deps/test_retrostuff-test_retrostuff.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o test_retrostuff test_retrostuff-test_retrostuff.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/test_retrostuff -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe test_retrostuff-test_retrostuff.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT test_version.o -MD -MP -MF ".deps/test_version.Tpo" -c -o test_version.o test_version.c; then mv -f ".deps/test_version.Tpo" ".deps/test_version.Po"; else rm -f ".deps/test_version.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o test_version test_version.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/test_version -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe test_version.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/ -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -MT test_waveforms.o -MD -MP -MF ".deps/test_waveforms.Tpo" -c -o test_waveforms.o test_waveforms.c; then mv -f ".deps/test_waveforms.Tpo" ".deps/test_waveforms.Po"; else rm -f ".deps/test_waveforms.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe -L/usr/local/lib -o test_waveforms test_waveforms.o ../src/libalut.la -lopenal libtool: link: cc -o .libs/test_waveforms -fvisibility=hidden -Wall -ansi -pedantic -O2 -pipe test_waveforms.o -L.libs -lalut -lm -lopenal -lsndio -lc++ -lc++abi -lpthread -Wl,-rpath-link,/usr/local/lib >>> Running package in audio/freealut at 1714757834.36 ===> audio/freealut ===> Faking installation for freealut-1.1.0p3 Making install in admin Making install in pkgconfig test -z "/usr/local/bin" || mkdir -p -- "/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/bin" /exopi-obj/pobj/freealut-1.1.0/bin/install -c -m 755 'freealut-config' '/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/bin/freealut-config' test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib/pkgconfig" /exopi-obj/pobj/freealut-1.1.0/bin/install -c -m 644 'freealut.pc' '/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib/pkgconfig/freealut.pc' Making install in src test -z "/usr/local/lib" || mkdir -p -- "/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib" /usr/bin/libtool --mode=install /exopi-obj/pobj/freealut-1.1.0/bin/install -c 'libalut.la' '/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib/libalut.la' libtool: install: /exopi-obj/pobj/freealut-1.1.0/bin/install -c -m 644 ./.libs/libalut.a /exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib/libalut.a libtool: install: /exopi-obj/pobj/freealut-1.1.0/bin/install -c -m 644 ./.libs/libalut.so.1.0 /exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib/libalut.so.1.0 libtool: install: /exopi-obj/pobj/freealut-1.1.0/bin/install -c -m 644 ./.libs/libalut.lai /exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/lib/libalut.la Making install in include test -z "/usr/local/include" || mkdir -p -- "/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/include" /exopi-obj/pobj/freealut-1.1.0/freealut-1.1.0/admin/autotools/install-sh -c -m 644 'AL/alut.h' '/exopi-obj/pobj/freealut-1.1.0/fake-amd64/usr/local/include/AL/alut.h' Making install in examples Making install in test_suite ===> Building package for freealut-1.1.0p3 Create /exopi-cvs/ports/packages/amd64/all/freealut-1.1.0p3.tgz Creating package freealut-1.1.0p3 reading plist| checking dependencies| checking dependencies|audio/openal checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************* | 58% archiving|*********************************************************** | 92% archiving|************************************************************* | 95% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/freealut-1.1.0p3.tgz >>> Running clean in audio/freealut at 1714757836.94 ===> audio/freealut ===> Cleaning for freealut-1.1.0p3 >>> Ended at 1714757837.22 max_stuck=3.34/depends=4.46/show-prepare-results=0.65/build=24.73/package=2.58/clean=0.31