Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 17:56:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 206105] man pages could not install from sources
Message-ID:  <bug-206105-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206105

            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@FreeBSD.org
          Reporter: psergeevich@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.KOI=
8-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
=3D=3D=3D> 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 look=
ing
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-upgradi=
ng-documentation.html)
needs correction.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206105-9>