HinTak
HinTak
Upstream issue about build current ocaml on glibc 2.34 (fedora 35) system: https://github.com/ocaml/ocaml/issues/10250 Upstream fix: https://github.com/ocaml/ocaml/pull/10266 The patch does not apply to the older ocaml, but can be adapted. I...
I have noticed this for some years - if one does "s 'something'" at the console or the web front end, then look at the output with "vr" or its...
Fedora 32's ocaml 4.10 was built with `-force-safe-string` and reject `-unsafe-string` as argument.
I have noticed it a few times before: normally edonkey downloads triggers a shutdown when the available disk space is less than 50MB. But BT downloads just continues to zero...
I am downing quite a few files with rather long file names and found about a dozen have their file names truncated to 160 characters. (sometimes with _1, _2 added...
The avail and source # info in the web interface is still meaningful, but in console/telnet, it always gives show 1. This bug can be seen by doing a search...
I already has one change which silences a good deal of floods: ``` --- a/src/utils/net/ip.ml +++ b/src/utils/net/ip.ml @@ -360,7 +360,7 @@ let _ = (* lprintf "Ip found for %s:...
I am wondering about whether it is necessary to ``` Fetching all references From https://github.com/raspberrypi/linux ``` It is both very slow - this step alone is 2060 sec in `buildroot-2018.08/output/build/build-time.log`,...
Add upstream patch to fix squashfs-tools build failures because of missing external declaration for fwriter_buffer and bwriter_buffer. Fixes: - http://autobuild.buildroot.net/results/6789b668898245926e0a3a3e7caf823dff515d71 /usr/bin/ld: read_fs.o:(.bss+0x0): multiple definition of `fwriter_buffer'; mksquashfs.o:(.bss+0x400c90): first defined here...
Backported glibc 2.33 compatibility fixes from upstream. Need these for building on latest fedora.