On Fri, 2008-09-05 at 11:06 +0200, Petr Salinger wrote: > Package: babel > Severity: important > Version: 1.2.0.dfsg-6 > Tags: patch > User: [EMAIL PROTECTED] > Usertags: kfreebsd > > Hi, > > the current version fails to build on GNU/kFreeBSD. > > The ETIME is only optional symbolic constants for errno, see > http://www.opengroup.org/onlinepubs/009695399/basedefs/errno.h.html > It is not available on GNU/kFreeBSD, please guard it as shown bellow. > > It would also be nice if you can ask upstream > to include this change. > > Thanks in advance > > Petr > > --- runtime/sidlx/sidlx_common.c~ > +++ runtime/sidlx/sidlx_common.c > @@ -100,7 +100,9 @@ > } > > case ETIMEDOUT: > +#ifdef ETIME > case ETIME: > +#endif > { > sidlx_rmi_TimeoutException tmpEx = > sidlx_rmi_TimeoutException__create(&_throwaway_exception);
Thanks, upstream should have no problem with this, and I'll include it in my next version. -Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/
signature.asc
Description: This is a digitally signed message part

