Changes between Initial Version and Version 2 of Ticket #18734


Ignore:
Timestamp:
Mar 3, 2009, 10:23:38 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

What's in your /usr/lib is immaterial. MacPorts won't use it. It will use its own libiconv port.

What version of Xcode do you have?

What is the "port" command you ran that caused the error? Was it "sudo port install php5"? Or maybe "sudo port install apache2"? And what port did it say failed to build? Was it php5 or apache2 or maybe instead one of its dependencies?

Whatever port failed, can you please clean it and then try again, this time with the debug switch, and send us all the output? For example if apache2 was the port that failed, then:

sudo port clean apache2
sudo port -d install apache2 2>&1 | tee ~/Desktop/output.txt

Then, assuming that fails again, attach output.txt from your desktop to this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18734

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Cc jwa@… added; jsafire@… removed
  • Ticket #18734 – Description

    initial v2  
    77
    88In my /usr/lib are:
     9{{{
    910libiconv.2.4.0.dylib
    1011libiconv.2.dylib
    1112libiconv.dylib
    1213libiconv.la
     14}}}
    1315
    1416What does this mean and how can I fix it?