[Bug 224338] security/nettle: Fix build on mips64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 14 13:35:22 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224338

            Bug ID: 224338
           Summary: security/nettle: Fix build on mips64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: loader at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

Created attachment 188823
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188823&action=edit
patch

https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20171211/594777.html

__sgi is not defined on FreeBSD mips64, and the lib*.so
files were installed into ${STAGEDIR}/usr/local/lib32/.

${WRKSRC}/configure:
6776  #if defined(__sgi) && defined(__LP64__)
6777  #error 64-bit mips
6778  #endif
6779  
6780  int
6781  main ()
6782  {
6783  
6784    ;
6785    return 0;
6786  }
6787  _ACEOF
6788  if ac_fn_c_try_compile "$LINENO"; then :
6789  
6790        ABI=32
6791  
6792  else
6793  
6794        ABI=64
6795  
6796  fi

poudriere: https://pastebin.com/raw/J4XUjWwZ
gmake check:  https://pastebin.com/raw/hEgtntJ3

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list