[#6811] Fail to build bind app in latest trunk
Submitted By: Vivi Li
Open Date
2011-10-12 03:19:57 Close Date
2011-10-18 02:12:52
Priority:
Medium Assignee:
Nobody
Status:
Closed Fixed In Release:
N/A
Found In Release:
2011R1 Release:
Category:
N/A Board:
N/A
Processor:
ALL Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
gcc4.3-2011R1-RC1
App binary format:
N/A
Summary: Fail to build bind app in latest trunk
Details:
Fail to build bind app in latest trunk. It fails in configuration at openssl.
Bellow is the log:
--
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) bfin-unknown-uclinux
checking whether make sets $(MAKE)... (cached) yes
checking for bfin-uclinux-ranlib... (cached) bfin-uclinux-ranlib
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking for ar... /usr/bin/ar
checking for etags... /usr/bin/etags
checking for Exuberant Ctags etags... no
checking for perl5... GEN /home/test/work/cruise/checkouts/uclinux-dist/user/busybox/build-busybox-1.18.4/Makefile
no
checking for perl... /usr/bin/perl
checking for bfin-uclinux-gcc... (cached) bfin-uclinux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether bfin-uclinux-gcc accepts -g... (cached) yes
checking for bfin-uclinux-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... (cached) bfin-uclinux-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/sockio.h... no
checking for sys/select.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking for net/if6.h... no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for sysctlbyname... no
checking for static inline breakage... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking for uintptr_t... (cached) yes
checking for socklen_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking for struct lifconf... no
checking if unistd.h or sys/types.h defines fd_set... yes
checking whether byte ordering is bigendian... (cached) no
checking for OpenSSL library... using openssl from /usr/include/openssl/lib and /usr/include/openssl/include
checking whether linking with OpenSSL works... assuming it does work on target platform
checking whether linking with OpenSSL requires -ldl... unknown
configure: error: OpenSSL has unsupported dynamic loading
make[3]: *** [builddir] Error 1
--
Follow-ups
--- Sonic Zhang 2011-10-13 04:01:43
If you installed openssl in your host pc, make sure you install all development
components. Otherwise, please build bind without host openssl by add
--without-openssl to configure parameters.
--- Sonic Zhang 2011-10-13 06:46:10
Disable openssl configure option if ssl library is not built.
--- Vivi Li 2011-10-18 02:17:57
OK now.
Close it.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found