aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20050322 install error  (Read 2782 times)

leotorjeman

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 39
20050322 install error
« on: March 22, 2005, 06:25:38 PM »

hi i get the following error when i install tha latest CVS:

Code: [Select]
make[1]: Leaving directory `/home/leo/Desktop/amule-cvs/po'
Making install in docs
make[1]: Entering directory `/home/leo/Desktop/amule-cvs/docs'
Making install in man
make[2]: Entering directory `/home/leo/Desktop/amule-cvs/docs/man'
make[3]: Entering directory `/home/leo/Desktop/amule-cvs/docs/man'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/man/man1
mkdir -p -- /usr/local/man/man1
mkdir: cannot create directory `/usr/local/man': File exists
make[3]: *** [install-man1] Error 1
make[3]: Leaving directory `/home/leo/Desktop/amule-cvs/docs/man'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/leo/Desktop/amule-cvs/docs/man'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/leo/Desktop/amule-cvs/docs'
make: *** [install-recursive] Error 1

i tried to delete, redownload and compile but i get the same error

thanks,
Leo Torjreman
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: 20050322 install error
« Reply #1 on: March 23, 2005, 03:48:37 AM »

leotorjeman,

Just a wild guess: check the contents of /usr/local/man:

$ ls -l /usr/local/man

If this is a file, i.e., not a directory, then you should probably delete it:

$ rm /usr/local/man

Cheers!
Logged