aMule Forum

English => Compilation problems => Topic started by: leotorjeman on March 22, 2005, 06:25:38 PM

Title: 20050322 install error
Post by: leotorjeman 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
Title: Re: 20050322 install error
Post by: phoenix 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!