[Bug 250378] installworld fails in certctl.sh stage with /etc/ssl/certs non-existent

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 15 22:32:57 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250378

            Bug ID: 250378
           Summary: installworld fails in certctl.sh stage with
                    /etc/ssl/certs non-existent
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: juraj at lutter.sk

On recent 12-STABLE with /etc/ssl/certs directory absent, installworld fails
with:

--------------------------------------------------------------
>>> Installing everything completed on Fri Oct 16 00:11:26 CEST 2020
--------------------------------------------------------------
Scanning /usr/share/certs/blacklisted for certificates...
Scanning /usr/share/certs/trusted for certificates...
install: /etc/ssl/certs: realpath: No such file or directory
install: /etc/ssl/certs: realpath: No such file or directory
install: /etc/ssl/certs: realpath: No such file or directory
install: /etc/ssl/certs: realpath: No such file or directory
...
install: /etc/ssl/certs: realpath: No such file or directory
Scanning /usr/local/share/certs for certificates...
install: /etc/ssl/certs: realpath: No such file or directory
Scanning /usr/local/etc/ssl/certs for certificates...
install: /etc/ssl/certs: realpath: No such file or directory
install: /etc/ssl/certs: realpath: No such file or directory
install: /etc/ssl/certs: realpath: No such file or directory
install: /etc/ssl/certs: realpath: No such file or directory
*** Error code 71

Stop.
make[1]: stopped in /usr/src
*** Error code 1

certctl.sh should check for presence of CERTDESTDIR and exit gracefuly if not
present.

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


More information about the freebsd-bugs mailing list