Обсуждение: Upgraded to 9.0.3, No Man Pages

Поиск
Список
Период
Сортировка

Upgraded to 9.0.3, No Man Pages

От
Rich Shepard
Дата:
   Somehow, when I installed 9.0.3 the man pages weren't installed. They're
in the source tree but not in /usr/local/pgsql/share/ so I cannot make a
symlink to /usr/share/man.

   Might this be something in the 'make install' script?

   I'll manually install them.

Rich

Re: Upgraded to 9.0.3, No Man Pages

От
Bruce Momjian
Дата:
Rich Shepard wrote:
>    Somehow, when I installed 9.0.3 the man pages weren't installed. They're
> in the source tree but not in /usr/local/pgsql/share/ so I cannot make a
> symlink to /usr/share/man.
>
>    Might this be something in the 'make install' script?
>
>    I'll manually install them.

I don't think we ever researched how to install manual pages in all the
distributions.  /share does make sense;  not sure why that doesn't happen.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

Re: Upgraded to 9.0.3, No Man Pages

От
Rich Shepard
Дата:
On Thu, 10 Mar 2011, Bruce Momjian wrote:

> I don't think we ever researched how to install manual pages in all the
> distributions.  /share does make sense; not sure why that doesn't happen.

Bruce,

   That's where they were installed with 9.0.1 and that's where I expected to
find them after upgrading to 9.0.3. No such luck.

Rich

Re: Upgraded to 9.0.3, No Man Pages

От
Bruce Momjian
Дата:
Rich Shepard wrote:
> On Thu, 10 Mar 2011, Bruce Momjian wrote:
>
> > I don't think we ever researched how to install manual pages in all the
> > distributions.  /share does make sense; not sure why that doesn't happen.
>
> Bruce,
>
>    That's where they were installed with 9.0.1 and that's where I expected to
> find them after upgrading to 9.0.3. No such luck.

Odd.  How did you do the install?  Via source?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

Re: Upgraded to 9.0.3, No Man Pages

От
Rich Shepard
Дата:
On Thu, 10 Mar 2011, Bruce Momjian wrote:

> Odd.  How did you do the install?  Via source?

   Yep. For reasons the package maintainer and I could not figure out, the
SlackBuild.org package script failed to build 9.0.1 so I installed from the
source tarball. Did the same with 9.0.3: configure; make; make install.

Rich

Re: Upgraded to 9.0.3, No Man Pages

От
Adrian Klaver
Дата:
On Thursday, March 10, 2011 11:36:36 am Bruce Momjian wrote:
> Rich Shepard wrote:
> > On Thu, 10 Mar 2011, Bruce Momjian wrote:
> > > I don't think we ever researched how to install manual pages in all the
> > > distributions.  /share does make sense; not sure why that doesn't
> > > happen.
> >
> > Bruce,
> >
> >    That's where they were installed with 9.0.1 and that's where I
> >    expected to
> >
> > find them after upgrading to 9.0.3. No such luck.
>
> Odd.  How did you do the install?  Via source?

When I went to check I found my source install of 9.0.3 did not install docs.
Comparing the GNUMakefiles from an 8.4 and 9.0.3 install shows that the docs
have been split out to the targets docs: and install-docs: and are no longer in
the targets all: and install:

--
Adrian Klaver
adrian.klaver@gmail.com

Re: Upgraded to 9.0.3, No Man Pages

От
Rich Shepard
Дата:
On Thu, 10 Mar 2011, Adrian Klaver wrote:

> When I went to check I found my source install of 9.0.3 did not install
> docs. Comparing the GNUMakefiles from an 8.4 and 9.0.3 install shows that
> the docs have been split out to the targets docs: and install-docs: and
> are no longer in the targets all: and install:

   Thanks for tracking this down, Adrian.

Rich