Re: strange make problem with non root users 5.3-STABLE

2005-02-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-02-03 22:16:58 +:
> have a look at this compiling a eggdrop had the same with some other
> apps as well.
> 
> [EMAIL PROTECTED] eggdrop1.6.17 # make config
> make: Permission denied
> [EMAIL PROTECTED] eggdrop1.6.17 # make config
> make: Permission denied
> [EMAIL PROTECTED] eggdrop1.6.17 # cd ..
> [EMAIL PROTECTED] Gazzeh # cd eggdrop1.6.17
> [EMAIL PROTECTED] 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///,
*not* /usr/ports///work//!

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
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


strange make problem with non root users 5.3-STABLE

2005-02-03 Thread Chris
have a look at this compiling a eggdrop had the same with some other
apps as well.

[EMAIL PROTECTED] eggdrop1.6.17 # make config
make: Permission denied
[EMAIL PROTECTED] eggdrop1.6.17 # make config
make: Permission denied
[EMAIL PROTECTED] eggdrop1.6.17 # cd ..
[EMAIL PROTECTED] Gazzeh # cd eggdrop1.6.17
[EMAIL PROTECTED] eggdrop1.6.17 # make config
Detecting modules done.
Calculating dependencies... done.
Building ./src/mod/Makefile... done.

As you can see make gave a weird perm denied error then I simply
changed dir and back and the command suddenly works, I have worked out
when this happens doing a new command and then trying again makes it
work.  Any idea what could cause this?

-r-xr-xr-x  1 root  wheel  305232 Feb  3 19:43 /usr/bin/make

Chris
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"