Not sure why it does not build for you on sh but it builds for me in my
uClibc test env. Maybe try this the same version.


[ebuild   R   ] dev-db/sqlite-3.3.12  USE="-debug -doc -nothreadsafe
-tcl -test" 0 kB 

uClibc local # qlist -o dev-db/sqlite-3.3.12 | scanelf -f - -LniB
ET_DYN /lib/libpthread.so.0,/lib/libc.so.0  /usr/lib/libsqlite3.so.0.8.6 
ET_DYN 
/usr/lib/libsqlite3.so.0,/lib/libpthread.so.0,/lib/libreadline.so.5,/lib/libc.so.0
 /lib/ld-uClibc.so.0 /usr/bin/sqlite3 
ET_DYN /lib/libc.so.0 /lib/ld-uClibc.so.0 /usr/bin/lemon-3 


On Sat, 2007-02-24 at 12:50 +0100, Jakub Ladman wrote:
> Hi Friends
> Please help me
> This ebulid (every version i have) cannot be built for my embedded system.
> I have reported this problem both here and in gentoo bugzilla, but it is half 
> year and nothing has changed.
> 
> (an try to build it from sources manually ends alike)
> 
> Thank you
> Jakub Ladman
> 
> >>> Emerging (1 of 1) dev-db/sqlite-3.3.5-r1 to /home/ladmanj/src/sh4fs/
>  * sqlite-3.3.5.tar.gz MD5 ;-) ...                                        [ 
> ok ]
>  * sqlite-3.3.5.tar.gz RMD160 ;-) ...                                     [ 
> ok ]
>  * sqlite-3.3.5.tar.gz SHA1 ;-) ...                                       [ 
> ok ]
>  * sqlite-3.3.5.tar.gz SHA256 ;-) ...                                     [ 
> ok ]
>  * sqlite-3.3.5.tar.gz size ;-) ...                                       [ 
> ok ]
>  * checking ebuild checksums ;-) ...                                      [ 
> ok ]
>  * checking auxfile checksums ;-) ...                                     [ 
> ok ]
>  * checking miscfile checksums ;-) ...                                    [ 
> ok ]
>  * checking sqlite-3.3.5.tar.gz ;-) ...                                   [ 
> ok ]
> >>> Unpacking source...
> >>> Unpacking sqlite-3.3.5.tar.gz 
> to /var/tmp/portage/dev-db/sqlite-3.3.5-r1/work
>  * Applying sqlite-3.3.3-tcl-fix.patch ...                                [ 
> ok ]
>  * Applying sqlite-3-test-fix-3.3.4.patch ...                             [ 
> ok ]
>  * Applying sandbox-fix1.patch ...                                        [ 
> ok ]
>  * Applying sandbox-fix2.patch ...                                        [ 
> ok ]
>  * Applying sqlite-64bit-test-fix.patch ...                               [ 
> ok ]
>  * Applying sqlite-64bit-test-fix2.patch ...                              [ 
> ok ]
>  * Removing useless C++ checks ...                                        [ 
> ok ]
> >>> Source unpacked.
> >>> Compiling source 
> in /var/tmp/portage/dev-db/sqlite-3.3.5-r1/work/sqlite-3.3.5 ...
>  * econf: updating sqlite-3.3.5/config.guess 
> with /usr/share/gnuconfig/config.guess
>  * econf: updating sqlite-3.3.5/config.sub 
> with /usr/share/gnuconfig/config.sub
> ./configure --prefix=/usr --host=sh4-pc-linux-uclibc --mandir=/usr/share/man 
> --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
> --localstatedir=/var/lib --enable-incore-db --enable-tempdb-in-ram 
> --enable-cross-thread-connections --enable-threadsafe --disable-tcl 
> --target=sh4-pc-linux-uclibc --build=i686-pc-linux-gnu
> checking build system type... i686-pc-linux-gnu
> checking host system type... sh4-pc-linux-uclibc
> checking for sh4-pc-linux-uclibc-gcc... sh4-pc-linux-uclibc-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... o
> checking whether we are using the GNU C compiler... yes
> checking whether sh4-pc-linux-uclibc-gcc accepts -g... yes
> checking for sh4-pc-linux-uclibc-gcc option to accept ANSI C... none needed
> checking for a sed that does not truncate output... /bin/sed
> checking for egrep... grep -E
> checking for ld used by sh4-pc-linux-uclibc-gcc... sh4-pc-linux-uclibc-ld
> checking if the linker (sh4-pc-linux-uclibc-ld) is GNU ld... yes
> checking for sh4-pc-linux-uclibc-ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/sh4-pc-linux-uclibc-nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... sh4-pc-linux-uclibc-gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for sh4-pc-linux-uclibc-g++... sh4-pc-linux-uclibc-g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether sh4-pc-linux-uclibc-g++ accepts -g... yes
> checking how to run the C++ preprocessor... sh4-pc-linux-uclibc-g++ -E
> checking for sh4-pc-linux-uclibc-g77... sh4-pc-linux-uclibc-g77
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether sh4-pc-linux-uclibc-g77 accepts -g... yes
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/sh4-pc-linux-uclibc-nm -B output from 
> sh4-pc-linux-uclibc-gcc object... ok
> checking for objdir... .libs
> checking for sh4-pc-linux-uclibc-ar... sh4-pc-linux-uclibc-ar
> checking for sh4-pc-linux-uclibc-ranlib... sh4-pc-linux-uclibc-ranlib
> checking for sh4-pc-linux-uclibc-strip... sh4-pc-linux-uclibc-strip
> checking if sh4-pc-linux-uclibc-gcc static flag  works... yes
> checking if sh4-pc-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
> checking for sh4-pc-linux-uclibc-gcc option to produce PIC... -fPIC
> checking if sh4-pc-linux-uclibc-gcc PIC flag -fPIC works... yes
> checking if sh4-pc-linux-uclibc-gcc supports -c -o file.o... yes
> checking whether the sh4-pc-linux-uclibc-gcc linker (sh4-pc-linux-uclibc-ld) 
> supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by sh4-pc-linux-uclibc-g++... sh4-pc-linux-uclibc-ld
> checking if the linker (sh4-pc-linux-uclibc-ld) is GNU ld... yes
> checking whether the sh4-pc-linux-uclibc-g++ linker (sh4-pc-linux-uclibc-ld) 
> supports shared libraries... yes
> checking for sh4-pc-linux-uclibc-g++ option to produce PIC... -fPIC
> checking if sh4-pc-linux-uclibc-g++ PIC flag -fPIC works... yes
> checking if sh4-pc-linux-uclibc-g++ supports -c -o file.o... yes
> checking whether the sh4-pc-linux-uclibc-g++ linker (sh4-pc-linux-uclibc-ld) 
> supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for sh4-pc-linux-uclibc-g77 option to produce PIC... -fPIC
> checking if sh4-pc-linux-uclibc-g77 PIC flag -fPIC works... yes
> checking if sh4-pc-linux-uclibc-g77 supports -c -o file.o... yes
> checking whether the sh4-pc-linux-uclibc-g77 linker (sh4-pc-linux-uclibc-ld) 
> supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for a BSD-compatible install... /bin/install -c
> checking for gawk... gawk
> Version set to 3.3
> Release set to 3.3.5
> Version number set to 3003005
> checking for sh4-pc-linux-uclibc-gcc... (cached) sh4-pc-linux-uclibc-gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether sh4-pc-linux-uclibc-gcc accepts -g... (cached) yes
> checking for sh4-pc-linux-uclibc-gcc option to accept ANSI C... (cached) none 
> needed
> configure: error: unable to find a compiler for building build tools
> 
> !!! Please attach the following file when filing a report to bugs.gentoo.org:
> !!! /var/tmp/portage/dev-db/sqlite-3.3.5-r1/work/sqlite-3.3.5/config.log
> 
> !!! ERROR: dev-db/sqlite-3.3.5-r1 failed.
> Call stack:
>   ebuild.sh, line 1614:   Called dyn_compile
>   ebuild.sh, line 971:   Called qa_call 'src_compile'
>   environment, line 3065:   Called src_compile
>   sqlite-3.3.5-r1.ebuild, line 70:   Called 
> econf '--enable-incore-db' '--enable-tempdb-in-ram' 
> '--enable-cross-thread-connections' '--enable-threadsafe' '--disable-tcl'
>   ebuild.sh, line 577:   Called die
> 
> !!! econf failed
> !!! If you need support, post the topmost build error, and the call stack if 
> relevant.
> !!! A complete build log is located 
> at '/var/tmp/portage/dev-db/sqlite-3.3.5-r1/temp/build.log'.
> 
> hovado gentoo_embedded #     
-- 
Ned Ludd <[EMAIL PROTECTED]>
Gentoo Linux

-- 
[email protected] mailing list

Reply via email to