logo

blog

My website can't be that messy, right? git clone https://anongit.hacktivis.me/git/blog.git/
commit: 1e0cf6cb220e31f4601476ec8176785b41bc23aa
parent 464e0fb67be2e349e0a09b15521facb74983f378
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  1 Dec 2025 16:38:54 +0100

notes/bootstrapping: bug to GNU gettext

Diffstat:

Mnotes/bootstrapping.shtml5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml @@ -237,7 +237,10 @@ </p> <h3 id="gettext">GNU gettext</h3> - <p>gnulib java blob; 3 Java class files in <code>gettext-tools/examples</code>; <code>gettext-tools/m4/csharpexec-test.exe</code> which doesn't have source code (C# is effectively proprietary anyway). Did <a href="https://github.com/gentoo/gentoo/commit/54b36e80f7c3910ae1557c2faafda3d6d62daf49">sys-devel/gettext: deblob</a> to fix it.</p> + <p> + gnulib java blob; 3 Java class files in <code>gettext-tools/examples</code>; <code>gettext-tools/m4/csharpexec-test.exe</code> which doesn't have source code (C# is effectively proprietary anyway).<br /> + Did <a href="https://github.com/lanodan/gentoo/commit/54b36e80f7c3910ae1557c2faafda3d6d62daf49">sys-devel/gettext: deblob</a> to fix it in my branch of the gentoo repo.</p>, and filed <a href="https://savannah.gnu.org/bugs/index.php?67751">bug #67751: recipe-less csharpexec-test.exe, Test15.class, TestAWT.class blobs</a> + </p> <h3 id="typescript">TypeScript</h3> <p>Compiler itself is written in TypeScript, no bootstrap path possible as the <a href="https://github.com/microsoft/TypeScript/commit/214df64e287804577afa1fea0184c18c40f7d1ca">commit introducing the compiler</a> is TypeScript code. Want TypeScript compiler? Get a blob from <code>npmjs.org</code>, like the <a href="https://github.com/microsoft/TypeScript/commit/99ec3a96880649eeaa08c3df30e3ae802048f4fe">Initial commit</a> tells you.</p>