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

oniguruma #1778

Closed
kiwina opened this issue Dec 15, 2018 · 5 comments
Closed

oniguruma #1778

kiwina opened this issue Dec 15, 2018 · 5 comments

Comments

@kiwina
Copy link

kiwina commented Dec 15, 2018

Build from release tar ball fails
./configure --with-oniguruma=builtin --disable-maintainer-mode make
=== configuring in modules/oniguruma (/root/jq-1.6/modules/oniguruma) configure: WARNING: no configuration information is in modules/oniguruma root@ubuntu:~/jq-1.6# make GEN src/builtin.inc GEN src/version.h make all-recursive make[1]: Entering directory '/root/jq-1.6' Making all in modules/oniguruma make[2]: Entering directory '/root/jq-1.6/modules/oniguruma' make[2]: *** No rule to make target 'all'. Stop. make[2]: Leaving directory '/root/jq-1.6/modules/oniguruma' Makefile:1085: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/root/jq-1.6' Makefile:762: recipe for target 'all' failed make: *** [all] Error 2

@kiwina
Copy link
Author

kiwina commented Dec 15, 2018

just need to run
autoreconf -fi

@kiwina kiwina closed this as completed Dec 15, 2018
@nicowilliams
Copy link
Contributor

nicowilliams commented Dec 15, 2018 via email

@meta-github
Copy link

Actually, the point about --disable-maintainer-mode is that one does not need the autotools. So, if the solution is to run autoreconf, then --disable-maintainer-mode has to be confidered broken, which is a pity.

In my opinion, maintainer mode should be disabled by default in distribution source packages and the package should build fine without the autotools being installed.

@wtlangford
Copy link
Contributor

Yes, the requirement for running autoreconf -fi was an error made when I packaged the release source packages for 1.6. It won't happen with future releases.

@meta-github
Copy link

@wtlangford : thanks for your comment. I just have built 1.6 after installing autotools. It is good to hear that autotools will not be needed for future releases.

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

4 participants