[Bug 267690] java/openjdk*: build fails silently (and hard in poudriere) due to bad usage of printf in bash

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 25 Feb 2023 14:57:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267690

--- Comment #10 from Michael Osipov <michael.osipov@siemens.com> ---
Just tried:
# git log --oneline
1a0e25e83618 (HEAD -> main-custom) www/py-requests: Handle space-separated
values in NO_PROXY
5508e84f29f5 java/openjdk8: fix invalid use of printf which might lead to build
failures
6e6526510334 print/ghostscript9-agpl-base: remove faulty font mapping for CJK
1c44991d018b (origin/main, origin/HEAD, main) security/clamav-lts: Remove
special casing for GCC

# poudriere testport -j 124-release-amd64 -p default-head -i java/openjdk8
...
# git log --oneline
1a0e25e83618 (HEAD -> main-custom) www/py-requests: Handle space-separated
values in NO_PROXY
5508e84f29f5 java/openjdk8: fix invalid use of printf which might lead to build
failures
6e6526510334 print/ghostscript9-agpl-base: remove faulty font mapping for CJK
1c44991d018b (origin/main, origin/HEAD, main) security/clamav-lts: Remove
special casing for GCC
...
hecking headful support... include support for both headful and headless
checking whether to build JFR... true
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /usr/local/bootstrap-openjdk8
checking Boot JDK version... openjdk version "1.8.0_144" OpenJDK Runtime
Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01,
mixed mode) 
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...  
...
=======================<phase: deinstall      >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Deinstalling for openjdk8
===>   Deinstalling openjdk8-8.362.09.1_1
Updating database digests format: .......... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages
in the universe):

Installed packages to be REMOVED:
        openjdk8: 8.362.09.1_1

Number of packages to be removed: 1

The operation will free 193 MiB.
[124-release-amd64-default-head] [1/1] Deinstalling openjdk8-8.362.09.1_1...
[124-release-amd64-default-head] [1/1] Deleting files for
openjdk8-8.362.09.1_1: .......... done
===========================================================================
=>> Checking for extra files and directories
...

-- 
You are receiving this mail because:
You are the assignee for the bug.