Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: netbsd-5 not compiling



On Jan 12, 2011, at 15:45 , Hisashi T Fujinaka wrote:

> 
> Heh. Didn't work. I'll try netbsd-5-1 and maybe some particular dates to
> see if I can find what is breaking it on my system.

I recommend:

        find /var/obj -type f -print | xargs rm -f

replace "/var/obj" with whatever piece of filesystem you use for that purpose.

I have also found that, sometimes, the build will fail when a removed src 
directory still exists in /var/obj, which is why I sometimes:

        umount /var/obj
        newfs (the /var/obj device)
        mount /var/obj

before a build.

        Erik <fair%netbsd.org@localhost>



Home | Main Index | Thread Index | Old Index