Search Criteria
Package Details: freetz-ng-tools-git r23089.ea5ac032a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freetz-ng-tools-git.git (read-only, click to copy) |
---|---|
Package Base: | freetz-ng-tools-git |
Description: | Development tools of the Freetz-NG project |
Upstream URL: | https://freetz-ng.github.io/freetz-ng/ |
Keywords: | avm extraction firmware freetz fritz openwrt |
Licenses: | GPL2 |
Conflicts: | freetz-ng-tools, freetz-tools, freetz-tools-git |
Provides: | freetz-ng-tools, freetz-tools |
Replaces: | freetz-tools-git |
Submitter: | eomanis |
Maintainer: | eomanis |
Last Packager: | eomanis |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-19 23:02 (UTC) |
Last Updated: | 2024-04-20 22:35 (UTC) |
Dependencies (8)
- sed (sed-gitAUR)
- git (git-gitAUR, git-glAUR) (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) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- svn (subversion) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-bsdunzip-symlinkAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Latest Comments
dreieck commented on 2025-05-03 12:32 (UTC)
You should update the license identifier to be SPDX compliant:
Also,
libz.so=1-64
seems to be needed to be added to thedepends
array:Regards and thanks for this package!
dreieck commented on 2025-05-03 12:03 (UTC)
This
PKGBUILD
downloads stuff inbuild()
. This should not happen -- after preparing the sources,build()
andpackage()
should be able to run in an offline environment.Can you move the downloads, that you cannot incorporate into the
source
array, intoprepare()
?Regards and thanks for this package!
eomanis commented on 2024-09-09 23:07 (UTC)
I am out of my depth here regarding the
libelf-0.7.0
error but suspect an upstream problem.At the very least it has been mentioned in an upstream discussion [1] albeit no solution has been posted. The person having the problem solved it by building on a different Linux distribution, in that particular case Debian.
[1] https://github.com/Freetz-NG/freetz-ng/discussions/1020#discussioncomment-10217283
dreieck commented on 2024-09-09 09:35 (UTC)
I get this error, too:
Regards!
PaulchenPlump commented on 2024-08-04 09:09 (UTC) (edited on 2024-08-04 09:12 (UTC) by PaulchenPlump)
actual build fails with message:
dreieck commented on 2024-04-18 21:50 (UTC)
To the
PKGBUILD
needs to be addedoptions+=('!lto')
,otherwise build fails while linking on environments that have LTO enabled by default:
Regards!