tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ld.so.0 != shlib



On Sat, 16 Feb 2008 19:02:55 +0900, Roland Illig <rillig%NetBSD.org@localhost> 
wrote:

> OBATA Akio wrote:
>> How to avoid following check in misc/ja-man?
>>
>> /usr/pkg/man/ja_JP.EUC/cat1/ld.so.0: installed without execute permission; 
>> fixing (should use [BSD_]INSTALL_LIB)
>> /usr/pkg/man/ja_JP.EUC/man1/ld.so.1: installed without execute permission; 
>> fixing (should use [BSD_]INSTALL_LIB)
>
>
> The code is in mk/flavor/pkg/metadata.mk. The question is whether we
> need this "correction" at all, since on NetBSD (and probably other
> systems), shared libraries don't have to be executable at all.

Those files are not shared libraries, manual pages for "ld.so".

After that:
=> Checking file permissions in ja-man-19990531nb2
warning: /usr/pkg/man/ja_JP.EUC/cat1/ld.so.0: executable bit is set on 
non-executable file.
warning: /usr/pkg/man/ja_JP.EUC/cat1/rtld.0: executable bit is set on 
non-executable file.
warning: /usr/pkg/man/ja_JP.EUC/man1/ld.so.1: executable bit is set on 
non-executable file.
warning: /usr/pkg/man/ja_JP.EUC/man1/rtld.1: executable bit is set on 
non-executable file.

Then I want to avoid the check to manual pages.

-- 
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index