Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pki-core is FTBFS on ARM #973

Closed
pki-bot opened this issue Oct 2, 2020 · 3 comments
Closed

pki-core is FTBFS on ARM #973

pki-bot opened this issue Oct 2, 2020 · 3 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #402. Originally filed by nkinder (@nkinder) on 2012-11-07 23:53:16:


https://bugzilla.redhat.com/show_bug.cgi?id=842795 (Fedora)

pki-core doesn't build on ARM. All releases to date up to 0.9.21.

rawhide failure: http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=81438

All failures:
http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=12446
@pki-bot pki-bot added this to the 10.0.0-0.X.rc1 milestone Oct 2, 2020
@pki-bot pki-bot closed this as completed Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from mharmsen (@mharmsen) at 2012-11-08 00:14:06

Applied the following patch:

diff --git a/cmake/Modules/FindJNI.cmake b/cmake/Modules/FindJNI.cmake
index a7da5b1..953dc85 100644
--- a/cmake/Modules/FindJNI.cmake
+++ b/cmake/Modules/FindJNI.cmake
@@ -40,6 +40,8 @@ macro(JAVA_APPEND_LIBRARY_DIRECTORIES _var)
             set(_java_libarch "ppc" "powerpc" "ppc64")
         elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^sparc")
             set(_java_libarch "sparc" "sparcv9")
+        elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm")
+            set(_java_libarch "arm")
         else (CMAKE_SYSTEM_PROCESSOR MATCHES "^i[3-9]86$")
             set(_java_libarch "${CMAKE_SYSTEM_PROCESSOR}")
         endif(CMAKE_SYSTEM_PROCESSOR MATCHES "^i[3-9]86$")

An SRPM for F19 was constructed and submitted to Koji as a scratch build where it successfully built.

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from mharmsen (@mharmsen) at 2012-11-08 00:18:55

Committed to 'master':
- 906acfd

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from nkinder (@nkinder) at 2017-02-27 14:06:25

Metadata Update from @nkinder:

  • Issue assigned to mharmsen
  • Issue set to the milestone: 10.0.0-0.X.rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant