New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15512 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

netatalk fails to build on Leopard

Reported by: gold@… Owned by: jmr@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

Attempting to install netatalk on Leopard fails with the following errors:

ndefined symbols:

"_iconv_open", referenced from:

_atalk_iconv_open in libatalk.a(iconv.lo) _atalk_iconv_open in libatalk.a(iconv.lo)

"_iconv", referenced from:

_sys_iconv in libatalk.a(iconv.lo) _sys_iconv in libatalk.a(iconv.lo)

"_iconv_close", referenced from:

_atalk_iconv_close in libatalk.a(iconv.lo) _atalk_iconv_close in libatalk.a(iconv.lo) _atalk_iconv_close in libatalk.a(iconv.lo)

ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: * [getzones] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for netatalk): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.

The attached patch fixes this by telling the configure script to look for libiconv in /opt/local. Also attached my /etc/pam.d/netatalk and /Library/LaunchDaemons/org.macports.netatalk.plist. I doubt either of them is optimal, but they work for me.

Attachments

netatalk.leopard.diff (547 bytes) - added by gold@… 5 years ago.
netatalk (158 bytes) - added by gold@… 5 years ago.
org.macports.netatalk.plist (416 bytes) - added by gold@… 5 years ago.

Change History

Changed 5 years ago by gold@…

Changed 5 years ago by gold@…

Changed 5 years ago by gold@…

comment:1 Changed 5 years ago by jmr@…

  • Owner changed from macports-tickets@… to jmr@…
  • Status changed from new to assigned
  • Milestone set to Port Bugs

comment:2 Changed 5 years ago by jmr@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks, fixed in r37375.

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.