Error making directory

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
Brendan
Posts: 296
Joined: 15.07.2003
With us: 21 years 4 months
Location: Bellows Falls, VT
Contact:

Error making directory

Post #1by Brendan » 14.12.2006, 02:56

I compiled Celestia for AMD 64 on Fedora Core 5 with the gnome gui and no lua and as root, a make install copies the files until it gives this:

Code: Select all

Making install in po
make[1]: Entering directory `/home/brendan/cvs_celestia/po'
make[1]: mkdir_p@: Command not found
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/brendan/cvs_celestia/po'
make: *** [install-recursive] Error 1
Specs: 3500 AMD 64, 1GB RAM, PCI Express GeForce 7600 GS with 256MB, Debian Lenny on 250 GB drive, Windows XP Media Center on 250 GB drive

steffens
Posts: 162
Joined: 06.11.2003
With us: 21 years
Location: RP Germany

Re: Error making directory

Post #2by steffens » 14.12.2006, 08:56

Brendan wrote:I compiled Celestia for AMD 64 on Fedora Core 5 with the gnome gui and no lua and as root, a make install copies the files until it gives this:

Code: Select all

Making install in po
make[1]: Entering directory `/home/brendan/cvs_celestia/po'
make[1]: mkdir_p@: Command not found
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/brendan/cvs_celestia/po'
make: *** [install-recursive] Error 1

Same problem here (on Debian Sarge). As a workaround, you can edit the Makefile in /po and /po2 and change "mkdir_p@" to "mkdir -p".
This seems to be a problem with some versions of autotools and was discussed some time ago either on the forum or the developers mailing list.
It would be nice to fix this.

steffens

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Re: Error making directory

Post #3by t00fri » 14.12.2006, 09:11

steffens wrote:
Brendan wrote:I compiled Celestia for AMD 64 on Fedora Core 5 with the gnome gui and no lua and as root, a make install copies the files until it gives this:

Code: Select all

Making install in po
make[1]: Entering directory `/home/brendan/cvs_celestia/po'
make[1]: mkdir_p@: Command not found
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/brendan/cvs_celestia/po'
make: *** [install-recursive] Error 1
Same problem here (on Debian Sarge). As a workaround, you can edit the Makefile in /po and /po2 and change "mkdir_p@" to "mkdir -p".
This seems to be a problem with some versions of autotools and was discussed some time ago either on the forum or the developers mailing list.
It would be nice to fix this.

steffens


It is fixed by using more recent versions of the autotools.

Bye Fridger
Image


Return to “Development”