Opened 4 years ago

Closed 4 years ago

#60794 closed defect (fixed)

apr-util @1.6.1_2: Undefined symbols for architecture arm64

Reported by: ofarrill Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 2.6.99
Keywords: bigsur haspatch Cc: ryandesign (Ryan Carsten Schmidt)
Port: apr

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Undefined symbols for architecture arm64 like _apr_palloc referenced from: _vt_db_open in apr_dbm_berkeleydb.o, _apr_atoi64 referenced from: _dbd_sqlite3_datum_get in apr_dbd_sqlite3.o, etc. (see build log attachment)

Attachments (1)

main.txt (202.6 KB) - added by ofarrill 4 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_apr-util/apr-util/main.log

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by ofarrill

Attachment: main.txt added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_apr-util/apr-util/main.log

comment:1 Changed 4 years ago by ofarrill

Description: modified (diff)
Keywords: subversion DTK added
Port: subversion added; apr-util removed

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

Description: modified (diff)
Keywords: bigsur arm64 added; apr-util subversion DTK removed
Port: apr-util added; subversion removed
Summary: apr-util-1.6.1_2.darwin_20.arm64: Undefined symbols for architecture arm64apr-util @1.6.1_2: Undefined symbols for architecture arm64
Version: 2.6.99

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

Cc: ryandesign added
Keywords: haspatch added; arm64 removed
Owner: set to danielluke
Port: apr added; apr-util removed
Status: newassigned

It's not arm64-specific. It's the macOS 11 libtool bug again. It's a bug in the apr port, because the apr port installs its own copy of libtool, one which hasn't been fixed for this bug yet, and the apr-util port uses the apr port's libtool.

The fix is here: https://github.com/macports/macports-ports/pull/7994

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

Resolution: fixed
Status: assignedclosed

In 8c121bf7c038a7855dbe69307298a1129b2fb103/macports-ports (master):

apr: Fix bundled libtool for macOS 11

Closes: #60794

Note: See TracTickets for help on using tickets.