Re: Are there any public ia-64 machines for debugging purposes?
"Theodore Y. Ts'o" <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 23, 2019 at 11:34:22PM +0200, John Paul Adrian Glaubitz wrote: > Hi Ted! > > On 7/23/19 11:22 PM, Theodore Y. Ts'o wrote: > > I need to find an ia64 machine to investigate this build failure: > > > > https://buildd.debian.org/status/fetch.php?pkg=e2fsprogs&arch=ia64&ver=1.45.3-1&stamp=1563898609&raw=0 > > Thanks for access. It looks like it works just fine on the machine you gave me access. The test in question, m_hugefile, creates a 4T file system. Assuming the file system on the build host for /tmp supports sparse files, it requires 1.1G of space. If it doesn't support sparse files, then it needs 4TB of space: % mke2fs -t ext4 -Fq /tmp/foo.img 4T % ls -slh /tmp/foo.img 1.1G -rw-r--r-- 1 tytso tytso 4.0T Jul 25 21:18 /tmp/foo.img Is there is a possibility that the problem is the lack of space on /tmp on the ia-64 build server? Thanks, - Ted