tup icon indicating copy to clipboard operation
tup copied to clipboard

How to Build Tup from sources inside chroot?

Open Piping opened this issue 5 years ago • 1 comments

Hi, @gittup

First of all, Thanks you for this awesome tool. Although I believe many people don't really understand what tup is in the first place, it helps me dramatically on edit-compile-test cycle, as well as development pipeline while I am working on very big code base (20Million lines of C codes).

I want to build tup inside chroot environment but I am not sure what is the build prerequisite for tup. The build.sh come with tup is just broken.

The chroot environment mimics the centos 7 if that helps. I can use yum inside chroot to download some libraries if needed.

Best.

Piping avatar Mar 17 '19 06:03 Piping

I tried yum install fuse-devel and it can proceed to build until

* 85) src/lua: CC lapi.c
mount: Invalid argument
Unable to remount the root file-system as a private mount.

Piping avatar Mar 17 '19 07:03 Piping