Hi

On Thu, Apr 17, 2014 at 10:34 AM, Liam Staskawicz <[email protected]> wrote:
> Hi - I'm having some issues running tup in an automated build environment
> (http://drone.io).
>
> The output for some relevant commands (`tup`, `lsmod`, `ls /dev`, `modprobe
> fuse`) is at 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 http://gittup.org/tup/ which
> appears to succeed without issue:
>
> sudo apt-add-repository 'deb 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: [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.

-- 
-- 
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.

Reply via email to