FS#33221 - [weechat] enable guile scripting
Attached to Project:
Arch Linux
Opened by Ivan Sichmann Freitas (ISF) - Thursday, 27 December 2012, 20:26 GMT
Last edited by Giovanni Scafora (giovanni) - Sunday, 17 November 2013, 09:46 GMT
Opened by Ivan Sichmann Freitas (ISF) - Thursday, 27 December 2012, 20:26 GMT
Last edited by Giovanni Scafora (giovanni) - Sunday, 17 November 2013, 09:46 GMT
|
Details
Description:
WeeChat supports scheme scripting via guile for some time now, but the package in [extra] doesn't support it. In the PKGBUILD it isn't disabled, needing only to add it to opt depends and rebuild (tested by building by hand, it enables support for it by default if it can find guile in the system). Additional info: WeeChat 3.9.2-3 Steps to reproduce: - install guile - start weechat - see that /guile command doesn't work (thus not loading any scheme plugins) |
This task depends upon
Closed by Giovanni Scafora (giovanni)
Sunday, 17 November 2013, 09:46 GMT
Reason for closing: Not a bug
Sunday, 17 November 2013, 09:46 GMT
Reason for closing: Not a bug
Comment by
Cameron Matheson (cmatheson) -
Sunday, 28 July 2013, 18:40 GMT
- Field changed: Percent Complete (100% → 0%)
The guile plugin isn't part of this plugin, so guile scripting
isn't available even when guile is installed. Guile is enabled
when building from abs myself though.
Comment by
Sebastian Schwarz (seschwar) -
Monday, 29 July 2013, 17:22 GMT
- Field changed: Percent Complete (100% → 0%)
Despite guile being make- and optdepends there is no
/usr/lib/weechat/plugins/guile.so and no /guile command even with
guile installed.