New submission from Fabian Groffen <grob...@gentoo.org>:

The solaris case implementation of the ipv6 check assumes /usr/xpg4/bin/grep is 
available.  This gives error messages on e.g. IRIX where /etc/netconfig is 
available, but no /usr/xpg4/bin/grep.  This is simply fixed by using $GREP 
which is set by configure, and will be set to /usr/xpkg4/bin/grep if no 
suitable grep was found in the path.

Attached patch incorporates this change.

----------
files: python-2.5.1-no-hardcoded-grep.patch
keywords: patch
messages: 97892
nosy: grobian
severity: normal
status: open
title: IPv6 detection, don't assume existence of /usr/xpg4/bin/grep
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: 
http://bugs.python.org/file15913/python-2.5.1-no-hardcoded-grep.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7716>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to