Task #500
closed
Repair all dependencies due to new checks in trunk
Added by Lukáš Macura over 12 years ago.
Updated over 12 years ago.
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.
- Target version set to 1.1
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
- 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.
- Status changed from New to In Progress
- 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.
- % Done changed from 50 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF