| 5 Jan 2024 |
@qbit:tapenet.org | so go will remove references to full paths like th wasm thing | 17:07:23 |
Vladislav Vasilev | And by default cgo is enabled ? | 17:08:26 |
@qbit:tapenet.org | =0 tells go to make a static binary | 17:10:25 |
Vladislav Vasilev | Ah | 17:10:39 |
Vladislav Vasilev | Nice, i got it | 17:10:47 |
Vladislav Vasilev | You are magician, thank you very much | 17:11:06 |
Vladislav Vasilev | By default I should enable this thing in future everywhere | 17:11:29 |
@qbit:tapenet.org | no, you usually don't have to | 17:12:02 |
Vladislav Vasilev | As I understood, the problem was triggered because of shared linking with dangling paths | 17:13:07 |
Vladislav Vasilev | So, static building fix it | 17:13:25 |
@qbit:tapenet.org | static build was part of the fix - trimpath was the other | 17:13:36 |
Vladislav Vasilev | trimpath removing some dirs from path ? | 17:14:57 |
@qbit:tapenet.org | ya, if you look at the binary from the failing build it has the explicit path to the vendor derectory for CosmWasm/wasmvm | 17:25:11 |
@qbit:tapenet.org | oh no, seems i am mistaken - only adding CGO_ENABLED = 0; does fix it | 17:28:20 |
Vladislav Vasilev | buildGoModule placing every binary in $out/bin ? | 17:32:16 |
Vladislav Vasilev |  Download image.png | 17:33:25 |
Vladislav Vasilev | Strange libraries | 17:33:27 |
@qbit:tapenet.org | ya, buildGoModule does TheRightThing™ | 17:35:39 |
Vladislav Vasilev | meaningful names is a good idea | 17:39:28 |
@qbit:tapenet.org | no idea what those names are about :P | 17:39:50 |
Vladislav Vasilev | ROFL | 17:42:58 |
Vladislav Vasilev | This one who starts with R building with error | 17:43:08 |
Vladislav Vasilev | I have no any idea now how to install it | 17:43:28 |
Vladislav Vasilev | ahahhaha i love go | 17:43:30 |
Vladislav Vasilev |  Download image.png | 17:43:35 |
@qbit:tapenet.org | what are you trying to install? | 17:43:45 |
Vladislav Vasilev | This package | 17:43:54 |
Vladislav Vasilev | nix-env -i . | 17:43:57 |
@qbit:tapenet.org | from nixpkgs? | 17:44:20 |
Vladislav Vasilev | No, local | 17:44:28 |