Freetz download error bei Fritz!Box 7240 mit Firmware 73.06.06

macjo16

Neuer User
Mitglied seit
20 Feb 2017
Beiträge
7
Punkte für Reaktionen
0
Punkte
0
Hi,
ich bin relativ neu im Bereich Netzwerk und hoffe ihr könnt mir weiterhelfen.

Ich möchte auf meine 2. FritzBox freetz Installieren bekomme jedoch einen Fehler.
Hier ein schneller Überblick:

FritzBox:
- AVM FON WLAN 7240 1&1 Branding
- Firmware (aktuell) 73.06.06

Freetz:
- freetz-linux-1.3.2.ova mit VMWare
- über putty/ SSH aufgeschalten
- nach Anleitung svn co http://svn.freetz.org/branches/freetz-stable-2.0 freetz-2.0 ausgeführt
- dann cd freetz-2.0[/CODE] und
Code:
make menuconfig die Einstellungen überarbeitet
- leider kann ich dort nur die Firmware Fritz!OS 05.5x auswählen (hab ich gewählt, passende Version steht ja nicht zur Wahl)
- nach speichern und make (welch ein Wunder...) bekomme ich folgende Fehlermeldung:

ERROR: Could not download firmware image. See [URL]http://trac.freetz.org/wiki/FAQ#Couldnotdownloadfirmwareimage[/URL] for details.
(die Website hat mir leider nicht weitergeholfen)

Ich habe in diesem Forum aber schon gesehen, dass einer freetz auf die gleich Box und Firmware wie ich zum laufen bekommen hat:
[URL]http://www.ip-phone-forum.de/showthread.php?t=282050[/URL]

Könnt ihr mir weiterhelfen, wie ich freeze für meine Firmware auf die Box bekomme?
Wenn es geht auch mit den entprechenden Befehlen.
Wie gesagt bin ich da Einsteiger und mein Kopf wird explodieren wenn ich da nur hinweise auf die Lösung bekomme ;)
 
Da steht doch in deinem Link, dass beetlejuice den Freetz Trunk genommen hat, und nicht wie du Stable.
 
OK, virtuelle Maschine wird neu aufgesetzt.
Kann ich statt
Code:
[COLOR=#000000]svn co [/COLOR][URL]http://svn.freetz.org/branches/freetz-stable-2.0[/URL][CODE]
einfach das benutzen?
[CODE][COLOR=#000000]svn co http://svn.freetz.org/trunk freetz-devel[/COLOR][CODE]
 
Moin

Ja, kannst du ;)
Wenn das geht, erübrigt sich auch folgender Test...

Hast du denn deine VM auch richtig verkabelt?
Teste: wget -O- http://ippf.eu
(Oder irgendeine andere Webseite)
 
wget zeigt mir jede menge HTML an.
Am Ende steht:
2017-02-20 17:46:47 (400 KB/s) - auf die Standardausgabe geschrieben [/43277]
 
Dann steht der nächsten .config (make menuconfig) nichts mehr im Wege ;)

PS: Code Tags [ CODE ] SOURCECODE [ /CODE ] (Ohne Leerzeichen)
 
na super,
VM neu aufgestzt und diesmal mit svn co http://svn.freetz.org/trunk freetz-devel ausprobiert.

wenn ich jetzt auf make gehe, komme ich weiter, allerding kommt Fehler 63. Leider finde ich dazu nichts in google:

Hier die letzten paar Zeilen aus putty: (denke die letzten werden wichtig sein):

Code:
  GEN     editors/Config.in
  GEN     miscutils/Kbuild
  GEN     miscutils/Config.in
  GEN     scripts/Kbuild
  GEN     networking/Kbuild
  GEN     networking/Config.in
  GEN     networking/udhcp/Kbuild
  GEN     networking/udhcp/Config.in
  GEN     networking/libiproute/Kbuild
  GEN     libpwdgrp/Kbuild
  GEN     debianutils/Kbuild
  GEN     debianutils/Config.in
  GEN     printutils/Kbuild
  GEN     printutils/Config.in
  GEN     console-tools/Kbuild
  GEN     console-tools/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In Funktion »conf_choice«:
scripts/kconfig/conf.c:354:9: Warnung: Der Rückgabewert von »fgets«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
scripts/kconfig/conf.c: In Funktion »conf_askvalue«:
scripts/kconfig/conf.c:106:8: Warnung: Der Rückgabewert von »fgets«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
scripts/kconfig/mconf.c: In Funktion »show_textbox«:
scripts/kconfig/mconf.c:847:7: Warnung: Der Rückgabewert von »write«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
scripts/kconfig/mconf.c: In Funktion »exec_conf«:
scripts/kconfig/mconf.c:481:6: Warnung: Der Rückgabewert von »pipe«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [Y/n/?] y
Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [Y/n/?] y
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y
Buffer allocation policy
> 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
choice[1-3?]: 1
Show applet usage messages (SHOW_USAGE) [Y/n/?] y
  Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
  Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [Y/n/?] y
Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [N/y/?] n
Don't use /usr (INSTALL_NO_USR) [N/y/?] n
Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
Support Unicode (UNICODE_SUPPORT) [N/y/?] n
Support for PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
Use sendfile system call (FEATURE_USE_SENDFILE) [Y/n/?] y
Support for --long-options (LONG_OPTS) [Y/n/?] y
Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n
Support utmp file (FEATURE_UTMP) [N/y/?] n
Support writing pidfiles (FEATURE_PIDFILE) [N/y/?] n
Support for SUID/SGID handling (FEATURE_SUID) [N/y/?] n
Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
exec prefers applets (FEATURE_PREFER_APPLETS) [N/y/?] n
Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
*
* Build Options
*
Build BusyBox as a static binary (no shared libs) (STATIC) [N/y/?] n
  Build BusyBox as a position independent executable (PIE) [N/y/?] n
Force NOMMU build (NOMMU) [N/y/?] n
Build shared libbusybox (BUILD_LIBBUSYBOX) [N/y/?] n
Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
Cross Compiler prefix (CROSS_COMPILER_PREFIX) []
Path to sysroot (SYSROOT) []
Additional CFLAGS (EXTRA_CFLAGS) []
Additional LDFLAGS (EXTRA_LDFLAGS) []
Additional LDLIBS (EXTRA_LDLIBS) []
*
* Debugging Options
*
Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
Build unit tests (UNIT_TEST) [N/y/?] n
Abort compilation on any warning (WERROR) [N/y/?] n
Additional debugging library
> 1. None (NO_DEBUG_LIB)
  2. Dmalloc (DMALLOC)
  3. Electric-fence (EFENCE)
choice[1-3?]: 1
*
* Installation Options ("make install" behavior)
*
What kind of applet links to install
> 1. as soft-links (INSTALL_APPLET_SYMLINKS)
  2. as hard-links (INSTALL_APPLET_HARDLINKS)
  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
  4. not installed (INSTALL_APPLET_DONT)
choice[1-4?]: 1
BusyBox installation prefix (PREFIX) [./_install] ./_install
*
* Busybox Library Tuning
*
Enable systemd support (FEATURE_SYSTEMD) [N/y/?] n
Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [N/y/?] n
Minimum password length (PASSWORD_MINLEN) [6] 6
MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SMALL) [1] 1
SHA3: Trade bytes for speed (0:fast, 1:slow) (SHA3_SMALL) [1] 1
Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [N/y/?] n
Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
Command line editing (FEATURE_EDITING) [N/y/?] n
Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y
Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [N/y/?] n
Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [Y/n/?] y
Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
Support infiniband HW (FEATURE_HWIB) [Y/n/?] y
*
* Applets
*
*
* Archival Utilities
*
Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [Y/n/?] y
Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [Y/n/?] y
Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [Y/n/?] y
Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n/?] y
tar, rpm, modprobe etc understand .Z data (FEATURE_SEAMLESS_Z) [Y/n/?] y
ar (AR) [N/y/?] n
uncompress (UNCOMPRESS) [Y/n/?] y
gunzip (GUNZIP) [Y/n/?] y
bunzip2 (BUNZIP2) [Y/n/?] y
unlzma (UNLZMA) [Y/n/?] y
  Optimize unlzma for speed (FEATURE_LZMA_FAST) [Y/n/?] y
  Provide lzma alias which supports only unpacking (LZMA) [N/y/?] n
unxz (UNXZ) [Y/n/?] y
  Provide xz alias which supports only unpacking (XZ) [N/y/?] n
bzip2 (BZIP2) [N/y/?] n
cpio (CPIO) [N/y/?] n
dpkg (DPKG) [N/y/?] n
dpkg_deb (DPKG_DEB) [N/y/?] n
gzip (GZIP) [N/y/?] n
lzop (LZOP) [N/y/?] n
rpm (RPM) [N/y/?] n
rpm2cpio (RPM2CPIO) [N/y/?] n
tar (TAR) [Y/n/?] y
  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
  Autodetect compressed tarballs (FEATURE_TAR_AUTODETECT) [Y/n/?] y
  Enable -X (exclude from) and -T (include from) options) (FEATURE_TAR_FROM) [Y/n/?] y
  Support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [Y/n/?] y
  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
  Support for GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
  Enable long options (FEATURE_TAR_LONG_OPTIONS) [Y/n/?] y
    Support for writing to an external program (FEATURE_TAR_TO_COMMAND) [N/y/?] n
  Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [Y/n/?] y
  Enable -m (do not preserve time) option (FEATURE_TAR_NOPRESERVE_TIME) [N/y/?] n
