Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#61461 closed defect (fixed)

xmlsec @1.2.25_1 fails to link on Big Sur

Reported by: Tatsh (Andrew Udvare) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: bigsur Cc:
Port: xmlsec

Description

Undefined symbols for architecture x86_64:
  "_gcry_mpi_cmp", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_mpi_invm", referenced from:
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_mpi_release", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSConvertParamsToMpis in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataDsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_mpi_scan", referenced from:
      _xmlSecGnuTLSConvertParamsToMpis in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_mpi_swap", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_randomize", referenced from:
      _xmlSecGnuTLSGenerateRandom in libxmlsec1_gnutls_la-crypto.o
  "_gcry_sexp_build", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataDsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_sexp_release", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataDsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_strerror", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSConvertParamsToMpis in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataDsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
  "_gcry_strsource", referenced from:
      _xmlSecGnuTLSKeyDataDsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSConvertParamsToMpis in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataDsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPrivateKey in libxmlsec1_gnutls_la-asymkeys.o
      _xmlSecGnuTLSKeyDataRsaAdoptPublicKey in libxmlsec1_gnutls_la-asymkeys.o
ld: symbol(s) not found for architecture x86_64

Attachments (1)

main.log (306.8 KB) - added by Tatsh (Andrew Udvare) 3 years ago.

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by Tatsh (Andrew Udvare)

Attachment: main.log added

comment:1 Changed 3 years ago by Tatsh (Andrew Udvare)

This is a dependency of pass-otp.

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 3324f84c17e33b91fc095d8c18c975556e8f0c64/macports-ports (master):

xmlsec: Fix libtool's macOS 11+ bug

Closes: #61461

Also disable silent rules.

comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: bigsur added
Note: See TracTickets for help on using tickets.