Problem solved, mostly - KUWAMURA Shin'ya correctly points out the heart of the problem I was having:
>>>>> On Wed, 02 Dec 2009 14:32:34 -0800 >>>>> scan...@apricot.com said: > > > File "/usr/local/lib/python2.6/shutil.py", line 77, in copystat > > os.chflags(dst, st.st_flags) > > OSError: [Errno 45] Operation not supported: > > '/home/scanner/.cache/g-ir-scanner/6f4f273a32647c4a726a9b465c5599c2049c2c94' The home directory if NFS mounted via amd, and this was the issue. I was focused too much on the actual error. He suggested the work around of: > mkdir ~/.cache > touch ~/.cache/g-ir-scanner simply to disable g-ir-scanner's cache, and work around this issue. --Scanner _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"