-
Notifications
You must be signed in to change notification settings - Fork 29
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
build failure on Buildroot #17
Comments
with only the package
I found a workaround which is to remove |
Ok, fixed I think. Please try building with these patches if possible (allstatic branch). There were two separate issues with that build actually, it configured dynaloader despite being told not to, and it built threads module with no -Dusethreads specified. The first issue was masked because the prebuilt toolchain was not built with BR2_STATIC_LIBS, but it popped up immediately once I switched to building a local toolchain. The second one is what caused those linking errors, but it looks like that's only a part of the problem. |
the branch with
|
If I'm not mistaken, this is not related to perl-cross at all. I see two possible solutions here, either patching (conditionally) Makefile.PL for that module, or allowing -Aperllibs=... to work as expected in perl-cross and passing -Aperllibs=-lintl conditionally in perl.mk. Or maybe adding some other workaround there for perllibs. There's a problem however, I could only get GDBM to use gettext by setting GDBM_CONF_OPTS = --enable-nls explicitly in gdbm.mk. It is not built like this by default. Can you please check how you get gettext calls in GDBM? The config I used: https://gist.github.com/arsv/cb5f82dfec55ade37fa4 |
First, thanks for your efforts. The branch For the remaining issue with |
Ok, changes merged into master and 0.9.7 release tagged. perl-5.22.0 support will be a separate version, it needs some unrelated changes anyway. |
Thanks |
fix some build failures, see arsv/perl-cross#17 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
see this build failure on
http://autobuild.buildroot.net/results/940/9404e004ac24c5f3eedc8e7bc8afadd35983de70/build-end.log
the problem occurs with this setting:
perl
,gdbm
,gettext
selectedThis defconfig allows to reproduce it, with buildroot-2015.05-rc3.
I have already send a related patch which only fixes a dependency issue.
The text was updated successfully, but these errors were encountered: