NetBSD-Bugs archive

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

Re: misc/48722: Source tarballs available in daily releng builds don't have correct permissions set on some files



The following reply was made to PR misc/48722; it has been noted by GNATS.

From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/48722: Source tarballs available in daily releng builds
 don't have correct permissions set on some files
Date: Mon, 7 Apr 2014 19:48:01 +0200

 On Sun, 06 Apr 2014, dhgutteridge%sympatico.ca@localhost wrote:
 >For example, there are two scripts in src/crypto/external/bsd/openssl
 >(openssl2netbsd and mkpc) that are missing execute permissions, which
 >means the build fails when it can't run mkpc.
 
 Thanks for the report.  The bug was that the build 
 attempted to run the script directly; whenever the build 
 runs a shell script, it is supposedto use ${HOST_SH}, 
 but that was not done in this case.  Revision 1.5 of 
 src/crypto/external/bsd/openssl/pkgconfig.mk should fix the 
 problem with the mkpc script.
 
 The openssl2netbsd script is not executed during the build; it is 
 run manually by developers importing new versions of openssl, and 
 they can deal with running it under a shell even if it doesn't 
 have execute permission.
 
 --apb (Alan Barrett)
 


Home | Main Index | Thread Index | Old Index