Bug#732205: lives: FTFBS from mipsel: cp: cannot create directory '/PKGBUILDDIR/debian/tmp/usr/share/lives/plugins/effects/compound': File exists

James Cowgill james410 at cowgill.org.uk
Wed Apr 29 15:08:28 UTC 2015


Control: severity -1 serious
Control: tags -1 patch

Hi,

So I had a look at this bug due to the failings on mips.

I found this which is similar to the immediate problem (with files
instead of directories):
http://unix.stackexchange.com/questions/116280/cannot-create-regular-file-filename-file-exists

The problem is in lives-plugins/plugins/effects/compound/Makefile.am.
The icons directory is copied once by being mentioned in EXTRA_DIST, and
once by the install-data-local rule. There is no dependency between
these rules so they might happen at exactly the same time.

But the data and icons directories are completely empty anyway! I
couldn't reproduce this, but I think the patch I've attached would fix
it by removing the offending code and simply not distributing those
directories. For debian, it has no visible effect - I don't know if
upstream uses the directories for anything.

On Sat, 28 Dec 2013 12:30:10 +0100 Ivo De Decker <ivo.dedecker at ugent.be> wrote:
> This time it built fine. As it is still unclear why it fails from time to
> time, I'm not closing this bug, but downgrading it (so it doesn't block
> migration to testing).

And now the upload from February has failed again for this reason on
arm64, mips and powerpc.

James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 04-compound-makefile.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20150429/1071ebcb/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20150429/1071ebcb/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list