>>> Building on exopi-4 under audio/p5-Audio-CD BDEPENDS = [audio/libcdaudio] DIST = [audio/p5-Audio-CD:Audio-CD-0.04.tar.gz] FULLPKGNAME = p5-Audio-CD-0.04p8 RDEPENDS = [audio/libcdaudio] (Junk lock obtained for exopi-4 at 1713347539.60) >>> Running depends in audio/p5-Audio-CD at 1713347539.64 /usr/sbin/pkg_add -aI -Drepair libcdaudio-0.99.12p3 was: /usr/sbin/pkg_add -aI -Drepair libcdaudio-0.99.12p3 /usr/sbin/pkg_add -aI -Drepair libcdaudio-0.99.12p3 >>> Running show-prepare-results in audio/p5-Audio-CD at 1713347540.54 ===> audio/p5-Audio-CD ===> Building from scratch p5-Audio-CD-0.04p8 ===> p5-Audio-CD-0.04p8 depends on: libcdaudio-* -> libcdaudio-0.99.12p3 ===> Verifying specs: c cdaudio perl ===> found c.100.0 cdaudio.1.1 perl.23.0 libcdaudio-0.99.12p3 (Junk lock released for exopi-4 at 1713347541.63) distfiles size=6539 >>> Running build in audio/p5-Audio-CD at 1713347541.67 ===> audio/p5-Audio-CD ===> Checking files for p5-Audio-CD-0.04p8 `/exopi-cvs/ports/distfiles/Audio-CD-0.04.tar.gz' is up to date. >> (SHA256) Audio-CD-0.04.tar.gz: OK ===> Extracting for p5-Audio-CD-0.04p8 ===> Patching for p5-Audio-CD-0.04p8 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.PL.orig Wed May 17 07:12:52 2000 |+++ Makefile.PL Fri Jul 8 11:23:53 2011 -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 7. done ===> Applying OpenBSD patch patch-cddb_lookup_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- cddb_lookup.c.orig Wed Jun 10 10:11:06 2009 |+++ cddb_lookup.c Wed Jun 10 10:12:15 2009 -------------------------- Patching file cddb_lookup.c using Plan A... Hunk #1 succeeded at 21. Hunk #2 succeeded at 102. 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 p5-Audio-CD-0.04p8 ===> Configuring for p5-Audio-CD-0.04p8 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Audio::CD Writing MYMETA.yml and MYMETA.json ===> Building for p5-Audio-CD-0.04p8 cp CD.pm blib/lib/Audio/CD.pm Running Mkbootstrap for CD () chmod 644 "CD.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.bs 644 cc -c -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -g cddb_lookup.c cddb_lookup.c:114:3: warning: call to undeclared library function 'strncpy' with type 'char *(char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] strncpy(hello.hello_program, PACKAGE, 256); ^ cddb_lookup.c:114:3: note: include the header or explicitly provide a declaration for 'strncpy' cddb_lookup.c:167:6: warning: call to undeclared function 'shutdown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] shutdown(sock, 2); ^ cddb_lookup.c:168:6: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(sock); ^ cddb_lookup.c:193:69: warning: if statement has empty body [-Wempty-body] if(list.list_host[serverindex].host_protocol == CDINDEX_MODE_HTTP); ^ cddb_lookup.c:193:69: note: put the semicolon on a separate line to silence this warning cddb_lookup.c:197:9: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if(strlen(query.query_list[0].list_artist) > 0) ^ cddb_lookup.c:197:9: note: include the header or explicitly provide a declaration for 'strlen' cddb_lookup.c:199:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ cddb_lookup.c:219:3: warning: call to undeclared function 'shutdown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] shutdown(sock, 2); ^ cddb_lookup.c:220:3: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(sock); ^ cddb_lookup.c:230:8: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ cddb_lookup.c:256:6: warning: call to undeclared function 'shutdown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] shutdown(sock, 2); ^ cddb_lookup.c:257:6: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(sock); ^ cddb_lookup.c:266:10: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(sock); ^ "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/p5-Audio-CD-0.04/Audio-CD-0.04/typemap' CD.xs > CD.xsc 12 warnings generated. mv CD.xsc CD.c cc -c -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -g CD.c CD.c:285:42: warning: cast to 'void *' from smaller integer type 'Audio__CD' (aka 'int') [-Wint-to-void-pointer-cast] sv_setref_pv(RETVALSV, "Audio::CD", (void*)RETVAL); ^~~~~~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:703:57: note: expanded from macro 'sv_setref_pv' #define sv_setref_pv(a,b,c) Perl_sv_setref_pv(aTHX_ a,b,c) ^ CD.c:349:44: warning: cast to 'void *' from smaller integer type 'Audio__CDDB' (aka 'int') [-Wint-to-void-pointer-cast] sv_setref_pv(RETVALSV, "Audio::CDDB", (void*)RETVAL); ^~~~~~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:703:57: note: expanded from macro 'sv_setref_pv' #define sv_setref_pv(a,b,c) Perl_sv_setref_pv(aTHX_ a,b,c) ^ 2 warnings generated. rm -f blib/arch/auto/Audio/CD/CD.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib cddb_lookup.o CD.o -o blib/arch/auto/Audio/CD/CD.so -L/usr/local/lib -lcdaudio chmod 755 blib/arch/auto/Audio/CD/CD.so Manifying 1 pod document >>> Running package in audio/p5-Audio-CD at 1713347545.65 ===> audio/p5-Audio-CD ===> Faking installation for p5-Audio-CD-0.04p8 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-Audio-CD-0.04/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Audio/CD/CD.so Installing /exopi-obj/pobj/p5-Audio-CD-0.04/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Audio/CD.pm Installing /exopi-obj/pobj/p5-Audio-CD-0.04/fake-amd64/usr/local/man/man3p/Audio::CD.3p Appending installation info to /exopi-obj/pobj/p5-Audio-CD-0.04/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-Audio-CD-0.04p8 Create /exopi-cvs/ports/packages/amd64/all/p5-Audio-CD-0.04p8.tgz Creating package p5-Audio-CD-0.04p8 reading plist| checking dependencies| checking dependencies|audio/libcdaudio checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 92% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-Audio-CD-0.04p8.tgz >>> Running clean in audio/p5-Audio-CD at 1713347548.44 ===> audio/p5-Audio-CD ===> Cleaning for p5-Audio-CD-0.04p8 >>> Ended at 1713347548.89 max_stuck=0.00/depends=0.88/show-prepare-results=1.16/build=3.96/package=2.76/clean=0.54