Your message dated Sat, 03 Mar 2018 21:50:09 +0000
with message-id <e1esf2f-000j0x...@fasolo.debian.org>
and subject line Bug#843635: fixed in hg-git 0.8.11-1
has caused the Debian Bug report #843635,
regarding hg-git: FTBFS: AttributeError: 'overlayrepo' object has no attribute 
'manifestlog'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
843635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hg-git
Version: 0.8.5-4
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

hg-git fails to build from source in unstable/amd64:

  […]

     debian/rules override_dh_auto_test
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5'
  make tests TESTFLAGS="--blacklist 
/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5/debian/hg-git.test_blacklist"
  make[2]: Entering directory 
'/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5'
  cd tests && python run-tests.py --with-hg=`which hg` --blacklist 
/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5/debian/hg-git.test_blacklist
  ..............
  --- 
/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5/tests/test-incoming.t
  +++ 
/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5/tests/test-incoming.t.err
  @@ -55,6 +55,71 @@
     $ fn_git_commit -m'add d/gamma line 2'
     $ cd ../hgrepo
     $ hg incoming -p | grep -v 'no changes found'
  +  ** Unknown exception encountered with possibly-broken third-party 
extension hggit
  +  ** which supports versions 3.7 of Mercurial.
  +  ** Please disable hggit and try your action again.
  +  ** If that fixes the bug please report it to 
https://bitbucket.org/durin42/hg-git/issues
  +  ** Python 2.7.12+ (default, Nov  4 2016, 17:04:30) [GCC 6.2.0 20161027]
  +  ** Mercurial Distributed SCM (version 4.0)
  +  ** Extensions loaded: hggit, strip, mq
  +  Traceback (most recent call last):
  +    File "/usr/bin/hg", line 45, in <module>
  +      mercurial.dispatch.run()
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 60, 
in run
  +      sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 126, 
in dispatch
  +      ret = _runcatch(req)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 216, 
in _runcatch
  +      return callcatch(ui, _runcatchfunc)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 225, 
in callcatch
  +      return func()
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 205, 
in _runcatchfunc
  +      return _dispatch(req)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 901, 
in _dispatch
  +      cmdpats, cmdoptions)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 650, 
in runcommand
  +      ret = _runcommand(ui, options, cmd, d)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 909, 
in _runcommand
  +      return cmdfunc()
  +    File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 898, 
in <lambda>
  +      d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 1039, in 
check
  +      return func(*args, **kwargs)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/extensions.py", line 
220, in closure
  +      return func(*(args + a), **kw)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 1039, in 
check
  +      return func(*args, **kwargs)
  +    File "/usr/lib/python2.7/dist-packages/hgext/mq.py", line 3540, in 
mqcommand
  +      return orig(ui, repo, *args, **kwargs)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 1039, in 
check
  +      return func(*args, **kwargs)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line 
5151, in incoming
  +      return hg.incoming(ui, repo, source, opts)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 837, in 
incoming
  +      return _incoming(display, subreporecurse, ui, repo, source, opts)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 807, in 
_incoming
  +      displaychlist(other, chlist, displayer)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 836, in 
display
  +      displayer.show(other[n])
  +    File "/usr/lib/python2.7/dist-packages/mercurial/cmdutil.py", line 1269, 
in show
  +      self._show(ctx, copies, matchfn, props)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/cmdutil.py", line 1380, 
in _show
  +      self.showpatch(ctx, matchfn)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/cmdutil.py", line 1398, 
in showpatch
  +      match=matchfn, stat=False)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/cmdutil.py", line 1211, 
in diffordiffstat
  +      relroot=relroot):
  +    File "/usr/lib/python2.7/dist-packages/mercurial/patch.py", line 2327, 
in difflabel
  +      for chunk in func(*args, **kw):
  +    File "/usr/lib/python2.7/dist-packages/mercurial/patch.py", line 2279, 
in diff
  +      if f not in ctx1:
  +    File "/usr/lib/python2.7/dist-packages/mercurial/context.py", line 87, 
in __contains__
  +      return key in self._manifest
  +    File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 770, in 
__get__
  +      result = self.func(obj)
  +    File "/usr/lib/python2.7/dist-packages/mercurial/context.py", line 531, 
in _manifest
  +      return self._repo.manifestlog[self._changeset.manifest].read()
  +  AttributeError: 'overlayrepo' object has no attribute 'manifestlog'
     comparing with $TESTTMP/gitrepo
     changeset:   1:9497a4ee62e1
     bookmark:    master
  @@ -86,13 +151,6 @@
     user:        test <t...@example.org>
     date:        Mon Jan 01 00:00:13 2007 +0000
     summary:     add d/gamma line 2
  -  
  -  diff -r 9865e289be73 -r 5202f48c20c9 d/gamma
  -  --- a/d/gamma      Mon Jan 01 00:00:12 2007 +0000
  -  +++ b/d/gamma      Mon Jan 01 00:00:13 2007 +0000
  -  @@ -1,1 +1,2 @@
  -   gamma
  -  +gamma 2
     
   
   incoming -r
  
  Warning: test-incoming.t output changed
  ~.....................warning: Tested with unexpected mercurial lib: 
