Skip to content
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

geany-plugins (1.34.0) build fails on slackware 14.2 #6

Open
mariobenincasa opened this issue Oct 1, 2019 · 2 comments
Open

geany-plugins (1.34.0) build fails on slackware 14.2 #6

mariobenincasa opened this issue Oct 1, 2019 · 2 comments

Comments

@mariobenincasa
Copy link

Hi
just want to notify you of an error I get while compiling the 1.34.0 package (previous versions worked just fine), on an up-to-date slackware 14.2.
This is the error I get:

.libs/workbench_la-wb_project.o: In function `wb_project_dir_remove_file':
wb_project.c:(.text+0xd57): undefined reference to `gp_filelist_filepath_matches_patterns'
.libs/workbench_la-wb_project.o: In function `wb_project_dir_add_file':
wb_project.c:(.text+0x11ea): undefined reference to `gp_filelist_filepath_matches_patterns'
collect2: error: ld returned 1 exit status
libtool:   error: error: relink 'workbench.la' with the above command before installing it
Makefile:600: recipe for target 'install-geanypluginsLTLIBRARIES' failed
make[3]: *** [install-geanypluginsLTLIBRARIES] Error 1
make[3]: Leaving directory '/tmp/SBo/geany-plugins-1.34.0/workbench/src'
Makefile:851: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/tmp/SBo/geany-plugins-1.34.0/workbench/src'
Makefile:583: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/geany-plugins-1.34.0/workbench'
Makefile:629: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

I'm still using plugins 1.33.0 with geany 1.34.1, but I miss, for example, the spell checker.

@YellowApple
Copy link
Owner

YellowApple commented Oct 1, 2019

Interesting. This upstream bug report looks like it might be related.

Out of curiosity, do you have the development/vala SlackBuild installed? If not, does installing it resolve the error? It's listed as an optional dependency, but I wonder if something changed upstream and now it's more mandatory than it was previously (or perhaps there's some check that's failing now)? EDIT: just reread the comments, and the lack of valac seemed to be unrelated to those errors.

I'm actually running into a different build issue with it (choking when compiling the geanypy plugin on this machine; probably some conflict with my hacked-together dumpster fire of a Python installation on this laptop...), so I'm unable to reproduce this at the moment (but will do so as soon as I've got a clean 14.2 chroot up and running).

@YellowApple
Copy link
Owner

YellowApple commented Oct 1, 2019

So after disabling geanypy (by adding --disable-geanypy to the ./configure flags in the SlackBuild) it built fine for me, and I can confirm that spell checking is working after enabling the relevant plugin:

image

Of course, that doesn't rule out some other missing (and/or incorrectly deemed "optional" when it's actually mandatory) dependency, or some quirk specific to your machine (somehow).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants