Displaying 3 results from an estimated 3 matches for "shebangfix".
2018 Nov 13
2
Re: Further nbdkit patches for Haiku
...e shell script. As
> there seems to be no simple way to fix this for now, I left the bug in
> 1.8.0.
Possibly there are other restrictions, like having the interpreter
root-owned, dunno.
Looks like their ports attempt to fix those:
https://www.freebsd.org/doc/en/books/porters-handbook/uses-shebangfix.html
But the page doesn't list the restrictions.
>
> Finally the way that iconv detection was implemented broke FreeBSD. I
> added an interim replacement for this which at least fixes FreeBSD &
> Linux, however of couse I did not test Haiku:
>
> https://github.com/l...
2018 Nov 13
0
Re: Further nbdkit patches for Haiku
...s to be no simple way to fix this for now, I left the bug in
> > 1.8.0.
>
> Possibly there are other restrictions, like having the interpreter
> root-owned, dunno.
>
> Looks like their ports attempt to fix those:
> https://www.freebsd.org/doc/en/books/porters-handbook/uses-shebangfix.html
>
> But the page doesn't list the restrictions.
>
> >
> > Finally the way that iconv detection was implemented broke FreeBSD. I
> > added an interim replacement for this which at least fixes FreeBSD &
> > Linux, however of couse I did not test Haiku...
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