pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases posgresql*: Restore MAKE_JOBS_SAFE=no
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7a1ab6ed14f
branches: trunk
changeset: 386196:f7a1ab6ed14f
user: nia <nia%pkgsrc.org@localhost>
date: Mon Oct 03 07:50:27 2022 +0000
description:
posgresql*: Restore MAKE_JOBS_SAFE=no
diffstat:
databases/postgresql11/Makefile.common | 9 ++++++++-
databases/postgresql12/Makefile.common | 9 ++++++++-
databases/postgresql13/Makefile.common | 9 ++++++++-
3 files changed, 24 insertions(+), 3 deletions(-)
diffs (69 lines):
diff -r b7b690ea01b7 -r f7a1ab6ed14f databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common Sun Oct 02 23:51:10 2022 +0000
+++ b/databases/postgresql11/Makefile.common Mon Oct 03 07:50:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2022/08/15 20:59:36 adam Exp $
+# $NetBSD: Makefile.common,v 1.29 2022/10/03 07:50:27 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,13 @@
# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
BROKEN_ON_PLATFORM+= *-*-alpha
+# Sporadic failures with a _high_ number of MAKE_JOBS:
+# "fatal error: utils/errcodes.h: No such file or directory"
+# Please override this locally if you can't reproduce it rather
+# than removing MAKE_JOBS_SAFE, since this is necessary for
+# bulk build stability.
+MAKE_JOBS_SAFE= no
+
.if ${MACHINE_ARCH} == "sparc"
CFLAGS.NetBSD+= -D__sparc_v8__
.endif
diff -r b7b690ea01b7 -r f7a1ab6ed14f databases/postgresql12/Makefile.common
--- a/databases/postgresql12/Makefile.common Sun Oct 02 23:51:10 2022 +0000
+++ b/databases/postgresql12/Makefile.common Mon Oct 03 07:50:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2022/08/15 20:59:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2022/10/03 07:50:27 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,13 @@
# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
BROKEN_ON_PLATFORM+= *-*-alpha
+# Sporadic failures with a _high_ number of MAKE_JOBS:
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+# Please override this locally if you can't reproduce it rather
+# than removing MAKE_JOBS_SAFE, since this is necessary for
+# bulk build stability.
+MAKE_JOBS_SAFE= no
+
.if ${MACHINE_ARCH} == "sparc"
CFLAGS.NetBSD+= -D__sparc_v8__
.endif
diff -r b7b690ea01b7 -r f7a1ab6ed14f databases/postgresql13/Makefile.common
--- a/databases/postgresql13/Makefile.common Sun Oct 02 23:51:10 2022 +0000
+++ b/databases/postgresql13/Makefile.common Mon Oct 03 07:50:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2022/08/15 20:59:38 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2022/10/03 07:50:27 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,13 @@
# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
BROKEN_ON_PLATFORM+= *-*-alpha
+# Sporadic failures with a _high_ number of MAKE_JOBS:
+# "ld: cannot find -lpgfeutils"
+# Please override this locally if you can't reproduce it rather
+# than removing MAKE_JOBS_SAFE, since this is necessary for
+# bulk build stability.
+MAKE_JOBS_SAFE= no
+
.if ${MACHINE_ARCH} == "sparc"
CFLAGS.NetBSD+= -D__sparc_v8__
.endif
Home |
Main Index |
Thread Index |
Old Index