[Bug 1806017] Review Request: opae - a sdk for fpga hardware

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Neil Horman <nhorman@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |needinfo?(trix@xxxxxxxxxx)



--- Comment #6 from Neil Horman <nhorman@xxxxxxxxxx> ---


This all looks pretty good now.  The undefined symbols are still bothering me
though.  It appears as though, when building, you aren't linking to the
libraries that implement the fpgaPropertiesSet* functions (I believe
libopae-c.so).  As such there are no DT_NEEDED entries in the libraries calling
these functions to auto-load those dependent libraries.  Was that intentional,
and if so, can you document why here?


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- If (and only if) the source package includes the text of the license(s)
  in its own file, then that file, containing the text of the license(s)
  for the package is included in %license.
  Note: License file COPYING is not marked as %license
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/LicensingGuidelines/#_license_text


===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig not called in %post and %postun for Fedora 28 and later.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "BSD 3-clause "New" or "Revised"
     License", "Expat License BSD 3-clause "New" or "Revised" License",
     "Expat License", "*No copyright* BSD (unspecified)", "GNU General
     Public License (v2)". 549 files have unknown license. Detailed output
     of licensecheck in /home/nhorman/Downloads/review-
     opae/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/systemd/system,
     /usr/lib/systemd
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[x]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[x]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package requires other packages for directories it uses.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: %config files are marked noreplace or the reason is justified.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: No %config files under /usr.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: systemd_post is invoked in %post, systemd_preun in %preun, and
     systemd_postun in %postun for Systemd service files.
     Note: Systemd service file(s) in opae-devel
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[x]: Scriptlets must be sane, if used.
[x]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[x]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: opae-1.4.0-3.fc33.x86_64.rpm
          opae-devel-1.4.0-3.fc33.x86_64.rpm
          opae-debuginfo-1.4.0-3.fc33.x86_64.rpm
          opae-debugsource-1.4.0-3.fc33.x86_64.rpm
          opae-1.4.0-3.fc33.src.rpm
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libbitstream.so.1.4.0   <=
not sure why this is still triggering, since we're not supposed to call it
anymore, I'm ignoring it
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libbmc.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libfpgad-api.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libhssi-io.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libopae-c++-utils.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libopae-c.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libopae-cxx-core.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libsafestr.so.1.4.0
opae-devel.x86_64: W: no-documentation
opae-devel.x86_64: W: no-manual-page-for-binary bist
opae-devel.x86_64: W: no-manual-page-for-binary bist_app
opae-devel.x86_64: W: no-manual-page-for-binary bist_app.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_common.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_def.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_dma.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_nlb0.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_nlb3.py
opae-devel.x86_64: W: no-manual-page-for-binary coreidle
opae-devel.x86_64: W: no-manual-page-for-binary fpga_dma_vc_test
opae-devel.x86_64: W: no-manual-page-for-binary fpgabist
opae-devel.x86_64: W: no-manual-page-for-binary fpgaconf
opae-devel.x86_64: W: no-manual-page-for-binary fpgad
opae-devel.x86_64: W: no-manual-page-for-binary fpgainfo
opae-devel.x86_64: W: no-manual-page-for-binary fpgametrics
opae-devel.x86_64: W: no-manual-page-for-binary hello_fpga
opae-devel.x86_64: W: no-manual-page-for-binary hssi_config
opae-devel.x86_64: W: no-manual-page-for-binary hssi_loopback
opae-devel.x86_64: W: no-manual-page-for-binary mmlink
opae-devel.x86_64: W: no-manual-page-for-binary ras
opae-devel.x86_64: W: no-manual-page-for-binary userclk
5 packages and 0 specfiles checked; 8 errors, 22 warnings.




Rpmlint (debuginfo)
-------------------
Checking: opae-debuginfo-1.4.0-3.fc33.x86_64.rpm
          opae-devel-debuginfo-1.4.0-3.fc33.x86_64.rpm
