IRC channel logs

2026-02-14.log

back to list of logs

<aggi>so, there's hope for some CPP compatible with rpcgen utility required by NFS
<aggi>dev-cpp/mcpp
<aggi>since rpcgen utilizing tinycc c-pre-processor did not yield compatible headers
<aggi>for all else, tinycc -E did suffice
<aggi>it's only some corner-cases when tinycc-toolchain needs a little help form elsewhere (without gcc/binutils i mean)
<aggi>*from
<aggi>that is mentioned mcpp utility with rpcgetn; and bin86/as86 for real-mode 16bit asm (once i've re-written linux kernel bootcode.S for intel syntax)
<aggi>nice, mcpp/rpcgen outputs the exact same headers as gcc-cpp/rpcgen did
<aggi>i don't know, why tcc -E produced errornous headers, stripping enum {} from them
<aggi>at least i can wipe a bunch of pre-generated headers, since mcpp does work, and it's compiled in a few seconds (in comparison to gcc/cpp)
<lanodan>It's me or in master branch external/repo/gettext-0.26_0.tar.bz2 contains a non-empty ./usr/share/gettext/javaversion.class even though it should have been removed? Maybe `find … -delete -exec touch {} +` is racy somehow and should be replaced with `truncate -s 0` ?
<lanodan>(Weird part is I discovered that because in my utils-std branch it's properly cleared out, which doesn't makes sense to me)