https://bugzilla.redhat.com/show_bug.cgi?id=1333933



--- Comment #11 from Dan Williams <[email protected]> ---
I grabbed the latest 2104 and hit some missing BuildRequires:

Index: SPECS/ixpdimm_sw.spec
===================================================================
--- SPECS.orig/ixpdimm_sw.spec
+++ SPECS/ixpdimm_sw.spec
@@ -17,6 +17,9 @@ Requires: libinvm-cim >= 1.0.0.1040
 BuildRequires: pkgconfig(libkmod)
 BuildRequires: pkgconfig(sqlite3)
 BuildRequires: pkgconfig(libndctl)
+BuildRequires: pkgconfig(openssl)
+BuildRequires: numactl-devel
+BuildRequires: sblim-cmpi-devel
 BuildRequires: libinvm-i18n-devel
 BuildRequires: libinvm-cim-devel
 BuildRequires: libinvm-cli-devel

I then hit this compilation error:

logic/PostLayoutRequestDeviationCheck.cpp: In member function 'double
wbem::logic::PostLayoutRequestDeviationCheck::findPercentDeviation(NVM_UINT64,
NVM_UINT64)':  
logic/PostLayoutRequestDeviationCheck.cpp:52:57: error: call of overloaded
'abs(NVM_UINT64)' is ambiguous
  return (double)100.0 * (abs(observedValue-expectedValue))/expectedValue;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to