pkgsrc-Bugs archive

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

Re: pkg/45194



The following reply was made to PR pkg/45194; it has been noted by GNATS.

From: Jan =?UTF-8?B?xaBteWRrZQ==?= <jan.smydke%jh-inst.cas.cz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45194
Date: Sun, 14 Aug 2011 21:22:29 +0200

 It still fails
 
 >  Wow. If you set X11_TYPE to "native" on non-NetBSD system be ready
 > for a lot of very strange problems ;-) Personally, I'd recommend you
 > to always set X11_TYPE=modular on non-NetBSD systems and Linux in
 > particular. 
 >  As about bug, it looks like configure could not find xcb-shm.pc.
 >  First, please analyse output of "bmake configure"
 >  and look for 
 >  
 >      checking for xcb_shm... no
 >  
 >  If it there, this is where this problem come from.
 >  Maybe installing Ubuntu package with xcb-shm.pc may help.
 >  On Debian it is libxcb-shm0-dev
 >  But I'm not sure it is a correct fix.
 
 I have installed libxcb-shm0-dev, but the configure still gives:
 
 checking for xcb... yes
 checking whether cairo's XCB surface backend feature could be
 enabled... yes checking for cairo's XCB/SHM functions feature... 
 checking for xcb_shm... no
 no
 checking whether cairo's XCB/SHM functions feature could be enabled...
 no (requires  http://xcb.freedesktop.org)
 
 My output from the commands Aleksey asked about:
 
 ----
 bmake show-vars VARNAMES='X11_TYPE PKG_DEFAULT_OPTIONS
 PKG_OPTIONS.cairo':
 
 native
 
 
 ----
 ls -la /opt/pkg/lib/pkgconfig:
 total 132
 drwxr-xr-x 2 root root  4096 Jul 30 22:12 .
 drwxr-xr-x 9 root root 20480 Jul 30 22:12 ..
 -rw-r--r-- 1 root root   324 Jul 30 22:00 fontconfig.pc
 -rw-r--r-- 1 root root   311 Jul 30 21:59 freetype2.pc
 -rw-r--r-- 1 root root   384 Jul 30 21:56 gio-2.0.pc
 -rw-r--r-- 1 root root   333 Jul 30 21:56 gio-unix-2.0.pc
 -rw-r--r-- 1 root root   367 Jul 30 21:56 glib-2.0.pc
 -rw-r--r-- 1 root root   242 Jul 30 22:10 gl.pc
 -rw-r--r-- 1 root root   264 Jul 30 22:10 glw.pc
 -rw-r--r-- 1 root root   353 Jul 30 21:56 gmodule-2.0.pc
 -rw-r--r-- 1 root root   353 Jul 30 21:56 gmodule-export-2.0.pc
 -rw-r--r-- 1 root root   332 Jul 30 21:56 gmodule-no-export-2.0.pc
 -rw-r--r-- 1 root root   276 Jul 30 21:56 gobject-2.0.pc
 -rw-r--r-- 1 root root   282 Jul 30 21:56 gthread-2.0.pc
 -rw-r--r-- 1 root root   302 Jul 30 21:22 libarchive.pc
 -rw-r--r-- 1 root root  1594 Jul 30 21:19 libcurl.pc
 -rw-r--r-- 1 root root   245 Jul 30 21:37 libffi.pc
 -rw-r--r-- 1 root root   888 Jul 30 21:12 libidn.pc
 -rw-r--r-- 1 root root   283 Jul 30 21:48 libpcrecpp.pc
 -rw-r--r-- 1 root root   292 Jul 30 21:48 libpcre.pc
 -rw-r--r-- 1 root root   325 Jul 30 21:48 libpcreposix.pc
 -rw-r--r-- 1 root root   263 Jul 30 22:11 libpng15.pc
 lrwxrwxrwx 1 root root    11 Jul 30 22:11 libpng.pc -> libpng15.pc
 -rw-r--r-- 1 root root   281 Jul 30 21:46 libxml-2.0.pc
 -rw-r--r-- 1 root root   255 Jul 30 22:10 osmesa.pc
 -rw-r--r-- 1 root root   248 Jul 30 22:12 pixman-1.pc
 -rw-r--r-- 1 root root   188 Jul 30 21:47 randrproto.pc
 -rw-r--r-- 1 root root   189 Jul 30 21:37 renderproto.pc
 -rw-r--r-- 1 root root   219 Jul 30 21:47 xcb-proto.pc
 -rw-r--r-- 1 root root   459 Jul 30 22:01 xft.pc
 
 ----
 /opt/pkg/sbin/pkg_info -a | grep xcb:
 xcb-proto-1.6       XCB protocol descriptions (in XML)
 


Home | Main Index | Thread Index | Old Index