[MacPorts] #70822: lparse @1.1.2: error: parse.cc.h: No such file or directory (was: lparse fails to build: error: parse.cc.h: No such file or directory)
MacPorts
noreply at macports.org
Thu Apr 10 18:56:36 UTC 2025
#70822: lparse @1.1.2: error: parse.cc.h: No such file or directory
---------------------------+----------------------
Reporter: barracuda156 | Owner: nerdling
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.10.1
Resolution: | Keywords:
Port: lparse |
---------------------------+----------------------
Comment (by ryandesign):
It looks like it renames parse.cc.h to parse.h:
Replying to [ticket:70822 barracuda156]:
> {{{
> bison --defines=parse.cc.h -o parse.cc parse.yy && mv parse.cc.h parse.h
> }}}
before it has finished using it under the name parse.cc.h:
> {{{
> parse.cc:146:22: error: parse.cc.h: No such file or directory
> }}}
Have you tried disabling parallel building?
{{{
sudo port clean lparse
sudo port install lparse build.jobs=1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70822#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list