Changelog:
- Fix search of command by identifier
- Fix refresh of bar item spell_suggest when the input becomes empty
- Fix crash with IRC color codes in command line
Differential D10476
Update weechat to 3.0.1 Authored by EbonJaeger on Jan 31 2021, 5:34 PM. Tags None Referenced Files
Subscribers
Details
Changelog:
Connected to Freenode IRC, sent and received chat messages
Diff Detail
Event TimelineComment Actions Using the new yabi tool, this detects stuff from an unknown library, even after building it with Weechat's devel package installed. I'm not sure what package I'm missing, but if anyone knows, I can rebuild after making sure it's installed on my system so we have the correct library and symbol information. Comment Actions I don't think you are missing something. From google searches gzclose, gzeof and gzgets are zlib functions and zlib-devel is already installed when compiling weechat, because zlib-devel is a dependency of tcl-devel which is pkgconfig(tcl) in package.yml file. Comment Actions @algent the new tool currently is only able to look at the actual system because it's not running in the solbuild chroot. That said, I did have zlib-devel installed already, so I really don't know. Thanks for figuring out the package though! Maybe that can be of some use. Comment Actions With the update to abi-wizard 1.0.4, the zlib stuff gets found correctly. Now it just seems to be a couple symbols from glibc-devel. Will look into after waking up. Comment Actions Update missing symbols for zlib Still has two unknown symbols, believed from glibc-devel. |