Ticket #35905 (closed defect: fixed)
port eo returned: command execution failed
| Reported by: | mikael880404@… | Owned by: | jochen@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.2 |
| Keywords: | Cc: | ||
| Port: | eo |
Description
When I try to install the port eo, it for some reason fails when it gets to the build stage. I just had a similar problem and I thought that I had fixed it, but apparently not. Any ideas?
Attachments
Change History
comment:1 Changed 9 months ago by mikael880404@…
I thought I might as well add the code from (roughly) where the error started.
:info:build make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar<eoEsSimple<double> >' requested here
:info:build return do_make_algo_scalar(_parser, _state, _eval, _continue, _op);
:info:build ^
:info:build ../../src/eoSelectFromWorth.h:78:10: note: must qualify identifier to find this declaration in dependent base class
:info:build void check_sync(unsigned index, const EOT& _eo) {
:info:build ^
:info:build 2 errors generated.
:info:build make[3]: *** [make_checkpoint_real.o] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....
:info:build 1 error generated.
:info:build make[3]: *** [make_algo_scalar_real.o] Error 1
:info:build 2 errors generated.
:info:build make[3]: *** [make_checkpoint_es.o] Error 1
:info:build 1 error generated.
:info:build make[3]: *** [make_algo_scalar_es.o] Error 1
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_eo/eo/work/eo-1.0.1/src/es'
:info:build make[2]: *** [all-recursive] Error 1
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_eo/eo/work/eo-1.0.1/src'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_eo/eo/work/eo-1.0.1'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_eo/eo/work/eo-1.0.1'
:info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_eo/eo/work/eo-1.0.1" && /usr/bin/make -j4 -w all
:info:build Exit code: 2
:error:build org.macports.build for port eo returned: command execution failed
:debug:build Error code: CHILDSTATUS 16896 2
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for eo: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port eo for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_eo/eo/main.log
Note: See
TracTickets for help on using
tickets.

