You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/21 18:40:00 UTC

[jira] [Work logged] (CRYPTO-132) Instructions in BUILDING.txt don't work on MacOS

     [ https://issues.apache.org/jira/browse/CRYPTO-132?focusedWorklogId=783518&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-783518 ]

ASF GitHub Bot logged work on CRYPTO-132:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jun/22 18:39
            Start Date: 21/Jun/22 18:39
    Worklog Time Spent: 10m 
      Work Description: aremily opened a new pull request, #166:
URL: https://github.com/apache/commons-crypto/pull/166

   Adding a dockerfile that packages a build with all supported architectures except the Mac.  Updated the related user guide documentation.  Needed to roll  back the checkstyle plugin version to address https://github.com/jeremylong/DependencyCheck/issues/2492, or the "site" command fails.




Issue Time Tracking
-------------------

            Worklog Id:     (was: 783518)
    Remaining Estimate: 0h
            Time Spent: 10m

> Instructions in BUILDING.txt don't work on MacOS
> ------------------------------------------------
>
>                 Key: CRYPTO-132
>                 URL: https://issues.apache.org/jira/browse/CRYPTO-132
>             Project: Commons Crypto
>          Issue Type: Bug
>          Components: Build
>            Reporter: Benedikt Ritter
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When using HomeBrew to link openssl with the --force, HomeBrew refuses to do this, indicating that our docs are not following best practices:
> {code}
> ~/w/a/c/commons-crypto git:(upstream ⚡ CRYPTO-131) 1A > brew link openssl --force
> Warning: Refusing to link: openssl
> Linking keg-only openssl means you may end up linking against the insecure,
> deprecated system OpenSSL while using the headers from Homebrew's openssl.
> Instead, pass the full include/library paths to your compiler e.g.:
>   -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
> {code}
> Adapt the build so that it is no longer necessary to use link --force on MacOs



--
This message was sent by Atlassian Jira
(v8.20.7#820007)