|
From: | Robert P. J. Day |
Subject: | Re: [Ltib] "./ltib" from new m5474 BSP fails on RHEL 4, looking for "wget" version |
Date: | Tue, 26 Aug 2008 04:31:03 -0400 |
User-agent: | Internet Messaging Program (IMP) H3 (4.1.6) |
Quoting Stuart Hughes <address@hidden>:
Hi Robert, The versions for host dependency packages come from get_ver in bin/Ltibutils.pm. The default rule is to run: prog --version 2>/dev/null` and then match out the version using: my ($ver) = m,(\d+\.\d+(?:\.\d+)?),; Can you run this at the command line and send the output? In the case of wget LTIB is looking for any version.
FYI, the test for "wget" in get_ver() returns with a "not installed" error, so the check never even gets to the pattern match. i haven't had time to look at it more closely than that.
rday
[Prev in Thread] | Current Thread | [Next in Thread] |