Opened 19 years ago

Closed 19 years ago

#3441 closed defect (fixed)

py-mechanize install fails under tiger, with sem_init errors

Reported by: eichin@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

---> Fetching py-mechanize ---> Verifying checksum(s) for py-mechanize ---> Extracting py-mechanize ---> Configuring py-mechanize ---> Building py-mechanize with target build Error: Target com.apple.build returned: shell command "cd "/Users/eichin/optlocal/darwinports/ dports/python/py-mechanize/work/mechanize-0.0.8a" && /opt/local/bin/python2.3 setup.py build" returned error 1 Command output: sem_init: Function not implemented sem_init: Function not implemented sem_init: Function not implemented sem_init: Function not implemented sem_init: Function not implemented sem_post: Bad file descriptor Traceback (most recent call last):

File "setup.py", line 8, in ?

from mechanize import version

File "/Users/eichin/optlocal/darwinports/dports/python/py-mechanize/work/mechanize-0.0.8a/

mechanize/init.py", line 1, in ?

from _useragent import UserAgent#, http_get, http_put, http_head

File "/Users/eichin/optlocal/darwinports/dports/python/py-mechanize/work/mechanize-0.0.8a/

mechanize/_useragent.py", line 14, in ?

import urllib2, httplib

File "/opt/local/lib/python2.3/urllib2.py", line 93, in ?

import httplib

File "/opt/local/lib/python2.3/httplib.py", line 70, in ?

import mimetools

File "/opt/local/lib/python2.3/mimetools.py", line 6, in ?

import tempfile

File "/opt/local/lib/python2.3/tempfile.py", line 85, in ?

_once_lock = _allocate_lock()

thread.error: can't allocate lock sem_wait: Bad file descriptor sem_post: Bad file descriptor sem_wait: Bad file descriptor sem_post: Bad file descriptor sem_wait: Bad file descriptor sem_post: Bad file descriptor sem_wait: Bad file descriptor sem_post: Bad file descriptor

Change History (2)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to mww@…

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

works now with version 0.0.9a;

Note: See TracTickets for help on using tickets.