Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при сборке прошивки OpenWRT: youtubeUnblock.postinst-pkg: line 1: /etc/init.d/firewall: No such file or directory #154

Open
perfect7gentleman opened this issue Oct 13, 2024 · 2 comments

Comments

@perfect7gentleman
Copy link

perfect7gentleman commented Oct 13, 2024

При сборке прошивки OpenWRT из исходников с пакетом получается ошибка при окончательной установке.

cp -fpR /home/MZ7WD240HAFV/Temporary/OpenWRT/build_dir/target-aarch64_cortex-a53_musl/root-mediatek /home/MZ7WD240HAFV/Temporary/OpenWRT/build_dir/target-aarch64_cortex-a53_musl/root.orig-mediatek
/home/MZ7WD240HAFV/Temporary/OpenWRT/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/lib/opkg/info/youtubeUnblock.postinst-pkg: line 1: /etc/init.d/firewall: No such file or directory
postinst script ./usr/lib/opkg/info/youtubeUnblock.postinst has failed with exit code 127
make[2]: *** [package/Makefile:102: package/install] Error 1

виной, кмк, является указанная строка в коммите c7397a4#diff-003579e9cd0534161dbe9e152d310542b427b1a509d6ac44b02cd5b658fbcba3R58

т.к. закомментив эту строку, всё собралось без ошибки

Waujito added a commit that referenced this issue Oct 13, 2024
@Waujito
Copy link
Owner

Waujito commented Oct 13, 2024

Попробуйте сейчас собрать, я добавил условие на postinst правило (и обновил хеш коммита на актуальную версию)

@perfect7gentleman
Copy link
Author

Сейчас всё нормально.
Также просьба добавить в Makefile youtubeunblock для OpenWRT 'PKG_BUILD_FLAGS:=no-lto', ибо с LTO пакет не собирается.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants