pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct  3 07:50:27 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql11: Makefile.common
        pkgsrc/databases/postgresql12: Makefile.common
        pkgsrc/databases/postgresql13: Makefile.common

Log Message:
posgresql*: Restore MAKE_JOBS_SAFE=no


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql13/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.28 pkgsrc/databases/postgresql11/Makefile.common:1.29
--- pkgsrc/databases/postgresql11/Makefile.common:1.28  Mon Aug 15 20:59:36 2022
+++ pkgsrc/databases/postgresql11/Makefile.common       Mon Oct  3 07:50:27 2022
@@ -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 @@ CONFIGURE_ENV+=              pgac_cv_prog_cc_ldflags
 # 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

Index: pkgsrc/databases/postgresql12/Makefile.common
diff -u pkgsrc/databases/postgresql12/Makefile.common:1.21 pkgsrc/databases/postgresql12/Makefile.common:1.22
--- pkgsrc/databases/postgresql12/Makefile.common:1.21  Mon Aug 15 20:59:37 2022
+++ pkgsrc/databases/postgresql12/Makefile.common       Mon Oct  3 07:50:27 2022
@@ -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 @@ CONFIGURE_ENV+=              pgac_cv_prog_cc_ldflags
 # 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

Index: pkgsrc/databases/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.14 pkgsrc/databases/postgresql13/Makefile.common:1.15
--- pkgsrc/databases/postgresql13/Makefile.common:1.14  Mon Aug 15 20:59:38 2022
+++ pkgsrc/databases/postgresql13/Makefile.common       Mon Oct  3 07:50:27 2022
@@ -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 @@ CONFIGURE_ENV+=              pgac_cv_prog_cc_ldflags
 # 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