fetch from merge directive to stacked branch unable to fill in chk pages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Launchpad itself |
Won't Fix
|
Critical
|
Unassigned |
Bug Description
I'm getting a problem using bzr 2.3.0 with the sequence
bzr branch --stacked <path> [David I edited 2011-02-16 did say <patch file>]
bzr merge <patch file>
while the same sequence works if I leave out the --stacked.
I shall also submit a bug report.
Here is the log (path names changed to <path> to protect the innocent)
*$ bzr branch --verbose --stacked bzr+ssh://<path>*
Created new stacked branch referring to bzr+ssh://<path>/.
---> returned status 0
*$ bzr merge --verbose /<path>
bzr: failed to report crash using apport:
AssertionE
bzr: ERROR: bzrlib.
add revision(s) to repository: missing referenced chk root keys:
[StaticTuple(
Traceback (most recent call last):
File "/<path>
exception_
return the_callable(*args, **kwargs)
File "/<path>
ret = run(*run_argv)
File "<path>
return self.run(
File "/<path>
return self._operation
File "/<path>
self.cleanups, self.func, *args, **kwargs)
File "/<path>
_do_with_cleanups
result = func(*args, **kwargs)
File "/<path>
mergeable, None)
File "/<path>
mergeable.
File "/<path>
install_revisions
info.
File "/<path>
install_revisions
return ri.install()
File "/<path>
install
self.
File "/<path>
commit_write_group
result = self._commit_
File "/<path>
_commit_write_group
hint = self._pack_
File "/<path>
_commit_write_group
"Cannot add revision(s) to repository: " + problems_summary)
BzrCheckError: Internal check failed: Cannot add revision(s) to
repository: missing referenced chk root keys:
[StaticTuple(
bzr 2.3.0 on python 2.5.2
(Linux-
arguments: ['/<path>/bin/bzr', 'merge', '--verbose', '/<path>
encoding: 'ANSI_X3.4-1968', fsenc: 'ANSI_X3.4-1968', lang: None
plugins:
bash_completion /<path>
bzrtools /<path>
explorer /<path>
extmerge /<path>
gtk
/usr/lib/
launchpad /<path>
netrc_
/<path>
news_merge /<path>
qbzr /<path>
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
---> returned status 4
* A mailed bundle for a 2a format trunk dies. OOPS-1886CMP6. Also probably OOPS-1886CMP2 is the same, another user's problem which led me to be investigating this.
description: | updated |
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Critical |
tags: | added: regression |
tags: | added: oops |
description: | updated |
tags: | added: check-for-breezy |
On 15 February 2011 00:19, David I <email address hidden> wrote:
> Public bug reported:
>
> I'm getting a problem using bzr 2.3.0 with the sequence
>
> bzr branch --stacked <patch file>
> bzr merge <patch file>
>
> while the same sequence works if I leave out the --stacked.
Is this a new problem in bzr 2.3.0, or can you reproduce it using
whatever you were running before? (And which version was that?)
When you say <patch file> do you mean you're trying to branch
--stacked from a merge proposal? If so, that's very creative.