Changes between Initial Version and Version 1 of Ticket #64747, comment 4


Ignore:
Timestamp:
Mar 1, 2022, 10:14:11 PM (2 years ago)
Author:
artkiver (グレェ)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64747, comment 4

    initial v1  
    44
    55Excerpt from my: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libevent/libevent/main.log
     6
     7{{{
    68
    79info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libevent/libevent/work/libevent-2.1.12-stable" && /usr/bin/make -j8 -w all
     
    1719:debug:build     invoked from within
    1820:debug:build "$procedure $targetname"
     21}}}
    1922
    2023Additionally, while I was able to install OpenSSH 8.9p1 using this version of LibreSSL, the install was tripping up with the default variant using kerberos5. Thus, when using this version of LibreSSL, it seems as if OpenSSH should either be installed without the kerberos5 (which doesn't impact my use case) or additional debugging appears to be required with the kerberos5 variant enabled by default.
     
    2326Excerpt from my: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_kerberos5/kerberos5/main.log
    2427
    25 
     28{{{
    2629:info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_kerberos5/kerberos5/work/krb5-1.19.2/src/lib/crypto/openssl/enc_provider'
    2730:info:build making all in lib/crypto/openssl/hash_provider...
     
    5053:debug:build "$procedure $targetname"
    5154
     55}}}
    5256
    53 Since neither libevent nor kerberos5 default to libressl-devel as a dependency, it seems as if this errors are not critical. Nonetheless, for additional development work, especially given the nature that LibreSSL 3.5.0 is considered a development branch, it seemed worth mentioning some other potential pitfalls on related ports as well as potential workarounds.
     57Since neither libevent nor kerberos5 default to libressl-devel as a dependency, it seems as if these errors are not critical.
     58
     59Nonetheless, for additional development work, especially given the nature that LibreSSL 3.5.0 is considered a development branch, it seemed worth mentioning some other potential pitfalls on related ports as well as potential shorter term workarounds.
    5460
    5561As mentioned, I do have OpenSSH 8.9p1 installed with LibreSSL 3.5.0 (omitting the kerberos5 port variant) and tmux seems to be functioning OK despite libevent having issues that do not seem to be easily resolved with a port rev-upgrade.