Package Details: edl-git r440.356ab5e-3

Git Clone URL: https://aur.archlinux.org/edl-git.git (read-only, click to copy)
Package Base: edl-git
Description: Inofficial Qualcomm Firehose / Sahara / Streaming / Diag Tools
Upstream URL: https://github.com/bkerler/edl
Keywords: edl firehose flashing qfil qualcomm sahara
Licenses: GPL
Conflicts: edl
Provides: edl
Submitter: zkm2fw
Maintainer: SelfRef
Last Packager: SelfRef
Votes: 6
Popularity: 0.011471
First Submitted: 2022-01-10 10:15 (UTC)
Last Updated: 2023-09-23 16:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

dreieck commented on 2023-01-02 18:28 (UTC) (edited on 2023-09-20 08:31 (UTC) by dreieck)

Fails to prepare() -- this is probably → this issue already reported on 2022-11-25:

==> Starting prepare()...
Submodule 'Loaders' (https://github.com/bkerler/Loaders) registered for path 'Loaders'
Cloning into '/home/[...]/.cache/yay/edl-git/src/edl/Loaders'...
fatal: transport 'file' not allowed
fatal: clone of '/home/[...]/.cache/yay/edl-git/src/Loaders' into submodule path '/home/[...]/.cache/yay/edl-git/src/edl/Loaders' failed
Failed to clone 'Loaders'. Retry scheduled
Cloning into '/home/[...]/.cache/yay/edl-git/src/edl/Loaders'...
fatal: transport 'file' not allowed
fatal: clone of '/home/[...]/.cache/yay/edl-git/src/Loaders' into submodule path '/home/[...]/.cache/yay/edl-git/src/edl/Loaders' failed
Failed to clone 'Loaders' a second time, aborting

With the changes → as laid out here I got the package building.

→ Here is a diff of your current PKGBUILD to a working one:

--- PKGBUILD.org    2023-01-02 19:03:33.249224078 +0100
+++ PKGBUILD.fixedsubmodules    2023-01-02 19:27:00.759180051 +0100
@@ -40,7 +40,8 @@
 prepare() {
   cd ${pkgname%-git}
   git submodule init
-  git config submodule.Loaders.url "$srcdir/Loaders"
+  git config submodule.externals/vendor/Loaders.url "$srcdir/Loaders"
+  git -c protocol.file.allow=always submodule update
   git submodule update
 }

… please update your PKGBUILD.
Regards!, and
thanks for maintaining.

aoz commented on 2022-11-25 23:53 (UTC)

Please update the submodule according to this:

https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules

to avoid "fatal: transport 'file' not allowed" errors.

yjun commented on 2022-02-23 14:27 (UTC)

license for this package could be simpified as 'MIT'. 'MIT' is already in package licenses

https://wiki.archlinux.org/title/PKGBUILD#license