nixos-upgrade will fail on the grzegorzses #158

Closed
opened 2024-09-03 13:21:19 +02:00 by danio · 2 comments
Owner
error: builder for '/nix/store/pzql90m56s8rvd51gqga7165zvaqn917-python3.12-grzegorz-0.2.0.drv' failed with exit code 1;
       last 10 log lines:
       > Creating a wheel...
       > * Getting build dependencies for wheel...
       > * Building wheel...
       > Successfully built grzegorz-0.2.0-py3-none-any.whl
       > Finished creating a wheel...
       > Finished executing pypaBuildPhase
       > Running phase: pythonRuntimeDepsCheckHook
       > Executing pythonRuntimeDepsCheck
       > Checking runtime dependencies for grzegorz-0.2.0-py3-none-any.whl
       >   - sanic<24,>=23.12.0 not satisfied by version 24.6.0
       For full logs, run 'nix log /nix/store/pzql90m56s8rvd51gqga7165zvaqn917-python3.12-grzegorz-0.2.0.drv'.
error: 1 dependencies of derivation '/nix/store/0ffi5p38s6hyfr9nxwrmprhp5rf4v9hx-python3-3.12.5-env.drv' failed to build
error: 1 dependencies of derivation '/nix/store/a5qi1r5kqcq6zjj33zln8v8impnkq7iz-grzegorz-run.drv' failed to build
error: 1 dependencies of derivation '/nix/store/l82shlwd2glf97w6kidx62a4iyc8dp7h-grzegorz-kiosk.drv' failed to build

I fixed it by settings follows to non-unstable in 7e95b77e15, and in the future we can undo the follows entirely to pin nixpkgs. But that's not great...

Can the mediaplayer peeps look at if sanic >24 is ok or come up with a good fix? dank

``` error: builder for '/nix/store/pzql90m56s8rvd51gqga7165zvaqn917-python3.12-grzegorz-0.2.0.drv' failed with exit code 1; last 10 log lines: > Creating a wheel... > * Getting build dependencies for wheel... > * Building wheel... > Successfully built grzegorz-0.2.0-py3-none-any.whl > Finished creating a wheel... > Finished executing pypaBuildPhase > Running phase: pythonRuntimeDepsCheckHook > Executing pythonRuntimeDepsCheck > Checking runtime dependencies for grzegorz-0.2.0-py3-none-any.whl > - sanic<24,>=23.12.0 not satisfied by version 24.6.0 For full logs, run 'nix log /nix/store/pzql90m56s8rvd51gqga7165zvaqn917-python3.12-grzegorz-0.2.0.drv'. error: 1 dependencies of derivation '/nix/store/0ffi5p38s6hyfr9nxwrmprhp5rf4v9hx-python3-3.12.5-env.drv' failed to build error: 1 dependencies of derivation '/nix/store/a5qi1r5kqcq6zjj33zln8v8impnkq7iz-grzegorz-run.drv' failed to build error: 1 dependencies of derivation '/nix/store/l82shlwd2glf97w6kidx62a4iyc8dp7h-grzegorz-kiosk.drv' failed to build ``` I fixed it by settings follows to non-unstable in https://git.pvv.ntnu.no/Drift/pvv-nixos-config/commit/7e95b77e1554aaaa190ca439a82c9ee4b96ab33d, and in the future we can undo the follows entirely to pin nixpkgs. But that's not great... Can the mediaplayer peeps look at if sanic >24 is ok or come up with a good fix? dank
danio added the questioncrash reportnixosservices labels 2024-09-03 13:23:36 +02:00
danio added this to the Kanban project 2024-09-03 13:23:49 +02:00
pederbs was assigned by danio 2024-09-03 13:24:02 +02:00
oysteikt was assigned by danio 2024-09-03 13:24:02 +02:00
Owner

I think the non-unstable fix probably caused #159

I think the non-unstable fix probably caused https://git.pvv.ntnu.no/Drift/issues/issues/159
Owner

fixed build failure in b534d7c111

fixed build failure in https://git.pvv.ntnu.no/Projects/grzegorz/commit/b534d7c11132117153c209d44e248b486286bab9
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drift/issues#158