On 8/2/12 3:44 PM, Daniel Johnson wrote: > > On Aug 2, 2012, at 6:01 PM, Viv Kendon <[email protected]> wrote: > >> >> Where do I find /sw/sbin/mktemp? Some utils package I need >> to install? >> >> compilerlib="-L/sw/lib/gcc4.7/lib -lgfortran" >> gfc='gfortran-fsf-4.7 -O2 -fimplicit-none -funroll-loops >> -fPIC -fno-common '$m >> ldf='-Wl,-dead_strip_dylibs -dynamiclib -single_module >> -install_name ' >> gccc='gcc -O3 -Wl,-dead_strip_dylibs -dynamiclib >> -single_module -fno-common '$m'-install_name ' >> TMP=`/sw/sbin/mktemp -d -p .` || exit 1 >> /sw/sbin/mktemp -d -p . >> /tmp/fink.ujoek: line 18: /sw/sbin/mktemp: No such file or >> directory >> ### execution of /tmp/fink.ujoek failed, exit code 1 >> >> Package manager version: 0.34.1 >> Distribution version: selfupdate-rsync Thu Aug 2 19:58:46 >> 2012, 10.6, x86_64 >> Trees: local/main local/crypto stable/main stable/crypto >> unstable/main unstable/crypto >> Xcode.app: 3.2.6 >> Xcode command-line tools: 3.2.6 >> Max. Fink build jobs: 4 >> > > Fink's debianutils used to have mktemp, but it's now gone. OS X's version > doesn't support the -p flag. Coreutils does have mktemp (and readlink which > is also now gone) but our version disables them. Maybe because debianutils > used to provide them? Perhaps we need to reenable those utilities in > coreutils? > > Daniel > > >
Now fixed in CVS, and the fix should be available via "fink selfupdate" shortly. The package was changed in 10.7/ to use /usr/bin/mktemp with proper flags due to the newer debianutils, but I had neglected to backport that to 10.4/. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
