Hi Andy, I suspect you already have made progress on the lmod front, can you eventually report/share under this one your findings? https://github.com/hpcugent/easybuild-framework/issues/110
>> One or more OS dependencies were not found: ['qt4-devel'] > > That's something we want to weed out as much as possible, but is sometimes > difficult. On Debian, what I do is to make sure we actually have the needed dependencies via the OS and then skip such checks alltogether with "--strict=ignore". N.B. The are two open issues for future work: (should not prevent you, anyhow) https://github.com/hpcugent/easybuild-framework/issues/174 https://github.com/hpcugent/easybuild-framework/issues/102 > tar: Unexpected EOF in archive That is a classic one, and it basically corresponds to interrupted downloads (you hit ctrl-c or something of a similar style happened). As Ken advices: * remove broken tarball, rinse, repeat. Many of such errors should go away once we start using shared verifiable mirrors for distributing the (redistributable open source) software, as per: https://github.com/hpcugent/easybuild-framework/issues/555 https://github.com/hpcugent/easybuild-framework/issues/214 cheers, Fotis

