bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new snapshot available: coreutils-8.13.29-43a9


From: Jim Meyering
Subject: Re: new snapshot available: coreutils-8.13.29-43a9
Date: Sun, 09 Oct 2011 22:07:22 +0200

Jim Meyering wrote:

> Bruno Haible wrote:
>> On MacOS X 10.5, the following gnulib tests fail to link:
> ...
>> This is apparently due to the recent implementation change of getcwd().
>> This patch should fix it:
>>
>> 2011-10-08  Bruno Haible  <address@hidden>
>>
>>      Tests: Avoid link failures w.r.t. libintl.
>>      * modules/faccessat-tests (Makefile.am): Link test-faccessat against
>>      $(LIBINTL).
>>      * modules/fchdir-tests (Makefile.am): Link test-fchdir against
>>      $(LIBINTL).
>>      * modules/getcwd-lgpl-tests (Makefile.am): Link test-getcwd-lgpl
>>      against $(LIBINTL).
>>      * modules/getcwd-tests (Makefile.am): Link test-getcwd against
>>      $(LIBINTL).
>>      * modules/openat-tests (Makefile.am): Link test-fchmodat against
>>      $(LIBINTL).
>>      * modules/stat-tests (Makefile.am): Link test-stat against $(LIBINTL).
>
> Thanks for the speedy testing and fix!

This should fix it:

>From 3fb0f4aaf2d858dc668dd786286c47e5967eed1b Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 9 Oct 2011 18:51:53 +0200
Subject: [PATCH] build: update gnulib to latest to fix MacOS X 10.5 test link
 failure

Details here:
http://thread.gmane.org/gmane.comp.gnu.coreutils.general/1726/focus=1743
---
 gnulib |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnulib b/gnulib
index d813b68..6a4c64c 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit d813b688732c3a0da947f91cbb19cb78a627209e
+Subproject commit 6a4c64ce4a59bd9589e63fb5ee480765d356f8c7
--
1.7.7.rc0.362.g5a14



reply via email to

[Prev in Thread] Current Thread [Next in Thread]