[Python-Dev] Another uuid problem (original) (raw)
skip at pobox.com skip at pobox.com
Fri Jul 28 16:02:10 CEST 2006
- Previous message: [Python-Dev] patching pydoc?
- Next message: [Python-Dev] Another uuid problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just tried building and testing 2.5 on a Solaris 10 box at work. The uuid test failed with
sh: ifconfig: not found
sh: ifconfig: not found
sh: ifconfig: not found
sh: arp: not found
sh: ifconfig: not found
sh: ifconfig: not found
sh: ifconfig: not found
sh: arp: not found
In our environment at least it's uncommon for /usr/sbin to be in the PATH of non-privileged users:
piggy:% type -a ifconfig
-bash: type: ifconfig: not found
piggy:% PATH=$PATH:/usr/sbin type -a ifconfig
ifconfig is /usr/sbin/ifconfig
Perhaps test_uuid needs to do a little investigation to find ifconfig and arp.
Skip
- Previous message: [Python-Dev] patching pydoc?
- Next message: [Python-Dev] Another uuid problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]