Task #500
closedRepair all dependencies due to new checks in trunk
100%
Description
In trunk of openwrt, there is new check system of dependencies. We should try to compile all packages (even external) and try to fix dependencies to make compile process and openwrt users happy. Of course, we should send all patches of external packages back to openwrt.
Updated by Lukáš Macura over 12 years ago
Tshark dependencies to solve (on x86 build machine). It is probably badly linked to system libraries.
Package tshark is missing dependencies for the following libraries:
libc.so.6
libcrypt.so.1
libdl.so.2
libm.so.6
Updated by Jiří Šlachta over 12 years ago
- Priority changed from Normal to High
I've tried to build tshark on a fresh clean working copy of OpenWrt SVN repository and it compiles well on all targets. It looks like that toolchain has to be rebuilt - It's a known bug - https://dev.openwrt.org/ticket/5279
make dirclean; make
Next dependency is a openssh. There is quite complicated situation - ïf @SSP_SUPPORT is selected than libssp support has to be added into DEPENDS variable. Directive in /config section does not allow to us to add dependency on a package that requires a symbol.
Updated by Jiří Šlachta over 12 years ago
- Status changed from New to In Progress
Updated by Jiří Šlachta over 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 50
OpenSSH issue is solved. Tshark issue is also solved by libcrosshlp.so.
Updated by Jiří Šlachta over 12 years ago
- Status changed from Resolved to Closed