Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3930.
sub substitute_ac_subst_variables
{
my ($text) = @_;
$text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
return $text;
}
需要修改为
$text =~ s/\$\{([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
ubuntu ARM版本镜像仓库的automake 有bug
-
- 帖子: 1
- 注册时间: 2019-10-12 9:52
- 系统: ubuntu ARM
- 送出感谢: 0
- 接收感谢: 0
Re: ubuntu ARM版本镜像仓库的automake 有bug
其实bug应该去官方报 https://bugs.launchpad.net/
渠月 · QY https://vz.rs/u
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu
Ubuntu 20.04 快速设置指南,请配合浏浏览器自动翻译使用
我安装的gnome-shell扩展 https://s1.ax1x.com/2020/06/25/N0IFIS.png
邮箱 chuan@ubuntu.org.cn
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu
Ubuntu 20.04 快速设置指南,请配合浏浏览器自动翻译使用
我安装的gnome-shell扩展 https://s1.ax1x.com/2020/06/25/N0IFIS.png
邮箱 chuan@ubuntu.org.cn