pkgsrc-Bugs archive

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

pkg/47728: (libX11) Requested 'xproto >= 7.0.17' but Xproto is 7.0.15



>Number:         47728
>Category:       pkg
>Synopsis:       Requested 'xproto >= 7.0.17' but version of Xproto is 7.0.15
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 08 01:45:00 +0000 2013
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.2
>Organization:
KINU Corporation
>Environment:
        
        
System: NetBSD pinapa.z.ki.nu 5.2 NetBSD 5.2 (XEN3PAE_DOMU) #0: Wed Nov 28 
09:34:42 UTC 2012 
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5-2-RELEASE/i386/201211280503Z-obj/home/builds/ab/netbsd-5-2-RELEASE/src/sys/arch/i386/compile/XEN3PAE_DOMU
 i386
Architecture: i386
Machine: i386
>Description:
        Native X11 for NetBSD 5.2 is little bit outdated.
        To package x11/libX11, we need pkgsrc version of x11/proto.
        The problem looks:
checking for X11... configure: error: Package requirements 
   (xproto >= 7.0.17 xextproto xtrans xcb >= 1.1.92 kbproto inputproto) were 
not met:

Requested 'xproto >= 7.0.17' but version of Xproto is 7.0.15

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/x11/libX11
>How-To-Repeat:
        set X11_TYPE=native or unset X11_TYPE in /etc/mk.conf
        Have NetBSD/i386 5.2 installed with X11
        Have pkgsrc updated
        cd /usr/pkgsrc/x11/libX11
        make package
>Fix:

Index: x11/libX11/Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- x11/libX11/Makefile 29 Oct 2012 05:06:33 -0000      1.29
+++ x11/libX11/Makefile 8 Apr 2013 00:58:30 -0000
@@ -60,6 +60,11 @@
 .include "../../x11/xextproto/buildlink3.mk"
 .include "../../x11/xf86bigfontproto/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"
+.if ${OPSYS} == "NetBSD"
+. if !empty(OS_VERSION:M5*)
+PREFER_PKGSRC+=        xproto
+. endif
+.endif
 .include "../../x11/xtrans/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index