pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 py-lz4: not make jobs safe



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7c3c529fb77
branches:  trunk
changeset: 386023:d7c3c529fb77
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 30 09:05:40 2022 +0000

description:
py-lz4: not make jobs safe

builds the same object files for different targets
e.g.
ld: build/temp.netbsd-9.0-amd64-cpython-310/lz4libs/lz4.o: file not recognized: file truncated

diffstat:

 archivers/py-lz4/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 9d7ddef13022 -r d7c3c529fb77 archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Fri Sep 30 08:18:50 2022 +0000
+++ b/archivers/py-lz4/Makefile Fri Sep 30 09:05:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/01/04 20:52:31 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2022/09/30 09:05:40 wiz Exp $
 
 DISTNAME=      lz4-3.1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,11 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# builds the same object files for different targets
+# e.g.
+# ld: build/temp.netbsd-9.0-amd64-cpython-310/lz4libs/lz4.o: file not recognized: file truncated
+MAKE_JOBS_SAFE=        no
+
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index