13:08:24 Greetings - using illumos "strip" mangles Golang compiles binaries so they no longer run. Current Solaris 11.4 strip is OK, as is GNU strip. 14:58:18 jhj: Thanks for the report. Is this tied to a particular golang version? 15:04:10 there is an issue for it #15091 (fenix) 15:04:11 BUG 15091: strip(1) rips go binaries apart (New) 15:04:12 ↳ https://www.illumos.org/issues/15091 15:09:34 Oh, thanks hadfl. 15:10:32 That seems not great. We should probably take a fresh look at figuring out what would be needed to fix that. 21:27:08 I don't remember the details, but it seemed like a moving target last I looked at it 21:27:27 unfortunately, the implementation of strip(1) and mcs(1) is not enjoyable, either. 21:28:15 I think actually the last time I looked, the things that caused strip(1) to wreak havoc were pointed outt by `elfdump foo > /dev/null` 21:28:29 in general, if elfdump doesn't like you, fix that first.