GNU bug report logs -
#74933
[PATCH] gnu: bubblewrap: Update to 0.11.0.
Previous Next
To reply to this bug, email your comments to 74933 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#74933
; Package
guix-patches
.
(Wed, 18 Dec 2024 00:20:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
sharlatanus <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 18 Dec 2024 00:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.11.0.
Change-Id: Ic20d2a74fd630ad1b18dd7f04d8aa2f1f7b3cbde
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 9dff421341..49158964d8 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2486,7 +2486,7 @@ (define-public python-vagrant
(define-public bubblewrap
(package
(name "bubblewrap")
- (version "0.10.0")
+ (version "0.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2495,7 +2495,7 @@ (define-public bubblewrap
(file-name (git-file-name name version))
(sha256
(base32
- "0paahq4y8fmdnipahgymsshi3klmi60lvcqhhg1020z7n1gni0hx"))
+ "1rb7dih12s9liwq2lfjdm1br6jaxkmdwsqjr6zx9wfyy0cnwr07h"))
(patches (search-patches "bubblewrap-fix-locale-in-tests.patch"))))
(build-system meson-build-system)
(arguments
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74933
; Package
guix-patches
.
(Wed, 18 Jun 2025 19:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74933 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Applies, and works fine with 97dd07d24d188[0].
References:
[0] https://codeberg.org/guix/guix/commit/97dd07d24d1880e282ad4200d1f1ae43b9cbff5a
Thanks!
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74933
; Package
guix-patches
.
(Mon, 14 Jul 2025 11:04:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 74933 <at> debbugs.gnu.org (full text, mbox):
Hello,
I considered applying this patch, but it has many and among them
important dependencies. When trying a "build -P 1", for instance I get
this:
In file included from /gnu/store/xnf8vz1inlab15wmriywxrzvdhzk7ij7-elogind-255.17/include/elogind/systemd/sd-id128.h:24,
from /gnu/store/xnf8vz1inlab15wmriywxrzvdhzk7ij7-elogind-255.17/include/elogind/systemd/sd-journal.h:26,
from /tmp/guix-build-webkitgtk-with-libsoup2-2.48.1.drv-0/build/WTF/Headers/wtf/Assertions.h:60,
from /tmp/guix-build-webkitgtk-with-libsoup2-2.48.1.drv-0/build/WTF/Headers/wtf/MallocCommon.h:28,
from /tmp/guix-build-webkitgtk-with-libsoup2-2.48.1.drv-0/build/WTF/Headers/wtf/FastMalloc.h:26,
from /tmp/guix-build-webkitgtk-with-libsoup2-2.48.1.drv-0/webkitgtk-2.48.1/Source/JavaScriptCore/config.h:39,
from /tmp/guix-build-webkitgtk-with-libsoup2-2.48.1.drv-0/webkitgtk-2.48.1/Source/JavaScriptCore/debugger/Breakpoint.cpp:26,
from /tmp/guix-build-webkitgtk-with-libsoup2-2.48.1.drv-0/build/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-5fbd0224-1.cpp:1:
/gnu/store/xnf8vz1inlab15wmriywxrzvdhzk7ij7-elogind-255.17/include/elogind/systemd/_sd-common.h:92:7: warning: "__STDC_VERSION__" is not defined, evaluates to 0 [-Wundef]
92 | # if __STDC_VERSION__ >= 199901L && !defined(__cplusplus)
| ^~~~~~~~~~~~~~~~
build of /gnu/store/ifv56ly0f2q1fyync3nrcnlcpnjwq3x2-webkitgtk-2.48.1.drv failed
View build log at '/var/log/guix/drvs/if/v56ly0f2q1fyync3nrcnlcpnjwq3x2-webkitgtk-2.48.1.drv.gz'.
guix build: error: build of `/gnu/store/ifv56ly0f2q1fyync3nrcnlcpnjwq3x2-webkitgtk-2.48.1.drv' failed
It does not look immediately related to the bubblewrap update, but
concerns an important package that has a substitute without the update.
Andreas
This bug report was last modified 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.