GNU bug report logs - #73283
[PATCH 0/2] Update bloomberg-bde.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Sun, 15 Sep 2024 20:37:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73283 in the body.
You can then email your comments to 73283 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73283; Package guix-patches. (Sun, 15 Sep 2024 20:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 15 Sep 2024 20:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 0/2] Update bloomberg-bde.
Date: Sun, 15 Sep 2024 20:34:49 +0000
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





Information forwarded to guix-patches <at> gnu.org:
bug#73283; Package guix-patches. (Sun, 15 Sep 2024 20:40:02 GMT) Full text and rfc822 format available.

Message #8 received at 73283 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 73283 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/2] gnu: bloomberg-bde-tools: Update to 4.13.0.0.
Date: Sun, 15 Sep 2024 20:37:42 +0000
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#73283; Package guix-patches. (Sun, 15 Sep 2024 20:40:02 GMT) Full text and rfc822 format available.

Message #11 received at 73283 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 73283 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/2] gnu: bloomberg-bde: Update to 4.14.0.0.
Date: Sun, 15 Sep 2024 20:37:43 +0000
* 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 17 Nov 2024 22:01:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sun, 17 Nov 2024 22:01:02 GMT) Full text and rfc822 format available.

Message #16 received at 73283-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 73283-done <at> debbugs.gnu.org
Subject: Re: [bug#73283] [PATCH 0/2] Update bloomberg-bde.
Date: Sun, 17 Nov 2024 23:00:15 +0100
Hi,

Greg Hogan <code <at> greghogan.com> skribis:

> 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.

Nice.

> Greg Hogan (2):
>   gnu: bloomberg-bde-tools: Update to 4.13.0.0.
>   gnu: bloomberg-bde: Update to 4.14.0.0.

Finally applied both, thanks!  (Unfortunately qa.guix isn’t helping,
hence the extra delay.)

I would suggest applying for commit access if you haven’t done so
already (I think we discussed it before, didn’t we?).  I’m happy to
vouch for you!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#73283; Package guix-patches. (Mon, 18 Nov 2024 16:56:02 GMT) Full text and rfc822 format available.

Message #19 received at 73283-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 73283-done <at> debbugs.gnu.org
Subject: Re: [bug#73283] [PATCH 0/2] Update bloomberg-bde.
Date: Mon, 18 Nov 2024 11:53:51 -0500
On Sun, Nov 17, 2024 at 5:00 PM Ludovic Courtès <ludo <at> gnu.org> wrote:
>
> [...]
>
> I would suggest applying for commit access if you haven’t done so
> already (I think we discussed it before, didn’t we?).  I’m happy to
> vouch for you!
>
> Ludo’.

I did, and you did, and I am (I think) patiently waiting to hear back
from a third committer.

Greg




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Dec 2024 12:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.