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

Unescaped left brace automake line 3936 on perl5.26 #2

Open
oy5tein opened this issue Aug 30, 2018 · 0 comments
Open

Unescaped left brace automake line 3936 on perl5.26 #2

oy5tein opened this issue Aug 30, 2018 · 0 comments

Comments

@oy5tein
Copy link

oy5tein commented Aug 30, 2018

On ubuntu 18.04 with perl 5.26
Running:
python build.py -b zed -p zynq

stops here:

configure.ac:39: the top level
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/oystein/zynq/buildroot/output/microzed_linux_xilinx/host/usr/bin/automake line 3936.
autoreconf: /home/oystein/zynq/buildroot/output/microzed_linux_xilinx/host/usr/bin/automake failed with exit status: 255
package/pkg-generic.mk:206: recipe for target '/home/oystein/zynq/buildroot/output/microzed_linux_xilinx/build/alsa-lib-1.1.3/.stamp_configured' failed
make[1]: *** [/home/oystein/zynq/buildroot/output/microzed_linux_xilinx/build/alsa-lib-1.1.3/.stamp_configured] Error 1
Makefile:16: recipe for target '_all' failed
make: *** [_all] Error 2
Uncaught exception
Traceback (most recent call last):
  File "build.py", line 191, in <module>
    build_target(args, catalog)
  File "build.py", line 89, in build_target
    subproc(argStr, cwd=args['outputDir'])

Looks like it is a known issue with automake:
raspberrypi/noobs#470

I tried to edit the automake file like described in the post but it seems the build process is cleaning the file on a new make.
Is it possible to update automake?

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

1 participant