2 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "C.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "C.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
opae-devel.x86_64: W: invalid-url URL: https://github.com/OPAE/opae-sdk
<urlopen error [Errno -2] Name or service not known>
opae-devel.x86_64: W: no-documentation
opae-devel.x86_64: W: no-manual-page-for-binary bist
opae-devel.x86_64: W: no-manual-page-for-binary bist_app
opae-devel.x86_64: W: no-manual-page-for-binary bist_app.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_common.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_def.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_dma.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_nlb0.py
opae-devel.x86_64: W: no-manual-page-for-binary bist_nlb3.py
opae-devel.x86_64: W: no-manual-page-for-binary coreidle
opae-devel.x86_64: W: no-manual-page-for-binary fpga_dma_vc_test
opae-devel.x86_64: W: no-manual-page-for-binary fpgabist
opae-devel.x86_64: W: no-manual-page-for-binary fpgaconf
opae-devel.x86_64: W: no-manual-page-for-binary fpgad
opae-devel.x86_64: W: no-manual-page-for-binary fpgainfo
opae-devel.x86_64: W: no-manual-page-for-binary fpgametrics
opae-devel.x86_64: W: no-manual-page-for-binary hello_fpga
opae-devel.x86_64: W: no-manual-page-for-binary hssi_config
opae-devel.x86_64: W: no-manual-page-for-binary hssi_loopback
opae-devel.x86_64: W: no-manual-page-for-binary mmlink
opae-devel.x86_64: W: no-manual-page-for-binary ras
opae-devel.x86_64: W: no-manual-page-for-binary userclk
opae-devel-debuginfo.x86_64: W: invalid-url URL:
https://github.com/OPAE/opae-sdk <urlopen error [Errno -2] Name or service not
known>
opae-debuginfo.x86_64: W: invalid-url URL: https://github.com/OPAE/opae-sdk
<urlopen error [Errno -2] Name or service not known>
opae.x86_64: W: invalid-url URL: https://github.com/OPAE/opae-sdk <urlopen
error [Errno -2] Name or service not known>
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libfpgad-api.so.1.4.0
strnlen_s                                        <= these are still bothersome
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libfpgad-api.so.1.4.0
strncpy_s
opae.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libhssi-io.so.1.4.0
/lib64/libopae-c.so.1
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-c++-utils.so.1.4.0
pthread_mutex_clocklock
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetSocketID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetBBSVersion
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetLocalMemorySize
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetCapabilities
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetNumErrors
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetLocalMemorySize
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetParent
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetNumSlots
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetModel
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetBus
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetFunction
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetModel
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetFunction
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetBBSID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetBBSID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetAcceleratorState
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetNumInterrupts
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetDevice
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetObjectID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetNumSlots
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetNumInterrupts
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetAcceleratorState
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetParent
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetBus
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetSegment
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetObjectType
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetCapabilities
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetDevice
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetDeviceID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetNumMMIO
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetVendorID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetBBSVersion
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetObjectID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetNumErrors
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetVendorID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetObjectType
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetSegment
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetSocketID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetNumMMIO
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesGetDeviceID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaMapMMIO
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaOpen
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPropertiesSetGUID
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaErrStr
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetProperties
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaRegisterEvent
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetPropertiesFromHandle
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaCreateEventHandle
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
strcat_s
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectGetSize
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaWriteMMIO32
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaTokenGetObject
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaDestroyObject
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
snprintf_s_i
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaDestroyEventHandle
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
strncpy_s
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectRead64
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaWriteMMIO512
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaReadMMIO32
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectGetType
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetErrorInfo
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaReconfigureSlot
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetOSObjectFromEventHandle
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectGetObject
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectRead
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaReset
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetOPAECVersionString
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaReleaseBuffer
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaCloneToken
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaDestroyToken
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaHandleGetObject
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetIOAddress
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetOPAECVersion
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaReadError
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaReadMMIO64
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaWriteMMIO64
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaEnumerate
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaGetOPAECBuildString
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaClose
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectGetObjectAt
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaUnregisterEvent
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaDestroyProperties
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaPrepareBuffer
opae.x86_64: W: undefined-non-weak-symbol /usr/lib64/libopae-cxx-core.so.1.4.0
fpgaObjectWrite64
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libbitstream.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libbmc.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libfpgad-api.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libhssi-io.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libopae-c++-utils.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libopae-c.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libopae-cxx-core.so.1.4.0
opae.x86_64: E: postin-without-ldconfig /usr/lib64/libsafestr.so.1.4.0
opae-debugsource.x86_64: W: invalid-url URL: https://github.com/OPAE/opae-sdk
<urlopen error [Errno -2] Name or service not known>
5 packages and 0 specfiles checked; 8 errors, 115 warnings.



