all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63091] [PATCH] gnu: sssd: Fix failing tests by using samba/pinned input
@ 2023-04-26 14:58 Brian Cully via Guix-patches via
  2023-04-26 15:02 ` Brian Cully via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-04-26 14:58 UTC (permalink / raw)
  To: 63091; +Cc: Brian Cully

The latest samba package (4.18.1) causes a SIGABRT in ad_common_tests and
ad_gpo_tests. The pinned version (4.17.0) allows them to succeed, so use that
instead.

* gnu/packages/sssd.scm (sssd) [inputs]: Change samba to samba/pinned.
---
 gnu/packages/sssd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index a6b4c8aa90..4e585a62de 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -267,7 +267,7 @@ (define-public sssd
            pcre2
            popt
            python
-           samba
+           samba/pinned
            talloc
            tdb
            tevent))
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-19 14:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 14:58 [bug#63091] [PATCH] gnu: sssd: Fix failing tests by using samba/pinned input Brian Cully via Guix-patches via
2023-04-26 15:02 ` Brian Cully via Guix-patches via
2023-04-28 14:03 ` [bug#63091] [PATCH v2 1/2] " Brian Cully via Guix-patches via
2023-04-28 14:03   ` [bug#63091] [PATCH v2 2/2] gnu: sssd: Fix build Brian Cully via Guix-patches via
2023-04-28 19:02     ` [bug#63091] [PATCH] gnu: sssd: Fix failing tests by using samba/pinned input Ludovic Courtès
2023-04-28 19:14       ` Brian Cully via Guix-patches via
2023-05-04  1:14 ` [bug#63091] [PATCH v3 1/2] " Brian Cully via Guix-patches via
2023-05-04  1:14   ` [bug#63091] [PATCH v3 2/2] gnu: sssd: Fix build Brian Cully via Guix-patches via
2023-05-19 14:14   ` bug#63091: [PATCH] gnu: sssd: Fix failing tests by using samba/pinned input Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.