| 5 Jan 2024 |
@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 |
@qbit:tapenet.org | include the package derivation in your configuration.nix then | 17:44:40 |
@qbit:tapenet.org | and add it to the systempackages | 17:44:53 |
Vladislav Vasilev | you mean add it to /etc/nixos/configuration.nix ? | 17:46:10 |
Vladislav Vasilev | I didn't got it | 17:46:18 |
Vladislav Vasilev | If someone will want to install this package - this man should do the same steps? | 17:47:05 |
@qbit:tapenet.org | if you want someone else to be able to install it - upstream it to nixpkgs :P | 17:47:23 |
Vladislav Vasilev | But it installing strange deps which ones even doesn't building | 17:47:59 |