Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
BSD, no 'cd .', make no permission denied.OpenBSD 3.4 (GENERIC) #0: Tue Oct 14 09:46:58 CEST 2003
...
$ make
make: no target to make.
You see, its BSD, make is denied and its make binary related and 'cd .' doesnt help. I'd rather suggest to ask shell admin about it .OpenBSD 3.6-stable (...) #0: Sun Jun 26 13:44:12 MDT 2005
...
$ make
make: Permission denied.
$ cd .
$ make
make: Permission denied.
$ ls -l /usr/bin/make
-r-xr-xr-x 1 root bin 99796 Sep 17 2004 /usr/bin/make
$ /usr/bin/make
make: Permission denied.
I'd guess those folks who have come up with that simply got lucky in somehow resolving their issue in a way they weren't aware of; the cd built-in shell command, and underlying chdir() system call simply cannot fix file permissions in any way, not on FreeBSD, not on Linux, not on any OSgreenbear wrote:try using gmake instead of make.
and yea, that cd . thing came up as a workaround on one of the eggdev mailinglists (or bugzilla, cant remember) a while a go.
Code: Select all
tag when posting logs, code
If the original poster did as I suggested his eggdrop is probably online.demond wrote:DeKus is probably right, that guy lacks execute permissions for make(1)
if he did and that solved his problem, it should be immediately reported to fbsd developers, but I simply can't believe they would leave serious bug like that unfixed for so long - moreover in both major branches - 5.2 release more than whole year ago (as reported here) and 4.11 stable nowAlchera wrote: If the original poster did as I suggested his eggdrop is probably online.
Code: Select all
tag when posting logs, code