-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jon Connell wrote: > mysql-test/ndb is using install.sh as its mkdir and install.sh is > failing to spot the existing directory in the new root: > > Making install in mysql-test > Making install in ndb > make[4]: Nothing to be done for `install-exec-am'. > test -z "/sw64/share/mysql/mysql-test/ndb" || > /sw64/src/fink.build/mysql-unified-5.0.45-2/mysql-5.0.45/install-sh -d > "/sw64/src/fink.build/root-mysql-unified-5.0.45-2/sw64/share/mysql/mysql-test/ndb" > test -z "/sw64/share/mysql/mysql-test/ndb" || > /sw64/src/fink.build/mysql-unified-5.0.45-2/mysql-5.0.45/install-sh -d > "/sw64/src/fink.build/root-mysql-unified-5.0.45-2/sw64/share/mysql/mysql-test/ndb" > mkdir: > /sw64/src/fink.build/root-mysql-unified-5.0.45-2/sw64/share/mysql/mysql-test: > File exists > mkdir: > /sw64/src/fink.build/root-mysql-unified-5.0.45-2/sw64/share/mysql/mysql-test/ndb: > > File exists > /usr/bin/install -c -m 644 'ndb_config_2_node.ini' > '/sw64/src/fink.build/root-mysql-unified-5.0.45-2/sw64/share/mysql/mysql-test/ndb/ndb_config_2_node.ini' > make[4]: *** [install-testSCRIPTS] Error 1 > make[4]: *** Waiting for unfinished jobs.... > > > Workaround was MKDIRPROG="mkdir -p" in the invocation of "make install" > in the info files. For example: > > # Install Phase: > InstallScript: << > make install MKDIRPROG="mkdir -p" DESTDIR=%d > benchdir_root=%p/share/mysql libsdir=%p/lib/mysql > > > Jon > >
(cc'ing maintainer) We probably out to use an explicit mkdir program there. Let's confirm which mkdir you're using via "which mkdir". - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqukuQACgkQB8UpO3rKjQ/W9ACeJR48bb1uCHkTn+uglVq+hG5a jS4An38sxK/MLd2sFIiEIG3Zr8mj5vAj =QqJ7 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
