bug-gnulib
[Top][All Lists]
Advanced

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

Re: Build errors on Solaris 2.6 & 7


From: Paul Eggert
Subject: Re: Build errors on Solaris 2.6 & 7
Date: Sun, 27 Jan 2013 11:42:41 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 01/12/2013 09:51 PM, Paul Eggert wrote:
> +     * modules/futimens-tests (test_futimens_LDADD):
> +     * modules/utimens-tests (test_utimens_LDADD): Add @address@hidden

This introduced a problem when running these tests individually,
which I fixed as follows:


futimens-tests, utimens-tests: Depend on gettext.
This works around a problem introduced in my 2013-01-12 patch,
which added @LIBINTL@ to these modules.
* modules/futimens-tests (Depends-on):
* modules/utimens-tests (Depends-on): Add gettext.
diff --git a/modules/futimens-tests b/modules/futimens-tests
index 122ebeb..a0bfb0b 100644
--- a/modules/futimens-tests
+++ b/modules/futimens-tests
@@ -7,6 +7,7 @@ tests/signature.h
 tests/macros.h

 Depends-on:
+gettext
 fcntl-h
 ignore-value
 timespec
diff --git a/modules/utimens-tests b/modules/utimens-tests
index 1ba9cf9..8c9160b 100644
--- a/modules/utimens-tests
+++ b/modules/utimens-tests
@@ -9,6 +9,7 @@ tests/macros.h

 Depends-on:
 dup
+gettext
 ignore-value
 symlink
 timespec




reply via email to

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