==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: perl-gdgraph 1.56-3 (Sat Jul 13 10:05:05 2024)
==> Retrieving sources...
  -> Found GDGraph-1.56.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    GDGraph-1.56.tar.gz ... Passed
==> Making package: perl-gdgraph 1.56-3 (Sat Jul 13 10:05:27 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency

Packages (32) aom-3.9.1-1  dav1d-1.4.3-1  fontconfig-2:2.15.0-2
              freetype2-2.13.2-2  gd-2.3.3-8  giflib-5.2.2-1
              graphite-1:1.3.14-4  harfbuzz-9.0.0-1  jbigkit-2.1-8
              libavif-1.1.0-1  libde265-1.0.15-2  libheif-1.18.0-1
              libice-1.1.1-3  libjpeg-turbo-3.0.3-1  libpng-1.6.43-1
              libsm-1.2.4-2  libtiff-4.6.0-5  libwebp-1.4.0-1  libx11-1.8.9-1
              libxau-1.0.11-3  libxcb-1.17.0-1  libxdmcp-1.1.5-1.1
              libxext-1.3.6-1  libxpm-3.5.17-2  libxt-1.3.0-2
              libyuv-r2426+464c51a0-1  rav1e-0.7.1-1  x265-3.6-1
              xcb-proto-1.17.0-2  xorgproto-2024.1-2  perl-gd-2.83-1
              perl-gdtextutil-0.86-9

Total Download Size:    1.69 MiB
Total Installed Size:  49.89 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 x265-3.6-1-armv7h downloading...
 libheif-1.18.0-1-armv7h downloading...
 libde265-1.0.15-2-armv7h downloading...
 gd-2.3.3-8-armv7h downloading...
 perl-gd-2.83-1-armv7h downloading...
 libxpm-3.5.17-2-armv7h downloading...
 perl-gdtextutil-0.86-9-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libpng...
installing graphite...
Optional dependencies for graphite
    graphite-docs: Documentation
installing harfbuzz...
Optional dependencies for harfbuzz
    harfbuzz-utils: utilities
installing freetype2...
installing fontconfig...
Creating fontconfig configuration...
Rebuilding fontconfig cache...
installing xorgproto...
installing libice...
installing libsm...
installing xcb-proto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libxt...
installing libxext...
installing libxpm...
installing giflib...
installing libjpeg-turbo...
installing jbigkit...
installing libtiff...
Optional dependencies for libtiff
    freeglut: for using tiffgt
installing libwebp...
installing aom...
installing dav1d...
Optional dependencies for dav1d
    dav1d-doc: HTML documentation
installing rav1e...
installing libyuv...
installing libavif...
installing libde265...
Optional dependencies for libde265
    ffmpeg: for sherlock265
    qt5-base: for sherlock265
    sdl: dec265 YUV overlay output
installing x265...
installing libheif...
Optional dependencies for libheif
    libjpeg: for heif-convert and heif-enc [installed]
    libpng: for heif-convert and heif-enc [installed]
    dav1d: dav1d encoder [installed]
    ffmpeg: hardware decode
    rav1e: rav1e encoder [installed]
installing gd...
Optional dependencies for gd
    perl: bdftogd script [installed]
installing perl-gd...
installing perl-gdtextutil...
:: Running post-transaction hooks...
(1/3) Updating fontconfig configuration...
(2/3) Warn about old perl modules
(3/3) Updating fontconfig cache...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found GDGraph-1.56.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting GDGraph-1.56.tar.gz with bsdtar
==> Starting build()...
Checking if your kit is complete...
Looks good
Warning: prerequisite Capture::Tiny 0.30 not found.
Warning: prerequisite Test::Exception 0.40 not found.
Generating a Unix-style Makefile
Writing Makefile for GD::Graph
Writing MYMETA.yml and MYMETA.json

The automatic tests for GDGraph are not really a solid workout of the
library. The best way to test the package is to run the examples
before installing it.  You can run the examples in the samples
directory with `make samples` or by going into that directory, and
just running `make`.
If that fails, please read samples/Makefile.

UPDATE 1: Running the examples is part of the test procedure now. You
are still encouraged to run check them out to learn from them and
to see the ouput images.

UPDATE 2 (2023-0-13): The samples fail if libgd is installed without
image support enabled, which is the default starting with version 2.3.3.
The samples should be automatically skipped if this is detected. To
run the tests from samples, install libgd with image support enabled.
cp Graph/lines.pm blib/lib/GD/Graph/lines.pm
cp Graph/utils.pm blib/lib/GD/Graph/utils.pm
cp Graph/points.pm blib/lib/GD/Graph/points.pm
cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm
cp Graph/pie.pm blib/lib/GD/Graph/pie.pm
cp Graph/Error.pm blib/lib/GD/Graph/Error.pm
cp Graph/Data.pm blib/lib/GD/Graph/Data.pm
cp Graph/area.pm blib/lib/GD/Graph/area.pm
cp Graph/colour.pm blib/lib/GD/Graph/colour.pm
cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm
cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod
cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm
cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm
cp Graph.pm blib/lib/GD/Graph.pm
cp Graph/bars.pm blib/lib/GD/Graph/bars.pm
Manifying 6 pod documents
==> Entering fakeroot environment...
==> Starting package()...
Manifying 6 pod documents
Appending installation info to /build/perl-gdgraph/pkg/perl-gdgraph/usr/lib/perl5/5.38/core_perl/perllocal.pod
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/area.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/mixed.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/Error.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/hbars.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/FAQ.pod
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/pie.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/colour.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/linespoints.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/utils.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/lines.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/Data.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/points.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/axestype.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/bars.pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::Error.3pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph.3pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::colour.3pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::Data.3pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::FAQ.3pm
Installing /build/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::hbars.3pm
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "perl-gdgraph"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-gdgraph 1.56-3 (Sat Jul 13 10:05:41 2024)
==> Cleaning up...