View Issue Details

IDProjectCategoryView StatusLast Update
0000518Other Unix PortBugpublic2020-08-24 03:14
ReporterSteff Assigned Topsmedley  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
Platformecomstation 1.2 R DEOSOs/2 
Summary0000518: most commands fail with dlopen error
Description
Mercurial module for Python 2.6 ( hg-1.0.2-python26-os2-20090419.zip on top of python 2.6.5 ) fails for most 'hg' commands. Error message ( always the same ) below. 'gcc346' is mentioned but can't find download link for 'gcc346.dll' anywhere ( - to provide potentially required dynamic library ).

Steps To Reproduceenter command 'hg status' inside any repository
Additional InformationError message :
Traceback (most recent call last):
  File "f:/usr/python26/Scripts/hg", line 20, in <module>
    mercurial.dispatch.run()
  File "f:/usr/python26/Lib/site-packages/mercurial/dispatch.py", line 20, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "f:/usr/python26/Lib/site-packages/mercurial/dispatch.py", line 29, in dispatch
    return _runcatch(u, args)
  File "f:/usr/python26/Lib/site-packages/mercurial/dispatch.py", line 79, in _runcatch
    except revlog.RevlogError, inst:
  File "f:/usr/python26/Lib/site-packages/mercurial/demandimport.py", line 74, in __getattribute__
    self._load()
  File "f:/usr/python26/Lib/site-packages/mercurial/demandimport.py", line 46, in _load
    mod = _origimport(head, globals, locals)
  File "f:/usr/python26/Lib/site-packages/mercurial/revlog.py", line 20, in <module>
    _compress = zlib.compress
  File "f:/usr/python26/Lib/site-packages/mercurial/demandimport.py", line 74, in __getattribute__
    self._load()
  File "f:/usr/python26/Lib/site-packages/mercurial/demandimport.py", line 46, in _load
    mod = _origimport(head, globals, locals)
ImportError: dlopen rc=2 extra=GCC346
TagsNo tags attached.

Activities

psmedley

2012-01-16 08:27

administrator   ~0002177

Try with http://smedley.info/gcc346.zip

Or try my Python 2.7.2 build (available from http://os2ports.smedley.id.au along with http://smedley.id.au/hg-1.6.3-os2-20120108.zip

Issue History

Date Modified Username Field Change
2012-01-15 22:31 Steff New Issue
2012-01-16 08:27 psmedley Note Added: 0002177
2012-01-16 08:27 psmedley Status new => resolved
2012-01-16 08:27 psmedley Resolution open => no change required
2012-01-16 08:27 psmedley Assigned To => psmedley
2020-08-24 03:14 psmedley Status resolved => closed