FS#34979 - [tcl] Increase amount of space for regex

Attached to Project: Arch Linux
Opened by Allan McRae (Allan) - Saturday, 27 April 2013, 01:46 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 27 April 2013, 04:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The with tcl-8.6.0, I get a lot of testsuite failures in gcc with messages like:

ERROR: couldn't compile regular expression pattern: out of memory

This size limit can be increased by:
sed -i s/500/5000/ generic/regc_nfa.c
This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 27 April 2013, 04:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  tcl-8.6.0-4

Loading...