[Bug 235634] security/p5-GSSAPI fails to build with OpenSSL from ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 10 15:48:44 UTC 2019


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

--- Comment #3 from Dennis Clarke <dclarke at blastwave.org> ---
This is a bug because of other bugs. 

Let me explain by showing : 

    233225 libssl.so.8 not found by pkg
    234481 ports-mgmt/pkg unable to find libssl.so.8 on RPI3 on 12

123456789+123456789+123456789+123456789+123456789+123456789+123456789+12
This means FreeBSD 12.0 RELEASE is broken by design on day zero from
install because pkg is broken.  No one can install software.  So a
person is forced to build OpenSSL from ports and then the other few
dependencies for pkg to work. If one then later needs git or similar
we need to get security/p5-GSSAPI installed.  However no one can do
that because :

hydra# cd /usr/ports/security/p5-GSSAPI
hydra# make install
===>  p5-GSSAPI-0.28_1 You are using OpenSSL from ports and have selected
GSSAPI from base, please select another GSSAPI value.
*** Error code 1

Stop.
make: stopped in /usr/ports/security/p5-GSSAPI
hydra# 

So where is the problem?  So where is the fix? 

This is a "bug" in the most true sense.

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


More information about the freebsd-perl mailing list