unzip (UNZIP) [Y/n/?] y
*
* Coreutils
*
basename (BASENAME) [N/y/?] n
cat (CAT) [N/y/?] n
date (DATE) [N/y/?] n
dd (DD) [N/y/?] n
hostid (HOSTID) [N/y/?] n
id (ID) [N/y/?] n
groups (GROUPS) [N/y/?] n
shuf (SHUF) [N/y/?] n
sync (SYNC) [N/y/?] n
test (TEST) [N/y/?] n
  Extend test to 64 bit (FEATURE_TEST_64) [N/y/?] n
touch (TOUCH) [N/y/?] n
tr (TR) [N/y/?] n
truncate (TRUNCATE) [N/y/?] n
unlink (UNLINK) [N/y/?] n
base64 (BASE64) [N/y/?] n
cal (CAL) [N/y/?] n
catv (CATV) [N/y/?] n
chgrp (CHGRP) [N/y/?] n
chmod (CHMOD) [N/y/?] n
chown (CHOWN) [N/y/?] n
chroot (CHROOT) [N/y/?] n
cksum (CKSUM) [N/y/?] n
comm (COMM) [N/y/?] n
cp (CP) [N/y/?] n
cut (CUT) [N/y/?] n
df (DF) [N/y/?] n
dirname (DIRNAME) [N/y/?] n
dos2unix/unix2dos (DOS2UNIX) [N/y/?] n
du (default blocksize of 512 bytes) (DU) [N/y/?] n
echo (basic SuSv3 version taking no options) (ECHO) [N/y/?] n
  Enable echo options (-n and -e) (FEATURE_FANCY_ECHO) [N/y/?] n
env (ENV) [N/y/?] n
expand (EXPAND) [N/y/?] n
expr (EXPR) [N/y/?] n
false (FALSE) [N/y/?] n
fold (FOLD) [N/y/?] n
fsync (FSYNC) [N/y/?] n
head (HEAD) [N/y/?] n
install (INSTALL) [N/y/?] n
ln (LN) [N/y/?] n
logname (LOGNAME) [N/y/?] n
ls (LS) [N/y/?] n
md5sum (MD5SUM) [Y/n/?] y
mkdir (MKDIR) [N/y/?] n
mkfifo (MKFIFO) [N/y/?] n
mknod (MKNOD) [N/y/?] n
mv (MV) [N/y/?] n
nice (NICE) [N/y/?] n
nohup (NOHUP) [N/y/?] n
od (OD) [N/y/?] n
printenv (PRINTENV) [N/y/?] n
printf (PRINTF) [N/y/?] n
pwd (PWD) [N/y/?] n
readlink (READLINK) [N/y/?] n
realpath (REALPATH) [N/y/?] n
rm (RM) [N/y/?] n
rmdir (RMDIR) [N/y/?] n
seq (SEQ) [N/y/?] n
sha1sum (SHA1SUM) [Y/n/?] y
sha256sum (SHA256SUM) [Y/n/?] y
sha512sum (SHA512SUM) [Y/n/?] y
sha3sum (SHA3SUM) [N/y/?] n
sleep (SLEEP) [N/y/?] n
sort (SORT) [N/y/?] n
split (SPLIT) [N/y/?] n
stat (STAT) [N/y/?] n
stty (STTY) [N/y/?] n
sum (SUM) [N/y/?] n
tac (TAC) [N/y/?] n
tail (TAIL) [N/y/?] n
tee (TEE) [N/y/?] n
true (TRUE) [N/y/?] n
tty (TTY) [N/y/?] n
uname (UNAME) [N/y/?] n
unexpand (UNEXPAND) [N/y/?] n
uniq (UNIQ) [N/y/?] n
usleep (USLEEP) [N/y/?] n
uudecode (UUDECODE) [N/y/?] n
uuencode (UUENCODE) [N/y/?] n
wc (WC) [N/y/?] n
whoami (WHOAMI) [N/y/?] n
yes (YES) [N/y/?] n
*
* Common options
*
Support verbose options (usually -v) for various applets (FEATURE_VERBOSE) [Y/n/?] y
*
* Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
*
Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
*
* Console Utilities
*
chvt (CHVT) [N/y/?] n
fgconsole (FGCONSOLE) [N/y/?] n
clear (CLEAR) [N/y/?] n
deallocvt (DEALLOCVT) [N/y/?] n
dumpkmap (DUMPKMAP) [N/y/?] n
kbd_mode (KBD_MODE) [N/y/?] n
loadfont (LOADFONT) [N/y/?] n
loadkmap (LOADKMAP) [N/y/?] n
openvt (OPENVT) [N/y/?] n
reset (RESET) [N/y/?] n
resize (RESIZE) [N/y/?] n
setconsole (SETCONSOLE) [N/y/?] n
setfont (SETFONT) [N/y/?] n
setkeycodes (SETKEYCODES) [N/y/?] n
setlogcons (SETLOGCONS) [N/y/?] n
showkey (SHOWKEY) [N/y/?] n
*
* Debian Utilities
*
mktemp (MKTEMP) [N/y/?] n
pipe_progress (PIPE_PROGRESS) [N/y/?] n
run-parts (RUN_PARTS) [N/y/?] n
start-stop-daemon (START_STOP_DAEMON) [N/y/?] n
which (WHICH) [N/y/?] n
*
* Editors
*
awk (AWK) [N/y/?] n
cmp (CMP) [N/y/?] n
diff (DIFF) [N/y/?] n
ed (ED) [N/y/?] n
patch (PATCH) [N/y/?] n
sed (SED) [N/y/?] n
vi (VI) [N/y/?] n
*
* Finding Utilities
*
find (FIND) [N/y/?] n
grep (GREP) [N/y/?] n
xargs (XARGS) [N/y/?] n
*
* Init Utilities
*
bootchartd (BOOTCHARTD) [N/y/?] n
poweroff, halt, and reboot (HALT) [N/y/?] n
init (INIT) [N/y/?] n
mesg (MESG) [N/y/?] n
*
* Login/Password Management Utilities
*
add-shell (ADD_SHELL) [N/y/?] n
remove-shell (REMOVE_SHELL) [N/y/?] n
Support for shadow passwords (FEATURE_SHADOWPASSWDS) [N/y/?] n
Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [N/y/?] n
Use internal crypt functions (USE_BB_CRYPT) [Y/n/?] y
  Enable SHA256/512 crypt functions (USE_BB_CRYPT_SHA) [N/y/?] n
adduser (ADDUSER) [N/y/?] n
addgroup (ADDGROUP) [N/y/?] n
deluser (DELUSER) [N/y/?] n
delgroup (DELGROUP) [N/y/?] n
getty (GETTY) [N/y/?] n
login (LOGIN) [N/y/?] n
passwd (PASSWD) [N/y/?] n
cryptpw (CRYPTPW) [N/y/?] n
chpasswd (CHPASSWD) [N/y/?] n
su (SU) [N/y/?] n
sulogin (SULOGIN) [N/y/?] n
vlock (VLOCK) [N/y/?] n
*
* Linux Ext2 FS Progs
*
chattr (CHATTR) [N/y/?] n
fsck (FSCK) [N/y/?] n
lsattr (LSATTR) [N/y/?] n
tune2fs (TUNE2FS) [N/y/?] n
*
* Linux Module Utilities
*
modinfo (MODINFO) [N/y/?] n
Simplified modutils (MODPROBE_SMALL) [N/y/?] n
  insmod (INSMOD) [N/y/?] n
  rmmod (RMMOD) [N/y/?] n
  lsmod (LSMOD) [N/y/?] n
  modprobe (MODPROBE) [N/y/?] n
  depmod (DEPMOD) [N/y/?] n
*
* Options common to multiple modutils
*
*
* Linux System Utilities
*
blockdev (BLOCKDEV) [N/y/?] n
fatattr (FATATTR) [N/y/?] n
fstrim (FSTRIM) [N/y/?] n
mdev (MDEV) [N/y/?] n
mount (MOUNT) [N/y/?] n
rev (REV) [N/y/?] n
uevent (UEVENT) [N/y/?] n
acpid (ACPID) [N/y/?] n
blkid (BLKID) [Y/n/?] y
  Print filesystem type (FEATURE_BLKID_TYPE) [Y/n/?] y
