-
Notifications
You must be signed in to change notification settings - Fork 152
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
issue in building #50
Comments
Try adding this missing patch (010-automake-port-to-Perl-5.22-and-later.patch) in your tools/automake/patches. |
Tried that and now I receive this: |
Applying ./patches/100-aclocal-skip-not-existing-directories.patch using plaintext:
patching file bin/aclocal.in
Applying ./patches/200-do-not-override-silent-rules.patch using plaintext:
patching file m4/silent.m4
touch /home/karthi/chaos_calmer/build_dir/host/automake-1.15/.prepared39a010ae98078b627fd56aefee27c46c
(cd /home/karthi/chaos_calmer/build_dir/host/automake-1.15; AUTOM4TE=/home/karthi/chaos_calmer/staging_dir/host/bin/autom4te AUTOCONF=/home/karthi/chaos_calmer/staging_dir/host/bin/autoconf AUTOMAKE=/home/karthi/chaos_calmer/staging_dir/host/bin/automake ACLOCAL=/home/karthi/chaos_calmer/staging_dir/host/bin/aclocal AUTOHEADER=/home/karthi/chaos_calmer/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/karthi/chaos_calmer/staging_dir/host/bin/libtoolize LIBTOOL=/home/karthi/chaos_calmer/staging_dir/host/bin/libtool M4=/home/karthi/chaos_calmer/staging_dir/host/bin/m4 AUTOPOINT=true STAGING_DIR="" ./bootstrap.sh)
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at ./bin/automake.tmp line 3938.
Makefile:50: recipe for target '/home/karthi/chaos_calmer/build_dir/host/automake-1.15/.configured' failed
make[3]: *** [/home/karthi/chaos_calmer/build_dir/host/automake-1.15/.configured] Error 255
make[3]: Leaving directory '/home/karthi/chaos_calmer/tools/automake'
tools/Makefile:122: recipe for target 'tools/automake/compile' failed
make[2]: *** [tools/automake/compile] Error 2
make[2]: Leaving directory '/home/karthi/chaos_calmer'
tools/Makefile:121: recipe for target '/home/karthi/chaos_calmer/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy' failed
make[1]: *** [/home/karthi/chaos_calmer/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy] Error 2
make[1]: Leaving directory '/home/karthi/chaos_calmer'
/home/karthi/chaos_calmer/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2
The text was updated successfully, but these errors were encountered: