pathological merge-package failure with brltty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
High
|
Unassigned | ||
bzr-builddeb (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Binary package hint: bzr-builddeb
Nice failure mode when trying to merge up the brltty package for lucid:
$ bzr merge-package lp:debian/sid/brltty
[...]
bzr: ERROR: The upstream branches for the merge source and target have diverged. Unfortunately, the attempt to fix this problem resulted in conflicts. Please resolve these, commit and re-run the "merge-package" command to finish. Alternatively, until you commit you can use "bzr revert" to restore the state of the unmerged branch.
$
<fix, fix>
$ bzr commit -m "merge upstream 4.1"
[...]
Committed revision 46.
$ bzr merge-package lp:debian/sid/brltty
[...]
Committed revision 9.
bzr: ERROR: Revisions have no common ancestor: <email address hidden> <email address hidden>
$
ProblemType: Bug
Architecture: amd64
Date: Sun Dec 6 23:04:13 2009
DistroRelease: Ubuntu 10.04
Package: bzr-builddeb 2.2~ubuntu3
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: bzr-builddeb
Tags: lucid
Uname: Linux 2.6.32-6-generic x86_64
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
On Mon Dec 07 07:08:28 UTC 2009 Steve Langasek wrote:
> Public bug reported:
>
> Binary package hint: bzr-builddeb
>
> Nice failure mode when trying to merge up the brltty package for lucid:
>
> $ bzr merge-package lp:debian/sid/brltty
> [...]
> bzr: ERROR: The upstream branches for the merge source and target have
> diverged. Unfortunately, the attempt to fix this problem resulted in conflicts.
> Please resolve these, commit and re-run the "merge-package" command to finish.
> Alternatively, until you commit you can use "bzr revert" to restore the state
> of the unmerged branch.
> $
> <fix, fix>
> $ bzr commit -m "merge upstream 4.1"
> [...]
> Committed revision 46.
> $ bzr merge-package lp:debian/sid/brltty
> [...]
> Committed revision 9.
> bzr: ERROR: Revisions have no common ancestor:
> <email address hidden>
> <email address hidden>
> $
Blergh.
Thanks, I'll look in to what's going on there.
James