tech-pkg archive

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

Re: devel/glib2 misconfigures on HP-UX 11.31



On Thu, Aug 29, 2013 at 10:14:59AM +0900, OBATA Akio wrote:
> On Thu, 29 Aug 2013 09:31:48 +0900, Paul Ackersviller <pda%sdf.org@localhost> 
> wrote:
> 
> >I'm suspecting this problem is from the distributed version, but have
> >not had a chance to verify... after configuration the config.h defines
> >HAVE_LCHOWN despite the system having no lchown call.  Is there anything
> >pkgsrc is doing that would affect this?
> 
> You can tell to configure with following:
> CONFIGURE_ENV+=       ac_cv_func_lchown=no
> 
> But I can find lchown(2) from HP-UX manpage:

That's what I get for relying too much on my memory... I gave the roght
general idea, but was wrong on the key detail.  It is in fact lchmod
that the system doesn't have, but config.h has HAVE_LCHMOD in it.

Good to know about CONFIGURE_ENV, I'll surely make use of it.


Home | Main Index | Thread Index | Old Index