Date: Tue, 8 Feb 2005 00:36:14 +0100 From: Roman Neuhauser <neuhauser@chello.cz> To: Chris <chrcoluk@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: strange make problem with non root users 5.3-STABLE Message-ID: <20050207233614.GB2867@isis.wad.cz> In-Reply-To: <3aaaa3a05020314162827195d@mail.gmail.com> References: <3aaaa3a05020314162827195d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
# chrcoluk@gmail.com / 2005-02-03 22:16:58 +0000: > have a look at this compiling a eggdrop had the same with some other > apps as well. > > Gazzeh@bollocks eggdrop1.6.17 # make config > make: Permission denied > Gazzeh@bollocks eggdrop1.6.17 # make config > make: Permission denied > Gazzeh@bollocks eggdrop1.6.17 # cd .. > Gazzeh@bollocks Gazzeh # cd eggdrop1.6.17 > Gazzeh@bollocks eggdrop1.6.17 # make config > Detecting modules.................... done. > Calculating dependencies................... done. > Building ./src/mod/Makefile... done. You are misuising the system. What's your $PWD in the dir where you run make config? It should be /usr/ports/<category>/<port>/, *not* /usr/ports/<category>/<port>/work/<whatever>/! Oh, and BTW, the error message you got was most probably caused by your $PWD being in a directory that has been rm'd from under your feet and then recreated. -- FreeBSD 4.10-STABLE 12:32AM up 16:32, 5 users, load averages: 0.00, 0.02, 0.00
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050207233614.GB2867>