Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 924892 Details for
Bug 1127399
Cannot compile sample OpenPegasus providers "Error adding class CIM_Component to the repository"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
workaround patch
sample-providers-workaround.patch (text/plain), 2.23 KB, created by
Vitezslav Crhonek
on 2014-08-07 12:10:32 UTC
(
hide
)
Description:
workaround patch
Filename:
MIME Type:
Creator:
Vitezslav Crhonek
Created:
2014-08-07 12:10:32 UTC
Size:
2.23 KB
patch
obsolete
>diff -up Providers/Load/Makefile.orig Providers/Load/Makefile >--- Providers/Load/Makefile.orig 2014-08-07 13:58:50.912797643 +0200 >+++ Providers/Load/Makefile 2014-08-07 13:59:53.388165126 +0200 >@@ -37,7 +37,7 @@ else > ifeq ($(PEGASUS_INTEROP_NAMESPACE),interop) > INTEROPNS=interop > else >-INTEROPNS=root/PG_InterOp >+INTEROPNS=root/interop > endif > endif > >@@ -48,20 +48,20 @@ createCXXrepository: > @$(ECHO) "+++++ Creating $(SAMPLECXXPROVIDERNS) namespace ..." > @$(ECHO) "+++++ Loading SDK_CIM_Schema.mof into" \ > "$(SAMPLECXXPROVIDERNS) namespace ..." >- @$(PEGASUS_BIN_DIR)/cimmof -I$(PEGASUS_CIM_SCHEMA_DIR) \ >+ @$(PEGASUS_BIN_DIR)/cimmof "-aE" -I$(PEGASUS_CIM_SCHEMA_DIR) \ > -n$(SAMPLECXXPROVIDERNS) SDK_CIM_Schema.mof > @ $(ECHO) "+++++ Loading class definitions into " \ > "$(SAMPLECXXPROVIDERNS) namespace ..." >- @ $(PEGASUS_BIN_DIR)/cimmof -n$(SAMPLECXXPROVIDERNS) \ >+ @ $(PEGASUS_BIN_DIR)/cimmof "-aE" -n$(SAMPLECXXPROVIDERNS) \ > SampleProviderSchema.mof > > createCMPIrepository: > @$(ECHO) "+++++ Creating $(SAMPLECMPIPROVIDERNS) namespace ..." > @$(ECHO) "+++++ Loading SDK_CIM_Schema.mof into" \ > "$(SAMPLECMPIPROVIDERNS) namespace ..." >- @$(PEGASUS_BIN_DIR)/cimmof -I$(PEGASUS_CIM_SCHEMA_DIR) \ >+ @$(PEGASUS_BIN_DIR)/cimmof "-aE" -I$(PEGASUS_CIM_SCHEMA_DIR) \ > -n$(SAMPLECMPIPROVIDERNS) SDK_CIM_Schema.mof >- @ $(PEGASUS_BIN_DIR)/cimmof -n$(SAMPLECMPIPROVIDERNS) CWS_FilesAndDir.mof >+ @ $(PEGASUS_BIN_DIR)/cimmof "-aE" -n$(SAMPLECMPIPROVIDERNS) CWS_FilesAndDir.mof > > createrepository: createCXXrepository createCMPIrepository > @$(ECHO) "+++++ Repository created." >diff -up Providers/Load/SDK_CIM_Schema.mof.orig Providers/Load/SDK_CIM_Schema.mof >--- Providers/Load/SDK_CIM_Schema.mof.orig 2014-08-07 14:00:04.709229298 +0200 >+++ Providers/Load/SDK_CIM_Schema.mof 2014-08-07 14:00:43.278456070 +0200 >@@ -45,6 +45,7 @@ > #pragma include ("DMTF/Core/CIM_ManagedElement.mof") > #pragma include ("DMTF/Core/CIM_ManagedSystemElement.mof") > #pragma include ("DMTF/Core/CIM_LogicalElement.mof") >+#pragma include ("DMTF/Core/CIM_AbstractComponent.mof") > #pragma include ("DMTF/Core/CIM_Component.mof") > #pragma include ("DMTF/Event/CIM_Indication.mof") > #pragma include ("DMTF/System/CIM_LogicalFile.mof")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1127399
: 924892