tsgates / mbox

A lightweight sandbox tool for non-root users
http://pdos.csail.mit.edu/mbox/
655 stars 45 forks source link

Makefile is flawed #19

Open kaithar opened 10 years ago

kaithar commented 10 years ago

Really?

mbox # make
(cd dist/arch && {                                     \
 makepkg -cs -f;                                    \
 scp mbox-20140228-1-x86_64.pkg.tar.xz \
   pdos:/disk/am0/httpd/htdocs/mbox/mbox-latest-x86_64.pkg.tar.xz;      \
})
/bin/bash: line 1: makepkg: command not found
ssh: Could not resolve hostname pdos: No address associated with hostname
lost connection
make: *** [arch] Error 1
kaithar commented 10 years ago

(Yes, the instructions are there in readme, but having the main make default being a publishing instruction isn't particularly normal)

rightfold commented 8 years ago

It should also be possible to build mbox on systems that are neither Arch nor Debian.