* [bug#73283] [PATCH 0/2] Update bloomberg-bde.
@ 2024-09-15 20:34 Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 1/2] gnu: bloomberg-bde-tools: Update to 4.13.0.0 Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 2/2] gnu: bloomberg-bde: Update to 4.14.0.0 Greg Hogan
0 siblings, 2 replies; 3+ messages in thread
From: Greg Hogan @ 2024-09-15 20:34 UTC (permalink / raw)
To: 73283; +Cc: Greg Hogan
This both updates the package and reduces the number of excluded tests.
Based on our previous builds I had notified upstream of several test
failures, some of which were reproduced and fixed. I have successfully
built the package 5+ times but can re-exclude tests which fail for
others or on the substitute servers.
Greg Hogan (2):
gnu: bloomberg-bde-tools: Update to 4.13.0.0.
gnu: bloomberg-bde: Update to 4.14.0.0.
gnu/packages/cpp.scm | 32 ++++++++++----------------------
1 file changed, 10 insertions(+), 22 deletions(-)
base-commit: 4f86fa20179ded1e6314eeba7da17309d501a32f
--
2.46.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#73283] [PATCH 1/2] gnu: bloomberg-bde-tools: Update to 4.13.0.0.
2024-09-15 20:34 [bug#73283] [PATCH 0/2] Update bloomberg-bde Greg Hogan
@ 2024-09-15 20:37 ` Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 2/2] gnu: bloomberg-bde: Update to 4.14.0.0 Greg Hogan
1 sibling, 0 replies; 3+ messages in thread
From: Greg Hogan @ 2024-09-15 20:37 UTC (permalink / raw)
To: 73283; +Cc: Greg Hogan
* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 4.13.0.0.
Change-Id: I69694ef097c958b524a9701b04eab9290700eca8
---
gnu/packages/cpp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 579dde6953..996fc74eaf 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2433,11 +2433,11 @@ (define-public simdjson-0.6
"038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
(define-public bloomberg-bde-tools
- (let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
+ (let ((commit "23217675939d434537ef74b91f71b63054e36572"))
(package
(name "bloomberg-bde-tools")
;; Recent releases are not tagged so commit must be used for checkout.
- (version "3.118.0.0")
+ (version "4.13.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2446,7 +2446,7 @@ (define-public bloomberg-bde-tools
(file-name (git-file-name name version))
(sha256
(base32
- "1a5sw4xjwd222na3zkflm2gkmzhnfq17i8qapyaxszpiayf3hw6v"))
+ "1x440fa8fghigipn6w8zdr60kkvxrkxs2n9a5hf3y33b8aygh8iv"))
(patches
(search-patches
"bloomberg-bde-tools-fix-install-path.patch"))))
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73283] [PATCH 2/2] gnu: bloomberg-bde: Update to 4.14.0.0.
2024-09-15 20:34 [bug#73283] [PATCH 0/2] Update bloomberg-bde Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 1/2] gnu: bloomberg-bde-tools: Update to 4.13.0.0 Greg Hogan
@ 2024-09-15 20:37 ` Greg Hogan
1 sibling, 0 replies; 3+ messages in thread
From: Greg Hogan @ 2024-09-15 20:37 UTC (permalink / raw)
To: 73283; +Cc: Greg Hogan
* gnu/packages/cpp.scm (bloomberg-bde): Update to 4.14.0.0.
[source](origin): Update test deletion list.
Change-Id: I147a00c44cb835a3d0198d4f8372fd93404f49bb
---
gnu/packages/cpp.scm | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 996fc74eaf..5fced92d06 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2460,11 +2460,11 @@ (define-public bloomberg-bde-tools
(license license:asl2.0))))
(define-public bloomberg-bde
- (let ((commit "77a0f39d538c20ae28bece9a81cac99a9e1df95d"))
+ (let ((commit "445a8ac4223b90ee0a46749b87ffbbd21788e132"))
(package
(name "bloomberg-bde")
;; Recent releases are not tagged so commit must be used for checkout.
- (version "3.118.0.1")
+ (version "4.14.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2473,7 +2473,7 @@ (define-public bloomberg-bde
(file-name (git-file-name name version))
(sha256
(base32
- "0nw5clkc9yipd03kijh4c8lxi9zkxfxcjhszl1xzwvgz8xmpampf"))
+ "1hf09d4fcn77s1vv6qrh0sa0rv9wijpk55km6p3zi2ymkb2cha3c"))
(patches
(search-patches
"bloomberg-bde-cmake-module-path.patch"))
@@ -2487,24 +2487,12 @@ (define-public bloomberg-bde
;; Delete failing tests.
(for-each
delete-file
- (list "groups/bal/ball/ball_asyncfileobserver.t.cpp"
- "groups/bal/ball/ball_fileobserver2.t.cpp"
- "groups/bal/ball/ball_recordstringformatter.t.cpp"
- "groups/bal/balst/balst_stacktraceresolver_filehelper.t.cpp"
+ (list "groups/bal/balcl/balcl_commandline.t.cpp"
+ "groups/bal/balst/balst_resolver_filehelper.t.cpp"
+ "groups/bal/balst/balst_stacktraceprintutil.t.cpp"
"groups/bal/balst/balst_stacktraceutil.t.cpp"
- "groups/bdl/bdlmt/bdlmt_eventscheduler.t.cpp"
- "groups/bdl/bdlmt/bdlmt_timereventscheduler.t.cpp"
- "groups/bdl/bdls/bdls_filesystemutil.t.cpp"
"groups/bsl/bslh/bslh_hash.t.cpp"
- "groups/bsl/bslh/bslh_hashpair.t.cpp"
- "groups/bsl/bsls/bsls_platform.t.cpp"
- "groups/bsl/bsls/bsls_stackaddressutil.t.cpp"
- "groups/bsl/bsls/bsls_stopwatch.t.cpp"
- "groups/bsl/bsls/bsls_timeutil.t.cpp"
- "groups/bsl/bslstl/bslstl_deque.1.t.cpp"
- "groups/bsl/bslstl/bslstl_deque.2.t.cpp"
- "groups/bsl/bslstl/bslstl_deque.3.t.cpp"
- "groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp"))
+ "groups/bsl/bsls/bsls_timeutil.t.cpp"))
#t))))
(build-system cmake-build-system)
(arguments
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-15 20:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 20:34 [bug#73283] [PATCH 0/2] Update bloomberg-bde Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 1/2] gnu: bloomberg-bde-tools: Update to 4.13.0.0 Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 2/2] gnu: bloomberg-bde: Update to 4.14.0.0 Greg Hogan
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).