make-alpha
[Top][All Lists]
Advanced

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

Re: functions/wildcard FAILED (0/3 passed)


From: Paul D. Smith
Subject: Re: functions/wildcard FAILED (0/3 passed)
Date: Wed, 10 Aug 2005 09:14:07 -0400

%% Boris Kolpackov <address@hidden> writes:

  bk> All three tests in functions/wildcard fail on my x86_64-linux-gnu box.
  bk> This is current CVS. The diffs look like this:

  bk> ! example.1 example.3 example._ example.for example.two
  bk> --- 1 ----
  bk> ! example._ example.1 example.3 example.for example.two

Hm.  Looking at this test I'm not sure why it always works.  AFAIK,
wildcard doesn't sort and it seems unlikely that every filesystem in the
world would return files in the same order during readdir().

Probably you're using a different FS in the x86_64 system; maybe ReiserFS?


Anyway, if you change the test to $(sort ...) the results of the
$(wildcard ...) (and change the results accordingly) does it work on
both the old and new systems?

Note I already reset LANG in the test framework, so locale issues
shouldn't interfere.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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