Date: Tue, 14 Mar 2006 21:31:30 +1100 From: Edwin Groothuis <edwin@mavetju.org> To: freebsd-ports@freebsd.org Cc: steve@energistic.com Subject: Strange pwlib common.mak experience Message-ID: <20060314103129.GA953@k7.mavetju>
next in thread | raw e-mail | index | archive | help
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@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060314103129.GA953>