I'm new to PCBSD, though I have installed it before but never took the time to iron out any issues I had with it. Well for the last 3 days I did a fresh install of PCBSD, well 8.0rc2 has a lot of issues, so I installed 7.1.1. The install went very well, I had some problems getting any DVD movies to play but finally have that worked out. Reading Docs. I found out about pkg_add and ports, well in getting DVD's to play I tried to use ports to install kaffeine, ended up getting a Error here is the error.
|
Code:
|
checking dependency style of cc... (cached) gcc3
checking for xsltproc... /PCBSD/local/bin/xsltproc
checking for XCBPROTO... configure: error: Package requirements (xcb-proto >= 1.5) were not met:
Requested 'xcb-proto >= 1.5' but version of XCB Proto is 1.4
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.
===> Script "configure" failed unexpectedly.
Please report the problem to wahjava@gmail.com [maintainer] and attach the
"/usr/ports/x11/libxcb/work/libxcb-1.5/config.log" including the output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1
Stop in /usr/ports/x11/libxcb.
*** Error code 1
Stop in /usr/ports/x11/libX11.
*** Error code 1
Stop in /usr/ports/x11/libXinerama.
*** Error code 1
Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1
Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1
Stop in /usr/ports/multimedia/kaffeine.
[root@pcbsd]/usr/ports/multimedia/kaffeine(74)# |
Well I have in bold the main error, seems strait foreword, just need to install a newer version of xcb-proto. I found the package in the ports tree for a newer version, cd into that directory then as root installed the newer version. All seemed to go well no error at least, so I check to see what version of xcb-proto is installed
#xcb-proto --version well it says I still have the older version, so I tried to reinstall it, well ports says it can't reinstall that the newest version is already installed.
So I'm wondering if anyone has any ideas on what I can do to fix this, I'm not getting any answers on google that will help. I've tried to install other packages also and am getting the same error, xcb-proto seems to be a dep. for several packages.
I would be thankful for any help!
Thank you