-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/13/11 11:29 AM, Russell McGaha wrote: > Folks; > 1st: SORRY for the long post. > 2nd: I am having troubles with PSYNC under fink 0.30.0 and 10.6.7. > The machine is a 4 week old iMac, I install the Developer tools. Then TRIED > to install PSYNC via CPAN, got the following error: > > Catalog.xs: In function ‘XS_MacOSX__File__Catalog_xs_setcatalog’: > Catalog.xs:263: warning: assignment makes pointer from integer without a cast > lipo: can't open input file: /var/tmp//ccxVhaoe.out (No such file or > directory) > make[1]: *** [Catalog.o] Error 1 > make: *** [subdirs] Error 2 > DANKOGAI/MacOSX-File-0.71.tar.gz > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > Make had returned bad status, install seems impossible > Failed during this command: > DANKOGAI/MacOSX-File-0.71.tar.gz : make NO >
I'm not sure why _we_ need to know how your _CPAN_ install for MacOSX::File failed. ;-) > Then thought: I'll just install Fink: my other mac's run it fine through > Fink. Boot-strapped Fink on the machine. enabled unstable. installed > PSYNC. Tried to use it, via a simple '/sw/bin/psync /TestFolder1/ > TestFolder2/' and got the following error: > > Can't locate MacOSX/File.pm in @INC (@INC contains: > /sw/lib/perl5-core/5.8.8/darwin-thread-multi-2level /sw/lib/perl5-core/5.8.8 > /sw/lib/perl5/site_perl/5.8.8/darwin-thread-multi-2level > /sw/lib/perl5/site_perl/5.8.8 > /sw/lib/perl5/site_perl/5.8.8/darwin-thread-multi-2level > /sw/lib/perl5/site_perl .) at /sw/bin/psync line 14. > BEGIN failed--compilation aborted at /sw/bin/psync line 14. > > Searched the archives, and found a similar post. read though it. I'm not > trying to run PSYNC via sudo though; just a plain call. Tried the suggested > fix: 'sudo env PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin psync' and it did > succeed; BUT, I need to run it without sudo. > > This is a 'remote' machine that i'm try to do a backup script for [backup the > local home folder to a remote home folder. RSYNC was giving me permission > problems and this script needs to be an unmanned 'cron' job. > > ANY thoughts on how I can get this fixed so that PSYNC can run > un-attended? > > Russell > > PS Please CC me on responses, as I'm on a digest feed. Why are you using "/sw/bin/psync" rather than just "psync"? If you are doing that because your Fink environment isn't being initialized, then that could definitely cause problems in finding Perl modules. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3NUfMACgkQB8UpO3rKjQ87PQCgmF7dl6WO70tAG1vv0CKrfqZo QHwAnjiN+Wg0zeF5uB2vjDaYneeX6C3K =tbrG -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ 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
