Search Criteria
Package Details: ventoy 1.0.91-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ventoy.git (read-only, click to copy) |
---|---|
Package Base: | ventoy |
Description: | A new bootable USB solution |
Upstream URL: | https://www.ventoy.net/ |
Licenses: | GPL3 |
Conflicts: | ventoy-bin |
Submitter: | Toolybird |
Maintainer: | Toolybird |
Last Packager: | Toolybird |
Votes: | 3 |
Popularity: | 1.51 |
First Submitted: | 2023-02-17 20:09 (UTC) |
Last Updated: | 2023-05-08 06:57 (UTC) |
Dependencies (23)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git)
- dosfstools (dosfstools-git)
- acpica (make)
- cdrtools (make)
- cpio (cpio-git) (make)
- device-mapper (device-mapper-git, device-mapper-noudev) (make)
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-git, freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5) (make)
- fuse2 (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gtk3 (gtk3-git, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic) (make)
- kernel-headers-musl (make)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git) (make)
- lib32-glibc (glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git, lib32-glibc-linux4, lib32-glibc-git) (make)
- libguestfs (libguestfs-git) (make)
- musl (musl-git) (make)
- nasm (nasm-git) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310) (make)
- qt5-base (qt5-base-git, qt5-base-headless) (make)
- ttf-dejavu (ttf-dejavu-ib, ttf-dejavu-emojiless) (make)
- gtk3 (gtk3-git, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic) (optional) – for GTK GUI
- Show 3 more dependencies...
Required by (0)
Sources (21)
- dietlibc-headers-fix.patch
- exfat-1.3.0.tar.gz
- git+https://github.com/ipxe/ipxe.git#commit=3fe683e
- http://vault.centos.org/5.3/os/SRPMS/device-mapper-1.02.28-2.el5.src.rpm
- https://busybox.net/downloads/busybox-1.32.0.tar.bz2
- https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz
- https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz
- https://github.com/tianocore/edk2/archive/refs/tags/edk2-stable201911.zip
- https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.5.tar.xz
- https://musl.libc.org/releases/musl-1.2.4.tar.gz
- https://tukaani.org/xz/xz-embedded-20130513.tar.gz
- https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz
- https://www.zlib.net/zlib-1.2.13.tar.gz
- kernel-headers-musl-4.19.88.tar.gz
- squashfs-tools-4.4.tar.gz
- ventoy-1.0.91.tar.gz
- ventoy-fix-array.array.tostring-removal-in-python-3.9.patch
- ventoy-fix-ucs-2-lookup-on-python-3.9.patch
- ventoy-grub-fix-build-with-binutils-2.36.patch
- wimboot-2.7.3.tar.gz
- zstd-1.0.0.tar.gz
Latest Comments
1 2 Next › Last »
Elfe commented on 2023-05-04 13:33 (UTC) (edited on 2023-05-04 13:36 (UTC) by Elfe)
the checksum validation fails :(
ventoy-fix-array.array.tostring-removal-in-python-3.9.patch ... FAILED
proledatarian commented on 2023-04-13 17:01 (UTC)
Unfortunately I got the same error as well.
Toolybird commented on 2023-03-29 20:29 (UTC) (edited on 2023-03-29 20:29 (UTC) by Toolybird)
@itsme, thanks. GitHub cannot be trusted to maintain a stable URL...grrr. Will fix.
itsme commented on 2023-03-29 13:45 (UTC) (edited on 2023-03-29 13:48 (UTC) by itsme)
alerque commented on 2023-03-16 22:12 (UTC)
@Toolybird Even if it does go away it will move out of the repos into the AUR which would be fine for this package's purpose, but we still have various things depending on it so even that is not happening yet. I bumped it because there was an upstream release.
Toolybird commented on 2023-03-11 00:50 (UTC)
@alerque, have updated now so hopefully fixed. While I have your attention, what is the plan for
exfat-utils
? It was going away at one point but was updated recently. I could possibly depend on it here and simplify the build a bit if it is staying.alerque commented on 2023-03-07 13:32 (UTC) (edited on 2023-03-07 13:35 (UTC) by alerque)
Oh MacGyver holy bananas! I've several times wanted a source alternative to ventoy-bin and considered making one, seeing this makes me glad I never actually sat down to try.
P.S. As of now this is not passing validity checks. Looks like you forgot to bump checksums after editing a patch.
yochananmarqos commented on 2023-02-19 21:12 (UTC)
@Toolybird: I've build it successfully now. Somehow the kernel & modules weren't being loaded.
Toolybird commented on 2023-02-19 05:57 (UTC) (edited on 2023-02-19 05:57 (UTC) by Toolybird)
@yochananmarqos, so it appears libguestfs is not functional on your system. Are you building in a VM or some kind of cloud host? If you have libguestfs installed on your host, a quick test:
guestfish -a /dev/null run
should output nothing. But if it fails then:libguestfs-test-tool
You could always construct a dummy PKGBUILD that simply runs libguestfs-test-tool inside build() and see what happens. libguestfs is key to this whole build.yochananmarqos commented on 2023-02-18 15:33 (UTC)
@Toolybird: It all builds fine except the _create_img() function fails:
1 2 Next › Last »