Source checksums
----------------
https://github.com/OPAE/opae-sdk/releases/download/1.4.0-1/opae-1.4.0-1.tar.gz
:
  CHECKSUM(SHA256) this package     :
43528235b3cda98ba662d6d027663e2d95b9d2b0cd34aa6c13ba874624e1a2b1
  CHECKSUM(SHA256) upstream package :
43528235b3cda98ba662d6d027663e2d95b9d2b0cd34aa6c13ba874624e1a2b1


Requires
--------
opae (rpmlib, GLIBC filtered):
    /bin/sh
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libjson-c.so.4()(64bit)
    libopae-c++-utils.so.1()(64bit)
    libopae-c.so.1()(64bit)
    libopae-cxx-core.so.1()(64bit)
    libpthread.so.0()(64bit)
    libsafestr.so.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libuuid.so.1()(64bit)
    libuuid.so.1(UUID_1.0)(64bit)
    rtld(GNU_HASH)

opae-devel (rpmlib, GLIBC filtered):
    /bin/sh
    /usr/bin/cmake
    /usr/bin/python3
    config(opae-devel)
    libbitstream.so.1()(64bit)
    libbmc.so.1()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libfpgad-api.so.1()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libhssi-io.so.1()(64bit)
    libhwloc.so.15()(64bit)
    libjson-c.so.4()(64bit)
    libm.so.6()(64bit)
    libopae-c++-utils.so.1()(64bit)
    libopae-c.so.1()(64bit)
    libopae-cxx-core.so.1()(64bit)
    libpthread.so.0()(64bit)
    libsafestr.so.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.11)(64bit)
    libstdc++.so.6(CXXABI_1.3.2)(64bit)
    libstdc++.so.6(CXXABI_1.3.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libuuid-devel
    libuuid.so.1()(64bit)
    libuuid.so.1(UUID_1.0)(64bit)
    opae(x86-64)
    rtld(GNU_HASH)

opae-debuginfo (rpmlib, GLIBC filtered):

opae-debugsource (rpmlib, GLIBC filtered):



Provides
--------
opae:
    libbitstream.so.1()(64bit)
    libbmc.so.1()(64bit)
    libfpgad-api.so.1()(64bit)
    libhssi-io.so.1()(64bit)
    libopae-c++-utils.so.1()(64bit)
    libopae-c.so.1()(64bit)
    libopae-cxx-core.so.1()(64bit)
    libsafestr.so.1()(64bit)
    opae
    opae(x86-64)

opae-devel:
    config(opae-devel)
    libboard_rc.so()(64bit)
    libboard_vc.so()(64bit)
    libfpgad-vc.so()(64bit)
    libfpgad-xfpga.so()(64bit)
    libmodbmc.so()(64bit)
    libxfpga.so()(64bit)
    opae-devel
    opae-devel(x86-64)

opae-debuginfo:
    debuginfo(build-id)
    opae-debuginfo
    opae-debuginfo(x86-64)

opae-debugsource:
    opae-debugsource
    opae-debugsource(x86-64)



Generated by fedora-review 0.7.5 (5fa5b7e) last change: 2020-02-16
Command line :/usr/bin/fedora-review -n opae
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, C/C++, Generic
Disabled plugins: Haskell, Ocaml, Perl, R, fonts, Python, PHP, Java,
SugarActivity
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

-- 
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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux