Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 11:27:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206422] www/node: Fails to compile - Check failed: cpu.has_sse2().
Message-ID:  <bug-206422-13-M3XeooLxfu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206422-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206422-13@https.bugs.freebsd.org/bugzilla/>

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

Kubilay Kocak <koobs@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@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.

--=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-206422-13-M3XeooLxfu>