pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49982: graphics/py-cairo does not compile on Solaris
The following reply was made to PR pkg/49982; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/49982: graphics/py-cairo does not compile on Solaris
Date: Wed, 17 Jun 2015 10:01:43 +0200
On Wed, Jun 17, 2015 at 07:00:00AM +0000, joern.clausen%uni-bielefeld.de@localhost wrote:
> Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /opt/pkgsrc/pkg-hrz/pkgsrc/graphics/py-cairo/work.pkgsrc-sol11i86/.tools/bin/automake line 3936.
This is the actual line you should look at.
perl finds
m/\${([^ \t=:+{}]+)}/
and doesn't like the unquoted '{'.
I grepped for this in the automake-1.15 sources but couldn't find it.
Which version do you have installed?
Thomas
Home |
Main Index |
Thread Index |
Old Index