This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

make: Permission denied

General support and discussion of Eggdrop bots.
C
CrazyEgg
Halfop
Posts: 47
Joined: Thu Jul 28, 2005 4:02 pm

Post by CrazyEgg »

the problem with make and error make: Permission denied.
is a little bug on *BSD. this bug is solved simple with
cd ..
cd eggdrop1.....
make

dont know if this little bug is solved on *BSD 5.4-STABLE.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

What the?
Wcc wrote:Woops, meant to reply to this one a while ago. This is a FreeBSD bug. A simple "cd ." usually fixes it.
This topic finished with anyhow. :roll:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Yeah, this little bug has stumped us for quite a while. "cd ." actually does seem to fix the problem. The permissions on the generated Makefile's are fine. The best I can figure, is that this is some weird FreeBSD / shell bug, and cd . rereads the directory permissions somehow?

Will
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

This post is probably old and i doubt anyone reads it. But, i ran into this problem and gmake worked for me, apart from the error

Code: Select all

gmake: getcwd:  Permission denied
Post Reply