[Bug 206422] www/node: Fails to compile - Check failed: cpu.has_sse2().

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 20 11:27:36 UTC 2016


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|www/node                    |www/node: Fails to compile
                   |                            |- Check failed:
                   |                            |cpu.has_sse2().
           Keywords|                            |needs-patch, needs-qa
              Flags|                            |merge-quarterly?

--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
This sounds like a combination of a few things:

1) An upstream issue failing to do something due to the non-presence of SSE2
instructions. If these instructions arent compulsory, the build should not, and
the issue should be reported upstream:

2) Any CPU specific instructions should a) not be enabled by default and put
behind a --enable-optimized flag or similar, OR b) easily disable'able with a
build flag. Again an upstream issue, which we 'could' patch locally in the
meantime.

3) The port/package should not be build with CPU specific instructions,
resulting in failure on systems with CPU's that don't contain those
instructions.

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


More information about the freebsd-ports-bugs mailing list