tech-pkg archive

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

Re: xlogo now needing libXprintUtil





--On 2008/03/19 3:00 +0100 Tobias Nygren <tnn%NetBSD.org@localhost> wrote:

On Wed, 19 Mar 2008 00:52:50 +0000 (GMT)
David Brownlee <abs%NetBSD.org@localhost> wrote:

On Wed, 19 Mar 2008, Joerg Sonnenberger wrote:

> On Tue, Mar 18, 2008 at 10:35:16AM +0000, abs%absd.org@localhost wrote:
>>        with the latest pkgsrc & modular x11 xlogo fails to configure
>>        on i386 NetBSD 4.0 due to missing xprintutil. Adding the obvious
>>            .include "../../x11/libXprintUtil/buildlink3.mk"
>>        resolves it.
>>        Any objections to commit?
>
> Is this with X11_TYPE=native or X11_TYPE=modular?

        modular, and xman has the same symptom

I find myself having this problem too, X11_TYPE=modular.
It started happening after the recent pkg-config update and
is presumably due to some dodgy check in xlogo's configure script.

It probably caused by last change of x11/libXaw/buildlink3.mk, adding libXp include.
Without it, normal libtoolize X application using libXaw may failed to link,
because libXaw8.so is linked with libXp, picked up by libtool, but not buildlnked,
even if the X application does not use XPrint.
If XPrint is not usual, how about default libxaw switch to libXaw7?
(change to BUILDLINK_TRANSFORM+=:Xaw:Xaw7)
At least, came from mk/xaw.buildlink3.mk.

--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index