Package Details: edl-git r549.d2c585e-1

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-3.0
Conflicts: edl
Provides: edl
Submitter: zkm2fw
Maintainer: SelfRef
Last Packager: SelfRef
Votes: 8
Popularity: 1.17
First Submitted: 2022-01-10 10:15 (UTC)
Last Updated: 2024-10-11 00:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

dreieck commented on 2023-09-20 08:22 (UTC) (edited on 2023-09-20 08:30 (UTC) by dreieck)

When makepkg runs strip, I get a lot of errors like
strip: error: the input file '[...]' has no sections:

  -> Stripping unneeded symbols from binaries and libraries...
strip: error: the input file './usr/lib/python3.11/site-packages/Loaders/GM/009510e100310000_098b12634b3b8b17_fhprg.bin' has no sections
strip: error: the input file './usr/lib/python3.11/site-packages/Loaders/HuaQin/000460e115900001_85c752ebecd1b0e6_fhprg_peek.bin' has no sections
[...]
strip: error: the input file './usr/lib/python3.11/site-packages/Loaders/zte/3006000000010000_158d0f5f0552472f_fhprg_peek.bin' has no sections
strip: error: the input file './usr/lib/python3.11/site-packages/Loaders/zte/6000000000010000_0b83c6390385506b_fhprg.bin' has no sections

Regards!

SelfRef commented on 2023-08-02 00:45 (UTC)

@dreieck Thanks for noticing. It looks like source repository have been updated recently with new dependencies added.

In case of python-pycryptodomex I'm not sure if it's needed or it's just a legacy dependency because it doubles with python-pycryptodome (same library, different namespace).

Nevertheless all dependencies are now updated including new optional one for QR codes. There's also a temporary workaround for building because some symlinks are breaking the build. There's a bug for that in the upstream.

dreieck commented on 2023-07-31 22:11 (UTC)

According to namcap, python-pycryptodomex and python-requests are needed as dependencies:

edl-git E: Dependency python-pycryptodomex detected and not included (python modules ['Cryptodome.Cipher.AES', 'Cryptodome.Util.number.bytes_to_long', 'Cryptodome.Util.number.long_to_bytes', 'Cryptodome.Hash.CMAC', 'Cryptodome.Util.Counter'] needed in files ['usr/lib/python3.11/site-packages/edlclient/Tools/Library/cryptutils.py', 'usr/lib/python3.11/site-packages/edlclient/Library/cryptutils.py'])
edl-git E: Dependency python-requests detected and not included (python modules ['requests'] needed in files ['usr/lib/python3.11/site-packages/edlclient/Tools/enableadb', 'usr/bin/boottodwnload', 'usr/lib/python3.11/site-packages/edlclient/Tools/boottodwnload', 'usr/bin/enableadb'])

Maybe they are optional, too, for some specific function?

Regards!

SelfRef commented on 2023-07-22 09:35 (UTC)

@nilz3000 Thanks for noticing. I have packaged missing python-exscript so it's now in the AUR.

However I added it as optional dependency for edl-git because: 1. it's only used for telnet functionality, 2. python-exscript has dependency for python-configparser which right now has broken build script and needs to be updated with this fix.

nilz3000 commented on 2023-07-21 21:37 (UTC)

There is also the newly required Exscript package, which is not available from AUR. I think core functionality is not affected, but additional modules that rely on telnet are.

See this commit and the three following for reference: https://github.com/bkerler/edl/commit/7a1191838507a5d1f051c04777cfbbf1eb5ccc74

SelfRef commented on 2023-07-21 11:23 (UTC)

Package adopted and fixed. Should work now, even with AUR helpers.

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