zotero / zotero-standalone-build

Zotero client build utility
https://www.zotero.org/support/dev/client_coding/building_the_standalone_client
Other
119 stars 98 forks source link

Fetching XUL runner gets stuck when modifying omni #80

Closed m-mauersberger closed 4 years ago

m-mauersberger commented 4 years ago

Problem is on Zotero commit 49d9f587e2e740f7e387858676f585719866a615 (latest: 2020/07/02) using openSUSE Leap 15.1 with Perl 5.26

When I run fetch_xulrunner.sh -p l following error occurs:

Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/get _inPrivateBrowsing\(\) { <-- HERE / at -e line 1.

It seems that the error lies within the program. Since Perl version 5.26 there is no more just warning if braces are unescaped in regular expressions (source). So maybe escaping will help...

log_xul.txt

dstillman commented 4 years ago

FWIW, it's working for me on Ubuntu 20.04 with Perl 5.30.