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

20030320: LDM6.0.2 make GNU: RPC_INTR undefined



Jeff,

>Date: Mon, 24 Mar 2003 10:35:24 -0500 (EST)
>From: Jeff Masters <address@hidden>
>Organization: Weather Underground
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20030320: LDM6.0.2 make GNU 

The above message contained the following:

> Thanks Steve, there did seem to be a bug in the /usr/include/rpc/clnt.h
> file. I changed it from:
> 
>         /*
>          * unspecified error
>          */
>         RPC_FAILED=16
> #ifdef __SVR4_I386_ABI_L1__
>         ,
>         RPC_INTR=18,
>         RPC_TLIERROR=20,
>         RPC_NOBROADCAST=21,
>         RPC_UDERROR=23
> #endif /* __SVR4_I386_ABI_L1__ */
> 
> to:
> 
>         /*
>          * unspecified error
>          */
>         RPC_INTR=18,
>         RPC_FAILED=16
> #ifdef __SVR4_I386_ABI_L1__
>         ,
>         RPC_INTR=18,
>         RPC_TLIERROR=20,
>         RPC_NOBROADCAST=21,
>         RPC_UDERROR=23
> #endif /* __SVR4_I386_ABI_L1__ */

Looks good.

> And then a "make all" and "make install" using the GNU make successfully
> compiled the ldm.
>
> So, now both ingestor and frost.wunderground.com, which feeds the IDD, are
> running ldm-6.0.2.

Great!

> The bug is not in the latest version of slackware, 2.4.18, I compiled the
> ldm 6 fine on our newest machine running 2.4.18.

Interesting.  Thanks for the feedback.

> Jeff
> ------------------------------------------------------------------------------
>  Jeff Masters (address@hidden)                               (  )  
>  Chief Meteorologist                              /\ Home of the       (    ) 
>  The Weather Underground, Inc.               /\  /  \  /\       /\    (      )
>  300 N. Fifth Ave #240                      /  \/    \/  \ /\  /  \    ------
>  Ann Arbor, MI 48104                 ______/              /  \/    \_   \\\\\
>  734-994-8824                                   Weather Underground      \`\`\
>                                             http://www.wunderground.com

Regards,
Steve Emmerson