------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libexif-0.6.21_5.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/pkgconf-1.6.3,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-LibExif-0.04_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-LibExif-0.04_1 for building => SHA256 Checksum OK for Image-LibExif-0.04.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-LibExif-0.04_1 for building ===> Extracting for p5-Image-LibExif-0.04_1 => SHA256 Checksum OK for Image-LibExif-0.04.tar.gz. Extracted Memory Use: 0.45M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Image-LibExif-0.04_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on package: libexif>=0.6.18 - found ===> p5-Image-LibExif-0.04_1 depends on package: pkgconf>=1.3.0_1 - found ===> p5-Image-LibExif-0.04_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on shared library: libexif.so - found (/usr/local/lib/libexif.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on package: libexif>=0.6.18 - found ===> p5-Image-LibExif-0.04_1 depends on package: pkgconf>=1.3.0_1 - found ===> p5-Image-LibExif-0.04_1 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Image-LibExif-0.04_1 depends on shared library: libexif.so - found (/usr/local/lib/libexif.so) ===> Configuring for p5-Image-LibExif-0.04_1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Image::LibExif Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Image-LibExif-0.04_1 --- blib/lib/Image/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Image/LibExif/.exists --- --- blib/arch/auto/Image/LibExif/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- LibExif.c --- --- LibExif.bs --- --- LibExif.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' LibExif.xs > LibExif.xsc --- LibExif.bs --- Running Mkbootstrap for LibExif () chmod 644 "LibExif.bs" --- pm_to_blib --- --- blib/arch/auto/Image/LibExif/LibExif.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibExif.bs blib/arch/auto/Image/LibExif/LibExif.bs 644 --- blibdirs --- --- config --- --- pm_to_blib --- cp lib/Image/LibExif.pm blib/lib/Image/LibExif.pm --- LibExif.c --- mv LibExif.xsc LibExif.c --- LibExif.o --- cc -c -I. -I/usr/local/include -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" LibExif.c In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:5359, from LibExif.xs:2: LibExif.xs: In function 'XS_Image__LibExif_image_exif': /usr/local/lib/perl5/5.30/mach/CORE/hv.h:480:10: warning: passing argument 6 of 'Perl_hv_common_key_len' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] (val), (hash))) ^~~~~ /usr/local/lib/perl5/5.30/mach/CORE/embed.h:241:77: note: in definition of macro 'hv_common_key_len' #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) ^ LibExif.xs:105:12: note: in expansion of macro 'hv_store' (void) hv_store(rv, tagname, strlen(tagname), tagval, 0 ); ^~~~~~~~ In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:5320, from LibExif.xs:2: /usr/local/lib/perl5/5.30/mach/CORE/proto.h:1221:21: note: expected 'SV *' {aka 'struct sv *'} but argument is of type 'const SV *' {aka 'const struct sv *'} PERL_CALLCONV void* Perl_hv_common_key_len(pTHX_ HV *hv, const char *key, I32 klen_i32, const int action, SV *val, const U32 hash); ^~~~~~~~~~~~~~~~~~~~~~ --- blib/arch/auto/Image/LibExif/LibExif.so --- rm -f blib/arch/auto/Image/LibExif/LibExif.so LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong LibExif.o -o blib/arch/auto/Image/LibExif/LibExif.so -L/usr/local/lib -lexif chmod 755 blib/arch/auto/Image/LibExif/LibExif.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Image-LibExif-0.04_1 depends on package: libexif>=0.6.18 - found ===> p5-Image-LibExif-0.04_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Image-LibExif-0.04_1 ===> p5-Image-LibExif-0.04_1 depends on package: libexif>=0.6.18 - found ===> p5-Image-LibExif-0.04_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibExif.bs blib/arch/auto/Image/LibExif/LibExif.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/graphics/p5-Image-LibExif/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Image/LibExif/LibExif.so Installing /construction/graphics/p5-Image-LibExif/stage/usr/local/lib/perl5/site_perl/mach/5.30/Image/LibExif.pm Installing /construction/graphics/p5-Image-LibExif/stage/usr/local/lib/perl5/site_perl/man/man3/Image::LibExif.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/Image/LibExif/LibExif.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Image/LibExif/LibExif.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Image-LibExif-0.04_1 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:07