Opened 11 years ago
Closed 11 years ago
#40891 closed defect (fixed)
fish 2.0.0 build fails including tr1/memory on Mavericks
Reported by: | andrew.t.baldwin@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | fish |
Description
I'm trying to install fish on OS X 10.9 and the build fails on two of my machines. The log shows
:info:build In file included from builtin.cpp:43: :info:build In file included from ./builtin.h:11: :info:build ./io.h:11:10: fatal error: 'tr1/memory' file not found :info:build #include <tr1/memory> :info:build ^ :info:build In file included from function.cpp:29: :info:build In file included from ./proc.h:21: :info:build ./io.h:11:10: fatal error: 'tr1/memory' file not found :info:build #include <tr1/memory> :info:build ^ :info:build 1 error generated. :info:build make: *** [function.o] Error 1 :info:build make: *** Waiting for unfinished jobs.... :info:build 1 error generated. :info:build make: *** [builtin.o] Error 1 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_shells_fish/fish/work/fish' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_shells_fish/fish/work/fish" && /usr/bin/make -j2 -w all :info:build Exit code: 2 :error:build org.macports.build for port fish returned: command execution failed
I believe this may be similar to Ticket 40515.
Change History (4)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 11 years ago by disposable@…
Good idea. Reported to the developers as well: https://github.com/fish-shell/fish-shell/issues/1055.
comment:3 Changed 11 years ago by disposable@…
The developers report back that this fixed in fish 2.1 ("due in 2 days").
comment:4 Changed 11 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patches backported in r112557.
Note: See
TracTickets for help on using
tickets.
You should probably report this problem to the developers so they can fix it.