Changes between Initial Version and Version 1 of Ticket #33344


Ignore:
Timestamp:
Feb 24, 2012, 2:53:14 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33344

    • Property Keywords clang added
    • Property Owner changed from macports-tickets@… to waqar@…
    • Property Cc easieste@… added
    • Property Summary changed from clisp 2.49 build fails in clang to clisp 2.49 build fails with clang
  • Ticket #33344 – Description

    initial v1  
    11building clasp 2.49 fails with mac lion and clang.  This workaround works:
    22
     3{{{
    34sudo port clean foo
    45sudo port install foo configure.compiler=llvm-gcc-4.2
    5 
     6}}}
    67
    78stack trace of failure:
    89
     10{{{
    911:info:build ;;  Loading file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-methcomb1.fas ...
    1012:info:build WARNING: in (SETF METHOD-COMBINATION-CHECK-OPTIONS) :
     
    2931"$procedure $targetname"
    3032:info:build Warning: the following items did not execute (for clisp): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    31 
     33}}}