[Slackbuilds-users] Bluefish and glib2
Logan Rathbone
poprocks at gmail.com
Wed Apr 30 19:36:20 UTC 2025
On Wed, Apr 30, 2025 at 12:47 AM King Beowulf
<kingbeowulf at linuxgalaxy.org> wrote:
>
> Hello, just an FYI -
>
> Bluefish-2.2.17 fails to compile with
>
> undefined symbol: g_string_free_and_steal
Yes, when I first saw this I assumed it was an issue of having a local
version of glib2 installed that is too new for bluefish, and some
other function call is calling g_string_free_and_steal, resulting in a
linker error.
But i see looking at the bluefish source code that it does indeed call
g_string_free_and_steal, which should have caused it to bump its
configure.ac version of glib2 required, but it still claims to support
glib2 >= 2.24, which is way off.
Has this been reported upstream?
More information about the SlackBuilds-users
mailing list