Thomas Gazagnaire

Results 251 comments of Thomas Gazagnaire

Another occurence in https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/f9b6838562de5a899902de01ea3351cdb4bf185f/variant/opam-2.0,distributions,ubuntu-18.04,irmin-chunk.2.7.0,tests ``` time="2021-06-23T20:07:12+02:00" level=error msg="container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: rootfs_linux.go:59: mounting \"/etc/resolv.conf\" to rootfs at \"/var/cache/obuilder/result-tmp/a2708450d72d53b2c74e292c16fc938209e0b10d309ae5a8f833ce16963f3a70/rootfs/etc/resolv.conf\" caused: no such file or directory" ```

Note: https://github.com/docker/datakit/tree/master/api/go-datakit should be a bit more reliable that these bindings. Improvements in both trees are welcome though :-)

To successfully install gtksourceview with pk-config and homebrew, I had to follow the workaround described in https://github.com/mxcl/homebrew/issues/21129: ``` export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/X11/lib/pkgconfig/ for i in `ls /usr/local/opt/`; do if [ -d "/usr/local/opt/$i/lib/pkgconfig"...

Seems to be related to https://github.com/ocamllabs/ocaml-ctypes/issues/74

A quick reply: I think I'm generally in favour of simplifying this part of the stack. Ideally, it would be great if we could find a solution where: - by...

I like the direction of that one too. A few comments: - I would move the sleeper machinery in a `Mirage_time.Runtime` module (or something similar, but in the `mirage-time` package)...

Apologies - this is a tricky package, and I suppose none of the maintainers have time to understand the various issues at play. I think that would help if you...

How do we expect people building from sources to keep track of these feature flags? Would it be possible to have a branch with all these flags enabled by default...

Is there a way for an user to know if these feature flags are enabled? Reading this whole thread quickly, I think the main concern is "forward-looking", i.e. how we...

> There's 3 things here: > > 1.The developer preview of dune > 2.The stable opam release of dune > 3.The stable standalone release of dune Thanks @leostera, this is...