Bruce Dubbs wrote:

> I just ran into the  test-installation.pl problem, but think I've found
> a fix for that.  I'll post when I get it working.

The scripts/test-installation.pl script is reading
/sources/glibc-build/soversions.mk and looking for the
regular expression /^ld\.so/.  This is defined as:

ld.so-version=$(if $(abi-64-ld-soname),$(abi-64-ld-soname),ld.so.1)

That's a Makefile expression, not a perl expression as the dashes are 
not allowed in perl variables.

The only place abi-64-ld-soname is defined is in
sysdeps/unix/sysv/linux/x86/Makefile

ld.so-version should be either ld-linux-x86-64.so.2 or ld-linux.so.2 
depending on architecture.  We could fix this up, but I agree with 
Andy's approach to just skip the test-installation.pl script by 
commenting it out.

   -- Bruce


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

Reply via email to