Search Criteria
Package Details: ventoy 1.1.00-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: | GPL-3.0-or-later |
Conflicts: | ventoy-bin |
Submitter: | Toolybird |
Maintainer: | Toolybird |
Last Packager: | Toolybird |
Votes: | 36 |
Popularity: | 3.71 |
First Submitted: | 2023-02-17 20:09 (UTC) |
Last Updated: | 2025-01-23 07:07 (UTC) |
Dependencies (25)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dosfstools (dosfstools-gitAUR)
- acpica (make)
- cdrtools (make)
- cpio (cpio-gitAUR) (make)
- device-mapper (device-mapper-gitAUR) (make)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR) (make)
- fuse2 (make)
- git (git-gitAUR, git-glAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR) (make)
- kernel-headers-musl (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR) (make)
- libguestfs (libguestfs-gitAUR) (make)
- linux (make)
- musl (musl-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR) (optional) – for GTK GUI
- parted (parted-gitAUR) (optional) – for preferred CLI partitioner
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for GUI privilege escalation
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (optional) – for Qt GUI
Required by (0)
Sources (22)
- 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/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.xz
- 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.5.tar.gz
- https://tukaani.org/xz/xz-embedded-20130513.tar.gz
- https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz
- kernel-headers-musl-4.19.88.tar.gz
- squashfs-tools-4.4.tar.gz
- ventoy-1.1.00.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
- wimboot-binutils-2.42-fix.patch
- zstd-1.0.0.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
alerque commented on 2024-01-24 08:40 (UTC) (edited on 2024-01-24 09:58 (UTC) by alerque)
@Toolybird I've run into an issue depending on a kernel while not caring whether it is the LTS or regular or some other kernel. You can fudge it because there are some things both provide, but they are not super appropriate. Has there been an issue opened on any of the kernel packages to add a more generic virtual-provides? Also is it really the kernel or is it the kernel headers that is actually needed here? Perhaps the
linux-api-headers
package is actually what this needs?Toolybird commented on 2023-11-14 22:34 (UTC)
I use a personal build of
libguestfs
and it depends on 'linux' as it should [1]. The Arch repo pkg doesn't do this which seems wrong. Although, it's complicated by the fact that other kernels do exist, but unfortunately there is no virtual "kernel" provides option.I will begrudgingly add a makedep on 'linux' in the next update.
[1] https://github.com/libguestfs/libguestfs/blob/v1.50.1/appliance/packagelist.in#L108
Betal commented on 2023-11-06 18:07 (UTC) (edited on 2023-11-06 18:23 (UTC) by Betal)
To build in clean chroot I had to add 'linux' to makedepends.
I get the following error on
guestfish
usages (inside_create_img
function):Adding
export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
before the firstguestfish
usage on_create_img
, I get the following error:As workaround for "I looked for kernels in /boot and modules in /lib/modules.", adding
linux
or some kernel in makedepends cause supermin to works and the build to complete.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
dataprolet 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.
« First ‹ Previous 1 2 3 4 Next › Last »