Changes between Initial Version and Version 1 of Ticket #38918


Ignore:
Timestamp:
Apr 25, 2013, 10:03:47 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It is not a problem to have multiple versions of a port installed with MacPorts, since only one of them (hopefully the most recent one) is active.

It is definitely a problem to have Fink installed on the same system where you have MacPorts installed. Please decide which package management system you would like to use, and uninstall the other and all software installed by it.

Once that's done, clean and re-try your emacs installation. It sounds like you're trying to build emacs manually, outside of MacPorts. You can do that if you insist, or you can install it using MacPorts:

sudo port install emacs

If installing it with MacPorts fails, attach the main.log file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38918

    • Property Cc ryandesign@… dports@… added
  • Ticket #38918 – Description

    initial v1  
    55Indeed,
    66
     7{{{
    78sudo port uninstall libpng
     9}}}
    810
    911shows that I had 4 versions installed (1.4.7_0, 1.4.8_0, 1.4.12_0, and 1.5.15_0 - which is designated as "active").  I uninstalled these earlier versions along with all libpng support that had been installed with fink -- but I still get the same error message when I try to build Emacs.
    1012
     13{{{
    1114 Undefined symbols:
    1215   "_png_longjmp", referenced from:
     
    1417   "_png_set_longjmp_fn", referenced from:
    1518       _png_load_body in image.o
     19}}}
    1620
    1721The Emacs bug report is here.