Opened 10 years ago
Closed 10 years ago
#47058 closed defect (wontfix)
julia @0.3.5 fails staging into destroot on 10.6.8
Reported by: | udbraumann | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | julia |
Description
As I was trying to install julia
I received this error during the
---> Staging julia into destroot
phase:
:info:destroot make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_julia/julia/work/julia-0.3/src/flisp' :info:destroot FLISP src/julia_flisp.boot :info:destroot FLISP src/julia_flisp.boot.inc :info:destroot CC src/ast.o :info:destroot CC src/builtins.o :info:destroot CC src/module.o :info:destroot CC src/codegen.o :info:destroot cc1plus: error: unrecognized command line option "-std=c++11" :info:destroot make[3]: *** [codegen.o] Error 1 :info:destroot make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_julia/julia/work/julia-0.3/src'
Since I got the impression that gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
is being used I can imagine that "-std=c++11"
is unknown.
Any ideas how to circumvent the problem?
Attachments (1)
Change History (3)
Changed 10 years ago by udbraumann
Attachment: | main.log.gz added |
---|
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Cc: | sean@… removed |
---|---|
Owner: | changed from macports-tickets@… to sean@… |
comment:2 Changed 10 years ago by seanfarley (Sean Farley)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
10.6? It looks like julia only supports 10.7+ and I don't have the cycles to support OS versions that are this old. If you are able to write a patch that fixes this, I would happily accept that.