pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust186: remove forcing of gcc14 on NetBSD 10.*.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Thu Feb 13 10:19:42 2025 +0100
Changeset: e2e850da9dbed8f132c26501791d84a10a8144a9
Modified Files:
rust186/options.mk
Log Message:
rust186: remove forcing of gcc14 on NetBSD 10.*.
This attempt at fix came from build experiences on an early 10.0_BETA
macppc dual-CPU system. Upgrading to 10.1 makes the build successfully
complete using both CPUs, so this turns out to not be needed, even
though the actual root cause has not been fully explained /
understood.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e2e850da9dbed8f132c26501791d84a10a8144a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust186/options.mk | 8 --------
1 file changed, 8 deletions(-)
diffs:
diff --git a/rust186/options.mk b/rust186/options.mk
index eb52f22cab..27bc0a3f16 100644
--- a/rust186/options.mk
+++ b/rust186/options.mk
@@ -40,14 +40,6 @@ GCC_REQD+= 12
. endif
.endif
-# Fix for problem seen during rust-installer run w/rust 1.84.1 on macppc,
-# "of course" experienced near the end of the build process:
-# assertion "memcmp(mf_ptr(mf) - 1, mf_ptr(mf) - matches[i].dist - 2, matches[i].len) == 0" failed: file "xz-5.2/src/liblzma/lz/lz_encoder_mf.c", line 40, function "lzma_mf_find"
-# The above is seen with both in-tree gcc (10.5.0) and gcc12 from pkgsrc.
-.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc}
-GCC_REQD+= 14
-.endif
-
#
# Use the internal copy of LLVM or the external one?
#
Home |
Main Index |
Thread Index |
Old Index