commit: 1dd0928aa91cc8069f3e803526a6bfe696035672
parent 3cba75bc80d0f827482dfa54f49e45aa0c7261d0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  1 Oct 2022 01:16:34 +0200
notes/bootstrapping: Mono doesn't bootstraps at all
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml
@@ -40,8 +40,12 @@
 			<h3>app-emulation/wine-mono</h3>
 			<p>This is a collection of binaries</p>
 
-			<h3>mono</h3>
-			<p>Contains PE binaries, fails to build when removed and network isolated / offline.</p>
+			<h3>mono / .NET</h3>
+			<p>Source-only building is unsupported and nearly impossible currently (massive chain + intermediary unstable versions).</p>
+			<ul>
+				<li><a href="https://issues.guix.gnu.org/55026">potential prebuilt binaries in the Mono package</a></li>
+				<li><a href="https://github.com/dotnet/source-build/issues/1930">Full source bootstrap · Issue #1930 · dotnet/source-build</a></li>
+			</ul>
 
 			<h2>Historically problematic</h2>