F12 mass rebuild status

Caolán McNamara caolanm at redhat.com
Fri Jul 31 08:35:25 UTC 2009


On Fri, 2009-07-31 at 10:16 +0200, drago01 wrote:
> '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.9.20090203git13281b3.fc12.x86_64/usr/include/dbus-c++-1/dbus-c++/'
> /usr/bin/install: will not overwrite just-created
> `/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.9.20090203git13281b3.fc12.x86_64/usr/include/dbus-c++-1/dbus-c++/debug.h'
> with `../include/dbus-c++/debug.h'

The Makefile[.am] there has that header file listed twice, i.e.

        $(HEADER_DIR)/debug.h \
...
        $(HEADER_DIR)/debug.h \

so just remove one of them and you'll be good to go.

C.





More information about the fedora-devel-list mailing list