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.78 |
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)
- Show 5 more dependencies...
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
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:
yochananmarqos commented on 2023-02-18 15:14 (UTC)
@Toolybird: Nevermind, I'm an idiot. Turns out I still had my old WIP PKGBUILD in that folder. Yours is currently building just fine.
Toolybird commented on 2023-02-18 02:23 (UTC)
@yochananmarqos, it might be the old autofoo brain damage where it decides to "autoreconf" everything when it detects files "out of date" Please see here
yochananmarqos commented on 2023-02-18 00:01 (UTC) (edited on 2023-02-18 00:01 (UTC) by yochananmarqos)
@Toolybird: That is odd. I'm not sure what I'm doing differently. I checked my
makepkg.conf
and the only relevant differences are enablingccache
& disablingdebug
.libtool
is still disabled.Toolybird commented on 2023-02-17 21:30 (UTC)
@yochananmarqos, interesting. I only build in a clean chroot and it's building fine here. Why is your build running libtoolize for libfuse? Mine is not doing that.
yochananmarqos commented on 2023-02-17 20:53 (UTC)
@Toolybird: This fails to build in a clean chroot with or without LTO enabled.
Build log (expires in one year)
« First ‹ Previous 1 2 3 4