This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14476] test-installation.pl fails on x86_64


http://sourceware.org/bugzilla/show_bug.cgi?id=14476

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-08-28 16:22:51 UTC ---
scripts/test-installation.pl reads soversions.mk.  But it
doesn't understand

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

We do

diff --git a/Makefile b/Makefile
index b0d3edb..8eccec7 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ install:
 ifneq (no,$(PERL))
 ifeq (/usr,$(prefix))
 ifeq (,$(install_root))
-    CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx)
+    LD_SO_VERSION=$(ld.so-version) CC="$(CC)" $(PERL) scripts/test-installat
ion.pl $(common-objpfx)
 endif
 endif
 endif

and update scripts/test-installation.pl to use it.  Is there a way to test
scripts/test-installation.pl with install_root set?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]