Re: Bootstrap failed
Olly Betts <[email protected]> Sat, 12 Dec 2020 20:55:50 +0000
| Newsgroups | gmane.comp.search.xapian.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 11, 2020 at 05:30:22AM +0000, Aman wrote:
> I appreciate the help. I was able to bootstrap.
> what to do resolve the below issue?
> ../Tools/config/ylwrap: line 176: yacc: command not found
The error seems pretty clear - "yacc" isn't found, mostly likely because
you don't have it installed. On Ubuntu it comes from the bison package.
This suggests you didn't install the list of dependencies I pointed you
to before, since "bison" is in that list. It'll be a lot more efficient
to just install them all now rather than rediscover them one by one:
> > Did you install the list of packages the developer guide gives?
> >
> > https://xapian-developer-guide.readthedocs.io/en/latest/getting-started/index.html#debian-ubuntu
Cheers,
Olly