Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 17:24:59 UTC Now

2022-05-30 09:33:00 UTC MAIN commitmail json YAML

Build fixes for devel/ocaml-bigstringaf. Revbump.

The earlier fixes by mef@ (using make) don't solve the problem properly,
since the Makefile only calls dune anyway. However, it does so with
different parameters, most notably not using the -j parameter (leaving
dune to autodetect the number of jobs). That (and the fact that I can't
reproduce the problem) suggests to me that parallel building is the culpit.
I've disabled it for now and will file a bug upstream.

(jaapb)