Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 498826 Details for
Bug 608214
=dev-perl/Digest-GOST-0.60.0 - src_test(): .../work/Digest-GOST-0.06/blib/arch/auto/Digest/GOST/GOST.so: undefined symbol: rhash_u32_swap_copy at /usr/lib/perl5/5.2{2,4}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-Fix-link-failure-on-big-endian-platforms.patch
0001-Fix-link-failure-on-big-endian-platforms.patch (text/plain), 1.15 KB, created by
Sergei Trofimovich (RETIRED)
on 2017-10-16 09:30:35 UTC
(
hide
)
Description:
0001-Fix-link-failure-on-big-endian-platforms.patch
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2017-10-16 09:30:35 UTC
Size:
1.15 KB
patch
obsolete
>From 0f24fe5dd704b79aa86246fbf9a87f34ce46d70f Mon Sep 17 00:00:00 2001 >From: Sergei Trofimovich <slyfox@gentoo.org> >Date: Mon, 16 Oct 2017 10:27:32 +0100 >Subject: [PATCH] Fix link failure on big-endian platforms. > >On powerpc64 tests failed as: > >``` > Failed 2/2 subtests > ===( 2;0 0/? 0/? 0/? )=========================================Can't load '.../Digest-GOST-0.06/blib/arch/auto/Digest/GOST/GOST.so' for > module Digest::GOST: .../Digest-GOST-0.06/blib/arch/auto/Digest/GOST/GOST.so: undefined symbol: rhash_u32_swap_copy at /usr/lib64/perl5/5.24.3/powerpc64-linux/DynaLoader.pm line 193. >``` > >rhash_u32_swap_copy() is a function local to this package. >Seems to be used only for big-endian case. > >The fix is to add missing 'src/byte_order.c' file. > >All tests pass with patch applied. > >Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> >--- > GOST.xs | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/GOST.xs b/GOST.xs >index 1dfd33c..4ea6f35 100644 >--- a/GOST.xs >+++ b/GOST.xs >@@ -6,6 +6,7 @@ > #include "ppport.h" > > #include "src/gost.c" >+#include "src/byte_order.c" > > static int > hex_encode (char *dest, const unsigned char *src, int len) { >-- >2.14.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 608214
:
462436
| 498826