[MacPorts] #51452: nco @4.5.2_2 +accelerate build failure
MacPorts
noreply at macports.org
Thu Dec 26 05:32:13 UTC 2019
#51452: nco @4.5.2_2 +accelerate build failure
---------------------+----------------------
Reporter: almage | Owner: tenomoto
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: nco |
---------------------+----------------------
Comment (by ryandesign):
The log says:
{{{
:info:build ncap_lex.l:60:10: fatal error: 'ncap_yacc.h' file not found
:info:build #include "ncap_yacc.h" /* Symbol definitions from parser */
:info:build ^
:info:build 1 error generated.
:info:build make[3]: *** [ncap_lex.o] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....
:info:build updating ncap_yacc.h
}}}
In other words, first it looked for ncap_yacc.h and couldn't find it,
which caused the build to fail. Then it created ncap_yacc.h. So this is a
parallel build problem. If the problem still exists with the current
version of nco, it could be worked around by not doing a parallel build
(i.e. `sudo port install nco build.jobs=1`), but the developer should fix
it by declaring the dependencies of the targets in the Makefile correctly.
--
Ticket URL: <https://trac.macports.org/ticket/51452#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list