Paul Gevers writes ("Bug#1073171: dgit fails to build libabigail source"):
> I ran the following script (with pkg=libabigail):
> """
> dgit clone %(pkg)s
> dch --nmu "source only upload to enable migration (Closes: #%(bug)s)"
> dch -r ""
> git commit . -m"Prepare d/changelog for upload"
> dgit --quilt=linear build-source
> dgit --quilt=linear -wgf --delayed=15 push
> """
> 
> It failed with exit status 255 after `build-source` and a lot of output 
> like:
> error: unable to write file 
> tests/data/test-alt-dwarf-file/test1-libgromacs-debug-dir/.build-id/7c/85cee9a5a59e7d0a866386b47c1674da5d201f.debug
> error: unable to write file 
> tests/data/test-alt-dwarf-file/test1-libgromacs-debug-dir/.dwz/gromacs-5.0.6-4.fc22.x86_64
> 
> This is with libabigail version 2.5-1 currently in sid.

Do you have the whole output ?  dgit itself doesn't have that "unable
to write file" message in its source code.  Whatever printed that
message doesn't seem to have included the errno.

I tried your runes but with
  dgit --quilt=linear -wgf --delayed=15 --damp-run push
and it seemed to work for me.

The package seems quite large.  I hate to ask but ... are you perhaps
out of disk space?

Does --damp-run work for you?  If it fails the same way, then -D
output might be useful.  Or an strace.

Ian.

-- 
Ian Jackson <ijack...@chiark.greenend.org.uk>   These opinions are my own.  

Pronouns: they/he.  If I emailed you from @fyvzl.net or @evade.org.uk,
that is a private address which bypasses my fierce spamfilter.

Reply via email to