On 10.01.2021 01:07, Lemures Lemniscati via Cygwin-apps wrote:
ITA for libnice, which has been maintained by Yaakov [1].
Now, the latest upstream of libnice is 0.1.18 [2].
A new candidate cygport file is placed at [3].
It failed on Cygwin AppVeyor CI (ID 1695: [4]):
* On x86_64, it successfully built, but one test failed.
* On x86, it failed to build.
But, on my local machine, both of x86- and x86_64- builds and
all tests are sucessfully done.
Generated package files are placed at [5] and [6].
Packaging is inherited from 0.1.13-1
changed maintainership to you. The AppVeyor logs look fine for me.
Building on my system I found that gobject-introspection will need
a rebuild for python3.
/usr/bin/meson --internal exe --unpickle
/pub/tmp/libnice-0.1.18-1.src/libnice-0.1.18-1.x86_64/src/libnice-0.1.18/x86_64-pc-cygwin/meson-private/meson_exe_g-ir-scanner_2092638958d73a5ee2a2021f7aa8d2c979f4fd4e.dat
Traceback (most recent call last):
File "/usr/bin/g-ir-scanner", line 65, in <module>
from giscanner.scannermain import scanner_main
....
File "/usr/lib/gobject-introspection/giscanner/xmlwriter.py", line
46, in <module>
from giscanner._giscanner import collect_attributes
ImportError: dynamic module does not define module export function
(PyInit__giscanner)