Re: BUG #4883: tar xf fails on NFS4 mounts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4883: tar xf fails on NFS4 mounts
Дата
Msg-id 19330.1245977080@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #4883: tar xf fails on NFS4 mounts  (ajmcello <ajmcello78@gmail.com>)
Ответы Re: BUG #4883: tar xf fails on NFS4 mounts  (Greg Stark <gsstark@mit.edu>)
Re: BUG #4883: tar xf fails on NFS4 mounts  (ajmcello <ajmcello78@gmail.com>)
Список pgsql-bugs
ajmcello <ajmcello78@gmail.com> writes:
> # make
> make -C doc all
> make[1]: Entering directory `/nfs/fsp1/web/postgresql-8.3.7/doc'
> gzip -d -c man.tar.gz | /bin/tar xf -
> /bin/tar: man1/clusterdb.1: Cannot change ownership to uid 258, gid 258:
> Invalid argument
> /bin/tar: Error exit delayed from previous errors
> make[1]: *** [manl/.timestamp] Error 2

Hmm, that is *not* about unpacking the source tarball as I first thought
--- it's about unpacking the documentation sub-tarballs.  Which is
something that people are quite likely to try to do as root,
particularly for the html tarball which is unpacked only in the install
step.  Maybe putting "o" into the options in doc/Makefile is a good
idea.  I'm wondering why we've not had complaints before, though.

BTW, why are there uses of both "tar" and "$(TAR)" in there?

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: ajmcello
Дата:
Сообщение: Re: BUG #4883: tar xf fails on NFS4 mounts
Следующее
От: Greg Stark
Дата:
Сообщение: Re: BUG #4883: tar xf fails on NFS4 mounts