Building package "pdfsam" INFO: Starting build... INFO: Verifying bootstrap image /home/u726578/chaotic/cache/lower/20231109000401.sif WARNING: integrity: signature not found for object group 1 WARNING: Bootstrap image could not be verified, but build will continue. INFO: Creating sandbox directory... INFO: Build complete: /scratch/chaotic/sandbox/pkg983d9de751b :: Synchronizing package databases... core downloading... extra downloading... community downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... there is nothing to do warning: bash-5.2.015-5 is up to date -- skipping :: There are 8 providers available for java-runtime: :: Repository extra 1) jdk-openjdk 2) jre-openjdk 3) jre11-openjdk 4) jre17-openjdk 5) jre8-openjdk :: Repository chaotic-aur 6) java-openjdk-ea-bin 7) jre 8) jre8 Enter a number (default=1): resolving dependencies... looking for conflicting packages... warning: dependency cycle detected: warning: harfbuzz will be installed before its freetype2 dependency Packages (19) freetype2-2.13.2-1 giflib-5.2.1-2 graphite-1:1.3.14-3 harfbuzz-8.2.2-1 java-environment-common-3-5 java-runtime-common-3-5 jbigkit-2.1-7 lcms2-2.15-1 libjpeg-turbo-3.0.1-1 libnet-2:1.3-1 libpng-1.6.40-2 libtiff-4.6.0-1 nspr-4.35-1 nss-3.94-1 archlinux-java-run-10-1 desktop-file-utils-0.27-1 gendesk-1.0.9-3 hicolor-icon-theme-0.17-3 jdk-openjdk-21.u35-8 Total Installed Size: 1165.16 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing hicolor-icon-theme... installing java-runtime-common... For the complete set of Java binaries to be available in your PATH, you need to re-login or source /etc/profile.d/jre.sh Please note that this package does not support forcing JAVA_HOME as former package java-common did installing archlinux-java-run... installing nspr... installing nss... installing libjpeg-turbo... Optional dependencies for libjpeg-turbo java-runtime>11: for TurboJPEG Java wrapper [pending] installing jbigkit... installing libtiff... Optional dependencies for libtiff freeglut: for using tiffgt installing lcms2... installing libnet... installing libpng... installing graphite... Optional dependencies for graphite graphite-docs: Documentation installing harfbuzz... Optional dependencies for harfbuzz harfbuzz-utils: utilities installing freetype2... installing java-environment-common... installing giflib... installing jdk-openjdk... Optional dependencies for jdk-openjdk java-rhino: for some JavaScript support alsa-lib: for basic sound support gtk2: for the Gtk+ 2 look and feel - desktop usage gtk3: for the Gtk+ 3 look and feel - desktop usage installing desktop-file-utils... installing gendesk... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Updating the desktop file MIME type cache... ==> Making package: pdfsam 5.2.0-1 (Thu 09 Nov 2023 05:18:41 AM -03) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found pdfsam-5.2.0-linux.tar.gz -> Found pdfsam ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... pdfsam-5.2.0-linux.tar.gz ... Passed pdfsam ... Passed ==> Extracting sources... ==> Starting prepare()... [pdfsam] Generating desktop file... ok ==> Entering fakeroot environment... ==> Starting package()... #!/bin/sh JAVA_HOME=$(archlinux-java-run --java-home) && \ exec $JAVA_HOME/bin/java --enable-preview --module-path "/usr/share/java/pdfsam" --module org.pdfsam.basic/org.pdfsam.basic.App -Xmx512M \ -Dapp.name="pdfsam-basic" \ -Dapp.pid="$$" \ -Dprism.lcdtext=false \ "$@" ==> Tidying install... -> 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 "pdfsam"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: pdfsam 5.2.0-1 (Thu 09 Nov 2023 05:18:43 AM -03) real 0m25.628s user 0m10.836s sys 0m6.205s