-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ABI version mismatch #62
Comments
this is affecting all debian testing (and above) users as well: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818590 i think the short fix is just to rebuild the plugin. to quote the Debian bug report above:
|
Hopefully fixed with #62 |
I can confirm the latest master fixes this issue for me. |
i have uploaded a new version in debian sid that, according to my friendly testers, fixes the issue as well. |
This problem now happens on fedora. |
I'm having this issue on Gentoo as well with irssi v0.8.20-r1 and irssi-otr v1.0.0-r1 in Portage Package Manager. I updated irssi-otr-1.0.0-r1 to pull in irssi-otr-1.0.1 but seems i still get the error about the ABI version. Is there a newer version than irssi-otr-1.0.1? I guessed at the version number when doing the ebuild, but it seemed to pull in a tar for it. |
|
I just pushed v1.0.2 with the ABI fix. Make sure to install |
On 2016-12-07 16:26:31, David Goulet wrote:
I just pushed v1.0.2 with the ABI fix. Make sure to install `libotr.so` in the `modules/` directory so irssi can call the right abicheck that is "otr_abicheck()". For some reasons, irssi also triese `libotr_core.so` but that will fail so the package must really install `libotr.so`
I'll keep that in mind. Normally, other debian maintainers can package
that update, but I suspect I'll be the one doing this if no one does
before january.
…--
The future is already here – it's just not very evenly distributed.
- William Gibson
|
Hi and HNY! Just ran into this after recompiling irssi. With above info i should be able to figure it out but i'm afraid i'm not for ea5b8e0:
And with a new profile:
|
In #irssi i was told to just compile irssi with |
I just tried that with the latest released version from the website https://irssi.org/download/ (1.1.2) and configure did not recognize that option. |
It's only in git so far and will be in 1.2, see irssi/irssi#881 |
'Irssi: otr/otr is ABI version 0 but Irssi is version 1, cannot load
I'm using irssi 0.8.18 and irssi-otr 1.0.0 on Arch Linux. This was all working a couple of weeks ago.
The text was updated successfully, but these errors were encountered: