Pkg-config was installed and pre-installed after LFS. After was preinstalled xorg-headers and -utils, then xcb-proto and libxcb . The last is "continues to want" xcb-proto. ( Now i exported PKG_CONFIG_PATH and preinstalled xcb-proto & libxcb . Nothing has changed Maybe something i did wrong? It`s exhaust (copy&paste from term)
checking dependency style of gcc... (cached) gcc3 checking for xsltproc... /usr/bin/xsltproc checking for XCBPROTO... configure: error: Package requirements (xcb-proto >= 1.0) were not met: No package 'xcb-proto' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XCBPROTO_CFLAGS and XCBPROTO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ----- Original Message ----- From: Firerat Sent: 02/01/12 12:26 PM To: BLFS Support List Subject: Re: [blfs-support] libxcb 1.0 bug with dependencies xcb-proto On 1 February 2012 08:54, Dmitry Blum <[email protected]> wrote: > X86 > LFS 6.8 > BLFS 6.3 > X`s prefix - /usr /usr? or /usr/X11 ? you are better off having X in its own subdir and not 'mixed in' with the rest of /usr > I installed xcb-proto, but libxcb all the same print "No package 'xcb-proto' > found" I assume that the " ./configure " stage is failing the ./configure script is calling pkg-config do you have pkg-config installed? pkg-config you should see this : # pkg-config # Must specify package names on the command line if not then you need to install pkg-config ( see section 12 ) if it is , then you need to make sure it is configured with the correct paths, first lets find where xcb-proto.pc lives , assuming x's prefix *starts* /usr find /usr/ -name "xcb-proto.pc" example output: # /usr/X11/lib/pkgconfig/xcb-proto.pc now take a peak at PKG_CONFIG_PATH echo $PKG_CONFIG_PATH if that does not contain the PATH noted with the find command above, we shall tag it on the end ex port PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/X11/lib/pkgconfig but that should have been setup in section Introduction to Xorg-<version> and , yeah, pkg-config should probably be listed as a dependency some place 'early' , maybe Xorg Protocol Headers? -- Firerat Talented, Witty And Thoughtful .. is how most describe me. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
