Yup, we ran into that as well. File(1) has apparently
changed how it
reports its version, so the redirect of in configtest.pl
doesn't work
correctly. Ignoring works fine.
IANAP...
This is the (totally non-regression tested - all I know is
this makes
the test pass) diff:
99c99
< {component => "file(1)", type
=> "file -v 2>/dev/null", regexp
=> "-([0-9.]+)", minver =>
"4.12",
---
> {component => "file(1)", type
=> "file -v 2>&1", regexp =>
"-([0-9.]+)", minver => "4.12",
tim
configtest
Dave Overton wrote:
> Just started using FreeBSD 7.0, and this is new.
>
> configtest.pl says my "file" is too old...
it wants ver 4.12 or better....
>
> file -v returns "file-4.23" and works just
fine. But of course,
> configtest.pl is all upset. Happily I ignored it.
>
> Dave Overton, Owner
> SYIX.COM
>
> dave syix.com
> (530) 755-1751 x101
> Fax (530) 751-8871
> 800-988-SYIX
>
> _______________________________________________
> Maia-users mailing list
> Maia-users renaissoft.com
> http://www.renaissoft.com/mailman/listinfo/maia-users
>
>
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|