tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Xaw3d doesn't build in 2012Q4
On Tue, Jan 08, 2013 at 01:27:54PM +0100, Ignatios Souvatzis wrote:
> In file included from Command.c:63:0:
> /pkg_comp/obj/pkgsrc/x11/Xaw3d/default/.buildlink/include/X11/extensions/shape.h:31:39:
> fatal error: X11/extensions/shapeconst.h: No such file or directory
> compilation terminated.
> *** [Command.o] Error code 1
>
>
> I checked that
> /usr/pkg/include/X11/extensions/shapesconst.h
>
> exists in the build chroot, but not in
>
> /pkg_comp/obj/pkgsrc/x11/Xaw3d/default/.buildlink/include/X11/extensions/
>
> How to proceed?
>
> This is pkgsrc xorg, 6.0 binaries, i386, pkgcomp-chrooted on a amd64 host.
This commit to X11/libXext/buildlink3.mk should have fixed it:
revision 1.9
date: 2012/10/23 10:11:51; author: wiz; state: Exp; lines: +2 -3
As drochner remarks, the problem with missing xextproto is, once again,
that libXext/bl3.mk doesn't include xextproto/bl3.mk.
Since the supposed gains for this are minimal and the annoyances are high,
do include xextproto/bl3.mk in libXext/bl3.mk.
Can you check (a) if you have this change, and (b) if xextproto is
being picked up (make print-build-depends-lists should accomplish
this)?
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index