View previous topic :: View next topic |
Author |
Message |
Derek Voice
Joined: 26 Sep 2005 Posts: 12
|
Posted: Fri Sep 30, 2005 8:52 pm Post subject: make install error |
|
|
Ok, I am trying to recompile eggdrop, and I get this error a bunch of times on make install:
Code: |
Copying help files.
/usr/bin/install: cannot create regular file `/home/derek/eggdrop/': Is a directory
make: *** [install-data] Error 1
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
Copying language files.
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
Creating 'help' subdirectory.
Creating 'language' subdirectory.
Creating 'modules-1.6.17' subdirectory and symlink.
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
Copying new 'eggdrop' executable and creating symlink.
make: *** Waiting for unfinished jobs....
/usr/bin/install: cannot create regular file `/home/derek/eggdrop/eggdrop-1.6.17': No such file or directory
make: *** [install-bin] Error 1
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
mkdir: cannot create directory `/home/derek/eggdrop': File exists
Installing in directory: '/home/derek/eggdrop'.
Copying new modules.
Creating 'help/set' subdirectory.
make[1]: Entering directory `/home/derek/eggdrop1.6.17/src/mod'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Copying module language files.
make[1]: Entering directory `/home/derek/eggdrop1.6.17/src/mod'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Copying module help files.
Creating 'help/msg' subdirectory.
make[1]: Leaving directory `/home/derek/eggdrop1.6.17/src/mod'
make[1]: Leaving directory `/home/derek/eggdrop1.6.17/src/mod'
|
I keep getting warning: jobserver unavailable.
Anyone know whats wrong?
Thanks,
Derek |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Sep 30, 2005 10:11 pm Post subject: |
|
|
'eggdrop' is the executable. It's possible the distinction between a directory and the executable is your problem.
Try:
Code: | make install DEST=/home/derek/bot |
_________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
Derek Voice
Joined: 26 Sep 2005 Posts: 12
|
Posted: Fri Sep 30, 2005 10:27 pm Post subject: |
|
|
Thanks, I'll give it a try. |
|
Back to top |
|
 |
Derek Voice
Joined: 26 Sep 2005 Posts: 12
|
Posted: Fri Sep 30, 2005 10:46 pm Post subject: |
|
|
Didn't help
I get this now:
Code: |
Copying help files.
Copying language files.
/usr/bin/install: cannot create regular file `/home/derek/bot/': Is a directory
make: *** [install-data] Error 1
make: *** Waiting for unfinished jobs....
Creating 'help' subdirectory.
make: *** Waiting for unfinished jobs....
Creating 'language' subdirectory.
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
Copying new 'eggdrop' executable and creating symlink.
make: *** Waiting for unfinished jobs....
Creating 'modules-1.6.17' subdirectory and symlink.
/usr/bin/install: cannot create regular file `/home/derek/bot/eggdrop-1.6.17': No such file or directory
make: *** [install-bin] Error 1
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
Installing in directory: '/home/derek/bot'.
mkdir: cannot create directory `/home/derek/bot': File exists
Copying new modules.
Creating 'help/set' subdirectory.
make[1]: Entering directory `/home/derek/eggdrop1.6.17/src/mod'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[1]: Entering directory `/home/derek/eggdrop1.6.17/src/mod'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Copying module language files.
Copying module help files.
Creating 'help/msg' subdirectory.
make[1]: Leaving directory `/home/derek/eggdrop1.6.17/src/mod'
make[1]: Leaving directory `/home/derek/eggdrop1.6.17/src/mod'
|
|
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Sep 30, 2005 11:01 pm Post subject: |
|
|
Well, something is definitely not quite right. For instance, the error (below) should not exist at all.
Code: | /usr/bin/install: cannot create regular file `/home/derek/bot/eggdrop-1.6.17': No such file or directory |
I suggest you start from scratch. Remove any (or all) folders you have created.
And then very carefully follow the steps in:
Setting up an Eggdrop
Using Your Eggdrop
Enhancing Your Eggdrop
You need to pay particular attention to the section titled Installation _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
|