------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.1.txz ===== 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. Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/jpeg-turbo-2.0.4.txz SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-Scale-0.12 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-Scale-0.12 for building => SHA256 Checksum OK for Image-Scale-0.12.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-Scale-0.12 for building ===> Extracting for p5-Image-Scale-0.12 => SHA256 Checksum OK for Image-Scale-0.12.tar.gz. Extracted Memory Use: 2.03M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Image-Scale-0.12 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on shared library: libgif.so - found (/usr/local/lib/libgif.so) ===> p5-Image-Scale-0.12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> p5-Image-Scale-0.12 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Image-Scale-0.12 depends on shared library: libgif.so - found (/usr/local/lib/libgif.so) ===> p5-Image-Scale-0.12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> p5-Image-Scale-0.12 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for p5-Image-Scale-0.12 Image::Scale will be built with: JPEG support: yes (/usr/local/include, libjpeg version 80) PNG support: yes (/usr/local/include, libpng version unknown) GIF support: yes (/usr/local/include, giflib version 5.2) Checking if your kit is complete... Looks good Warning: prerequisite Test::NoWarnings 0 not found. Generating a Unix-style Makefile Writing Makefile for Image::Scale Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Image-Scale-0.12 --- blib/lib/Image/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Image/Scale/.exists --- --- blib/arch/auto/Image/Scale/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Scale.c --- --- Scale.bs --- Running Mkbootstrap for Scale () --- Scale.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' -typemap '/construction/graphics/p5-Image-Scale/Image-Scale-0.12/typemap' Scale.xs > Scale.xsc --- Scale.bs --- chmod 644 "Scale.bs" --- pm_to_blib --- --- blib/arch/auto/Image/Scale/Scale.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scale.bs blib/arch/auto/Image/Scale/Scale.bs 644 --- blibdirs --- --- config --- --- pm_to_blib --- cp lib/Image/Scale.pm blib/lib/Image/Scale.pm --- Scale.c --- mv Scale.xsc Scale.c --- Scale.o --- cc -c -I. -I.. -Isrc -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -O2 -Wall -Wno-unused-value -Wno-format-security -Winline -ffast-math -DHAVE_JPEG -DJPEG_VERSION=80 -DHAVE_PNG -DPNG_VERSION=unknown -DHAVE_GIF -DGIF_VERSION=5.2 -DGIFLIB_API_51 -DGIFLIB_API_50 Scale.c In file included from src/image.c:20, from Scale.xs:18: src/bmp.c: In function 'image_bmp_read_header': src/bmp.c:25:7: warning: variable 'offset' set but not used [-Wunused-but-set-variable] int offset, palette_colors; ^~~~~~ In file included from src/image.c:28, from Scale.xs:18: src/gif.c: In function 'image_gif_load': src/gif.c:86:7: warning: variable 'BackGround' set but not used [-Wunused-but-set-variable] int BackGround = 0; ^~~~~~~~~~ src/gif.c:85:14: warning: variable 'temp_save' set but not used [-Wunused-but-set-variable] SavedImage temp_save; ^~~~~~~~~ Scale.c: In function 'XS_Image__Scale___cleanup': Scale.c:709:7: warning: variable 'self' set but not used [-Wunused-but-set-variable] HV * self; ^~~~ --- blib/arch/auto/Image/Scale/Scale.so --- rm -f blib/arch/auto/Image/Scale/Scale.so LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Scale.o -o blib/arch/auto/Image/Scale/Scale.so -L/usr/local/lib -ljpeg -lpng -lz -lgif chmod 755 blib/arch/auto/Image/Scale/Scale.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Image-Scale-0.12 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Image-Scale-0.12 ===> p5-Image-Scale-0.12 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scale.bs blib/arch/auto/Image/Scale/Scale.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-Scale/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Image/Scale/Scale.so Installing /construction/graphics/p5-Image-Scale/stage/usr/local/lib/perl5/site_perl/mach/5.30/Image/Scale.pm Installing /construction/graphics/p5-Image-Scale/stage/usr/local/lib/perl5/site_perl/man/man3/Image::Scale.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/Image/Scale/Scale.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Image-Scale-0.12 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:00 TOTAL TIME 00:00:26