Skip to content

Building QEMU fails with perl regex error #54

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

Open
lukenels opened this issue Nov 7, 2017 · 2 comments
Open

Building QEMU fails with perl regex error #54

lukenels opened this issue Nov 7, 2017 · 2 comments

Comments

@lukenels
Copy link

lukenels commented Nov 7, 2017

When building qemu with make after ./configure-arch, the following error happens.

Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/lukenels/src/opensgx/qemu/scripts/texi2pod.pl line 320.
Makefile:463: recipe for target 'qemu.1' failed
make: *** [qemu.1] Error 255

Here is some random system information if it helps:

$ perl --version
This is perl 5, version 26, subversion 0 (v5.26.0) built for x86_64-linux-gnu-thread-multi
(with 56 registered patches, see perl -V for more detail)
.....
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.10
Release:	17.10
Codename:	artful
$ uname -a
Linux kaby 4.13.0-16-lowlatency #19-Ubuntu SMP PREEMPT Wed Oct 11 19:51:52 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Let me know if you want any more.

@lukenels
Copy link
Author

lukenels commented Nov 7, 2017

I have a patch for this, I'll open a PR in a few minutes.

@lukenels
Copy link
Author

lukenels commented Nov 7, 2017

This is fixed in #53

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