Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925284 - >=dev-libs/libgcrypt-1.10.3 fails tests on hppa
Summary: >=dev-libs/libgcrypt-1.10.3 fails tests on hppa
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: HPPA Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://dev.gnupg.org/T7022
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 923869
  Show dependency tree
 
Reported: 2024-02-22 21:03 UTC by matoro
Modified: 2024-03-04 02:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (file_925284.txt,274.03 KB, text/plain)
2024-02-22 21:04 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-02-22 21:03:52 UTC
Regression from 1.10.2.  Bunch of fails all over the place.

=======================================
9 of 34 tests failed
(1 test was not run)
Please report to https://bugs.gnupg.org
=======================================
make[2]: *** [Makefile:1024: check-TESTS] Error 1

Reproducible: Always
Comment 1 matoro archtester 2024-02-22 21:04:34 UTC
Created attachment 885758 [details]
build.log and emerge --info
Comment 2 matoro archtester 2024-02-22 21:05:19 UTC
Debian CI confirms:  https://buildd.debian.org/status/logs.php?pkg=libgcrypt20&arch=hppa
Comment 3 matoro archtester 2024-02-23 01:07:00 UTC
Bisect says https://github.com/gpg/libgcrypt/commit/01e7052cb245619280769f683d697d6b2f68e041 is supposedly the culprit.  It doesn't backport cleanly, so can't confirm for sure.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-23 03:38:39 UTC
Could you file it upstream or need me to?
Comment 5 matoro archtester 2024-02-23 16:28:55 UTC
(In reply to Sam James from comment #4)
> Could you file it upstream or need me to?

I tried to register for an account, but they have it disabled due to spam.
Comment 6 matoro archtester 2024-02-27 15:59:48 UTC
Opened https://dev.gnupg.org/T7022 upstream.
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-28 00:03:25 UTC
Thanks!
Comment 8 Larry the Git Cow gentoo-dev 2024-03-04 02:38:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361b44c3bbbb24c615c26b5ba36cc84a80968f33

commit 361b44c3bbbb24c615c26b5ba36cc84a80968f33
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-04 02:37:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-04 02:37:32 +0000

    dev-libs/libgcrypt: backport asm fixes
    
    * Backport fixes for x86 with less/no optimisation
    * Backport HPPA asm fix
    
    Closes: https://bugs.gentoo.org/915060
    Closes: https://bugs.gentoo.org/925284
    Signed-off-by: Sam James <sam@gentoo.org>

 .../libgcrypt/files/libgcrypt-1.10.3-hppa.patch    | 110 ++++++
 .../files/libgcrypt-1.10.3-x86-refactor.patch      | 428 +++++++++++++++++++++
 .../libgcrypt/files/libgcrypt-1.10.3-x86.patch     |  94 +++++
 dev-libs/libgcrypt/libgcrypt-1.10.3-r2.ebuild      | 178 +++++++++
 4 files changed, 810 insertions(+)