Summary: | lang/go go-1.6.1,1 package requires SSE2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Jeremy <peterj> | ||||
Component: | Individual Port(s) | Assignee: | Julien Laffaye <jlaffaye> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(jlaffaye) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | i386 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Peter Jeremy
2016-06-27 07:45:40 UTC
Created attachment 171879 [details]
Test without sse2
Can you test to build the port with this patch, then run the compiled binary ?
Sorry, I lost the patch. I'm happy that it solves my problem but I expect it's a performance regression on more recent i386. I don't know if this should be an option, rather than hard-wired. Yes, the goal is to make an option. I made the first patch only to test if it solves the issue at hand. Thank you for testing ;) A commit references this bug: Author: jlaffaye Date: Sat Feb 18 21:30:15 UTC 2017 New revision: 434383 URL: https://svnweb.freebsd.org/changeset/ports/434383 Log: - Update to 1.8 - Add option to disable SSE2 [1] - Remove CC when calling make.bash [2] PR: 210612, 209465 Changes: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist |