As stated in the attach. poma
â?¦ if [[ sfcb != pegasus ]]; then \ sed -i '/^# --/,/^# --!/d' .//home/poma/rpmbuild/BUILDROOT/libvirt-cim-0.6.1-4.fc18.x86_64/usr/share/libvirt-cim/RegisteredProfile.registration .//home/poma/rpmbuild/BUILDROOT/libvirt-cim-0.6.1-4.fc18.x86_64/usr/share/libvirt-cim/ElementConformsToProfile.registration .//home/poma/rpmbuild/BUILDROOT/libvirt-cim-0.6.1-4.fc18.x86_64/usr/share/libvirt-cim/ReferencedProfile.registration; \ fi sed: can't read .//home/poma/rpmbuild/BUILDROOT/libvirt-cim-0.6.1-4.fc18.x86_64/usr/share/libvirt-cim/RegisteredProfile.registration: No such file or directory sed: can't read .//home/poma/rpmbuild/BUILDROOT/libvirt-cim-0.6.1-4.fc18.x86_64/usr/share/libvirt-cim/ElementConformsToProfile.registration: No such file or directory sed: can't read .//home/poma/rpmbuild/BUILDROOT/libvirt-cim-0.6.1-4.fc18.x86_64/usr/share/libvirt-cim/ReferencedProfile.registration: No such file or directory make[2]: *** [install-data-local] Error 2 make[2]: Leaving directory `/home/poma/rpmbuild/BUILD/libvirt-cim-0.6.1' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/poma/rpmbuild/BUILD/libvirt-cim-0.6.1' make: *** [install-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.zdZQgl (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.zdZQgl (%install)
diff -ur libvirt-cim-0.6.1/Makefile.am libvirt-cim-0.6.1.new/Makefile.am --- libvirt-cim-0.6.1/Makefile.am 2012-02-08 14:23:43.000000000 +0100 +++ libvirt-cim-0.6.1.new/Makefile.am 2013-04-01 08:46:20.921563355 +0200 @@ -189,7 +189,7 @@ $(install_sh_DATA) -t "$(DESTDIR)$(pkgdatadir)" $(INTEROP_MOFS) $(install_sh_DATA) -t "$(DESTDIR)$(pkgdatadir)" $(INTEROP_REGS) if [[ @CIMSERVER@ != pegasus ]]; then \ - sed -i '/^# --/,/^# --!/d' $(subst schema,$(DESTDIR)$(pkgdatadir), $(PGINTEROP_REGS)); \ + sed -i '/^# --/,/^# --!/d' $(subst ./schema,$(DESTDIR)$(pkgdatadir), $(PGINTEROP_REGS)); \ fi uninstall-local: diff -ur libvirt-cim-0.6.1/Makefile.in libvirt-cim-0.6.1.new/Makefile.in --- libvirt-cim-0.6.1/Makefile.in 2012-02-08 14:34:12.000000000 +0100 +++ libvirt-cim-0.6.1.new/Makefile.in 2013-04-01 08:47:22.122827705 +0200 @@ -1022,7 +1022,7 @@ $(install_sh_DATA) -t "$(DESTDIR)$(pkgdatadir)" $(INTEROP_MOFS) $(install_sh_DATA) -t "$(DESTDIR)$(pkgdatadir)" $(INTEROP_REGS) if [[ @CIMSERVER@ != pegasus ]]; then \ - sed -i '/^# --/,/^# --!/d' $(subst schema,$(DESTDIR)$(pkgdatadir), $(PGINTEROP_REGS)); \ + sed -i '/^# --/,/^# --!/d' $(subst ./schema,$(DESTDIR)$(pkgdatadir), $(PGINTEROP_REGS)); \ fi uninstall-local:
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel