GNU bug report logs - #46562
[PATCH] gnu: gperftools: Update to 2.8.1.

Previous Next

Package: guix-patches;

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

Date: Tue, 16 Feb 2021 13:48:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 46562 in the body.
You can then email your comments to 46562 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#46562; Package guix-patches. (Tue, 16 Feb 2021 13:48: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. (Tue, 16 Feb 2021 13:48: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
Subject: [PATCH] gnu: gperftools: Update to 2.8.1.
Date: Tue, 16 Feb 2021 08:47:23 -0500
[Message part 1 (text/plain, inline)]
From cc9e4c7fdfb872685181715def0d14d35069f76d Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 11 Feb 2021 19:08:35 +0000
Subject: [PATCH] gnu: gperftools: Update to 2.8.1.

* gnu/packages/cpp.scm (gperftools): Update to 2.8.1.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index ae47490755..10d756a564 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -512,7 +512,7 @@ maintained anymore.")
 (define-public gperftools
   (package
     (name "gperftools")
-    (version "2.8")
+    (version "2.8.1")
     (source
      (origin
        (method git-fetch)
@@ -520,7 +520,7 @@ maintained anymore.")
              (url "https://github.com/gperftools/gperftools")
              (commit (string-append "gperftools-" version))))
        (sha256
-        (base32 "1rnc53kaxlljgbpsff906vdsry9jl9gcvcnmxgkprwzxq1wipyd0"))
+        (base32 "19bj2vlsbfwq7m826v2ccqg47kd7cb5vcz1yw2x0v5qzhaxbakk1"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
-- 
2.30.0
[Message part 2 (text/html, inline)]
[0001-gnu-gperftools-Update-to-2.8.1.patch (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#46562; Package guix-patches. (Tue, 16 Feb 2021 19:05:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Greg Hogan <code <at> greghogan.com>
Cc: 46562 <at> debbugs.gnu.org
Subject: Re: [bug#46562] [PATCH] gnu: gperftools: Update to 2.8.1.
Date: Tue, 16 Feb 2021 14:04:34 -0500
On Tue, Feb 16, 2021 at 08:47:23AM -0500, Greg Hogan wrote:
> From cc9e4c7fdfb872685181715def0d14d35069f76d Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Thu, 11 Feb 2021 19:08:35 +0000
> Subject: [PATCH] gnu: gperftools: Update to 2.8.1.
> 
> * gnu/packages/cpp.scm (gperftools): Update to 2.8.1.

Thanks for the patch!

I applied it and tried to build gperftools, but it fails like this:

------
[...]
FAIL: heap-checker_debug_unittest.sh
PASS: tcmalloc_unittest.sh
PASS: profiler_unittest.sh
============================================================================
Testsuite summary for gperftools 2.8.1
============================================================================
# TOTAL: 48
# PASS:  47
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to gperftools <at> googlegroups.com
============================================================================
make[2]: *** [Makefile:6446: test-suite.log] Error 1
make[2]: Leaving directory '/tmp/guix-build-gperftools-2.8.1.drv-0/source'
make[1]: *** [Makefile:6554: check-TESTS] Error 2
make[1]: Leaving directory '/tmp/guix-build-gperftools-2.8.1.drv-0/source'
make: *** [Makefile:7105: check-am] Error 2

Test suite failed, dumping logs.

--- ./test-suite.log --------------------------------------------------------

========================================
   gperftools 2.8.1: ./test-suite.log
========================================

# TOTAL: 48
# PASS:  47
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: heap-checker_debug_unittest.sh
====================================

Testing ./heap-checker_unittest with HEAPCHECK= ... OK
Testing ./heap-checker_unittest with HEAPCHECK=local ... OK
Testing ./heap-checker_unittest with HEAPCHECK=normal ... OK
Testing ./heap-checker_unittest with HEAPCHECK=strict ... ./heap-checker_debug_unittest.sh: line 64: /tmp/heap_check_info/output: No such file or directory
FAILED
Output from the failed run:
----
cat: /tmp/heap_check_info/output: No such file or directory
----
FAIL heap-checker_debug_unittest.sh (exit status: 4)


command "make" "check" "-j" "4" failed with status 2
builder for `/gnu/store/f99c263cwa45jhv6fa7g507ff3bplpq6-gperftools-2.8.1.drv' failed with exit code 1
build of /gnu/store/f99c263cwa45jhv6fa7g507ff3bplpq6-gperftools-2.8.1.drv failed
------




Information forwarded to guix-patches <at> gnu.org:
bug#46562; Package guix-patches. (Thu, 18 Feb 2021 08:00:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Leo Famulari <leo <at> famulari.name>
Cc: 46562 <at> debbugs.gnu.org, Greg Hogan <code <at> greghogan.com>
Subject: Re: [bug#46562] [PATCH] gnu: gperftools: Update to 2.8.1.
Date: Thu, 18 Feb 2021 09:58:39 +0200
[Message part 1 (text/plain, inline)]
On Tue, Feb 16, 2021 at 02:04:34PM -0500, Leo Famulari wrote:
> On Tue, Feb 16, 2021 at 08:47:23AM -0500, Greg Hogan wrote:
> > From cc9e4c7fdfb872685181715def0d14d35069f76d Mon Sep 17 00:00:00 2001
> > From: Greg Hogan <code <at> greghogan.com>
> > Date: Thu, 11 Feb 2021 19:08:35 +0000
> > Subject: [PATCH] gnu: gperftools: Update to 2.8.1.
> > 
> > * gnu/packages/cpp.scm (gperftools): Update to 2.8.1.
> 
> Thanks for the patch!
> 
> I applied it and tried to build gperftools, but it fails like this:
> 
> ------
> [...]
> FAIL: heap-checker_debug_unittest.sh
> PASS: tcmalloc_unittest.sh
> PASS: profiler_unittest.sh
> ============================================================================
> Testsuite summary for gperftools 2.8.1
> ============================================================================
> # TOTAL: 48
> # PASS:  47
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to gperftools <at> googlegroups.com
> ============================================================================
> make[2]: *** [Makefile:6446: test-suite.log] Error 1
> make[2]: Leaving directory '/tmp/guix-build-gperftools-2.8.1.drv-0/source'
> make[1]: *** [Makefile:6554: check-TESTS] Error 2
> make[1]: Leaving directory '/tmp/guix-build-gperftools-2.8.1.drv-0/source'
> make: *** [Makefile:7105: check-am] Error 2
> 
> Test suite failed, dumping logs.
> 
> --- ./test-suite.log --------------------------------------------------------
> 
> ========================================
>    gperftools 2.8.1: ./test-suite.log
> ========================================
> 
> # TOTAL: 48
> # PASS:  47
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: heap-checker_debug_unittest.sh
> ====================================
> 
> Testing ./heap-checker_unittest with HEAPCHECK= ... OK
> Testing ./heap-checker_unittest with HEAPCHECK=local ... OK
> Testing ./heap-checker_unittest with HEAPCHECK=normal ... OK
> Testing ./heap-checker_unittest with HEAPCHECK=strict ... ./heap-checker_debug_unittest.sh: line 64: /tmp/heap_check_info/output: No such file or directory
> FAILED
> Output from the failed run:
> ----
> cat: /tmp/heap_check_info/output: No such file or directory
> ----
> FAIL heap-checker_debug_unittest.sh (exit status: 4)
> 
> 
> command "make" "check" "-j" "4" failed with status 2
> builder for `/gnu/store/f99c263cwa45jhv6fa7g507ff3bplpq6-gperftools-2.8.1.drv' failed with exit code 1
> build of /gnu/store/f99c263cwa45jhv6fa7g507ff3bplpq6-gperftools-2.8.1.drv failed
> ------
> 

Did you try sending it through again? It built without any problems on
my machine (with more cores)

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 18 Feb 2021 18:05:01 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Thu, 18 Feb 2021 18:05:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 46562-done <at> debbugs.gnu.org, Greg Hogan <code <at> greghogan.com>
Subject: Re: [bug#46562] [PATCH] gnu: gperftools: Update to 2.8.1.
Date: Thu, 18 Feb 2021 13:04:32 -0500
[Message part 1 (text/plain, inline)]
On Thu, Feb 18, 2021 at 09:58:39AM +0200, Efraim Flashner wrote:
> Did you try sending it through again? It built without any problems on
> my machine (with more cores)

Yeah, it fails consistently on my i5-6300U [0], using a tmpfs for the build
directory on Linux 5.11.

It works when I set #:parallel-tests? #f, so I've pushed Greg's patch
with that modification as 7cd0247eb4d22d47f76e26fd7b65ec45cb5d7ccb

[0] 2 cores, "4 threads"
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 19 Mar 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 37 days ago.

Previous Next


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