pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/guile18



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Nov  7 18:51:56 UTC 2023

Modified Files:
        pkgsrc/lang/guile18: Makefile

Log Message:
lang/guile18: Note SunOS build failure

Add comments explaining where building on SunOS fails.  This is very
likely an upstream problem rather than a pkgsrc problem, and guile18
is old, so this is very unlikely to be fixed.  Add commented-out
BROKEN_ON pending something like IGNORE_BROKEN_NO.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/guile18/Makefile

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

Modified files:

Index: pkgsrc/lang/guile18/Makefile
diff -u pkgsrc/lang/guile18/Makefile:1.5 pkgsrc/lang/guile18/Makefile:1.6
--- pkgsrc/lang/guile18/Makefile:1.5    Tue Jun 28 11:34:13 2022
+++ pkgsrc/lang/guile18/Makefile        Tue Nov  7 18:51:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/06/28 11:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/11/07 18:51:56 gdt Exp $
 
 DISTNAME=              guile-1.8.8
 PKGNAME=               ${DISTNAME:S/guile/guile18/}
@@ -13,6 +13,11 @@ LICENSE=             gnu-lgpl-v2.1
 
 CONFLICTS=             guile14<1.4.1nb1 guile-oops-[0-9]* guile>=1.8<2.0
 
+# BROKEN_ON is commented out pending IGNORE_BROKEN_ON
+# BROKEN_ON+=          SunOS-*-*
+# segmentation fault happens during
+#   GUILE="/home/pbulk/build/lang/guile18/work/guile-1.8.8/pre-inst-guile" ../scripts/snarf-check-and-output-texi
+
 GNU_CONFIGURE=         YES
 GNU_CONFIGURE_STRICT=  no # has several configure programs
 USE_TOOLS+=            gmake makeinfo



Home | Main Index | Thread Index | Old Index