lfscript revision27 glibc

Bug #1596313 reported by Huseyin AKKAYA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LFScript
New
Undecided
Unassigned

Bug Description

I am trying lfscript with ubuntu 14.04 vm, but gclib script did not complie. I look at log and it says this:

    mkdir: created directory '../glibc-build'
configure: warning: libc_cv_forced_unwind=yes: invalid host type
configure: warning: libc_cv_ctors_header=yes: invalid host type
configure: error: can only configure for one host and one target at a time

    *** BUILD_PROBLEM_DETECTED ***

make: *** No targets specified and no makefile found. Stop.

    *** BUILD_PROBLEM_DETECTED ***

make: *** No rule to make target `install'. Stop.

    *** BUILD_PROBLEM_DETECTED ***

and this is glibc configure settings:

mkdir -v ../glibc-build
cd ../glibc-build

../glibc-2.2.3/configure \
      --prefix=/tools \
      --host=$LFS_TGT \
      --build=$(../glibc-2.2.3/scripts/config.guess) \
      --disable-profile \
      --enable-kernel=2.6.32 \
      --with-headers=/tools/include \
      libc_cv_forced_unwind=yes \
      libc_cv_ctors_header=yes \
      libc_cv_c_cleanup=yes

make

make install

It is same configure setting with lfs glibc complie part in lfs document but did not work.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.