Re: "make world" constantly throwing error on Ubuntu

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ankit Sablok <ankitsab(at)buffalo(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: "make world" constantly throwing error on Ubuntu
Date: 2017-01-15 17:26:45
Message-ID: 17233.1484501205@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ankit Sablok <ankitsab(at)buffalo(dot)edu> writes:
> while running "make world" after the configure script I am constantly
> receiving the following error and I am not able to find much help on web
> regarding the same :

> /bin/sh ../../../config/missing osx -D. -x lower -i include-xslt-index
> postgres.sgml >postgres.xmltmp
> ***
> ERROR: `osx' is missing on your system.
> ***

If you want to build the documentation (which is one of the steps implied
by "make world") then osx is one of the tools you need for that. On my
RHEL machine it's part of the "opensp" package. I don't know how Ubuntu
arranges their doc tools, but on RHEL and Fedora I've always found that
it was sufficient to install the "authoring and publishing" package set.
You can find additional advice at
https://www.postgresql.org/docs/current/static/docguide.html

If you don't actually care about the PG docs, don't use "make world".
"make all" at the top level, followed by "make all" in the contrib
subdir, should cover what you need.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2017-01-15 17:30:15 Re: Building PL/Perl procedural language without --with-perl configure flag
Previous Message Adrian Klaver 2017-01-15 16:43:36 Re: "make world" constantly throwing error on Ubuntu