thx. solved.
Search Criteria
Package Details: mount-zip 1.12-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mount-zip.git (read-only, click to copy) |
|---|---|
| Package Base: | mount-zip |
| Description: | FUSE file system for ZIP archives |
| Upstream URL: | https://github.com/google/mount-zip |
| Licenses: | GPL3 |
| Submitter: | DevilishSpirits |
| Maintainer: | DevilishSpirits |
| Last Packager: | DevilishSpirits |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-05-07 08:42 (UTC) |
| Last Updated: | 2026-03-03 12:45 (UTC) |
Dependencies (8)
- boost-libs
- fuse3 (fuse3-gitAUR)
- icu (icu-gitAUR)
- libzip (libzip-gitAUR)
- boost (boost-gitAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python (check)
Required by (0)
Sources (1)
Latest Comments
simona commented on 2025-01-09 20:49 (UTC)
DevilishSpirits commented on 2024-02-13 15:29 (UTC)
The project has currently no way to skip the big zip test alone unfortunately. I could skip the whole "blackbox" test set or patch its test.py script but I don't like either way.
bf_x commented on 2024-02-13 14:51 (UTC) (edited on 2024-02-13 14:54 (UTC) by bf_x)
The check() takes extremely long because it runs all tests and tries to create a multi-gigabyte zip file for that. Can the PKGBUILD be adapted to not run all tests?
The extensive tests can be skipped with: yay -S --noconfirm --mflags "--nocheck" mount-zip
simona commented on 2024-02-13 10:45 (UTC) (edited on 2024-02-13 10:46 (UTC) by simona)
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto zip_open_failure.o -L../../lib -lmountzip -lfuse -pthread -lzip -licui18n -licuuc -licudata -o zip_open_failure.x
./zip_open_failure.x
make[2]: «test» not created cause errors.
KenjiTakahashi commented on 2022-12-31 15:46 (UTC)
FYI: The check here requires python3.
Pinned Comments
bf_x commented on 2024-02-13 14:51 (UTC) (edited on 2024-02-13 14:54 (UTC) by bf_x)
The check() takes extremely long because it runs all tests and tries to create a multi-gigabyte zip file for that. Can the PKGBUILD be adapted to not run all tests?
The extensive tests can be skipped with: yay -S --noconfirm --mflags "--nocheck" mount-zip