[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: canonicalize-lgpl bug
From: |
Eric Blake |
Subject: |
Re: canonicalize-lgpl bug |
Date: |
Thu, 17 Sep 2009 06:14:12 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 |
According to Eric Blake on 9/16/2009 10:10 PM:
> According to Eric Blake on 9/16/2009 9:11 AM:
>>> I've reached this point in reading the patches.
>>> So far they look fine.
>>> I will read the remainder, and test tomorrow.
>> I'll try and rebase my series before then.
>
> Now rebased:
>
> git pull git://repo.or.cz/gnulib/ericb.git canonicalize
>
> I'm seeing a test failure on older Linux seeing a link error on
> rpl_canonicalize_file_name, so I'll have to rebase again once I solve that.
Here's what I squashed in to fix that problem; I've rebased again.
diff --git a/lib/canonicalize-lgpl.c b/lib/canonicalize-lgpl.c
index 63aecb5..fbde01b 100644
--- a/lib/canonicalize-lgpl.c
+++ b/lib/canonicalize-lgpl.c
@@ -19,7 +19,7 @@
# include <config.h>
#endif
-#if !HAVE_CANONICALIZE_FILE_NAME || defined _LIBC
+#if !HAVE_CANONICALIZE_FILE_NAME || !FUNC_REALPATH_WORKS || defined _LIBC
/* Specification. */
#include <stdlib.h>
--
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
signature.asc
Description: OpenPGP digital signature
- Re: canonicalize-lgpl bug, (continued)
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/10
- Re: canonicalize-lgpl bug, Jim Meyering, 2009/09/10
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/10
- Re: canonicalize-lgpl bug, Jim Meyering, 2009/09/11
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/11
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/11
- Re: canonicalize-lgpl bug, Jim Meyering, 2009/09/16
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/16
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/17
- Re: canonicalize-lgpl bug,
Eric Blake <=
- Re: canonicalize-lgpl bug, Jim Meyering, 2009/09/17
- Re: canonicalize-lgpl bug, Jim Meyering, 2009/09/18
- Re: canonicalize-lgpl bug, Eric Blake, 2009/09/18