[MacPorts] #57673: claws-mail: configure: error: libetpan 0.57 not found

MacPorts noreply at macports.org
Sun Nov 25 21:18:32 UTC 2018


#57673: claws-mail: configure: error: libetpan 0.57 not found
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  pmetzger
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  claws-mail  |
-------------------------+----------------------

Comment (by kencu):

 It looks like this [https://git.claws-
 mail.org/?p=claws.git;a=blobdiff;f=configure.ac;h=226ea172e81131e7bbffbccbcf61afe3f77d376f;hp=596535730c9453066e56bf00bdba5e53aaf1d33f;hb=HEAD;hpb=53a6a5a53c7a2ba98e40a65f54680bff5338cae4
 commit] was the one that broke it for older systems. Reverting this little
 bit of that commit:
 {{{
         *-apple-*)
                 platform_osx=yes
 -               LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
 +               LDFLAGS="$LDFLAGS -Wl,-export_dynamic"

 }}}
 and success:
 {{{
 $ port -v installed claws-mail
 The following ports are currently installed:
   claws-mail @3.17.1_3 (active) platform='darwin 10' archs='x86_64'
 date='2018-11-25T13:14:19-0800'
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/57673#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list