pkgsrc-WIP-discuss archive

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

Re: pkgsrc-wip NetBSD 3.99.23/i386 bulk build results 20060805.0046



> > Thanks. I have another patch that I should have provided too! It creates a
> > pkgconfig file if needed.
> 
> OK, that works better.  But now it fails later in the build:
> 
> cc -DHAVE_CONFIG_H -I. -I./include -Wall -Wpointer-arith -Wstrict-prototypes 
> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs 
> -fno-strict-aliasing -O2 -MT AuDispose.lo -MD -MP -MF .deps/AuDispose.Tpo -c 
> AuDispose.c  -fPIC -DPIC -o .libs/AuDispose.o
> In file included from AuDispose.c:33:
> ./include/X11/Xauth.h:48:31: error: X11/Xfuncproto.h: No such file or 
> directory
> ./include/X11/Xauth.h:49:27: error: X11/Xfuncs.h: No such file or directory

Not buildlinked and doesn't set the -I

What does the pkg-config file say for Cflags?

grep "Cflags" work*/.buildlink3/lib/pkgconfig/xproto.pc

(or somewhere like that)

Also:

make show-var VARNAME=BUILDLINK_PREFIX.xproto

But I am thinking maybe it mostly does not make sense to allow these 
modular Xorg packages to use native X (even if Xorg) for dependencies. It 
will create confusion and maybe problems.

That is probably why I never committed patches for builtin.mk for this.

Maybe I should place in libXau/Makefile and others:
USE_BUILTIN.xproto=no

And maybe:
USE_BUILTIN.compositeproto=     no
USE_BUILTIN.fixesproto= no
USE_BUILTIN.randrproto= no
USE_BUILTIN.renderproto=        no
USE_BUILTIN.xextproto=  no
USE_BUILTIN.xproto=     no

Any thoughts on this?

Does anyone use these modular Xorg packages?

I use every day, but I have few uncommitted patches here and there such as 
an updated x11/fixesproto.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index