search for: tmpfix

Displaying 3 results from an estimated 3 matches for "tmpfix".

2018 Nov 09
0
Re: Further nbdkit patches for Haiku
On Fri, Nov 09, 2018 at 01:44:38AM +0100, François Revol wrote: > Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit : > I made a patch here: > > https://github.com/mmuman/nbdkit/commits/tmpfix > > Also added one for the loader lib search path environment, which is > different for us. For the tmpdir patch, I changed plugins/example3/example3.c to a simpler patch which doesn't require the variable stack allocation (but also doesn't use TMPDIR -- it's only an example...
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
..._TMPDIR=/tmp] > [LARGE_TMPDIR=/var/tmp] > ) > AC_DEFINE_UNQUOTED([LARGE_TMPDIR],["$LARGE_TMPDIR"], > [Temporary directory for large files]) > > would be enough for now? That should do. I made a patch here: https://github.com/mmuman/nbdkit/commits/tmpfix Also added one for the loader lib search path environment, which is different for us. > Finally about the list of failing tests: > > https://pastebin.com/1PFG85DS > > Mostly these are because of the old qemu-io binary. The qemu-io -f > option was added 4 years ago :-/ so it...
2018 Nov 06
5
Further nbdkit patches for Haiku
François, thanks for the patches so far. This morning I pushed: https://github.com/libguestfs/nbdkit/commit/e26fb6cea3fdba13b5472daf6767e76abacd8d03 build: add missing #include "byte-swapping.h" https://github.com/libguestfs/nbdkit/commit/b962272a561bfed087316d24b7d510e4ab29a985 build: more fallbacks for mkostemp The iconv patch makes iconv a requirement. I don't know