[Bug 206105] man pages could not install from sources

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 10 17:56:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206105

            Bug ID: 206105
           Summary: man pages could not install from sources
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc at FreeBSD.org
          Reporter: psergeevich at mail.ru

-----------I fetched clean copy of man pages sources:

# svnlite checkout
https://svn.FreeBSD.org/doc/head/https://svn.freebsd.org/doc/head/ru_RU.KOI8-R/man
/usr/doc/ru_RU.KOI8-R/man

------------...then I tried to install man pages from sources:

# cd /usr/doc/ru_RU.KOI8-R/man
# make install clean
mkdir -p /usr/share/man/ru_RU.KOI8-R
mtree -deU -f /usr/doc/ru_RU.KOI8-R/man/FRDP.man.dist -p
/usr/share/man/ru_RU.KOI8-R
===> man1 (install)
install -o root -g wheel -m 444 apply.1.gz  /usr/share/man/ru_RU.KOI8-R/man1
install: apply.1.gz: No such file or directory
*** Error code 71

Stop.
make[1]: stopped in /usr/doc/ru_RU.KOI8-R/man/man1
*** Error code 1

Stop.
make: stopped in /usr/doc/ru_RU.KOI8-R/man

------------------ Man pages has not been installed, because installer looking
for *.gz archives, which are absent in the sources. I solved the problem by
simple copying man files from the sources to /usr/share/man/ru_RU.KOI8-R/.
Another language man pages sources have the same problem. Man pages sources (or
Handbook 23.3.1
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-documentation.html)
needs correction.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list