Thorsten Z?rner wrote: [] > Making install in . > test -z "/opt/local/bin" || ../admin/install-sh -c -d "/opt/local/var/ > macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_print_scribus/work/destroot/opt/local/bin" > /bin/sh: ../admin/install-sh: Permission denied
Isn't this a simple question of permissions? If that script is to be executed, it should have permissions 755 and not 644 as it does in the sources. OTOH, looking at the configure script, I don't see why that command is executed as you show it. Logically, configure should have set the MKDIR_P variable to something like "/bin/mkdir -p", but it didn't find this, so it took what it calls the "last resort, use the slow shell script". So maybe if you call configure with the parameter MKDIR_P="/bin/mkdir -p", it will work without chmod'ing admin/install-sh. Disclaimer: I didn't test any of this, because I (as scribus maintainer for Fink), am building scribus with cmake, not with configure, and 1.3.3.12 built exactly like 1.3.3.10 before it, without problem. -- MArtin
