OS 10.4.10 "python" is Python 2.3 (system's version) Xcode 2.4.1 This came off of the tracker recently. I didn't do a test build because it looked like the changes from the prior version were relatively trivial. However, I got the following error during the install phase: .. test -z "" || config/install-sh -c -d "" /usr/bin/install -c -m 644 'data/tools/wesnoth/wmltools.py' '/wmltools.py' /usr/bin/install -c -m 644 'data/tools/wesnoth/wmldata.py' '/wmldata.py' /usr/bin/install -c -m 644 'data/tools/wesnoth/wmlparser.py' '/wmlparser.py' /usr/bin/install -c -m 644 'data/tools/wesnoth/campaignserver_client.py' '/campaignserver_client.py' /usr/bin/install -c -m 644 'data/tools/wesnoth/__init__.py' '/__init__.py' ./config/py-compile: Missing argument to --basedir. make[2]: *** [install-pkgpythonPYTHON] Error 1 ... A full build log is posted at http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_wesnoth-devel_1.3.4-11_2007.07.01-21.03.23
I get a slightly different failure if I use --build-as-nobody: test -z "" || config/install-sh -c -d "" /usr/bin/install -c -m 644 'data/tools/wesnoth/wmltools.py' '/wmltools.py' install: /wmltools.py: Permission denied /usr/bin/install -c -m 644 'data/tools/wesnoth/wmldata.py' '/wmldata.py' install: /wmldata.py: Permission denied /usr/bin/install -c -m 644 'data/tools/wesnoth/wmlparser.py' '/wmlparser.py' install: /wmlparser.py: Permission denied /usr/bin/install -c -m 644 'data/tools/wesnoth/campaignserver_client.py' '/campaignserver_client.py' install: /campaignserver_client.py: Permission denied /usr/bin/install -c -m 644 'data/tools/wesnoth/__init__.py' '/__init__.py' install: /__init__.py: Permission denied ./config/py-compile: Missing argument to --basedir. make[2]: *** [install-pkgpythonPYTHON] Error 1 The full build log for this case is posted at http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_wesnoth-devel_1.3.4-11_2007.07.01-20.05.41 -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
