FS#50710 - Automake printing regex error every time it is invoked

Attached to Project: Arch Linux
Opened by Jeff Mickey (codemac) - Thursday, 08 September 2016, 23:13 GMT
Last edited by Allan McRae (Allan) - Friday, 09 September 2016, 05:13 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Every time that automake is run, it prints an error about some regex it can't seem to be able to run.

; automake
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /bin/automake-1.15 line 3936.
; automake --version
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /bin/automake line 3936.
automake (GNU automake) 1.15
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
;


Steps to reproduce:
- run automake
This task depends upon

Closed by  Allan McRae (Allan)
Friday, 09 September 2016, 05:13 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.15-2 in [testing]
Comment by Jeff Mickey (codemac) - Thursday, 08 September 2016, 23:14 GMT
; pacman -Qi automake | grep Version
Version : 1.15-1
; pacman -Qi perl | grep Version
Version : 5.24.0-1
;

Loading...