[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build failure: can't read libinterp/corefcn/oct-tex-parser.cc-t: No such
From: |
Andrew Janke |
Subject: |
Build failure: can't read libinterp/corefcn/oct-tex-parser.cc-t: No such file or directory |
Date: |
Tue, 29 Jan 2019 18:08:40 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
Hi, Octave folks,
I'm getting build failures when attempting to build either stable or
default. Builds using these same build scripts used to work; I don't
know what's changed.
Here's the error from make:
rm -f libinterp/corefcn/oct-tex-parser.cc-t
libinterp/corefcn/oct-tex-parser.cc-tt && \
/bin/sh ./build-aux/ylwrap libinterp/corefcn/oct-tex-parser.yy
y.tab.c libinterp/corefcn/oct-tex-parser.cc-t y.tab.h
libinterp/corefcn/oct-tex-parser.h y.output
libinterp/corefcn/oct-tex-parser.output -- ./build-aux/missing bison
-dv && \
/usr/local/opt/gnu-sed/bin/gsed
's|"libinterp/corefcn/oct-tex-parser\.cc-t"|"libinterp/corefcn/oct-tex-parser.cc"|g'
libinterp/corefcn/oct-tex-parser.cc-t >
libinterp/corefcn/oct-tex-parser.cc-tt && \
mv libinterp/corefcn/oct-tex-parser.cc-tt
libinterp/corefcn/oct-tex-parser.cc-t && \
if [ -s libinterp/corefcn/oct-tex-parser.cc-t ]; then /bin/sh
./build-aux/move-if-change libinterp/corefcn/oct-tex-parser.cc-t
libinterp/corefcn/oct-tex-parser.cc; else echo
"libinterp/corefcn/oct-tex-parser.cc-t is empty!" 1>&2; rm -f
libinterp/corefcn/oct-tex-parser.cc-t; exit 1; fi
updating oct-tex-parser.output
updating oct-tex-parser.tab.cc
updating oct-tex-parser.tab.hh
/usr/local/opt/gnu-sed/bin/gsed: can't read
libinterp/corefcn/oct-tex-parser.cc-t: No such file or directory
make: *** [libinterp/corefcn/oct-tex-parser.h] Error 2
Happens whether I'm running multiple jobs with "make -j 8" or a single job.
configure is complaining about not finding bison, even though I have it
installed (GNU bison 3.3.1) and on the $PATH:
configure: WARNING:
I didn't find bison, or the version of bison that I found does not
support all the features that are required, but it's only a problem
if you need to reconstruct parse.cc, which is the case if you're
building from VCS sources.
$ bison --version
bison (GNU Bison) 3.3.1
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ which bison
/usr/local/opt/bison/bin/bison
Full build logs: https://gist.github.com/015e1243f54d300461f66008f8609e1a
Anybody know what's going on here and how to fix it?
Cheers,
Andrew
- Build failure: can't read libinterp/corefcn/oct-tex-parser.cc-t: No such file or directory,
Andrew Janke <=