This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.24-329-g6c50bb5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6c50bb532bb1f47084762e16fbf52af9b5a752d8 (commit)
      from  26d7185d6f0a79188fdf02c5eec6e52bb29112f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6c50bb532bb1f47084762e16fbf52af9b5a752d8

commit 6c50bb532bb1f47084762e16fbf52af9b5a752d8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 3 22:47:02 2016 +0000

    Fix linknamespace parallel test failures.
    
    Having found that with my script to build many glibc variants I could
    reproduce the linknamespace test failures in parallel builds (that
    various people had previously reported but I hadn't seen myself), I
    investigated those failures further.  This patch adds a missing
    dependency to those tests.
    
    Tested for x86_64, including the configuration where I saw those
    failures and where I don't see them with this patch.
    
    	* conform/Makefile ($(linknamespace-header-tests)): Also depend on
    	$(linknamespace-symlists-tests).

diff --git a/ChangeLog b/ChangeLog
index a8b8bde..e37049d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-03  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/Makefile ($(linknamespace-header-tests)): Also depend on
+	$(linknamespace-symlists-tests).
+
 2016-11-02  Steve Ellcey  <sellcey@caviumnetworks.com>
 
 	* time/tst-strptime2.c: Ignore -Wformat-length warning.
diff --git a/conform/Makefile b/conform/Makefile
index b92a7d4..7883624 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -229,6 +229,7 @@ $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \
 
 $(linknamespace-header-tests): $(objpfx)%/linknamespace.out: \
 			       linknamespace.pl \
+			       $(linknamespace-symlists-tests) \
 			       $(linknamespace-symlist-stdlibs-tests)
 	(set -e; std_hdr=$*; std=$${std_hdr%%/*}; hdr=$${std_hdr#*/}; \
 	 mkdir -p $(@D)/scratch; \

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 conform/Makefile |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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