[go-nuts] Re: Shiny examples don't work on macOS Sierra 10.12.4

2017-04-01 Thread Dmitry Kravchenko
OK, thanks.
The workaround mentioned in that thread is to use go run -ldflags -s

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: Shiny examples don't work on macOS Sierra 10.12.4

2017-04-01 Thread James Bardin
See https://golang.org/issue/19734


On Saturday, April 1, 2017 at 1:39:36 PM UTC-4, Dmitry Kravchenko wrote:
>
> After update to macOS Sierra 10.12.4 Shiny examples don't work anymore.
>
> iMac-Dmitry:~ dmitrykravchenko$ go env
>
> GOARCH="amd64"
>
> GOBIN="/Users/dmitrykravchenko/gowsp/bin"
>
> GOEXE=""
>
> GOHOSTARCH="amd64"
>
> GOHOSTOS="darwin"
>
> GOOS="darwin"
>
> GOPATH="/Users/dmitrykravchenko/gowsp"
>
> GORACE=""
>
> GOROOT="/usr/local/go"
>
> GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
>
> GCCGO="gccgo"
>
> CC="clang"
>
> GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments 
> -fmessage-length=0 
> -fdebug-prefix-map=/var/folders/v1/6r0pb6213g5b76xwgwp35b20gn/T/go-build413428417=/tmp/go-build
>  
> -gno-record-gcc-switches -fno-common"
>
> CXX="clang++"
>
> CGO_ENABLED="1"
>
> PKG_CONFIG="pkg-config"
>
> CGO_CFLAGS="-g -O2"
>
> CGO_CPPFLAGS=""
>
> CGO_CXXFLAGS="-g -O2"
>
> CGO_FFLAGS="-g -O2"
>
> CGO_LDFLAGS="-g -O2"
>
> iMac-Dmitry:~ dmitrykravchenko$ go run gowsp/src/
> golang.org/x/exp/shiny/example/basic/main.go
>
> signal: killed
>
> iMac-Dmitry:~ dmitrykravchenko$ go run gowsp/src/
> golang.org/x/exp/shiny/example/basicgl/main.go
>
> signal: killed
>
>
>
> Starting a program in IDEA Golang plugin also fails.
>
> "/private/var/folders/v1/6r0pb6213g5b76xwgwp35b20gn/T/Build gui.go and 
> rungo"
>
> GOROOT=/usr/local/go
>
> GOPATH=/Users/dmitrykravchenko/gowsp
>
> /usr/local/go/bin/go build -o 
> "/private/var/folders/v1/6r0pb6213g5b76xwgwp35b20gn/T/Build gui.go and 
> rungo" /Users/dmitrykravchenko/gowsp/src/ideprj/main/gui.go
>
>
> Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.