Search Criteria
Package Details: image-roll 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/image-roll.git (read-only, click to copy) |
|---|---|
| Package Base: | image-roll |
| Description: | GTK image viewer with basic image manipulation tools |
| Upstream URL: | https://github.com/weclaw1/image-roll |
| Keywords: | albums, gtk, image, image-viewer, jpg, png |
| Licenses: | MIT |
| Submitter: | lmartinez-mirror |
| Maintainer: | WSDMatty |
| Last Packager: | lmartinez-mirror |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-06-11 21:33 (UTC) |
| Last Updated: | 2022-07-08 01:45 (UTC) |
Dependencies (2)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
Latest Comments
WSDMatty commented on 2024-02-07 12:39 (UTC) (edited on 2024-02-07 12:40 (UTC) by WSDMatty)
gabx: I got a similar error when BUILDDIR in makepkg.conf was set to /tmp/makepkg. The test passed for me setting BUILDDIR /home/makepkg so the test was run on an actual filesystem not a tmpfs.
failures:
---- file_list::tests::delete_current_file_deletes_file_from_filesystem stdout ---- thread 'file_list::tests::delete_current_file_deletes_file_from_filesystem' panicked at src/file_list.rs:452:41: called
Result::unwrap()on anErrvalue: Trashing on system internal mounts is not supported note: run withRUST_BACKTRACE=1environment variable to display a backtrace---- file_list::tests::delete_current_file_returns_deleted_file_path stdout ---- thread 'file_list::tests::delete_current_file_returns_deleted_file_path' panicked at src/file_list.rs:468:65: called
Result::unwrap()on anErrvalue: Trashing on system internal mounts is not supported---- file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file stdout ---- thread 'file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file' panicked at src/file_list.rs:485:65: called
Result::unwrap()on anErrvalue: Trashing on system internal mounts is not supportedfailures: file_list::tests::delete_current_file_deletes_file_from_filesystem file_list::tests::delete_current_file_returns_deleted_file_path file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file
test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
gabx commented on 2022-07-11 13:40 (UTC) (edited on 2022-07-11 13:41 (UTC) by gabx)
failures:
---- file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file stdout ---- thread 'file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file' panicked at 'called
Result::unwrap()on anErrvalue: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/file_list_goes_to_next_file_after_removal_of_current_file/test.png across filesystem boundaries', src/file_list.rs:485:65---- file_list::tests::delete_current_file_returns_deleted_file_path stdout ---- thread 'file_list::tests::delete_current_file_returns_deleted_file_path' panicked at 'called
Result::unwrap()on anErrvalue: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/delete_current_file_returns_deleted_file_path/test.png across filesystem boundaries', src/file_list.rs:468:65---- file_list::tests::delete_current_file_deletes_file_from_filesystem stdout ---- thread 'file_list::tests::delete_current_file_deletes_file_from_filesystem' panicked at 'called
Result::unwrap()on anErrvalue: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/delete_current_file_deletes_file_from_filesystem/test.png across filesystem boundaries', src/file_list.rs:452:41 note: run withRUST_BACKTRACE=1environment variable to display a backtracefailures: file_list::tests::delete_current_file_deletes_file_from_filesystem file_list::tests::delete_current_file_returns_deleted_file_path file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file
test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
halcek commented on 2021-12-26 14:40 (UTC)
@lmartinez-mirror can you add
'aarch64'to the list of supported architectures?Thanks,