[Gelöst] Build für 7590 schlägt fehlt: Problem while running ninja

sry, natürlich, der Slash vor dem Verzeichnis in welches Du wechseln willst, ist zu viel. Du gehst ja nicht vom Rootverzeichnis aus in dem Moment :confused:

Ob jetzt Debian11 jetzt auf einem Bullseye11 funktioniert, weiß ich nicht und ob es etwas "ausmacht" wenn Du jetzt
Code:
./prerequisites install Debian11
ausführst weiß ich daher auch nicht.

Entweder Du wartest, bis sich jmd meldet der es sicher weiß oder du sicherst Dir den Ordner "freetz-ng" zB mittels
Code:
cp -R freetz-ng freetz-ng-test
(ausgehend von dem Ordner in welchem auch "freetz-ng" liegt
 
Könnte mir bitte einer von den Profis weiterhelfen.Die Build läuft soweit durch bis zu folgender Fehlermeldung:

Code:
---> tools/prelink-host ...
preparing ... mkdir -p /home/pi/freetz-ng/source/host-tools/prelink-20130503; tools/bunzip2 -c dl/prelink-20130503.tar.bz2 | tools/tar-gnu -x -C /home/pi/freetz-ng/source/host-tools/prelink-20130503 --transform='s|^./\+||' --strip-components=1
set -e; shopt -s nullglob; for i in /home/pi/freetz-ng/make/host-tools/prelink-host/patches/*.patch*; do case $i in *.patch|*.patch.gz|*.patch.bzip2|*.patch.bz2|*.patch.bz|*.patch.xz|*.patch.lz|*.patch.lzma|*.patch.Z|*.patch.diff) ;; *) continue ;; esac; tools/freetz_patch /home/pi/freetz-ng/source/host-tools/prelink-20130503 $i ; done;
    applying patch1 file /home/pi/freetz-ng/make/host-tools/prelink-host/patches/001-md5sha.debian.patch
    patching file doc/prelink.8
    ----------------------------------------------------------------------
    applying patch1 file /home/pi/freetz-ng/make/host-tools/prelink-host/patches/002-init.debian.patch
    patching file src/main.c
    ----------------------------------------------------------------------
    applying patch file /home/pi/freetz-ng/make/host-tools/prelink-host/patches/003-fsync.debian.patch
    patching file src/cache.c
    patching file src/dso.c
    ----------------------------------------------------------------------
    applying patch1 file /home/pi/freetz-ng/make/host-tools/prelink-host/patches/004-timestamp.debian.patch
    patching file doc/prelink.8
    patching file src/main.c
    ----------------------------------------------------------------------
    applying patch1 file /home/pi/freetz-ng/make/host-tools/prelink-host/patches/005-hurd.debian.patch
    patching file src/canonicalize.c
    ----------------------------------------------------------------------
configuring ... (conf_cmd() { ./configure "$@"  || { [ "2" = "0" ] && echo && cat .build.log 2>/dev/null; kill $ 2>/dev/null || kill $$ 2>/dev/null; printf "\n\\033[33m%s\\033[m\n" "ERROR: ";  exit 1; } }; cd /home/pi/freetz-ng/source/host-tools/prelink-20130503; { rm -f config.{cache,status}; } ;   PATH="/home/pi/freetz-ng/tools/path:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/usr/sbin" CC="gcc" CXX="g++" CFLAGS="-Wall -O2" CXXFLAGS="-Wall -O2" LDFLAGS="" ac_cv_lib_selinux_is_selinux_enabled=no CONFIG_SITE="" conf_cmd      )
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2002-09-03, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

    ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <[email protected]> in order to provide the needed
information to handle your system.

config.guess timestamp = 2002-09-03

uname -m = aarch64
uname -r = 6.1.21-v8+
uname -s = Linux
uname -v = #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023

/usr/bin/uname -p = unknown
/bin/uname -X     =

hostinfo               =
/bin/universe          =
/usr/bin/arch -k       =
/bin/arch              = aarch64
/usr/bin/oslevel       =
/usr/convex/getsysinfo =

UNAME_MACHINE = aarch64
UNAME_RELEASE = 6.1.21-v8+
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023
configure: error: cannot guess build type; you must specify one

ERROR:
make[1]: *** [make/host-tools/prelink-host/prelink-host.mk:19: /home/pi/freetz-ng/source/host-tools/prelink-20130503/.configured] Beendet
make: *** [Makefile:46: envira] Beendet

Ich habe im Internet nach dem Fehler gesucht und bin fündig geworden.Aber irgendwie bin ich leider keiner Lösung näher gekommen.Ich habe die benötigten Tools Prerequisites installiert.

Die ./config.guess habe ich mit
wget ftp://ftp.gnu.org/pub/gnu/config/ versucht zu aktuallisieren.

Code:
wget ftp://ftp.gnu.org/pub/gnu/config/

--2023-07-23 02:06:07--  ftp://ftp.gnu.org/pub/gnu/config/
           => ».listing«
Auflösen des Hostnamens ftp.gnu.org (ftp.gnu.org)… 209.51.188.20, 2001:470:142:3::b
Verbindungsaufbau zu ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:21 … verbunden.
Anmelden als anonymous … Angemeldet!
==> SYST ... fertig.    ==> PWD ... fertig.
==> TYPE I ... fertig.  ==> CWD (1) /pub/gnu/config ... fertig.
==> PASV ... fertig.    ==> LIST ... fertig.

.listing                [ <=>                ]     251  --.-KB/s    in 0s     

2023-07-23 02:06:09 (6,91 MB/s) - ».listing« gespeichert [251]

».listing« gelöscht.
HTML-artiger Index wurde nach »index.html.1« [455] geschrieben.
 
Zuletzt bearbeitet:
Wenn ich ./configure --build=aarch64-unknown-linux-gnu eingebe bekomme ich folgende Ausgabe:

Code:
~/freetz-ng/source/host-tools/prelink-20130503 $ ./configure --build=aarch64-unknown-linux-gnu
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking gelf.h usability... yes
checking gelf.h presence... yes
checking for gelf.h... yes
checking for elf_begin in -lelf... yes
checking for gelf_getvernaux... yes
checking whether FTW_ACTIONRETVAL is supported... yes
checking for is_selinux_enabled in -lselinux... no
checking selinux/selinux.h usability... no
checking selinux/selinux.h presence... no
checking for selinux/selinux.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating gelfx/Makefile
config.status: creating gelfx32/Makefile
config.status: creating gelf/Makefile
config.status: creating m4/Makefile
config.status: creating patches/Makefile
config.status: creating doc/Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
 
Zuletzt bearbeitet:
Was zeigt der Befehl lsb_release -a?
 

Zurzeit aktive Besucher

Statistik des Forums

Themen
245,079
Beiträge
2,224,053
Mitglieder
371,918
Neuestes Mitglied
_manuel1
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.