I'm using the ROOT variable to install packages in another directory. The package sys-apps/baselayout-java-0.1.0-r1 fails with the following error during the post install step: * Generating java cacerts file from system ca-certificates /build/rootfs/etc/ca-certificates/update.d/java-cacerts: line 2: exec: trust: not found The problem seems to be that the executable `trust` is not available on the host system but only in directory structure referenced by the ROOT variable and cannot be found on the path. I'll add an ebuild that fixes the issue for me by referencing it by its absolute path. Reproducible: Always Steps to Reproduce: 1. ROOT=/build/rootfs/ emerge -1 sys-apps/baselayout-java -av Actual Results: * Generating java cacerts file from system ca-certificates /build/rootfs/etc/ca-certificates/update.d/java-cacerts: line 2: exec: trust: not found
Created attachment 624476 [details] ebuild that respects the root variable