excellent - that works perfectly for this situation. thanks!
On Thu, Apr 17, 2014, at 12:09 PM, Liam Staskawicz wrote: ---------- Forwarded message ---------- From: Anatol Pomozov <[1][email protected]> Date: Thu, Apr 17, 2014 at 11:08 AM Subject: Re: [tup] fuse q To: [2][email protected] Hi On Thu, Apr 17, 2014 at 10:34 AM, Liam Staskawicz <[3][email protected]> wrote: > Hi - I'm having some issues running tup in an automated build environment > ([4]http://drone.io). > > The output for some relevant commands (`tup`, `lsmod`, `ls /dev`, `modprobe > fuse`) is at [5]http://pastebin.com/diREajrd You don't have use kernel module nor /dev/fuse file required for tup. One workaround for you would be using 'tup generate' command that was added in the recent release. This generates a simple shell script and runs tup without fuse. You loose dependency tracking feature but if you build project anew each time then it does not matter. tup generate runme.sh ./runme > > I've installed tup via the directions listed at [6]http://gittup.org/tup/ which > appears to succeed without issue: > > sudo apt-add-repository 'deb [7]http://ppa.launchpad.net/anatol/tup/ubuntu > precise main' > sudo apt-get update > sudo apt-get install tup > > > I'm not super familiar with Linux system configuration, and I haven't been > able to find any concrete info that suggests whether this is likely to be an > issue with the way I've configured the machine, or an issue with their > environment, or something else altogether. > > Are these errors familiar to anybody? Any tips to get it running happily? > Thanks! > > -- > -- > tup-users mailing list > email: [8][email protected] > unsubscribe: [9][email protected] > options: [10]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 [11][email protected]. > For more options, visit [12]https://groups.google.com/d/optout. -- -- tup-users mailing list email: [13][email protected] unsubscribe: [14][email protected] options: [15]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 [16][email protected]. For more options, visit [17]https://groups.google.com/d/optout. References 1. mailto:[email protected] 2. mailto:[email protected] 3. mailto:[email protected] 4. http://drone.io/ 5. http://pastebin.com/diREajrd 6. http://gittup.org/tup/ 7. http://ppa.launchpad.net/anatol/tup/ubuntu 8. mailto:[email protected] 9. mailto:tup-users%[email protected] 10. http://groups.google.com/group/tup-users?hl=en 11. mailto:tup-users%[email protected] 12. https://groups.google.com/d/optout 13. mailto:[email protected] 14. mailto:tup-users%[email protected] 15. http://groups.google.com/group/tup-users?hl=en 16. mailto:tup-users%[email protected] 17. https://groups.google.com/d/optout -- -- 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.
