logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 90b3304ea6d2c87c934f51dc6e21e2f134f75e14
parent db5ff9c5764a29344c4c774912721008b2ca1cc0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 20 Dec 2022 22:37:13 +0100

notes/bootstrapping: GNU gnulib & GNU gettext have blobs…

Diffstat:

Mnotes/bootstrapping.shtml6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml @@ -74,6 +74,12 @@ <h3>NekoVM</h3> <p>Doesn't seems possible to build without <code>boot/*.n</code> files being present, which are NekoVM bytecode files.</p> + <h3>GNU gnulib</h3> + <p><code>lib/javaversion.class</code>. Made <a href="https://hacktivis.me/tmp/0001-lib-javaversion.class-Remove-build-from-source.patch">[PATCH] lib/javaversion.class: Remove, build from source</a> to have it built from source.</p> + + <h3>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> + <h2>Historically problematic</h2> <h3>Firefox &gt;=68 &lt;=78</h3>