ALZ (phyglos.org) wrote:
On 08/24/2015 04:22 PM, xinglp wrote:

2015-08-23 3:52 GMT+08:00 Bruce Dubbs <bruce.du...@gmail.com>:

On 08/22/2015 01:15 AM, xinglp wrote:

The error is "cannot find -lmvec". I tried to use "--disable-mathvec",
but not work.

(skipped)


OK, I need to have someone building on a 32-bit system to try adding
this to
the beginning of glibc in both Chapter 5 and 6:

case $(uname -m) in
   i?86 ) sed -e 's/libgcc_s"/& \&\& $name ne "mvec"/' \
              -i scripts/test-installation.pl ;;
esac

Please let me know if that works.

This fix 32bits system build.

Hi,

After getting rid of the first VM host x32, which was able to build
glibc-2.22 correctly using the patch above but showed some strange
errors in some packages thereafter, I made two builds in physical machines.

They build perfectly by including the patch for glibc-2.22 in Ch5 and
Ch6 (beware that all "make check" were NOT activated in the scripts to
speed up).

Both machines, a Core2 Quad (building from Debian 8.1 x32) and a Pentium
M (in an old, true x32 Thinkpad R51), can boot the build and the kernel
is recompiled for video and network to work without issues.

Let's see what patch comes from upstream maintainers.

Did you see glibc-2.22-upstream_i386_fix-1.patch which is now in the -dev book?

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to