dmesg (DMESG) [N/y/?] n
fbset (FBSET) [N/y/?] n
fdflush (FDFLUSH) [N/y/?] n
fdformat (FDFORMAT) [N/y/?] n
fdisk (FDISK) [N/y/?] n
findfs (FINDFS) [N/y/?] n
flock (FLOCK) [N/y/?] n
freeramdisk (FREERAMDISK) [N/y/?] n
fsck_minix (FSCK_MINIX) [N/y/?] n
mkfs_ext2 (MKFS_EXT2) [N/y/?] n
mkfs_minix (MKFS_MINIX) [N/y/?] n
mkfs_reiser (MKFS_REISER) [N/y/?] n
mkfs_vfat (MKFS_VFAT) [N/y/?] n
getopt (GETOPT) [N/y/?] n
hexdump (HEXDUMP) [N/y/?] n
hwclock (HWCLOCK) [N/y/?] n
ipcrm (IPCRM) [N/y/?] n
ipcs (IPCS) [N/y/?] n
losetup (LOSETUP) [N/y/?] n
lspci (LSPCI) [N/y/?] n
lsusb (LSUSB) [N/y/?] n
mkswap (MKSWAP) [N/y/?] n
more (MORE) [N/y/?] n
pivot_root (PIVOT_ROOT) [N/y/?] n
rdate (RDATE) [N/y/?] n
rdev (RDEV) [N/y/?] n
readprofile (READPROFILE) [N/y/?] n
rtcwake (RTCWAKE) [N/y/?] n
script (SCRIPT) [N/y/?] n
scriptreplay (SCRIPTREPLAY) [N/y/?] n
setarch (SETARCH) [N/y/?] n
swaponoff (SWAPONOFF) [N/y/?] n
switch_root (SWITCH_ROOT) [N/y/?] n
umount (UMOUNT) [N/y/?] n
*
* Filesystem/Volume identification
*
btrfs filesystem (FEATURE_VOLUMEID_BTRFS) [Y/n/?] y
cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [Y/n/?] y
exFAT filesystem (FEATURE_VOLUMEID_EXFAT) [Y/n/?] y
Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n/?] y
f2fs filesystem (FEATURE_VOLUMEID_F2FS) [Y/n/?] y
fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n/?] y
hfs filesystem (FEATURE_VOLUMEID_HFS) [Y/n/?] y
iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [Y/n/?] y
jfs filesystem (FEATURE_VOLUMEID_JFS) [Y/n/?] y
linuxraid (FEATURE_VOLUMEID_LINUXRAID) [Y/n/?] y
linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [Y/n/?] y
luks filesystem (FEATURE_VOLUMEID_LUKS) [Y/n/?] y
nilfs filesystem (FEATURE_VOLUMEID_NILFS) [Y/n/?] y
ntfs filesystem (FEATURE_VOLUMEID_NTFS) [Y/n/?] y
ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [Y/n/?] y
Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [Y/n/?] y
romfs filesystem (FEATURE_VOLUMEID_ROMFS) [Y/n/?] y
SquashFS filesystem (FEATURE_VOLUMEID_SQUASHFS) [Y/n/?] y
sysv filesystem (FEATURE_VOLUMEID_SYSV) [Y/n/?] y
udf filesystem (FEATURE_VOLUMEID_UDF) [Y/n/?] y
xfs filesystem (FEATURE_VOLUMEID_XFS) [Y/n/?] y
*
* Miscellaneous Utilities
*
conspy (CONSPY) [N/y/?] n
crond (CROND) [N/y/?] n
i2cget (I2CGET) [N/y/?] n
i2cset (I2CSET) [N/y/?] n
i2cdump (I2CDUMP) [N/y/?] n
i2cdetect (I2CDETECT) [N/y/?] n
less (LESS) [N/y/?] n
nandwrite (NANDWRITE) [N/y/?] n
nanddump (NANDDUMP) [N/y/?] n
rfkill (RFKILL) [N/y/?] n
setserial (SETSERIAL) [N/y/?] n
taskset (TASKSET) [N/y/?] n
ubiattach (UBIATTACH) [N/y/?] n
ubidetach (UBIDETACH) [N/y/?] n
ubimkvol (UBIMKVOL) [N/y/?] n
ubirmvol (UBIRMVOL) [N/y/?] n
ubirsvol (UBIRSVOL) [N/y/?] n
ubiupdatevol (UBIUPDATEVOL) [N/y/?] n
adjtimex (ADJTIMEX) [N/y/?] n
bbconfig (BBCONFIG) [N/y/?] n
beep (BEEP) [N/y/?] n
chat (CHAT) [N/y/?] n
chrt (CHRT) [N/y/?] n
crontab (CRONTAB) [N/y/?] n
dc (DC) [N/y/?] n
devfsd (obsolete) (DEVFSD) [N/y/?] n
Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
devmem (DEVMEM) [N/y/?] n
eject (EJECT) [N/y/?] n
fbsplash (FBSPLASH) [N/y/?] n
flashcp (FLASHCP) [N/y/?] n
flash_lock (FLASH_LOCK) [N/y/?] n
flash_unlock (FLASH_UNLOCK) [N/y/?] n
flash_eraseall (FLASH_ERASEALL) [N/y/?] n
ionice (IONICE) [N/y/?] n
inotifyd (INOTIFYD) [N/y/?] n
hdparm (HDPARM) [N/y/?] n
makedevs (MAKEDEVS) [Y/n/?] y
  Choose makedevs behaviour
    1. leaf (FEATURE_MAKEDEVS_LEAF)
  > 2. table (FEATURE_MAKEDEVS_TABLE)
  choice[1-2]: 2
man (MAN) [N/y/?] n
microcom (MICROCOM) [N/y/?] n
mountpoint (MOUNTPOINT) [N/y/?] n
mt (MT) [N/y/?] n
raidautorun (RAIDAUTORUN) [N/y/?] n
readahead (READAHEAD) [N/y/?] n
rx (RX) [N/y/?] n
setsid (SETSID) [N/y/?] n
strings (STRINGS) [N/y/?] n
time (TIME) [N/y/?] n
timeout (TIMEOUT) [N/y/?] n
ttysize (TTYSIZE) [N/y/?] n
volname (VOLNAME) [N/y/?] n
watchdog (WATCHDOG) [N/y/?] n
*
* Networking Utilities
*
nameif (NAMEIF) [N/y/?] n
nbd-client (NBDCLIENT) [N/y/?] n
nc (NC) [N/y/?] n
ping (PING) [N/y/?] n
wget (WGET) [N/y/?] n
whois (WHOIS) [N/y/?] n
Enable IPv6 support (FEATURE_IPV6) [N/y/?] n
Enable Unix domain socket support (usually not needed) (FEATURE_UNIX_LOCAL) [N/y/?] n
Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
arp (ARP) [N/y/?] n
arping (ARPING) [N/y/?] n
brctl (BRCTL) [N/y/?] n
dnsd (DNSD) [N/y/?] n
ether-wake (ETHER_WAKE) [N/y/?] n
fakeidentd (FAKEIDENTD) [N/y/?] n
ftpd (FTPD) [N/y/?] n
ftpget (FTPGET) [N/y/?] n
ftpput (FTPPUT) [N/y/?] n
hostname (HOSTNAME) [N/y/?] n
httpd (HTTPD) [N/y/?] n
ifconfig (IFCONFIG) [N/y/?] n
ifenslave (IFENSLAVE) [N/y/?] n
ifplugd (IFPLUGD) [N/y/?] n
ifupdown (IFUPDOWN) [N/y/?] n
inetd (INETD) [N/y/?] n
ip (IP) [N/y/?] n
ipcalc (IPCALC) [N/y/?] n
netstat (NETSTAT) [N/y/?] n
nslookup (NSLOOKUP) [N/y/?] n
ntpd (NTPD) [N/y/?] n
pscan (PSCAN) [N/y/?] n
route (ROUTE) [N/y/?] n
slattach (SLATTACH) [N/y/?] n
tcpsvd (TCPSVD) [N/y/?] n
telnet (TELNET) [N/y/?] n
telnetd (TELNETD) [N/y/?] n
tftp (TFTP) [N/y/?] n
tftpd (TFTPD) [N/y/?] n
traceroute (TRACEROUTE) [N/y/?] n
tunctl (TUNCTL) [N/y/?] n
udhcp server (udhcpd) (UDHCPD) [N/y/?] n
udhcp client (udhcpc) (UDHCPC) [N/y/?] n
udpsvd (UDPSVD) [N/y/?] n
vconfig (VCONFIG) [N/y/?] n
zcip (ZCIP) [N/y/?] n
*
* Print Utilities
*
lpd (LPD) [N/y/?] n
lpr (LPR) [N/y/?] n
lpq (LPQ) [N/y/?] n
*
* Mail Utilities
*
makemime (MAKEMIME) [N/y/?] n
popmaildir (POPMAILDIR) [N/y/?] n
reformime (REFORMIME) [N/y/?] n
sendmail (SENDMAIL) [N/y/?] n
*
* Process Utilities
*
iostat (IOSTAT) [N/y/?] n
lsof (LSOF) [N/y/?] n
mpstat (MPSTAT) [N/y/?] n
nmeter (NMETER) [N/y/?] n
pmap (PMAP) [N/y/?] n
powertop (POWERTOP) [N/y/?] n
pstree (PSTREE) [N/y/?] n
pwdx (PWDX) [N/y/?] n
smemcap (SMEMCAP) [N/y/?] n
top (TOP) [N/y/?] n
uptime (UPTIME) [N/y/?] n
free (FREE) [N/y/?] n
fuser (FUSER) [N/y/?] n
kill (KILL) [N/y/?] n
pgrep (PGREP) [N/y/?] n
pidof (PIDOF) [N/y/?] n
pkill (PKILL) [N/y/?] n
ps (PS) [N/y/?] n
renice (RENICE) [N/y/?] n
sysctl (BB_SYSCTL) [N/y/?] n
watch (WATCH) [N/y/?] n
*
* Runit Utilities
*
runsv (RUNSV) [N/y/?] n
runsvdir (RUNSVDIR) [N/y/?] n
sv (SV) [N/y/?] n
svlogd (SVLOGD) [N/y/?] n
chpst (CHPST) [N/y/?] n
setuidgid (SETUIDGID) [N/y/?] n
envuidgid (ENVUIDGID) [N/y/?] n
envdir (ENVDIR) [N/y/?] n
softlimit (SOFTLIMIT) [N/y/?] n
*
* Shells
*
ash (ASH) [Y/n/?] y
  bash-compatible extensions (ASH_BASH_COMPAT) [Y/n/?] y
  Idle timeout variable (ASH_IDLE_TIMEOUT) [N/y/?] n
  Job control (ASH_JOB_CONTROL) [Y/n/?] y
  Alias support (ASH_ALIAS) [Y/n/?] y
  Builtin getopt to parse positional parameters (ASH_GETOPTS) [Y/n/?] y
  Builtin version of 'echo' (ASH_BUILTIN_ECHO) [Y/n/?] y
  Builtin version of 'printf' (ASH_BUILTIN_PRINTF) [Y/n/?] y
  Builtin version of 'test' (ASH_BUILTIN_TEST) [Y/n/?] y
  help builtin (ASH_HELP) [N/y/?] n
  'command' command to override shell builtins (ASH_CMDCMD) [Y/n/?] y
  Check for new mail on interactive shells (ASH_MAIL) [N/y/?] n
  Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [N/y/?] n
  Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [N/y/?] n
  Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
