tech-pkg archive

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

Re: "error: ... : world-writable file."



Hi,

In message <20190821080511603925.e8ca2bb4%spg.tu-darmstadt.de@localhost>
	on Wed, 21 Aug 2019 08:05:11 +0200,
	Hauke Fath <hf%spg.tu-darmstadt.de@localhost> wrote:
> On Tue, 20 Aug 2019 23:15:29 +0200, Juraj Lutter wrote:
>>> where on omnios neither of the paths has a "gtar". There is 
>>> /usr/sbin/tar. And there is /usr/gnu/bin, but it doesn't have a tar 
>>> either.
>> 
>> Install archiver/gnu-tar maybe?
> 
> It was installed, but was not used, since the package in question does 
> not declare "USE_TOOLS+= gtar".
Dose your problem really fixed?  I'm planing to commit below change.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-importlib-metadata/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	17 Sep 2019 08:30:51 -0000	1.7
+++ Makefile	18 Sep 2019 14:08:09 -0000
@@ -21,5 +21,8 @@
 
 USE_LANGUAGES=	# none
 
+post-extract:
+	cd ${WRKSRC} && find . -xdev -type f -exec chmod go-w {} \;
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


-- 
Takahiro Kambe <taca%NetBSD.org@localhost>


Home | Main Index | Thread Index | Old Index