Page MenuHome GnuPG

Fails to build on SPARC64
Closed, ResolvedPublic

Description

Hi, gnupg fails to build on sparc64. Please find the patch by Aurelien Jarno
quoted inline:

  • gnupg-1.4.10.orig/mpi/config.links

+++ gnupg-1.4.10/mpi/config.links
@@ -124,11 +124,10 @@

    mpi_extra_modules="udiv-qrnnd"
    ;;
sparc64-*-linux-gnu)
  • # An extra rule because we have an report for this one only.
  • # Should be compared against the next GMP version
  • echo '/* configured for sparc64-*-linux-gnu */' >>./mpi/asm-syntax.h
  • path="sparc32v8 sparc32"
  • mpi_extra_modules="udiv"

+ # There are no sparc64 assembler modules that work on GNU/Linux,
+ # so use the generic C functions.
+ echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
+ path=""

    ;;
sparc64-sun-solaris2*)
    # Got a report that udiv is missing, so we try this one

Details

External Link
http://bugs.debian.org/560995
Version
1.4.10

Event Timeline

dleidert set External Link to http://bugs.debian.org/560995.
dleidert set Version to 1.4.10.
dleidert added a subscriber: dleidert.

Sorry, you already fixed this. Closing myself.

dleidert claimed this task.