Hi!
Ich scheitere gerade beim Versuch aus dem Trunk eine FW zu bauen:
Modsed muss auf die Schnauze fallen, da keine Dateirechte:
Die Rechte des Original passen:
Muss ja auch so sein, sonst würde schon ./patches/scripts/106-patch_multid-wrapper.sh versagen.
funktioniert nicht, ebenso die Umstellung des "Verbosity Level" :(
Ich stehe auf dem Schlauch wo das schiefgeht. Kann mir jemand auf die Sprünge helfen?
Danke, Zaptac
Ich scheitere gerade beim Versuch aus dem Trunk eine FW zu bauen:
- Aktuelle Revision frisch ausgecheckt
- Unveränderte frische .config
Code:
$ rm .config
$ make menuconfig
configuration written to .config
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
]$ make
STEP 1: UNPACK (SKIPPED)
detected firmware 7390_de 84.05.53 rev26435 (16.09.2013 13:42:33)
STEP 2: MODIFY
applying symlinks, deleting additional webinterfaces in: usr/www usr/www.nas usr/www.myfritz
applying patches
applying patches: 7390-de (05_5X)
applying patch file ./patches/devices/05_5X/105-S06-logging.sh
applying patch file ./patches/devices/05_5X/115-S20-modload.sh
applying patch file ./patches/devices/05_5X/200-tun-device.sh
patching build/modified/filesystem/etc/udev/rules.d/50-udev-default.rules
Language specific HTML directory: build/modified/filesystem/usr/www/all/html/de
LUA directory: build/modified/filesystem/usr/www/all/lua
applying patch file ./patches/devices/05_5X/120-rc.S-dev.patch
patching file etc/init.d/rc.S
----------------------------------------------------------------------
applying patch file ./patches/devices/05_5X/140-rc.tail.sh-no_exit.patch
patching file etc/init.d/rc.tail.sh
Hunk #1 succeeded at 45 (offset -4 lines).
----------------------------------------------------------------------
applying patch file ./patches/devices/05_5X/de/190-webmenu.patch
patching file usr/www/all/templates/menu_page_end.html
patching file usr/www/all/menus/menu_freetz.lua
patching file usr/www/all/templates/menu_page_head.html
----------------------------------------------------------------------
creating symlinks /tmp, /mod and /home
creating /mnt and /opt
setting freetz-version 'freetz-devel-11325'
applying patch file ./patches/scripts/100-3170_7170.sh
applying patch file ./patches/scripts/100-7112_7170.sh
applying patch file ./patches/scripts/100-7113_7170.sh
applying patch file ./patches/scripts/100-7140_7170.sh
applying patch file ./patches/scripts/100-7141_7170.sh
applying patch file ./patches/scripts/100-7150_7170.sh
applying patch file ./patches/scripts/100-7240_7270.sh
applying patch file ./patches/scripts/100-7270v1_7270v2.sh
applying patch file ./patches/scripts/100-7270v2_7270v1.sh
applying patch file ./patches/scripts/100-7320_7330.sh
applying patch file ./patches/scripts/100-7340_7390.sh
applying patch file ./patches/scripts/100-7570_7270.sh
applying patch file ./patches/scripts/100-7570_iad7570.sh
applying patch file ./patches/scripts/100_iad3331_7170.sh
applying patch file ./patches/scripts/100-w701v_7170.sh
applying patch file ./patches/scripts/100-w900v_7170.sh
applying patch file ./patches/scripts/100-w920v_7570.sh
applying patch file ./patches/scripts/101-enforce_urlader-settings.sh
applying patch file ./patches/scripts/102-add_inittab.sh
applying patch file ./patches/scripts/103-patch_tffs-nodes.sh
applying tffs_nodes patch
patching build/modified/filesystem/etc/init.d/S08-tffs
applying patch file ./patches/scripts/105-add_ctlmgr-wrapper.sh
applying patch file ./patches/scripts/106-patch_multid-wrapper.sh
replacing multid by a wrapper
patching build/modified/filesystem/etc/init.d/rc.net
applying patch file ./patches/scripts/107-rename_ar7login-wrapper.sh
renaming ar7login to make way for wrapper script
applying patch file ./patches/scripts/108-patch_multid-wait.sh
applying multid-wait patch
patching build/modified/filesystem/etc/init.d/rc.net
grep: build/modified/filesystem/etc/init.d/rc.net: Keine Berechtigung
ERROR: modsed failed editing build/modified/filesystem/etc/init.d/rc.net
make: *** [firmware-nocompile] Fehler 1
Code:
$ ls -l build/modified/filesystem/etc/init.d/rc.net
----------. 1 zaptac zaptac 9876 28. Nov 08:17 build/modified/filesystem/etc/init.d/rc.net
Code:
$ ls -l ./build/original/filesystem/etc/init.d/rc.net
-rwxrwxrwx. 1 zaptac zaptac 9753 16. Sep 13:42 ./build/original/filesystem/etc/init.d/rc.net
Code:
make V=99
Ich stehe auf dem Schlauch wo das schiefgeht. Kann mir jemand auf die Sprünge helfen?
Danke, Zaptac