You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not just the TabError, there's also the exec statement on Python 2, which Python 3 does not have. An appropriate fix is passing --without-rbgen to ./configure because sysrepo does not use rbgen at all.
jktjkt
added a commit
to CESNET/CzechLight-dependencies
that referenced
this issue
Apr 21, 2020
Fedora 31 is Python3-only, and libredblack's rbgen uses `exec`
statement which won't really work. (There's also a TabError in there,
but that's purely cosmetic.) Libssh also came up a bit more strict
cipher policy settings, hence the libnetconf2 update.
There are new error reports about memory leaks that I was not able to
track down; I don't know if it's due to libev and libssh bugs or whether
the problem is in the callers.
Bug: sysrepo/libredblack#4
Bug: CESNET/libnetconf2#222
Change-Id: I4448c49079f4bd46bba0aef1f3bf558aeb26a64f
Fails to build on Fedora because it ships without Python 2.
This line needs to be changed probably:
https://github.com/sysrepo/libredblack/blob/master/configure#L2959
The text was updated successfully, but these errors were encountered: