Subject: Re: pkg/31928: cplay package
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: pkgsrc-bugs
Date: 10/27/2005 12:14:03
The following reply was made to PR pkg/31928; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles@loria.fr>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/31928: cplay package
Date: Thu, 27 Oct 2005 14:13:47 +0200

 Hi,
 
 I just tried the package under netbsd -current
 I can't get cplay to work. Instead, i get the traceback:
 
 Traceback (most recent call last):
    File "/usr/pkg/bin/cplay", line 1651, in ?
      try: execfile(rc); break
    File "/usr/pkg/etc/cplayrc", line 1, in ?
      PLAYERS = [
    File "/usr/pkg/bin/cplay", line 1172, in __init__
      self.stdin_r, self.stdin_w = os.pipe()
 OSError: [Errno 24] Too many open files
 
 I tried with python 23 and python 24, but without success
 
 antoine