/usr/lib/python2.7/dist-packages/mercurial
           (expected /usr/bin/mercurial)
  
  Skipped test-encoding.t: blacklisted
  Warned test-incoming.t: output changed
  # Ran 36 tests, 1 skipped, 1 warned, 0 failed.
  Makefile:13: recipe for target 'tests' failed
  make[2]: *** [tests] Error 80
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5'
  debian/rules:13: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20161108133902.r30Tq7pYYm.db.hg-git/hg-git-0.8.5'
  debian/rules:9: recipe for target 'build' failed
  make: *** [build] Error 2

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: hg-git.0.8.5-4.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: hg-git
Source-Version: 0.8.11-1

We believe that the bug you reported is fixed in the latest version of
hg-git, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 843...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tristan Seligmann <mithra...@debian.org> (supplier of updated hg-git package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 26 Feb 2018 10:04:12 +0200
Source: hg-git
Binary: mercurial-git
Architecture: source
Version: 0.8.11-1
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<python-apps-t...@lists.alioth.debian.org>
Changed-By: Tristan Seligmann <mithra...@debian.org>
Description:
 mercurial-git - Git plugin for Mercurial
Closes: 843635 844923 883469
Changes:
 hg-git (0.8.11-1) unstable; urgency=medium
 .
   * New upstream release (closes: #883469, #843635, #844923)
   * Bump Standards-Version to 4.1.3 (no changes).
   * Use https for copyright format URL.
Checksums-Sha1:
 e4ced12e4e8275f406413b8d5d78fbfd0e90a4f6 1890 hg-git_0.8.11-1.dsc
 c646fdf1a0b63fc9cab55b6537e1c1b75ecdbe85 129152 hg-git_0.8.11.orig.tar.gz
 f2e8ea40a3a3d70024cdf2a18f99b62d29f94947 5292 hg-git_0.8.11-1.debian.tar.xz
 795bb0033f2da08fe00ce5cd891878ba4e19cf78 7432 hg-git_0.8.11-1_source.buildinfo
Checksums-Sha256:
 ded4372ab6ef5200fdbee0506e2646d6b17477f8c5dbabcb938a464fec0df2cf 1890 
hg-git_0.8.11-1.dsc
 46e60853cb9e37c19d8a38e8829e55e45e7fac502954ec0be5cce8608f0c437e 129152 
hg-git_0.8.11.orig.tar.gz
 f85bd38eb7713da17113218e3550b94a6eaa90c4b9fa4ed25fe36800fabaf40d 5292 
hg-git_0.8.11-1.debian.tar.xz
 54a8c09e2a6dfb8faad03e1f8647a5959eda60a919d803a673623cd9ae737d8b 7432 
hg-git_0.8.11-1_source.buildinfo
Files:
 5e0df1d20b31e4bcd39f5cf1db97857e 1890 vcs optional hg-git_0.8.11-1.dsc
 3b11fae09b7a33752d8bf287ba77094a 129152 vcs optional hg-git_0.8.11.orig.tar.gz
 71ab96c806927cac5840e371365524a0 5292 vcs optional 
hg-git_0.8.11-1.debian.tar.xz
 1556198179450334de96ecddd189ff47 7432 vcs optional 
hg-git_0.8.11-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQGpBAEBCgCTFiEEXAZWhXVRbQoz/6ejwImQ+x9jeJMFAlqbFRhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVD
MDY1Njg1NzU1MTZEMEEzM0ZGQTdBM0MwODk5MEZCMUY2Mzc4OTMVHG1pdGhyYW5k
aUBkZWJpYW4ub3JnAAoJEMCJkPsfY3iTEyIIALbP4zNKjez82HQYVrs3/ypY3imn
rRRjXzxgwStZYNTxA1HNx9lQC0AaefQc7kYNw4uHnOyEvIr5jK9u9zINosRQXc4N
DVN8YdIBbdHp97QHXLtZbUv0QU2DCQc7K5CGPONnebzDGfs9aa3kCEBXSMH87sDr
8DwS/ITQzavAccIPci2IQ5nFfP6TPhigrvT7lWShkdzR68kdEF2OfuYz+GaArZhM
ocv94HZJazjhaExl6M7BctxLEXd8dxJXDl2dHjurwcZIK5/4YZN45Bcn/4WDEIAB
BQEks30aHuVwNS/Xvnfoo2PXFdSO5rNzGEPhq+ylhDYL+P/5SOJovg2CgrM=
=eHPF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to