freeipmi-devel
[Top][All Lists]
Advanced

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

Re: [Freeipmi-devel] FreeIPMI 0.5.0 Beta0 Released


From: Al Chu
Subject: Re: [Freeipmi-devel] FreeIPMI 0.5.0 Beta0 Released
Date: Tue, 20 Nov 2007 09:36:18 -0800

Doh, sorry for missing that one.  I'm checked it in.

Thanks,
Al

On Tue, 2007-11-20 at 11:25 +0600, Dmitry Frolov wrote:
> * Al Chu <address@hidden> [20.11.2007 08:51]:
> 
> > Howdy everyone,
> > 
> > I'm gearing up for FreeIPMI 0.5.1 to be released in the December
> > timeline.  So here's my first shot at a beta release.  For those who
> > handle various ports on various systems, if you could please give it a
> > sanity check, I'd appreciate it.
> > 
> > ftp://ftp.zresearch.com/pub/freeipmi/0.5.0.beta/
> 
> A little patch for FreeBSD compatibility:
> 
> Index: libfreeipmi/src/ipmi-kcs-api.c
> ===================================================================
> RCS file: /sources/freeipmi/freeipmi/libfreeipmi/src/ipmi-kcs-api.c,v
> retrieving revision 1.16
> diff -u -d -p -r1.16 ipmi-kcs-api.c
> --- libfreeipmi/src/ipmi-kcs-api.c    20 Nov 2007 00:34:46 -0000      1.16
> +++ libfreeipmi/src/ipmi-kcs-api.c    20 Nov 2007 04:42:57 -0000
> @@ -379,7 +379,7 @@ ipmi_kcs_ctx_io_init(ipmi_kcs_ctx_t ctx)
>        if (errno == EPERM || errno == EACCES)
>          ctx->errnum = IPMI_KCS_CTX_ERR_PERMISSION;
>        else if (errno == ENOENT)
> -        ctx->errnum = IPMI_KCS_CTX_ERR_UNAVAILABLE;
> +        ctx->errnum = IPMI_KCS_CTX_ERR_DEVICE_NOT_FOUND;
>        else
>          ERR_LOG(ctx->errnum = IPMI_KCS_CTX_ERR_SYSTEM_ERROR);
>        return (-1);
> 
> 
> IPMI_KCS_CTX_ERR_UNAVAILABLE definition was removed in rev 1.9 of
> libfreeipmi/include/freeipmi/ipmi-kcs-api.h. Otherwise it compiles and
> installs OK on FreeBSD.
-- 
Albert Chu
address@hidden
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory




reply via email to

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