Strange pwlib common.mak experience

Edwin Groothuis edwin at mavetju.org
Tue Mar 14 10:31:36 UTC 2006


Hi,

I'm trying to compile OPAL (Open Phone Abstraction Library, available
from http://www.mavetju.org/~edwin/opal.shar and pwlib.shar).
Everything compiles fine, but at the end it says...

gmake[1]: Entering directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0'
set -e; for i in /usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0 /usr/local/share/pwlib/; do gmake -C $i debugdepend debug; done
gmake[2]: Entering directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0'
Created dependencies.
set -e; 
set -e; 
gmake[2]: Leaving directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0'
gmake[2]: Entering directory `/usr/local/share/pwlib'
gmake[2]: *** No rule to make target `debugdepend'.  Stop.
gmake[2]: Leaving directory `/usr/local/share/pwlib'
gmake[1]: *** [libs] Error 2

What? Who? Where? Why is it going to /usr/local/share/pwlib. A quick
check later and it seems that the inclusion of
/usr/local/share/pwlib//make/common.mak, the definition of LIBDIRS
in there and the executing of "gmake -C $i debugdepend debug" there
confuses somewhere the whole system.

Is there somebody with a little bit more clue than me who understands
what is going wrong here and how to resolve it?

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin at mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/


More information about the freebsd-ports mailing list