| 7 Mar 2024 |
@qbit:tapenet.org | In reply to @reese:cyberia.club
without proxyVendor i get
error: builder for '/nix/store/4fb4z6mgl19hyg79065jgm7bs9mgxrij-museum-v2.0.34.drv' failed with exit code 1;
last 10 log lines:
> Building subPackage ./pkg/utils/time
> Building subPackage ./tools/abort-unfinished-multipart-uploads
> Building subPackage ./tools/gen-random-keys
> Building subPackage ./tools/pkg/cli
> Building subPackage ./tools/test-wasabi-compliance
> buildPhase completed in 30 seconds
> Running phase: checkPhase
> time="2024-03-07T01:45:40Z" level=fatal msg="Not running tests in non-test environment"
> FAIL github.com/ente-io/museum/pkg/repo/storagebonus 0.006s
> FAIL
you might need to specify the submodules to build | 01:58:56 |
@qbit:tapenet.org | subpackages? i can't ever remember | 01:59:04 |
@qbit:tapenet.org | In reply to @diamondburned:matrix.org what's this for? stuff that uses cgo | 01:59:10 |
diamond (it/its) | wait interesting | 01:59:35 |
diamond (it/its) | it never had to enable that for Cgo stuff | 01:59:41 |
@qbit:tapenet.org | supPackages | 01:59:56 |
@qbit:tapenet.org | In reply to @diamondburned:matrix.org it never had to enable that for Cgo stuff if you have a FOD for the vendor stuff you need it | 02:00:20 |
@qbit:tapenet.org | or you get a different fod on different arches / os combos | 02:00:34 |
diamond (it/its) | oh that latter part is weird | 02:02:17 |
diamond (it/its) | huh idk | 02:02:19 |
diamond (it/its) | it just never needed it for Cgo stuff, like Dissent just doesn't need it and it's probably the most Cgo-heavy program ever | 02:02:52 |
@reese:cyberia.club | hmm dang i have no experience with cgo tbh | 02:03:19 |
@reese:cyberia.club | * hmm dang i know nothing about cgo tbh | 02:03:58 |
SYMYƧ | reese (they/them): yoo!! Good to see ya over here in nixos.org land 😄 Anyway I suggest increasing the verbosity level, try 3 and see if it makes it clear (by passing the --verbose flag to nix develop twice). | 02:33:08 |
SYMYƧ | If you haven't already | 02:33:34 |
SYMYƧ | 4 is super verbose, and 5 accurately self-describes as "vomit", that verbosity level goes beyond helpful | 02:34:28 |
@qbit:tapenet.org | verbosity probably won't get ya much more - the error is right there | 02:34:32 |
@qbit:tapenet.org | subPackages = [ 'cmd/museum' ]; is probably all ya need now | 02:35:02 |
@reese:cyberia.club | it says there is an invalid token in that string 🤨 | 02:37:24 |
@reese:cyberia.club | * it says there is an invalid token in that line 🤨 | 02:37:41 |
@qbit:tapenet.org | sorry - double quotes :P | 02:37:46 |
@reese:cyberia.club | oh duh, ty | 02:38:05 |
@qbit:tapenet.org | supPackages = [ "cmd/museum" ]; | 02:38:08 |
@qbit:tapenet.org | :D | 02:38:10 |
@reese:cyberia.club | 'sup, packages? | 02:38:25 |
SYMYƧ | huh, I didn't realize that mattered, I guess I never tried apostrophes! | 02:38:26 |
@reese:cyberia.club | oh shit it built | 02:39:00 |
@reese:cyberia.club | yay! it complains about not being configured upon being run but i think that means i can move on | 02:39:49 |
@qbit:tapenet.org | yay | 02:40:33 |
@reese:cyberia.club | thanks qbit, i think yours was the right answer :D | 02:41:22 |