Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 22:32:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 250378] installworld fails in certctl.sh stage with /etc/ssl/certs non-existent
Message-ID:  <bug-250378-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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@FreeBSD.org
          Reporter: juraj@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250378-227>