[Bug 6017] New: evolve 8.2.1 has a dependency on missing module

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Nov 1 20:12:50 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=6017

            Bug ID: 6017
           Summary: evolve 8.2.1 has a dependency on missing module
           Product: Mercurial
           Version: 4.7.2
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: normal
         Component: evolution
          Assignee: bugzilla at mercurial-scm.org
          Reporter: matt_harbison at yahoo.com
                CC: mercurial-devel at mercurial-scm.org,
                    pierre-yves.david at ens-lyon.org

I think I've run into this before recently and sent a note to the evolve list,
but I hit it again pushing to an instance of `hg serve`:

10.30.1.91 - - [01/Nov/2018 16:04:34] "GET /?cmd=listkeys HTTP/1.1" 200 -
x-hgarg-1:namespace=bookmarks x-hgproto-1:0.1 0.2 comp=zstd,zlib,none,bzip2
partial-pull
10.30.1.91 - - [01/Nov/2018 16:04:34] "GET /?cmd=branchmap HTTP/1.1" 200 -
x-hgproto-1:0.1 0.2 comp=zstd,zlib,none,bzip2 partial-pull
10.30.1.91 - - [01/Nov/2018 16:04:34] "GET /?cmd=listkeys HTTP/1.1" 200 -
x-hgarg-1:namespace=bookmarks x-hgproto-1:0.1 0.2 comp=zstd,zlib,none,bzip2
partial-pull
10.30.1.91 - - [01/Nov/2018 16:04:34] "POST /?cmd=unbundle HTTP/1.1" 500 -
x-hgarg-1:heads=666f726365 x-hgproto-1:0.1 0.2 comp=zstd,zlib,none,bzip2
partial-pull
10.30.1.91 - - [01/Nov/2018 16:04:34] Exception happened during processing
request '/?cmd=unbundle':
Traceback (most recent call last):
  File "mercurial\hgweb\server.pyo", line 102, in do_POST
  File "mercurial\hgweb\server.pyo", line 95, in do_write
  File "mercurial\hgweb\server.pyo", line 187, in do_hgweb
  File "mercurial\hgweb\hgwebdir_mod.pyo", line 351, in run_wsgi
  File "mercurial\hgweb\hgweb_mod.pyo", line 308, in run_wsgi
  File "mercurial\hgweb\hgweb_mod.pyo", line 334, in _runwsgi
  File "mercurial\extensions.pyo", line 359, in closure
  File "hgext\lfs\wireprotolfsserver.pyo", line 38, in handlewsgirequest
  File "mercurial\wireprotoserver.pyo", line 223, in handlewsgirequest
  File "mercurial\wireprotoserver.pyo", line 438, in _callhttp
  File "mercurial\wireprotov1server.pyo", line 74, in dispatch
  File "mercurial\wireprotov1server.pyo", line 594, in unbundle
  File "mercurial\exchange.pyo", line 2149, in unbundle
  File "mercurial\transaction.pyo", line 44, in _active
  File "mercurial\transaction.pyo", line 522, in close
  File "mercurial\localrepo.pyo", line 1585, in updater
  File "mercurial\localrepo.pyo", line 147, in wrapper
  File "hgext3rd\evolve\obscache.pyo", line 487, in updatecaches
  File "mercurial\localrepo.pyo", line 147, in wrapper
  File "hgext3rd\evolve\firstmergecache.pyo", line 53, in updatecaches
  File "mercurial\localrepo.pyo", line 147, in wrapper
  File "hgext3rd\evolve\depthcache.pyo", line 91, in updatecaches
  File "mercurial\localrepo.pyo", line 147, in wrapper
  File "hgext3rd\evolve\stablesort.pyo", line 680, in updatecaches
  File "mercurial\localrepo.pyo", line 147, in wrapper
  File "hgext3rd\evolve\stablerangecache.pyo", line 440, in updatecaches
  File "mercurial\localrepo.pyo", line 130, in __get__
  File "mercurial\util.pyo", line 1412, in __get__
  File "hgext3rd\evolve\stablerangecache.pyo", line 427, in stablerange
  File "hgext3rd\evolve\genericcaches.pyo", line 109, in update
  File "hgext3rd\evolve\stablerangecache.pyo", line 380, in load
  File "mercurial\util.pyo", line 1412, in __get__
  File "hgext3rd\evolve\stablerangecache.pyo", line 242, in _con
  File "hgext3rd\evolve\stablerangecache.pyo", line 236, in _db
  File "hgdemandimport\demandimportpy2.pyo", line 145, in __getattr__
  File "hgdemandimport\demandimportpy2.pyo", line 90, in _load
  File "hgdemandimport\demandimportpy2.pyo", line 41, in _hgextimport
  File "sqlite3\__init__.pyo", line 24, in <module>
  File "hgdemandimport\demandimportpy2.pyo", line 167, in _demandimport
  File "hgdemandimport\demandimportpy2.pyo", line 41, in _hgextimport
  File "sqlite3\dbapi2.pyo", line 28, in <module>
  File "hgdemandimport\demandimportpy2.pyo", line 167, in _demandimport
  File "hgdemandimport\demandimportpy2.pyo", line 41, in _hgextimport
  File "_sqlite3.pyo", line 12, in <module>
  File "_sqlite3.pyo", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.

Maybe there are missing dependencies with `pip install hg-evolve`?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list