Op donderdag 11-06-2009 om 10:25 uur [tijdzone +0100], schreef Richard W.M. Jones: > > mingw32-libxslt-1.1.24-7.fc12 (build/make) epienbro,rjones > > This is quite strange. Has there been a change to /usr/bin/install > recently? The Makefile is doing: > > /usr/bin/install -c -m 644 exslt.h exsltconfig.h exslt.h exsltconfig.h > exsltexports.h > '/builddir/build/BUILDROOT/mingw32-libxslt-1.1.24-7.fc12.i386/usr/i686-pc-mingw32/sys-root/mingw/include/libexslt' > /usr/bin/install: will not overwrite just-created > `/builddir/build/BUILDROOT/mingw32-libxslt-1.1.24-7.fc12.i386/usr/i686-pc-mingw32/sys-root/mingw/include/libexslt/exslt.h' > with `exslt.h' > /usr/bin/install: will not overwrite just-created > `/builddir/build/BUILDROOT/mingw32-libxslt-1.1.24-7.fc12.i386/usr/i686-pc-mingw32/sys-root/mingw/include/libexslt/exsltconfig.h' > with `exsltconfig.h'
This one has just been fixed. It seems to be caused by a more strict /bin/install in combination with a Makefile.am which tried to install these files two times. I added a patch for the Makefile.am [1] after which the build succeeded. Regards, Erik van Pienbroek [1]: http://cvs.fedoraproject.org/viewvc/rpms/mingw32-libxslt/devel/mingw32-libxslt-ftbfs.patch?view=markup -- fedora-devel-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-devel-list
