Hi I'm trying to compile http://angband.oook.cz/download/angb...2v2-src.tar.gz through MacPorts and I keep failing on "make install" when it tries to install the .txt files and I'm having trouble figuring out what exactly is failing.
My config:
The last few lines of output containing the error is:
The shell command for the make install:
The above is generated from MacPorts (it sandboxes the install into a "destroot" directory and then copies those files into the actual destination if all is successful). But when doing a "make install" by hand I get the same error.
Increasing the verbosity of make doesn't give me any other useful info.
Is it failing to find the install-sh file? The file is definitely there but there doesn't seem to be a way for me to tell which directory it's invoking ".././install-sh" from.
Haven't had success with 3.1.1 either... similar error, different file.
Any help appreciated... thx
My config:
Code:
Configuration: Install path: /opt/local binary path: /opt/local/bin config path: /opt/local/etc/angband/ lib path: /opt/local/var/games/angband/ var path: (not used) (with private save and score files in ~/.angband/Angband/) -- Frontends -- - Curses Yes - GTK 2.x Disabled - X11 No; missing libraries - SDL Disabled - SDL sound No; missing libraries
Code:
Successfully installed angband. /bin/sh: .././install-sh: No such file or directory Failed to install artifact.txt! make[2]: *** [install] Error 1 make[1]: *** [install] Error 1 make: *** [install] Error 1
Code:
cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_local_games_angband/work/angband-3.1.2v2" && /usr/bin/make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_local_games_angband/work/destroot
Increasing the verbosity of make doesn't give me any other useful info.
Is it failing to find the install-sh file? The file is definitely there but there doesn't seem to be a way for me to tell which directory it's invoking ".././install-sh" from.
Haven't had success with 3.1.1 either... similar error, different file.
Any help appreciated... thx