On Sat, Mar 23, 2013 at 3:30 AM, Fotis Georgatos <[email protected]> wrote: > > 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 >
Okay that got past the dependency but had a different error. >> 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 Yup, that fixed that error now I get an error hitting this machines quota. Wiping and symlinking to a different filesystem fixed that issue, but the install of GCC is taking far longer than I expected. Is there a way to specify the number of threads for make to use? -- Andy > > cheers, > Fotis >

