Igor Živković wrote:
> On 08/31/2013 05:32 PM, Bruce Dubbs wrote:
>> Ken Moffat wrote:
>>>
>>>     I'll wait to see if the instrumentation is working, then take a
>>> look at an i686 build to narrow this down.  Or perhaps another build
>>> on this faster machine, but in a directory : I don't need to boot
>>> it, just to look at the perms.
>>
>> OK.  This is something that's fairly important.  We need to make sure
>> it's fixed.  At the end of my build scripts I always run a function to
>> do statistics.  I can add a statemetn to check permissions for every
>> package.  That may help find the culprit.
>
>
> The culprit is git-manpages-1.8.4.

Thanks!

  I've just noticed it on my newest
> build. I've also noticed that LFS doesn't install tar man page. :-)

I don't think tar comes with a man page.  That said, I do have tar.1 and 
tar.5, but I don't recall when they were installed.  They are not in the 
man-pages tarball.

My man pages say: BSD General Commands Manual and BSD File Formats Manual.

$ ll /bin/tar
-rwxr-xr-x 1 root root 355503 Aug 16 00:10 /bin/tar

$ ll /usr/share/man/man1/bsdtar.1
-rw-r--r-- 1 root root 32870 Aug 23 10:41 /usr/share/man/man1/bsdtar.1
$ ll /usr/share/man/man5/tar.5
-rw-r--r-- 1 root root 31679 Aug 23 10:41 /usr/share/man/man5/tar.5

The package I installed Aug 23 10:41 is libarchive-3.1.2.tar.gz and 
indeed the log for that has:

/usr/bin/install -c -m 644 libarchive/cpio.5 
libarchive/libarchive-formats.5 libarchive/mtree.5 libarchive/tar.5 
'/usr/share/man/man5'

/usr/bin/install -c -m 644 tar/bsdtar.1 cpio/bsdcpio.1 '/usr/share/man/man1'

It might be useful in that package to create symlink tar.1 -> bsdtar.1

   -- Bruce


   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to