Changes between Initial Version and Version 2 of Ticket #32836


Ignore:
Timestamp:
Jan 10, 2012, 5:44:39 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The problem is that /opt/local/bin/gcc exists, and that erlang is using it. Presumably you have used "sudo port select gcc" to select a different compiler. (Which one?) The workaround is to use "sudo port select gcc" again to select the default compiler (or simply remove /opt/local/bin/gcc), then clean erlang and try again. The real fix will be to make erlang ensure it's UsingTheRightCompiler.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32836

    • Property Owner changed from macports-tickets@… to bfulgham@…
    • Property Summary changed from Erlang compile error to erlang: build error when /opt/local/bin/gcc exists
    • Property Port erlang added
  • Ticket #32836 – Description

    initial v2  
    2525:info:build Warning: the following items did not execute (for erlang): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    2626:notice:build Log for erlang is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_erlang/erlang/main.log
    27 }}
     27}}}
    2828
    2929To me it looks like a compiler problem. Might this be related to Ticket #31698?