pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44330: libXdamage package not building
The following reply was made to PR pkg/44330; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/44330: libXdamage package not building
Date: Fri, 7 Jan 2011 14:39:05 +0100
On Wed, Jan 05, 2011 at 07:55:00PM +0000,
basia_i_tomek%magickgarden.dyndns-server.com@localhost wrote:
> >Synopsis: libXdamage package not building
...
> ===> Building for libXdamage-1.1.3
> /usr/bin/make all-recursive
> Making all in src
> CC Xdamage.lo
> In file included from
> /mnt/modlishka/srcs/pkgsrc/x11/libXdamage/work/.buildlink/include/X11/extensions/damageproto.h:28,
> from xdamageint.h:32,
> from Xdamage.c:27:
> /mnt/modlishka/srcs/pkgsrc/x11/libXdamage/work/.buildlink/include/X11/extensions/xfixesproto.h:51:34:
> error: X11/extensions/shape.h: No such file or directory
> *** Error code 1
I'm a bit confused.
damageproto/bl3.mk pulls in fixesproto/bl3.mk.
x11/fixesproto's fixesproto.h includes:
#include <X11/extensions/xfixeswire.h>
#include <X11/extensions/shapeconst.h>
fixesproto/bl3.mk pulls in xextproto/bl3.mk which contains
shapeconst.h.
Can you please find out where your xfixesproto.h is coming from
(pkgsrc, native X, which version of which package)?
> diff -r1.7 Makefile
> 25a26
> > .include "../../x11/libXext/buildlink3.mk"
Most probably damageproto/bl3.mk or fixesproto/bl3.mk should be
changed instead of libXdamage.
Thanks,
Thomas
Home |
Main Index |
Thread Index |
Old Index