[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2014-09-07 Thread Ned Deily

Ned Deily added the comment:

Closing since there have been no further reports of this problem and this 
buildbot is no longer connected

--
resolution:  - out of date
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2013-07-06 Thread Ronald Oussoren

Ronald Oussoren added the comment:

Is this still an issue? I won't be able to look into this until I get home from 
EP, I didn't bring my disk with virtual machines to the conference.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2012-12-27 Thread Hynek Schlawack

Hynek Schlawack added the comment:

Any news? Wouldn’t Apple give us a license for our buildbots like MSFT does?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2012-12-27 Thread Ronald Oussoren

Ronald Oussoren added the comment:

OSX Server should have the same kernel as the client.

Also, the license terms for OSX 10.6 client don't allow running in a VM, while 
the 10.6 server terms do allow that. 

Is there anything special about this buildbots system configuration? Is the 
filesystem the default HFS+ filesystem? Is the directory used by buildbot a 
local filesystem? 

I've had some filesystem related issues in a virtual OSX system that was 
running in Parallels, but that was while using the 'shared folders' feature of 
Parallels (that virtual filesystem doesn't support all filesystem features).

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2012-08-10 Thread Łukasz Langa

Łukasz Langa added the comment:

I will be able to look at this on Monday (currently on vacation). The only 
unusual thing that comes to mind is that this is a virtual machine. Oh, and 
it's Snow Leopard *Server* (unfortunately I don't have any desktop licenses 
handy, and I'm not sure if I could use them on a VM anyway).

Expect more info on Monday.

--
assignee:  - lukasz.langa

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2012-08-08 Thread STINNER Victor

New submission from STINNER Victor:

==
ERROR: test_copyfile_named_pipe (test.test_shutil.TestShutil)
--
Traceback (most recent call last):
  File 
/Users/ambv/Buildbot/3.x.langa-snowleopard/build/Lib/test/test_shutil.py, 
line 735, in test_copyfile_named_pipe
os.mkfifo(TESTFN)
OSError: [Errno 22] Invalid argument

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leopard%203.x/builds/162/steps/test/logs/stdio

--
assignee: ronaldoussoren
components: Macintosh
messages: 167711
nosy: haypo, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: 
[Errno 22] Invalid argument
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2012-08-08 Thread Ned Deily

Ned Deily added the comment:

There is something odd about the setup for that buildbot.  Notice the other 
failures.  The mkfifo() call on OS X isn't even documented as returning EINVAL 
(22).  I've never seen this kind of failure on other OS X systems.   Łukasz, 
any ideas?

--
assignee: ronaldoussoren - 
nosy: +lukasz.langa, ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15594] test_copyfile_named_pipe() fails on Mac OS X Snow Leopard: OSError: [Errno 22] Invalid argument

2012-08-08 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
nosy: +hynek

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15594
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com