Summary: | [guru] www-apps/libmedium-20231020 fails to compile: test proxy::tests::deploy_update_works .. FAILED called Result::unwrap() on an Err value: Io(Os { code: 13, kind: PermissionDenied, message: Permission denied }) | ||
---|---|---|---|
Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
Component: | Package issues | Assignee: | benoit.dufour |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | benoit.dufour, guru-bugs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2024-05-16 06:42:08 UTC
Created attachment 893040 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: called `Result::unwrap()` on an `Err` value: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" }) test proxy::tests::deploy_update_works ... FAILED test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s thread 'proxy::tests::deploy_update_works' panicked at src/data.rs:104:38: error: test failed, to rerun pass `--bin libmedium` I guess I should update libmedium to one of the latest commits first and see if it compiles instead of fixing the package for an old commit. To be honest www-apps/libmedium-20231020 did compile correctly on my PC some three months ago and I'm still using it. |