Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 23:09:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192771] New: [maintainer] fix net/nmsg build on FreeBSD 8.x amd64
Message-ID:  <bug-192771-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 192771
           Summary: [maintainer] fix net/nmsg build on FreeBSD 8.x amd64
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: truckman@FreeBSD.org

Created attachment 145945
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145945&action=edit
patch to unbreak net/nmsg build on FreeBSD 8.x amd64

net/nmsg fails to build on amd64 machines running FreeBSD 8.x because the
version of binutils in base in FreeBSD 8 does not understand the crc32
instructions that this code uses on amd64.  Only in this particular corner
case, set USE_GCC=yes as a big club to get the ports version of gcc, which will
use a more capable version of binutils from ports.

-- 
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-192771-13>