tup icon indicating copy to clipboard operation
tup copied to clipboard

FreeBSD support...

Open sean- opened this issue 13 years ago • 2 comments

I've updated tup to, in theory, work with FreeBSD. At the very least, FreeBSD compiles now, whereas earlier it would bomb out. I can't promise much more than that because I have no way of using FUSE in this environment.

sean- avatar May 29 '12 03:05 sean-

With tup-0.7.2, the build.sh part of bootstrap.sh executes fine on FreeBSD-10. The issues are in the following phase, where build/tup is run. There are lots errors like:

tup error: Unable to truncate() files not created by this job.

This is with FreeBSD-10's native FUSE code.

larseggert avatar May 26 '14 08:05 larseggert

Should be rebased, I think.

XVilka avatar Aug 19 '20 10:08 XVilka