[Bug 250899] security/masscan: fails to build on !x86

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 7 18:29:28 UTC 2020


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

dewayne at heuristicsystems.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dewayne at heuristicsystems.co
                   |                            |m.au

--- Comment #3 from dewayne at heuristicsystems.com.au ---
(In reply to Mikael Urankar from comment #0)
That's interesting.  I've just rebuilt all my ports which includes
security/masscan which were successfully built on 
FreeBSD 12.2-STABLE #0 r367125M: Fri Oct 30 02:52:58 AEDT 2020 i386 and amd64

We build for each of: c3-2, pentium3 and prescott; core2, haswell.  masscan is
functional on the c3-2 and haswell (which I tested just tested for this PR)

So for the brave, my cflags (used with clang 10.0.1, the default on 12.2 i386):
-O2 -pipe -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUG -fno-math-errno -DOPENSSL_NO_SSL2
-DOPENSSL_NO_SSL3 -Wl,--strip-debug -Wl,--build-id=md5 -Wl,--hash-style=sysv
-Wl,-m,elf_i386_fbsd -fPIC -DPIC -fPIE -pie -fomit-frame-pointer
-fno-asynchronous-unwind-tables -Wl,-z,relro -Wl,-z,now -fno-common -march=c3-2
 -Wno-format

LDFLAGS
-Wl,--strip-debug -Wl,--build-id=md5 -Wl,--hash-style=sysv -pie -Wl,-z,notext
-z notext -z relro -z now

I should note, that I've made no change for masscan, these are my default
options for all ports for each cpu_type.  (Though some ports need
hand-holding.)

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


More information about the freebsd-ports-bugs mailing list