On 24/09/2023 13:40, Daisuke Fujimura via Cygwin-apps wrote:
Hi,
I previously reported that json-c.pc seems incorrect.
- https://cygwin.com/pipermail/cygwin/2023-August/254350.html
The modified version of json-c.cygport and its CI results are shown below.
- cygport
-
https://cygwin.com/cgit/cygwin-packages/playground/commit/?id=42b2343c88e9ba85dd689579335a77776691bb27
- CI
- https://github.com/cygwin/scallywag/actions/runs/6286740463
Patch is also attached.
Thanks.
Since Marco isn't available at the moment, I did an NMU with this change.
- PATH=${B}:${PATH} ctest
+ PATH=${B}:${PATH} ninja_test
Not sure if this part is needed.
But it seems like it indicates a missing piece in cygport. Perhaps there
should be a src_test() defined by the cmake.cygclass which does
ninja_test or ctest depending on the generator?