cttyhack (CTTYHACK) [N/y/?] n
hush (HUSH) [N/y/?] n
msh (deprecated: aliased to hush) (MSH) [N/y/?] n
Choose which shell is aliased to 'sh' name
  1. ash (FEATURE_SH_IS_ASH)
> 2. none (FEATURE_SH_IS_NONE)
choice[1-2?]: 2
Choose which shell is aliased to 'bash' name
  1. ash (FEATURE_BASH_IS_ASH)
> 2. none (FEATURE_BASH_IS_NONE)
choice[1-2?]: 2
POSIX math support (SH_MATH_SUPPORT) [Y/n/?] y
  Extend POSIX math support to 64 bit (SH_MATH_SUPPORT_64) [N/y/?] n
Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [N/y/?] n
Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [N/y/?] n
*
* System Logging Utilities
*
syslogd (SYSLOGD) [N/y/?] n
klogd (KLOGD) [N/y/?] n
logger (LOGGER) [N/y/?] n
make[1]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/busybox-1.24.2'
touch /home/freetz/freetz-devel/source/host-tools/busybox-1.24.2/.configured
make -j2 -C /home/freetz/freetz-devel/source/host-tools/busybox-1.24.2
make[1]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/busybox-1.24.2'
  SPLIT   include/autoconf.h -> include/config/*
  HOSTCC  applets/usage
applets/usage.c: In Funktion »main«:
applets/usage.c:52:8: Warnung: Der Rückgabewert von »write«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
  GEN     include/bbconfigopts.h
  HOSTCC  applets/applet_tables
applets/applet_tables.c: In Funktion »main«:
applets/applet_tables.c:161:9: Warnung: Der Rückgabewert von »fgets«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
  GEN     include/usage_compressed.h
  GEN     include/applet_tables.h
  HOSTCC  applets/usage_pod
  CC      applets/applets.o
applets/usage_pod.c: In Funktion »main«:
applets/usage_pod.c:74:3: Warnung: Format ist kein Zeichenkettenliteral, und keine Formatargumente [-Wformat-security]
  LD      applets/built-in.o
  DOC     busybox.pod
  DOC     BusyBox.txt
  DOC     busybox.1
  DOC     BusyBox.html
  LD      archival/built-in.o
  CC      archival/bbunzip.o
  LD      archival/libarchive/built-in.o
  CC      archival/libarchive/data_align.o
  CC      archival/libarchive/data_extract_all.o
  CC      archival/tar.o
archival/libarchive/data_extract_all.c: In Funktion »data_extract_all«:
archival/libarchive/data_extract_all.c:190:9: Warnung: Der Rückgabewert von »chown«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
  CC      archival/libarchive/data_extract_to_stdout.o
  CC      archival/libarchive/data_skip.o
  CC      archival/unzip.o
  CC      archival/libarchive/decompress_bunzip2.o
  AR      archival/lib.a
  LD      console-tools/built-in.o
  AR      console-tools/lib.a
  LD      coreutils/built-in.o
  CC      archival/libarchive/decompress_gunzip.o
  CC      coreutils/echo.o
  CC      coreutils/md5_sha1_sum.o
  CC      coreutils/printf.o
  CC      archival/libarchive/decompress_uncompress.o
  CC      coreutils/test.o
  CC      archival/libarchive/decompress_unlzma.o
  CC      coreutils/test_ptr_hack.o
  AR      coreutils/lib.a
  LD      coreutils/libcoreutils/built-in.o
  AR      coreutils/libcoreutils/lib.a
  LD      debianutils/built-in.o
  CC      archival/libarchive/decompress_unxz.o
  AR      debianutils/lib.a
  LD      e2fsprogs/built-in.o
  AR      e2fsprogs/lib.a
  LD      editors/built-in.o
  AR      editors/lib.a
  LD      findutils/built-in.o
  AR      findutils/lib.a
  LD      init/built-in.o
  AR      init/lib.a
  LD      libbb/built-in.o
  CC      libbb/appletlib.o
  CC      libbb/ask_confirmation.o
  CC      archival/libarchive/filter_accept_all.o
  CC      libbb/auto_string.o
  CC      archival/libarchive/filter_accept_list.o
  CC      libbb/bb_askpass.o
  CC      archival/libarchive/filter_accept_reject_list.o
  CC      libbb/bb_bswap_64.o
  CC      archival/libarchive/find_list_entry.o
  CC      libbb/bb_do_delay.o
  CC      archival/libarchive/get_header_tar.o
  CC      libbb/bb_pwd.o
  CC      libbb/bb_qsort.o
  CC      archival/libarchive/header_list.o
  CC      libbb/bb_strtonum.o
  CC      archival/libarchive/header_skip.o
  CC      libbb/change_identity.o
  CC      archival/libarchive/header_verbose_list.o
  CC      libbb/chomp.o
  CC      archival/libarchive/init_handle.o
  CC      libbb/compare_string_array.o
  CC      archival/libarchive/open_transformer.o
  CC      libbb/concat_path_file.o
  CC      archival/libarchive/seek_by_jump.o
  CC      libbb/concat_subpath_file.o
  CC      archival/libarchive/seek_by_read.o
  CC      libbb/copy_file.o
  CC      archival/libarchive/unsafe_prefix.o
  AR      archival/libarchive/lib.a
  CC      libbb/copyfd.o
  LD      libpwdgrp/built-in.o
  CC      libpwdgrp/uidgid_get.o
  CC      libbb/crc32.o
  AR      libpwdgrp/lib.a
  LD      loginutils/built-in.o
  AR      loginutils/lib.a
  LD      mailutils/built-in.o
  AR      mailutils/lib.a
  CC      libbb/default_error_retval.o
  LD      miscutils/built-in.o
  CC      miscutils/makedevs.o
  CC      libbb/device_open.o
  AR      miscutils/lib.a
  CC      libbb/dump.o
  LD      modutils/built-in.o
  AR      modutils/lib.a
  LD      networking/built-in.o
  AR      networking/lib.a
  LD      networking/libiproute/built-in.o
  AR      networking/libiproute/lib.a
  LD      networking/udhcp/built-in.o
  AR      networking/udhcp/lib.a
  LD      printutils/built-in.o
  AR      printutils/lib.a
  LD      procps/built-in.o
  CC      procps/kill.o
  CC      libbb/endofname.o
  AR      procps/lib.a
  LD      runit/built-in.o
  AR      runit/lib.a
  CC      libbb/executable.o
  LD      selinux/built-in.o
  AR      selinux/lib.a
  LD      shell/built-in.o
  CC      shell/ash.o
  CC      libbb/fclose_nonstdin.o
shell/ash.c:2127:13: Warnung: »reinit_unicode_for_ash« definiert, aber nicht verwendet [-Wunused-function]
  CC      libbb/fflush_stdout_and_exit.o
  CC      libbb/fgets_str.o
  CC      libbb/find_pid_by_name.o
  CC      libbb/find_root_device.o
  CC      libbb/full_write.o
  CC      libbb/get_console.o
  CC      libbb/get_last_path_component.o
  CC      libbb/get_line_from_file.o
  CC      libbb/get_shell_name.o
  CC      libbb/get_volsize.o
  CC      libbb/getopt32.o
  CC      libbb/getpty.o
  CC      libbb/hash_md5_sha.o
  CC      libbb/herror_msg.o
  CC      libbb/human_readable.o
  CC      shell/ash_ptr_hack.o
  CC      shell/math.o
  CC      libbb/inet_common.o
  CC      shell/shell_common.o
  CC      libbb/info_msg.o
  AR      shell/lib.a
  CC      libbb/inode_hash.o
  LD      sysklogd/built-in.o
  AR      sysklogd/lib.a
  LD      util-linux/built-in.o
  CC      util-linux/blkid.o
  CC      libbb/isdirectory.o
  AR      util-linux/lib.a
  LD      util-linux/volume_id/built-in.o
  CC      util-linux/volume_id/btrfs.o
  CC      libbb/kernel_version.o
  CC      util-linux/volume_id/cramfs.o
  CC      libbb/last_char_is.o
  CC      util-linux/volume_id/exfat.o
  CC      libbb/lineedit.o
  CC      util-linux/volume_id/ext.o
  CC      libbb/lineedit_ptr_hack.o
  CC      libbb/llist.o
  CC      util-linux/volume_id/f2fs.o
  CC      libbb/login.o
  CC      util-linux/volume_id/fat.o
  CC      libbb/make_directory.o
  CC      util-linux/volume_id/get_devname.o
  CC      libbb/makedev.o
  CC      libbb/match_fstype.o
  CC      util-linux/volume_id/hfs.o
  CC      libbb/messages.o
  CC      util-linux/volume_id/iso9660.o
  CC      libbb/missing_syscalls.o
  CC      util-linux/volume_id/jfs.o
  CC      util-linux/volume_id/linux_raid.o
  CC      util-linux/volume_id/linux_swap.o
  CC      util-linux/volume_id/luks.o
  CC      libbb/mode_string.o
  CC      util-linux/volume_id/nilfs.o
  CC      libbb/nuke_str.o
  CC      util-linux/volume_id/ntfs.o
  CC      libbb/parse_config.o
  CC      util-linux/volume_id/ocfs2.o
  CC      libbb/parse_mode.o
  CC      util-linux/volume_id/reiserfs.o
  CC      libbb/percent_decode.o
  CC      util-linux/volume_id/romfs.o
  CC      libbb/perror_msg.o
  CC      util-linux/volume_id/squashfs.o
  CC      libbb/perror_nomsg.o
  CC      util-linux/volume_id/sysv.o
  CC      libbb/perror_nomsg_and_die.o
  CC      libbb/pidfile.o
  CC      util-linux/volume_id/udf.o
  CC      libbb/platform.o
  CC      util-linux/volume_id/util.o
  CC      libbb/print_flags.o
  CC      util-linux/volume_id/volume_id.o
  CC      libbb/printable.o
  CC      util-linux/volume_id/xfs.o
  CC      libbb/printable_string.o
  AR      util-linux/volume_id/lib.a
  CC      libbb/process_escape_sequence.o
  CC      libbb/procps.o
  CC      libbb/progress.o
  CC      libbb/ptr_to_globals.o
  CC      libbb/read.o
  CC      libbb/read_key.o
  CC      libbb/read_printf.o
  CC      libbb/recursive_action.o
  CC      libbb/remove_file.o
  CC      libbb/replace.o
  CC      libbb/run_shell.o
  CC      libbb/safe_gethostname.o
  CC      libbb/safe_poll.o
  CC      libbb/safe_strncpy.o
  CC      libbb/safe_write.o
  CC      libbb/setup_environment.o
  CC      libbb/signals.o
  CC      libbb/simplify_path.o
  CC      libbb/single_argv.o
  CC      libbb/skip_whitespace.o
  CC      libbb/speed_table.o
  CC      libbb/str_tolower.o
  CC      libbb/strrstr.o
  CC      libbb/sysconf.o
  CC      libbb/time.o
  CC      libbb/trim.o
  CC      libbb/u_signal_names.o
  CC      libbb/uuencode.o
  CC      libbb/vdprintf.o
  CC      libbb/verror_msg.o
  CC      libbb/vfork_daemon_rexec.o
  CC      libbb/warn_ignoring_args.o
  CC      libbb/wfopen.o
  CC      libbb/wfopen_input.o
  CC      libbb/write.o
  CC      libbb/xatonum.o
  CC      libbb/xconnect.o
  CC      libbb/xfunc_die.o
  CC      libbb/xfuncs.o
  CC      libbb/xfuncs_printf.o
  CC      libbb/xgetcwd.o
libbb/xfuncs_printf.c: In Funktion »generate_uuid«:
libbb/xfuncs_printf.c:623:7: Warnung: Der Rückgabewert von »read«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
  CC      libbb/xgethostbyname.o
  CC      libbb/xreadlink.o
  CC      libbb/xrealloc_vector.o
  AR      libbb/lib.a
  LINK    busybox_unstripped
Trying libraries: crypt m
 Library crypt is not needed, excluding it
 Library m is not needed, excluding it
Final link with: <none>
make[1]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/busybox-1.24.2'
mkdir -p tools/; cp /home/freetz/freetz-devel/source/host-tools/busybox-1.24.2/busybox tools/busybox;
find tools -lname busybox -delete
for i in $(tools/busybox --list); do \
                ln -fs busybox tools/$i; \
        done
tools/freetz_download dl e2fsprogs-1.42.13.tar.xz @SF/e2fsprogs,@KERNEL/linux/kernel/people/tytso/e2fsprogs/v1.42.13 ce8e4821f5f53d4ebff4195038e38673


--2017-02-20 17:57:30--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.13.tar.xz
Auflösen des Hostnamen »downloads.sourceforge.net (downloads.sourceforge.net)«... 216.34.181.59
Verbindungsaufbau zu downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-02-20 17:57:30 FEHLER 404: Not Found.


Download failed - "http://downloads.sourceforge.net/e2fsprogs"  ->  error code 8


--2017-02-20 17:57:30--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.13.tar.xz
Auflösen des Hostnamen »downloads.sourceforge.net (downloads.sourceforge.net)«... 216.34.181.59
Verbindungsaufbau zu downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-02-20 17:57:30 FEHLER 404: Not Found.


Download failed - "http://downloads.sourceforge.net/e2fsprogs"  ->  error code 8


--2017-02-20 17:57:30--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.13.tar.xz
Auflösen des Hostnamen »downloads.sourceforge.net (downloads.sourceforge.net)«... 216.34.181.59
Verbindungsaufbau zu downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-02-20 17:57:31 FEHLER 404: Not Found.


Download failed - "http://downloads.sourceforge.net/e2fsprogs"  ->  error code 8


--2017-02-20 17:57:31--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.13.tar.xz
Auflösen des Hostnamen »downloads.sourceforge.net (downloads.sourceforge.net)«... 216.34.181.59
Verbindungsaufbau zu downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-02-20 17:57:31 FEHLER 404: Not Found.


Download failed - "http://downloads.sourceforge.net/e2fsprogs"  ->  error code 8


--2017-02-20 17:57:31--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.13.tar.xz
Auflösen des Hostnamen »downloads.sourceforge.net (downloads.sourceforge.net)«... 216.34.181.59
Verbindungsaufbau zu downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-02-20 17:57:31 FEHLER 404: Not Found.


Download failed - "http://downloads.sourceforge.net/e2fsprogs"  ->  error code 8


--2017-02-20 17:57:31--  https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.42.13/e2fsprogs-1.42.13.tar.xz
Auflösen des Hostnamen »kernel.org (kernel.org)«... 149.20.4.69, 198.145.20.140, 199.204.44.194, ...
Verbindungsaufbau zu kernel.org (kernel.org)|149.20.4.69|:443... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 4802740 (4,6M) [application/x-xz]
In »»dl/e2fsprogs-1.42.13.tar.xz«« speichern.


100%[==============================================================================>] 4.802.740    770K/s   in 6,9s


2017-02-20 17:57:39 (679 KB/s) - »»dl/e2fsprogs-1.42.13.tar.xz«« gespeichert [4802740/4802740]


Download succeeded - "https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.42.13"  ->  saved to folder "dl"
MD5 verified for dl/e2fsprogs-1.42.13.tar.xz: ce8e4821f5f53d4ebff4195038e38673
tools/unxz -c dl/e2fsprogs-1.42.13.tar.xz | tools/tar-gnu -C /home/freetz/freetz-devel/source/host-tools -x
set -e; shopt -s nullglob; for i in tools/make/e2fsprogs-host/patches/*.patch; do tools/freetz_patch /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13 $i; done;
    applying patch file tools/make/e2fsprogs-host/patches/010-respect_enable_threads.patch
    patching file configure
    ----------------------------------------------------------------------
    applying patch file tools/make/e2fsprogs-host/patches/020-ignore_mkdir_errors_while_creating_root_directory.patch
    patching file debugfs/dump.c
    ----------------------------------------------------------------------
    applying patch file tools/make/e2fsprogs-host/patches/030-dump_files_of_all_types.patch
    patching file debugfs/dump.c
    ----------------------------------------------------------------------
    applying patch file tools/make/e2fsprogs-host/patches/031-ignore_non_fatal_errors_in_non_root_mode.patch
    patching file debugfs/dump.c
    ----------------------------------------------------------------------
touch /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/.unpacked
(cd /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13; rm -f config.cache; \
                ./configure \
                --prefix=/ \
                --disable-bsd-shlibs \
                --disable-elf-shlibs \
                --disable-rpath \
                --without-libpth-prefix \
                --without-libintl-prefix \
                --without-libiconv-prefix \
                --disable-backtrace \
                --disable-blkid-debug \
                --disable-compression \
                --enable-debugfs \
                --disable-defrag \
                --disable-e2initrd-helper \
                --disable-fsck \
                --disable-htree \
                --disable-imager \
                --disable-jbd-debug \
                --disable-profile \
                --disable-quota \
                --disable-resizer \
                --disable-testio-debug \
                --disable-uuidd \
                --disable-threads \
                --disable-tls \
                --disable-nls \
        );
Generating configuration file for e2fsprogs version 1.42.13
Release date is May, 2015
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for dlopen in -ldl... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for additional special compiler flags... (none)
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
Disabling maintainer mode by default
Disabling symlinks for install by default
Disabling relative symlinks for install by default
Disabling symlinks for build by default
Disabling verbose make commands
Disabling compression support
Disabling htree directory support
Disabling ELF shared libraries
Disabling BSD shared libraries
Disabling profiling libraries
Disabling journal debugging
Disabling blkid debugging
Disabling testio debugging
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Enabling private uuid library by default
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Enabling private blkid library by default
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Disabling quota support
Disabling use of backtrace
Enabling debugfs support
Disabling e2image support
Disabling e2resize support
Disabling e4defrag support
Not building fsck wrapper
Not building e2initrd helper
Disabling thread local support
Not building uuidd
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... ranlib
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for multithread API to use... none
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... yes
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for bison... bison
checking version of bison... 2.5, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for symlink... yes
checking for working fcntl.h... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether to use NLS... no
checking whether make sets $(MAKE)... (cached) yes
checking for GNU make... make
checking for ln... /bin/ln
checking whether ln -s works... yes
checking for mv... /bin/mv
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for chmod... /bin/chmod
checking for gawk... gawk
checking for egrep... (cached) /bin/grep -E
checking for sed... (cached) /bin/sed
checking for perl... /usr/bin/perl
checking for ldconfig... /sbin/ldconfig
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for makeinfo... makeinfo
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking linux/fd.h usability... yes
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking linux/loop.h usability... yes
checking linux/loop.h presence... yes
checking for linux/loop.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/disklabel.h usability... no
checking sys/disklabel.h presence... no
checking for sys/disklabel.h... no
checking sys/disk.h usability... no
checking sys/disk.h presence... no
checking for sys/disk.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for net/if.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for struct dirent.d_reclen... yes
checking for struct stat.st_atim... yes
checking for ssize_t... yes
checking whether llseek is declared... no
checking whether lseek64 is declared... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of off_t... 4
checking whether byte ordering is bigendian... no
checking for __uNN types... using <asm/types.h>
checking for inttypes.h... (cached) yes
checking for intptr_t... yes
checking whether struct stat has a st_flags field... no
checking for struct sockaddr.sa_len... no
checking for __secure_getenv... yes
checking for backtrace... yes
checking for blkid_probe_get_topology... no
checking for blkid_probe_enable_partitions... no
checking for chflags... no
checking for fadvise64... no
checking for fallocate... yes
checking for fallocate64... yes
checking for fchown... yes
checking for fdatasync... yes
checking for fstat64... yes
checking for ftruncate64... yes
checking for futimes... yes
checking for getcwd... (cached) yes
checking for getdtablesize... yes
checking for getmntinfo... no
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for jrand48... yes
checking for llseek... yes
checking for lseek64... yes
checking for mallinfo... yes
checking for mbstowcs... yes
checking for memalign... yes
checking for mempcpy... (cached) yes
checking for mmap... yes
checking for msync... yes
checking for nanosleep... yes
checking for open64... yes
checking for pathconf... yes
checking for posix_fadvise... yes
checking for posix_fadvise64... yes
checking for posix_memalign... yes
checking for prctl... yes
checking for pread... yes
checking for pwrite... yes
checking for pread64... yes
checking for pwrite64... yes
checking for secure_getenv... no
checking for setmntent... yes
checking for setresgid... yes
checking for setresuid... yes
checking for snprintf... (cached) yes
checking for srandom... yes
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strnlen... (cached) yes
checking for strptime... yes
checking for strtoull... yes
checking for sync_file_range... yes
checking for sysconf... yes
checking for usleep... yes
checking for utime... yes
checking for utimes... yes
checking for valloc... yes
checking for socket in -lsocket... no
checking for optreset... no
checking for unified diff option... -u
checking whether we can link with -static... yes
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating Makefile
config.status: creating e2fsprogs.spec
config.status: creating util/Makefile
config.status: creating util/subst.conf
config.status: creating util/gen-tarball
config.status: creating util/install-symlink
config.status: creating lib/et/Makefile
config.status: creating lib/ss/Makefile
config.status: creating lib/e2p/Makefile
config.status: creating lib/ext2fs/Makefile
config.status: creating lib/ext2fs/ext2_types.h
config.status: creating lib/uuid/Makefile
config.status: creating lib/uuid/uuid_types.h
config.status: creating lib/blkid/Makefile
config.status: creating lib/blkid/blkid_types.h
config.status: creating lib/quota/Makefile
config.status: creating lib/ss/ss.pc
config.status: creating lib/uuid/uuid.pc
config.status: creating lib/et/com_err.pc
config.status: creating lib/e2p/e2p.pc
config.status: creating lib/blkid/blkid.pc
config.status: creating lib/ext2fs/ext2fs.pc
config.status: creating misc/Makefile
config.status: creating ext2ed/Makefile
config.status: creating e2fsck/Makefile
config.status: creating debugfs/Makefile
config.status: creating tests/Makefile
config.status: creating tests/progs/Makefile
config.status: creating resize/Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating intl/libgnuintl.h
config.status: creating po/Makefile.in
config.status: creating lib/config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
touch /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/.configured
make -j2 -C /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13 INFO=true all
make[1]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
cd ./util ; make subst
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/util'
        CREATE dirpaths.h
        CC subst.c
        LD subst
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/util'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: »util/subst.conf« ist bereits aktualisiert.
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: »lib/config.h« ist bereits aktualisiert.
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
        SUBST lib/dirpaths.h
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
cd .; CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status
config.status: creating ./lib/ext2fs/ext2_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing po-directories commands
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
cd .; CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
config.status: creating ./lib/blkid/blkid_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing po-directories commands
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
cd .; CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status
config.status: creating ./lib/uuid/uuid_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing po-directories commands
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
        SUBST compile_et
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
        SUBST ext2_err.et
        COMPILE_ET ext2_err.et
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
make libs
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »util/subst.conf« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/config.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/dirpaths.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/ext2fs/ext2_types.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/blkid/blkid_types.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/uuid/uuid_types.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
make[3]: »compile_et« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
make[3]: »ext2_err.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
making all in lib/et
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
        CC error_message.c
        CC et_name.c
        CC init_et.c
        CC com_err.c
        CC com_right.c
        GEN_LIB libcom_err.a
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
making all in lib/ss
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ss'
        SUBST mk_cmds
        COMPILE_ET ss_err.et
        COMPILE_ET ss_err.et
        CC ss_err.c
        MK_CMDS std_rqs.c
        CC invocation.c
        CC help.c
        CC execute_cmd.c
        CC listen.c
        CC parse.c
        CC error.c
        CC prompt.c
        CC request_tbl.c
        CC list_rqs.c
        CC pager.c
        CC requests.c
        CC data.c
        CC get_readline.c
        CC std_rqs.c
        GEN_LIB libss.a
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ss'
making all in lib/e2p
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/e2p'
        CC feature.c
        CC fgetflags.c
        CC fsetflags.c
        CC fgetversion.c
        CC fsetversion.c
        CC getflags.c
        CC getversion.c
        CC hashstr.c
        CC iod.c
        CC ls.c
        CC mntopts.c
        CC parse_num.c
        CC pe.c
        CC pf.c
        CC ps.c
        CC setflags.c
        CC setversion.c
        CC uuid.c
        CC ostype.c
        CC percent.c
        GEN_LIB libe2p.a
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/e2p'
making all in lib/uuid
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/uuid'
        CP uuid.h
        SUBST uuid.3
        SUBST uuid_clear.3
        SUBST uuid_compare.3
        SUBST uuid_copy.3
        SUBST uuid_generate.3
        SUBST uuid_is_null.3
        SUBST uuid_parse.3
        SUBST uuid_time.3
        SUBST uuid_unparse.3
        CC clear.c
        CC compare.c
        CC copy.c
        CC gen_uuid.c
        CC isnull.c
        CC pack.c
        CC parse.c
        CC unpack.c
        CC unparse.c
        CC uuid_time.c
        CC tst_uuid.o
        GEN_LIB libuuid.a
        LD tst_uuid
        LD uuid_time
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/uuid'
making all in lib/blkid
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/blkid'
        CP blkid.h
        SUBST libblkid.3
        CC cache.c
        CC dev.c
        CC devname.c
        CC devno.c
        CC getsize.c
        CC llseek.c
        CC probe.c
        CC read.c
        CC resolve.c
        CC save.c
save.c: In Funktion »blkid_flush_cache«:
save.c:149:5: Warnung: Der Rückgabewert von »link«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert [-Wunused-result]
        CC tag.c
        CC version.c
        GEN_LIB libblkid.a
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/blkid'
making all in lib/quota
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/quota'
        CC mkquota.c
        CC quotaio.c
        CC quotaio_v2.c
        CC quotaio_tree.c
        CC ../../e2fsck/dict.c
        GEN_LIB libquota.a
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/quota'
making all in lib/ext2fs
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
        CC gen_crc32ctable
        CC bb_compat.c
        CC inode_io.c
        CC write_bb_file.c
        CC ext2_err.c
        CC alloc.c
        CC alloc_sb.c
        CC alloc_stats.c
        CC alloc_tables.c
        CC badblocks.c
        CC bb_inode.c
        CC bitmaps.c
        CC bitops.c
        CC blkmap64_ba.c
        CC blkmap64_rb.c
        CC blknum.c
        CC block.c
        CC bmap.c
        CC check_desc.c
        CC closefs.c
        CC crc16.c
        GEN32CTABLE crc32c_table.h
        CC csum.c
        CC dblist.c
        CC dblist_dir.c
        CC dirblock.c
        CC dirhash.c
        CC dir_iterate.c
        CC expanddir.c
        CC ext_attr.c
        CC extent.c
        CC fileio.c
        CC finddev.c
        CC flushb.c
        CC freefs.c
        CC gen_bitmap.c
        CC gen_bitmap64.c
        CC get_pathname.c
        CC getsize.c
        CC getsectsize.c
        CC i_block.c
        CC icount.c
        CC ind_block.c
        CC initialize.c
        CC inline.c
        CC inode.c
        CC io_manager.c
        CC ismounted.c
        CC link.c
        CC llseek.c
        CC lookup.c
        CC mkdir.c
        CC mkjournal.c
        CC mmp.c
        CC namei.c
        CC native.c
        CC newdir.c
        CC openfs.c
        CC progress.c
        CC punch.c
        CC qcow2.c
        CC read_bb.c
        CC read_bb_file.c
        CC res_gdt.c
        CC rw_bitmaps.c
        CC swapfs.c
        CC symlink.c
        CC tdb.c
        CC undo_io.c
        CC unix_io.c
        CC unlink.c
        CC valid_blk.c
        CC version.c
        CC rbtree.c
        CC crc32c.c
        GEN_LIB libext2fs.a
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
making all in intl
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/intl'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/intl'
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make progs
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »util/subst.conf« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/config.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/dirpaths.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/ext2fs/ext2_types.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/blkid/blkid_types.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: »lib/uuid/uuid_types.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
make[3]: »compile_et« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
make[3]: »ext2_err.h« ist bereits aktualisiert.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
making all in lib/et
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/et'
making all in lib/ss
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ss'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ss'
making all in lib/e2p
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/e2p'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/e2p'
making all in lib/uuid
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/uuid'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/uuid'
making all in lib/blkid
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/blkid'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/blkid'
making all in lib/quota
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/quota'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/quota'
making all in lib/ext2fs
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/lib/ext2fs'
making all in intl
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/intl'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/intl'
making all in e2fsck
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/e2fsck'
        COMPILE_ET prof_err.et
        CC gen_crc32table
        CC dict.c
        COMPILE_ET prof_err.et
        CC logfile.c
        CC sigcatcher.c
        SUBST e2fsck.8
        SUBST e2fsck.conf.5
        GEN32TABLE crc32table.h
        CC unix.c
        CC e2fsck.c
        CC super.c
        CC pass1.c
        CC pass1b.c
        CC pass2.c
        CC pass3.c
        CC pass4.c
        CC pass5.c
        CC journal.c
        CC badblocks.c
        CC util.c
        CC dirinfo.c
        CC dx_dirinfo.c
        CC ehandler.c
        CC problem.c
        CC message.c
        CC quota.c
        CC recovery.c
        CC region.c
        CC revoke.c
        CC ea_refcount.c
        CC rehash.c
        CC profile.c
        CC prof_err.c
        CC crc32.c
        LD e2fsck
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/e2fsck'
making all in debugfs
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/debugfs'
        MK_CMDS debug_cmds.c
        CC debugfs.c
        CC util.c
        CC ncheck.c
        CC icheck.c
        CC ls.c
        CC lsdel.c
        CC dump.c
        CC set_fields.c
        CC logdump.c
        CC htree.c
        CC unused.c
        CC e2freefrag.o
        CC filefrag.c
        MK_CMDS extent_cmds.c
        CC extent_inode.c
        CC zap.c
        CC quota.c
        SUBST debugfs.8
        CC debug_cmds.c
        CC extent_cmds.c
        LD debugfs
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/debugfs'
making all in misc
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/misc'
        CP ../e2fsck/profile.h
        COMPILE_ET prof_err.et
        CC util.c
        COMPILE_ET prof_err.et
if test -f ./mke2fs.conf.custom.in ; then \
                cp ./mke2fs.conf.custom.in mke2fs.conf; \
        else \
                cp ./mke2fs.conf.in mke2fs.conf; \
        fi
        CC mk_hugefiles.c
        CC badblocks.c
        CC tune2fs.c
        CC dumpe2fs.c
        CC blkid.c
        CC logsave.c
        CC e2undo.c
        CC chattr.c
        CC lsattr.c
        CC uuidgen.c
        CC mklost+found.c
        CC filefrag.c
        CC e2freefrag.c
        SUBST tune2fs.8
        SUBST mklost+found.8
        SUBST mke2fs.8
        SUBST dumpe2fs.8
        SUBST badblocks.8
        SUBST e2label.8
        SUBST findfs.8
        SUBST blkid.8
        SUBST logsave.8
        SUBST filefrag.8
        SUBST e2freefrag.8
        SUBST e2undo.8
        SUBST chattr.1
        SUBST lsattr.1
        SUBST uuidgen.1
        SUBST mke2fs.conf.5
        SUBST ext4.5
        CC mke2fs.c
        CC ../e2fsck/profile.c
        CC prof_err.c
        PROFILE_TO_C mke2fs.conf
        LD badblocks
        LD tune2fs
        LD dumpe2fs
        LD blkid
        LD logsave
        LD e2undo
        LD chattr
        LD lsattr
        LD uuidgen
        LD mklost+found
        LD filefrag
        LD e2freefrag
        CC default_profile.c
        LD mke2fs
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/misc'
making all in tests/progs
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/tests/progs'
        CC test_icount.c
        MK_CMDS test_icount_cmds.c
        CC crcsum.c
        CC test_icount_cmds.c
        LD test_icount
        LD crcsum
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/tests/progs'
making all in po
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/po'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/po'
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make docs
make[2]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[3]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/doc'
        MAKEINFO libext2fs.info
make[3]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/doc'
make[2]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
make[1]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13'
touch /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/.compiled
mkdir -p tools/; cp /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/e2fsck/e2fsck tools/e2fsck;
strip tools/e2fsck
mkdir -p tools/; cp /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/debugfs/debugfs tools/debugfs;
strip tools/debugfs
mkdir -p tools/; cp /home/freetz/freetz-devel/source/host-tools/e2fsprogs-1.42.13/misc/tune2fs tools/tune2fs;
strip tools/tune2fs
tools/freetz_download dl dtc-v1.4.2.tar.xz git@https://github.com/dgibson/dtc.git


--2017-02-20 17:58:16--  http://freetz.3dfxatwork.de/dtc-v1.4.2.tar.xz
Auflösen des Hostnamen »freetz.3dfxatwork.de (freetz.3dfxatwork.de)«... 31.172.113.113
Verbindungsaufbau zu freetz.3dfxatwork.de (freetz.3dfxatwork.de)|31.172.113.113|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-02-20 17:58:16 FEHLER 404: Not Found.


Download failed - "http://freetz.3dfxatwork.de"  ->  error code 8


--2017-02-20 17:58:16--  http://freetz.magenbrot.net/dtc-v1.4.2.tar.xz
Auflösen des Hostnamen »freetz.magenbrot.net (freetz.magenbrot.net)«... 31.172.113.113
Verbindungsaufbau zu freetz.magenbrot.net (freetz.magenbrot.net)|31.172.113.113|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 113916 (111K) [application/x-xz]
In »»dl/dtc-v1.4.2.tar.xz«« speichern.


100%[==============================================================================>] 113.916      737K/s   in 0,2s


2017-02-20 17:58:17 (737 KB/s) - »»dl/dtc-v1.4.2.tar.xz«« gespeichert [113916/113916]


Download succeeded - "http://freetz.magenbrot.net"  ->  saved to folder "dl"
tar -C /home/freetz/freetz-devel/source/host-tools  -xf dl/dtc-v1.4.2.tar.xz
set -e; shopt -s nullglob; for i in tools/make/dtc-host/patches/*.patch; do tools/freetz_patch /home/freetz/freetz-devel/source/host-tools/dtc-v1.4.2 $i; done;
    applying patch file tools/make/dtc-host/patches/001-deb0a5c1aeaa34130305d765251bbb76e888f4e7.upstream.patch
    patching file libfdt/fdt_strerror.c
    ----------------------------------------------------------------------
    applying patch file tools/make/dtc-host/patches/002-ea10f953878feea45ccdae846dbd3382e79e7f7e.upstream.patch
    patching file libfdt/fdt_strerror.c
    ----------------------------------------------------------------------
    applying patch file tools/make/dtc-host/patches/003-e28eff5b787adb3f461d1653598818b2f1f25a73.upstream.patch
    patching file libfdt/fdt_ro.c
    ----------------------------------------------------------------------
    applying patch file tools/make/dtc-host/patches/004-daa75e8fa5942caa8e97931aed3a1ee0b7edd74b.upstream.patch
    patching file libfdt/fdt_ro.c
    ----------------------------------------------------------------------
    applying patch file tools/make/dtc-host/patches/101-libfdt.Makefile.freetz.patch
    patching file libfdt/Makefile.freetz
    ----------------------------------------------------------------------
touch /home/freetz/freetz-devel/source/host-tools/dtc-v1.4.2/.unpacked
make -j2 -f Makefile.freetz -C /home/freetz/freetz-devel/source/host-tools/dtc-v1.4.2/libfdt \
                CC="gcc"
make[1]: Betrete Verzeichnis '/home/freetz/freetz-devel/source/host-tools/dtc-v1.4.2/libfdt'
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt.o fdt.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_ro.o fdt_ro.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_wip.o fdt_wip.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_sw.o fdt_sw.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_rw.o fdt_rw.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_strerror.o fdt_strerror.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_empty_tree.o fdt_empty_tree.c
gcc -O2 -m32 -std=c99 -I. -D_GNU_SOURCE  -c -o fdt_addresses.o fdt_addresses.c
rm -f libfdt.a
ar rcu libfdt.a fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addresses.o
ranlib libfdt.a
make[1]: Verlasse Verzeichnis '/home/freetz/freetz-devel/source/host-tools/dtc-v1.4.2/libfdt'
touch -c /home/freetz/freetz-devel/source/host-tools/dtc-v1.4.2/libfdt/libfdt.a
tools/freetz_download dl fakeroot_1.21.orig.tar.gz http://ftp.debian.org/debian/pool/main/f/fakeroot be5c9a0e516869fca4a6758105968e5a


--2017-02-20 17:58:18--  http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.21.orig.tar.gz
Auflösen des Hostnamen »ftp.debian.org (ftp.debian.org)«... 130.89.148.12, 2001:610:1908:b000::148:12
Verbindungsaufbau zu ftp.debian.org (ftp.debian.org)|130.89.148.12|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 110711 (108K) [application/x-gzip]
In »»dl/fakeroot_1.21.orig.tar.gz«« speichern.


100%[==============================================================================>] 110.711      694K/s   in 0,2s


2017-02-20 17:58:18 (694 KB/s) - »»dl/fakeroot_1.21.orig.tar.gz«« gespeichert [110711/110711]


Download succeeded - "http://ftp.debian.org/debian/pool/main/f/fakeroot"  ->  saved to folder "dl"
MD5 verified for dl/fakeroot_1.21.orig.tar.gz: be5c9a0e516869fca4a6758105968e5a
tools/gunzip -c dl/fakeroot_1.21.orig.tar.gz | tools/tar-gnu -C /home/freetz/freetz-devel/source/host-tools -x
set -e; shopt -s nullglob; for i in tools/make/fakeroot/patches/*.patch; do tools/freetz_patch /home/freetz/freetz-devel/source/host-tools/fakeroot-1.21 $i; done;
    applying patch file tools/make/fakeroot/patches/100-no_doc.patch
    patching file Makefile.am
    ----------------------------------------------------------------------
    applying patch file tools/make/fakeroot/patches/101-eglibc-fts-without-LFS.debian.patch
    patching file libfakeroot.c
    ----------------------------------------------------------------------
    applying patch file tools/make/fakeroot/patches/102-fix-xattr-prototypes.ubuntu.patch
    patching file libfakeroot.c
    patching file wrapfunc.inp
    ----------------------------------------------------------------------
    applying patch file tools/make/fakeroot/patches/103-getopt-gnu-test.ubuntu.patch
    patching file scripts/fakeroot.in
    ----------------------------------------------------------------------
    applying patch file tools/make/fakeroot/patches/104-hide-dlsym-error.debian.patch
    patching file libfakeroot.c
    ----------------------------------------------------------------------
touch /home/freetz/freetz-devel/source/host-tools/fakeroot-1.21/.unpacked
(cd /home/freetz/freetz-devel/source/host-tools/fakeroot-1.21; ./bootstrap)
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./config.guess'
libtoolize: linking file `./config.sub'
libtoolize: linking file `./install-sh'
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build-aux'.
libtoolize: linking file `build-aux/libtool.m4'
libtoolize: linking file `build-aux/ltoptions.m4'
libtoolize: linking file `build-aux/ltsugar.m4'
libtoolize: linking file `build-aux/ltversion.m4'
libtoolize: linking file `build-aux/lt~obsolete.m4'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build-aux
configure.ac:3: error: Autoconf version 2.69 or higher is required
configure.ac:3: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: /usr/bin/autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
make: *** [/home/freetz/freetz-devel/source/host-tools/fakeroot-1.21/.bootstrapped] Fehler 63
freetz@freetz-linux:~/freetz-devel$ ^C
freetz@freetz-linux:~/freetz-devel$ svn up
Revision 14094.
freetz@freetz-linux:~/freetz-devel$ make
WARNING: The header file readline/readline.h was not found in /usr/(local/)include.
(cd /home/freetz/freetz-devel/source/host-tools/fakeroot-1.21; ./bootstrap)
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build-aux
configure.ac:3: error: Autoconf version 2.69 or higher is required
configure.ac:3: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: /usr/bin/autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
make: *** [/home/freetz/freetz-devel/source/host-tools/fakeroot-1.21/.bootstrapped] Fehler 63
freetz@freetz-linux:~/freetz-devel$ sudo apt-get install autoconf
[sudo] password for freetz:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
autoconf ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
freetz@freetz-linux:~/freetz-devel$ make
WARNING: The header file readline/readline.h was not found in /usr/(local/)include.
(cd /home/freetz/freetz-devel/source/host-tools/fakeroot-1.21; ./bootstrap)
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build-aux
configure.ac:3: error: Autoconf version 2.69 or higher is required
configure.ac:3: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: /usr/bin/autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
make: *** [/home/freetz/freetz-devel/source/host-tools/fakeroot-1.21/.bootstrapped] Fehler 63
freetz@freetz-linux:~/freetz-devel$ sudo apt-get install autoconf
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
autoconf ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
freetz@freetz-linux:~/freetz-devel$
 
Du findest dazu nichts in Google? Dann bist du der erste, bei dem dieser Fehler auftritt: Autoconf version 2.69 or higher is required
 
OK,

lösung gefunden:
nicht die Stable Version sondern Freetz Trunk benutzen mit dem Befehl:
svn co http://svn.freetz.org/trunk freetz-devel

danach auch nicht die empfohlene
freetz-linux-1.3.2.ova benutzen sondern
nach einer aktuelleren Version suchen (in meinem Fall konnte ich ein freetz-linux1.4.1 im Netz finden).

mit anderen Worten nicht Ubuntu 12.04 sondern 14.04 (wenn ich es noch richtig im Kopf habe) benutzen.

Dann läuft die Sache durch wie eine 1 und man kann auch die aktuellste Firmware der Fritzbox dort wählen.

Danke für eure Tipps nochmal :D


- - - Aktualisiert - - -

Wäre nett wenn mir einer sagt wie ich das Thema als gelöst markieren kann.
Habe diese option irgendwie nicht auffinden können :eek:
 
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.