Path to this page:
Subject: CVS commit: [pkgsrc-2021Q1] pkgsrc/lang/rust
From: Benny Siegert
Date: 2021-04-24 14:48:46
Message id: 20210424124847.0AD14FA95@cvs.NetBSD.org
Log Message:
Pullup ticket #6446 - requested by gutteridge
lang/rust: NetBSD/i386 build fix
Revisions pulled up:
- lang/rust/Makefile 1.228-1.229
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Apr 15 00:55:45 UTC 2021
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: restore NetBSD i386 bootstrap workaround
The current i386 bootstrap is built for NetBSD 8.x, and so is linked
against libstdc++.so.8. NetBSD 9.x still requires compat80 for it to
run.
This isn't a complete workaround, as builds still fail in a sandboxed
environment that doesn't have compat80 installed outside it. Dealing
with that would require another workaround somewhat like the one used
for ghc*, but a little different.
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Apr 16 01:14:37 UTC 2021
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: the i386 bootstrap workaround is really a BUILD_DEPENDS
Files: