Closed ChaingTsung closed 1 year ago
I do not choose the ohybridproxy
.
Use openwrt? CONFIG_PACKAGE_luci-app-aliddns is not from here, you are using an unsupported fork.
Use openwrt? CONFIG_PACKAGE_luci-app-aliddns is not from here, you are using an unsupported fork.
Yes,I use this official source code . luci-app-aliddns
is a custom app package.
Please repeat problem with genuine package collection. Origins absent no telling which of hundreds of custom packages pull ohybridproxy as a dependency. The dns_sd header is correctly pulled by package here https://github.com/openwrt/routing/blob/c2124dd2ad542f526ee84e1984f03dd2f5b34dfe/ohybridproxy/Makefile#L33
custom packages is from https://github.com/kenzok8/openwrt-packages
and https://github.com/kenzok8/small
, however no one use ohybridproxy
as a dependency.
You should report this issue to the fork you are using.
This is also failing in daily snaphots. Can be found here: https://downloads.openwrt.org/snapshots/faillogs/aarch64_cortex-a53/routing/ohybridproxy/compile.txt
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Not searching for unused variables given on the command line.
-- The C compiler identification is GNU 12.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/bin/aarch64-openwrt-linux-musl-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.7s)
-- Generating done (0.0s)
-- Build files have been written to: /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb
ninja: Entering directory `/builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb'
[1/20] Building C object CMakeFiles/ohybridproxy.dir/src/ohybridproxy.c.o
[2/20] Building C object CMakeFiles/ohybridproxy.dir/src/dns2mdns.c.o
FAILED: CMakeFiles/ohybridproxy.dir/src/dns2mdns.c.o
/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/bin/aarch64-openwrt-linux-musl-gcc -D_GNU_SOURCE -I/builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb/src -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb=ohybridproxy-2020-05-22-0dfef1eb -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -g -std=c99 -DNDEBUG -Wall -Wextra -MD -MT CMakeFiles/ohybridproxy.dir/src/dns2mdns.c.o -MF CMakeFiles/ohybridproxy.dir/src/dns2mdns.c.o.d -o CMakeFiles/ohybridproxy.dir/src/dns2mdns.c.o -c /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb/src/dns2mdns.c
In file included from /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb/src/dns2mdns.c:18:
/builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb/src/dns2mdns_i.h:21:10: fatal error: dns_sd.h: No such file or directory
21 | #include <dns_sd.h>
| ^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
make[3]: *** [Makefile:55: /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/ohybridproxy-2020-05-22-0dfef1eb/.built] Error 1
time: package/feeds/routing/ohybridproxy/compile#0.92#0.68#2.04
Ping maintainer: @sbyx
fwiw the problem is this: https://github.com/openwrt/packages/commit/e0c85eb48556798af5ef6a2b2f7e1afdf9880163 and adding it to include/lib path would probably fix it. As the location is nonstandard, I'm not changing the code itself at least but I guess it is fixable in the packaging Makefile.
openwrt/packages@a6d91c989d30a0668809f16742c0e19371541872
Describe the bug
OpenWrt version
main
branchOpenWrt target/subtarget
lastest
Device
banana pi r3
Image kind
Self-built image
Steps to reproduce
No response
Actual behaviour
No response
Expected behaviour
No response
Additional info
No response
Diffconfig
No response
Terms