Thread: Kicad on NetBSD
View Single Post
  #4   (View Single Post)  
Old 19th May 2011
Fingal Fingal is offline
Real Name: Jonathan
New User
 
Join Date: May 2011
Location: Enschede, Nederland
Posts: 5
Default

Current error:

Quote:
===> Cleaning for boost-libs-1.46.1
ERROR: [depends.mk] A package matching ``boost_thread.4'' should
ERROR: be installed, but one cannot be found. Perhaps there is a
ERROR: stale work directory for ../../devel/boost-libs?
*** Error code 1
I suppose this was to do with the line in the Makefile:
Quote:
DEPENDS= boost_thread.4:../../devel/boost-libs
As looking in /usr/pkgsrc/devel/boost-libs/PLIST, I can find:
Quote:
lib/libboost_thread.a
lib/libboost_thread.so
lib/libboost_thread.so.${BOOST_VERSION}
So I thought to change the entry to:
Quote:
DEPENDS= libboost_thread.4:../../devel/boost-libs
Then
Quote:
DEPENDS= lib/libboost_thread.4:../../devel/boost-libs
But I still get the same error message (with libboost or lib/libboost instead of boost...

Any ideas?

I'll get back to it this week-end.
Reply With Quote