Search Criteria
Package Details: edl-git r549.d2c585e-1
Package Actions
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: | 0.51 |
First Submitted: | 2022-01-10 10:15 (UTC) |
Last Updated: | 2024-10-11 00:54 (UTC) |
Dependencies (22)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-capstone
- python-colorama (python-colorama-gitAUR)
- python-docopt
- python-exscriptAUR (python-exscript-gitAUR)
- python-keystone (python-keystone-gitAUR)
- python-lxml
- python-passlib
- python-pycryptodome
- python-pycryptodomex
- python-pyserial
- python-pyusb (python-pyusb-gitAUR)
- python-requests
- python-wheel
- xz (xz-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-qrcode (optional) – QR codes generation
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
dreieck commented on 2023-12-20 16:34 (UTC) (edited on 2023-12-20 16:35 (UTC) by dreieck)
Ahoj,
I recognise that for some reasons "loaders" repository is downloaded both in source retrieval step and in
prepare()
.makepkg -do
:Is it possible to make the download taking place only once, e.g. in
prepare()
using the stuff downloaded via thesource
array?Regards!
SelfRef commented on 2023-09-23 16:28 (UTC) (edited on 2023-09-23 16:34 (UTC) by SelfRef)
OK guys, I've added the
python-exscript
as a required dependency. I hope this resolve these issues all together.Also the
strip
errors come from stripping process bymakepkg
. I don't see any mention in documentation how to disable it for some files. So it is what it is.nilz3000 commented on 2023-09-22 18:58 (UTC) (edited on 2023-09-22 19:01 (UTC) by nilz3000)
Hi @SelfRef, the issue is still present, and yes, I also tested with "makepkg -sC", after I ran into this with yay. The last two commits of this package are affected by this. But as I said, installing python-exscript and building again resolved it. The error message I got is the one @dreieck posted.
dreieck commented on 2023-09-22 17:49 (UTC) (edited on 2023-09-22 18:01 (UTC) by dreieck)
Ahoj,
I also get an error about missing
python-exscript
:I was using
makepkg -sfi
, non-chroot build, but clean build directory.namcap
shows an Exscript related message in the built package as(together with some other python packages) -- interestingly also when
python-exscript
is installed.Regards!
SelfRef commented on 2023-09-22 09:09 (UTC)
@nilz3000 That's odd.
python-exscript
isn't necessary for build process. I cannot reproduce this. Have you tried clean build and usingmakepkg -s
? If you still has this error please post it here.nilz3000 commented on 2023-09-21 18:45 (UTC) (edited on 2023-09-21 18:49 (UTC) by nilz3000)
Hey @Selfref, the build step fails if python-exscript is not installed. Could you please move it from optdepends to depends. And thanks for keeping this package alive.
SelfRef commented on 2023-09-20 16:28 (UTC) (edited on 2023-09-20 16:28 (UTC) by SelfRef)
Thanks @dreieck. I just updated the PKGBUILD and it now works flawlessly with both
makepkg
andyay
using new PEP 517 install method.A saw the
strip: error: the input file...
errors although they look more like warnings. Despite them being printed in outputedl-git
still contains all loaders listed so this is not a typical issue. Maybe i can resolve this some day but it should not make any difference inside built package.dreieck commented on 2023-09-20 08:27 (UTC)
Python deprecates direct use of
setup.py
, consider usingpython-wheel
,python-build
,python-installer
.Regards and thanks for maintaining!
dreieck commented on 2023-09-20 08:25 (UTC) (edited on 2023-09-20 08:30 (UTC) by dreieck)
I get some "big fat" warnings during python build:
Regards!
« First ‹ Previous 1 2 3 Next › Last »