The file libexslt/Makefile.am of libxslt-1.1.24-r1 has duplicate entries. This is not only a cosmetical flaw but the install command triggered by "make install" will actually fail with coreutils-7.4 when the makefile is generated with automake-1.11 (which is currently not the case, but might be in future) which collects the files in one install command (and so the same file is tried to copied several times with one command). (With automake-1.10 no error is reported, but anyway the files are copied unnecessarily several times). (Apparently, this part of the makefile is only executed on x86; on amd64 no such problem occurs). Anyway, the fix is trivial: One just has to remove the duplicate entries. I attach a corresponding patch (which of course should apply before eautoreconf is called).
Created attachment 205950 [details, diff] Remove duplicate entries from libexslt/Makefile.am
Could you report this issue upstream as well ? If not, we'll do.
Please do. I have almost no time these days.
Fixed by 1.1.26.