pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bazel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  3 08:33:31 UTC 2026

Modified Files:
        pkgsrc/devel/bazel: Makefile

Log Message:
bazel: mark as BROKEN on NetBSD 11.99.*

Needs the abseil fixes for elf symbols, but I can't find the magic
to apply them - the sources for abseil are used, but not in the work
directory.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/bazel/Makefile

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

Modified files:

Index: pkgsrc/devel/bazel/Makefile
diff -u pkgsrc/devel/bazel/Makefile:1.15 pkgsrc/devel/bazel/Makefile:1.16
--- pkgsrc/devel/bazel/Makefile:1.15    Wed Jan  7 08:46:26 2026
+++ pkgsrc/devel/bazel/Makefile Sun May  3 08:33:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2026/01/07 08:46:26 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/05/03 08:33:31 wiz Exp $
 
 # Java project does not work as follows:
 # Error: could not find libjava.so
@@ -28,6 +28,9 @@ COMMENT=      Fast and correct build automati
 LICENSE=       apache-2.0
 
 BROKEN_ON_PLATFORM=    ${LP32PLATFORMS}
+# external/com_google_absl/absl/debugging/internal/elf_mem_image.cc:355:43: error: member reference base type 'const Elf64_Versym' (aka 'const unsigned short') is not a structure or union
+# needs equivalent of devel/abseil/patches/patch-absl_debugging_internal_elf__mem__image.cc
+BROKEN_ON_PLATFORM=    NetBSD-11.99.*-*
 
 WRKSRC=                ${WRKDIR}
 USE_TOOLS+=    bash:run pkg-config unzip zip



Home | Main Index | Thread Index | Old Index