Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 16:10:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241375] security/botan2: fix build on powerpc64
Message-ID:  <bug-241375-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241375

            Bug ID: 241375
           Summary: security/botan2: fix build on powerpc64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: tremere@cainites.net
             Flags: maintainer-feedback?(tremere@cainites.net)
                CC: tremere@cainites.net

Created attachment 208466
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208466&action=
=3Dedit
patch

This port detects architecture based on uname -m and on powerpc64 it prints
powerpc, which makes configure script thinks it builds on 32-bit powerpc and
causes error because the compiler is configured for 64-bits.

Explicitly configure as ppc64 on powerpc64.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241375-7788>