Fernando de Oliveira wrote: > Em 29-08-2013 08:00, Fernando de Oliveira escreveu: >> Em 28-08-2013 23:19, Bruce Dubbs escreveu: >>> Fernando de Oliveira wrote: > > >>> I suppose that you could also try to just chroot from the host and >>> rebuild glibc as in Chapter 6 with the sed. I think in that case you >>> might get away with: >>> >>> sed -i -e 's/static __m128i/inline &/' sysdeps/x86_64/multiarch/strstr.c >>> >>> mkdir -v ../glibc-build >>> cd ../glibc-build >>> >>> ../glibc-2.18/configure \ >>> --prefix=/usr \ >>> --disable-profile \ >>> --enable-kernel=2.6.32 \ >>> --libexecdir=/usr/lib/glibc >>> make >>> make install >>> >>> Nothing else should change. The fallback would be to do a complete rebuild.
>> Yes, that is what I did before, but with DESTDIR, then just replaced >> libc-2.18.so and everything was fine. > > Many error messages. Tried many things, but the remained. These are the > only ones I could still find in (in the host terminal, when it was > logeddin via ssh): Those error message make no sense to me. > Machine was not responding well, too slow. Decided to "make install" > (only, as already had built glibc before). > > First impressions is it back to normal, no error messages, javac gives > me the version. Good. What you are building now is -rc2. The question is where to update some other packages in -rc2 or not. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
