[ewg] [PATCH OFED-1.4.1] install.pl: Add deps check for rnfs-utils

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Sun May 10 06:41:06 PDT 2009


Jon Mason wrote:
> SLES10sp2 does not have automake and autoconf installed by default.
> Building rnfs-utils will break due to the missing deps, and the log will
> have to be inspected to determine the reason.  This patch will have OFED
> show prior to building that the necessary dependencies are missing (as
> is done with most other user space tools).
> 
> Signed-Off-By: Jon Mason <jon at opengridcomputing.com>
> ---
> 
> diff --git a/install.pl b/install.pl
> index d2634e6..b91cabc 100755
> --- a/install.pl
> +++ b/install.pl
> @@ -944,7 +944,7 @@ my %packages_info = (
>          'rnfs-utils' =>
>              { name => "rnfs-utils", parent => "rnfs-utils",
>              selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0,
> -            available => 0, mode => "user", dist_req_build => [],
> +            available => 0, mode => "user", dist_req_build => ["automake", "autoconf"],
>              dist_req_inst => [], ofa_req_build => [],
>              ofa_req_inst => [],
>              install32 => 0, exception => 0, configure_options => '' },

Hi Jon,
OFED packages does not require autotools as they are executed during the OFED
build process on the OFA server. Can you rebuild rnfs-utils source RPM such
that it will include files created by autotools (configure, Makefile.in,...)?

Regards,
Vladimir



More information about the ewg mailing list