Package Details: freetz-ng-devel 20240728.01-1

Git Clone URL: https://aur.archlinux.org/freetz-ng-devel.git (read-only, click to copy)
Package Base: freetz-ng-devel
Description: Metapackage to pull all dependencies required to build freetz-ng
Upstream URL: https://freetz-ng.github.io/freetz-ng/PREREQUISITES
Licenses: CC0-1.0
Submitter: dreieck
Maintainer: dreieck
Last Packager: dreieck
Votes: 0
Popularity: 0.000000
First Submitted: 2024-04-19 08:29 (UTC)
Last Updated: 2024-07-28 21:22 (UTC)

Pinned Comments

dreieck commented on 2024-09-09 20:27 (UTC) (edited on 2024-09-09 20:27 (UTC) by dreieck)

This issue tracker here is only for packaging issues of the freetz-ng-devel Arch Linux metapackage (e.g. missing or superflous dependencies).

  • Issues with the individual packages this package depends on, please report at the individual package's issue trackers.
  • Issues with building Freetz-NG, please discuss at the ↗ Freetz-NG discussion site.

Regards!

Latest Comments

dreieck commented on 2024-09-09 20:27 (UTC) (edited on 2024-09-09 20:27 (UTC) by dreieck)

This issue tracker here is only for packaging issues of the freetz-ng-devel Arch Linux metapackage (e.g. missing or superflous dependencies).

  • Issues with the individual packages this package depends on, please report at the individual package's issue trackers.
  • Issues with building Freetz-NG, please discuss at the ↗ Freetz-NG discussion site.

Regards!

dreieck commented on 2024-09-09 20:26 (UTC)

@stefanwelte,

Every build by "make" ends up with following message

This is not an issue with this metapackage freetz-ng-devel. It seems to be an issue with building host toolchain of Freetz-NG.

Please direct those issues to the ↗ Freetz-NG discussion site.

Regards!

stefanwelte commented on 2024-09-09 19:40 (UTC) (edited on 2024-09-09 19:45 (UTC) by stefanwelte)

Every build by "make" ends up with following message:

checking for selinux/selinux.h... no
checking for gcc option to enable large file support... none needed
configure: error: libelf does not properly convert Elf64_Sxword quantities.
If you are using libelf-0.7.0, please use patches/libelf-0.7.0.patch.

ERROR: 
make[1]: *** [make/host-tools/prelink-host/prelink-host.mk:22: /home/user/freetz-ng/source/host-tools/prelink-20130503/.configured] Terminated
make: *** [Makefile:47: envira] Beendet</code>

Any solution? Thanks.

dreieck commented on 2024-07-25 10:41 (UTC) (edited on 2024-07-25 10:42 (UTC) by dreieck)

Same with ccache:

make tools-push_firmware:

[...]
/bin/sh: line 1: ccache: command not found
ninja: build stopped: subcommand failed.
---------------------------------------------
Error when bootstrapping CMake:
Problem while running ninja
---------------------------------------------
Log of errors: /tmp/freetz-ng/source/host-tools/cmake-3.30.1/Bootstrap.cmk/cmake_bootstrap.log

Somehow, ccache seems required (WHY??).

dreieck commented on 2024-07-25 10:20 (UTC) (edited on 2024-07-25 11:12 (UTC) by dreieck)

freetz-ng make needs the executable glib-genmarshal. That is part of the package glib2-devel, which is not in the dependency list of freetz-ng-devel.

Please consider adding it.

make help:

[...]
ERROR: The program 'glib-genmarshal' was not found in path
[...]

Regards!