On Wednesday 04 of November 2015 11:55:56 Andrew Jensen wrote: > I should add that yes, release 0.7.3 works, as that was what I was > essentially using before. But upgrading to the latest tip from git is what > is not working for me.
The most recent version works too... > $ tup > [ tup ] [0.000s] Scanning filesystem... > [ tup ] [0.007s] Reading in new environment variables... > [ tup ] [0.007s] No Tupfiles to parse. > [ tup ] [0.007s] No files to delete. > [ tup ] [0.007s] Executing Commands... > > 1) [0.026s] g++ -c foo.cc --coverage -o foo.o > 2) [0.026s] g++ -c main.cc --coverage -o main.o > [ ] 100% > > [ tup ] [0.040s] Updated. > $ ls > foo.cc foo.gcno foo.o main.cc main.gcno main.o Tupfile > $ tup --version > tup v0.7.3-35-g0ed01a5 Important note is that my tup has suid set, as Arch Linux doesn't support user namespaces. Regards, FCh -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
