Libgnutls x86 not available

When I try to install OCServ, the dependency libgnutls is not available for x86 platform. Looked into both rc1 and snapshot

Anyone know why it was not compiled for x86? is it a bug?

gnutls has compilation problems in buildbot since a change in libidn a few days ago.

I see. thanks a lot

Would you mind telling me where can I read info like this?

You can monitor the buildbot failure logs:
http://downloads.lede-project.org/snapshots/faillogs/
E.g.
http://downloads.lede-project.org/snapshots/faillogs/mips_24kc/packages/gnutls/compile.txt

make[4]: Leaving directory '/build/lede-snapshots/mips_24kc/build/sdk/build_dir/target-mips_24kc_musl-1.1.16/gnutls-3.5.8'
Package libgnutls is missing dependencies for the following libraries:
libidn.so.11
Makefile:247: recipe for target '/build/lede-snapshots/mips_24kc/build/sdk/bin/packages/mips_24kc/packages/libgnutls_3.5.8-1_mips_24kc.ipk' failed
make[3]: *** [/build/lede-snapshots/mips_24kc/build/sdk/bin/packages/mips_24kc/packages/libgnutls_3.5.8-1_mips_24kc.ipk] Error 1

And then monitor the relevant discussion in LEDE bug tracker and/or Packages repo issues/PRs:
https://github.com/openwrt/packages/search?q=gnutls&type=Issues

https://github.com/openwrt/packages/pull/3965

Great. Thanks a lot :slight_smile: