Your message dated Mon, 20 Dec 2021 12:21:18 +0100
with message-id <[email protected]>
and subject line Re: boltdb patch no longer needed
has caused the Debian Bug report #887984,
regarding [patch] boltdb for upcoming snapd 2.31
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 [email protected]
immediately.)
--
887984: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887984
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: snapd
version: 2.31
The snapd package will use github.com/snapcore/bolt in the upcoming
2.31 release. This fork from github.com/boltdb/bolt just contains a
(trivial) built fix for powerpc. I attached a (quilt) patch that makes
the debian version switch back to the boltdb repo and will submit the
(trivial) patch to the debian package of golang-github-boltdb-bolt [1].
Fwiw, I also submited the fix boltdb upstream and to the coreos fork
of bolt. It was accepted by the later but the "official" boltdb repo
is currently not accepting patches.
Cheers,
Michael
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887983
Indecription: Do not use a fork of github.com/boltdb/bolt
Upstream uses a fork of this library to fix a built failure on powerpc.
We can just fix the golang-github-boltdb-bolt-dev package with the
relevant fix: https://github.com/snapcore/bolt/commit/9eca199504ee1299394669820724322b5bfc070a
Author: Michael Vogt <[email protected]>
Origin: vendor
Forwarded: not-needed
Last-Update: 2017-08-15: snapd/advisor/backend.go
===================================================================
--- snapd.orig/advisor/backend.go
+++ snapd/advisor/backend.go
@@ -23,7 +23,7 @@ import (
"strings"
"time"
- "github.com/snapcore/bolt"
+ "github.com/boltdb/bolt"
"github.com/snapcore/snapd/dirs"
)
--- End Message ---
--- Begin Message ---
this patch is no longer needed
--- End Message ---