Having trouble building devel/gobject-introspection under 7.1-STABLE

Eric 'Scanner' Luce scanner at apricot.com
Thu Dec 3 01:25:50 UTC 2009


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
>>>>> scanner at 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


More information about the freebsd-ports mailing list