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



--- Comment #29 from Dave Love <d.l...@liverpool.ac.uk> ---
Apologies for the delay due to other commitments.  I eventually managed to run
fedora-review and look at the results, though only on f24 as rawhide, which the
guidelines specify, seems to have a bug preventing it working which I don't
have time to investigate.

I still think the conditionals for things which aren't ever used, or always
are, are confusing, but they're probably not strictly against the guidelines.
As an example, gmp isn't used, but could be; I can believe it's not useful, but
I can't tell whether excluding it is an error when it's there but never used.

Is there specific info needed (needsinfo flag)?

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

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


Issues:
=======
- All build dependencies are listed in BuildRequires, except for any that
  are listed in the exceptions section of Packaging Guidelines.
  Note: These BR are not needed: gcc-c++
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2
- 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 license.html is not marked as %license
  See:
  http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#License_Text

The above are ignorable.  (license.html is redundant.)

- The module file is not now installed -- what's its status?
- The el6 definition of _modulesdir is wrong
- If the default %optflags cause trouble (-Wp?) filter out the
  problematic part rather than replacing with something bogus, but I
  don't see the problem on epel6 or f24


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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig called in %post and %postun if required.
[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: "MIT/X11 (BSD like)", "BSD (2 clause)", "Unknown or generated".
     14092 files have unknown license. Detailed output of licensecheck in
     /vagrant/1350257-petsc/licensecheck.txt

OK: MIT-licensed stuff not installed, rest covered by the overall
licence.

[x]: License file installed when any subpackage combination is installed.
[!]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/lib64/gfortran
[!]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib64/gfortran,
     /usr/include/mpich-x86_64, /usr/lib64/openmpi/lib,
     /usr/lib64/gfortran/modules, /usr/lib64/mpich, /usr/include/openmpi-
     x86_64, /usr/lib64/mpich/lib, /usr/lib64/gfortran/modules/mpich,
     /usr/lib64/openmpi, /usr/lib64/gfortran/modules/openmpi

Require the mpi -devel packages.

[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).

The rpmlint complaint is unavoidable.

[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.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[!]: Requires correct, justified where necessary.

{openmpi,mpich}-devel packages should require {openmpi-mpich}-devel 

[x]: Spec file is legible and written in American English.
[-]: 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).

The ones that need addressing are the unused-direct-shlib-dependencys,
which suggest the configured options aren't being properly used.

[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]: 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 use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[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]: 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.
[!]: Final provides and requires are sane (see attachments).

Should be resolved with the unused library issue

[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in petsc-
     doc , petsc64 , petsc64-devel , petsc-openmpi , petsc-openmpi-devel ,
     petsc-mpich , petsc-mpich-devel , petsc-debuginfo

OK: These are spurious.

[x]: Package functions as described.
[!]: Latest version is packaged.

Let's update after review.

[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.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[!]: %check is present and all tests pass.

Not run -- why not?  (I thought they were previously.)

[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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Uses parallel make %{?_smp_mflags} macro.
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

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

Generic:
[!]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 3184640 bytes in /usr/share

Remove /usr/share/petsc to fix this.  It's not runtime stuff and
doesn't appear to be useful.

[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: petsc-3.7.2-12.fc24.x86_64.rpm
          petsc-devel-3.7.2-12.fc24.x86_64.rpm
          petsc-doc-3.7.2-12.fc24.noarch.rpm
          petsc64-3.7.2-12.fc24.x86_64.rpm
          petsc64-devel-3.7.2-12.fc24.x86_64.rpm
          petsc-openmpi-3.7.2-12.fc24.x86_64.rpm
          petsc-openmpi-devel-3.7.2-12.fc24.x86_64.rpm
          petsc-mpich-3.7.2-12.fc24.x86_64.rpm
          petsc-mpich-devel-3.7.2-12.fc24.x86_64.rpm
          petsc-debuginfo-3.7.2-12.fc24.x86_64.rpm
          petsc-3.7.2-12.fc24.src.rpm
petsc.x86_64: W: spelling-error %description -l en_US scalable -> salable,
callable, calculable
petsc.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen error
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc.x86_64: W: no-documentation
petsc-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc-devel.x86_64: W: only-non-binary-in-usr-lib
petsc-devel.x86_64: W: no-documentation
petsc-doc.noarch: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc64.x86_64: W: spelling-error %description -l en_US scalable -> salable,
callable, calculable
petsc64.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc64.x86_64: W: no-documentation
petsc64.x86_64: W: one-line-command-in-%post /sbin/ldconfig
petsc64.x86_64: W: one-line-command-in-%postun /sbin/ldconfig
petsc64-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc64-devel.x86_64: W: only-non-binary-in-usr-lib
petsc64-devel.x86_64: W: no-documentation
petsc-openmpi.x86_64: W: spelling-error %description -l en_US scalable ->
salable, callable, calculable
petsc-openmpi.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc-openmpi.x86_64: W: no-documentation
petsc-openmpi.x86_64: E: library-without-ldconfig-postin
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
petsc-openmpi.x86_64: E: library-without-ldconfig-postun
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
petsc-openmpi-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc-openmpi-devel.x86_64: W: only-non-binary-in-usr-lib
petsc-openmpi-devel.x86_64: W: no-documentation
petsc-mpich.x86_64: W: spelling-error %description -l en_US scalable ->
salable, callable, calculable
petsc-mpich.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc-mpich.x86_64: W: no-documentation
petsc-mpich.x86_64: E: library-without-ldconfig-postin
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
petsc-mpich.x86_64: E: library-without-ldconfig-postun
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
petsc-mpich-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc-mpich-devel.x86_64: W: only-non-binary-in-usr-lib
petsc-mpich-devel.x86_64: W: no-documentation
petsc-debuginfo.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc.src: W: spelling-error %description -l en_US scalable -> salable,
callable, calculable
petsc.src: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen error
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc.src:517: E: hardcoded-library-path in %{_prefix}/lib/libpapi.so
petsc.src:632: E: hardcoded-library-path in %{_prefix}/lib/libpapi.so
petsc.src:766: E: hardcoded-library-path in %{_prefix}/lib/libpapi.so
petsc.src:906: E: hardcoded-library-path in %{_prefix}/lib/libpapi.so
11 packages and 0 specfiles checked; 8 errors, 30 warnings.




Rpmlint (debuginfo)
-------------------
Checking: petsc-debuginfo-3.7.2-12.fc24.x86_64.rpm
petsc-debuginfo.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.





Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
petsc-doc.noarch: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc-mpich-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc-mpich-devel.x86_64: W: only-non-binary-in-usr-lib
petsc-mpich-devel.x86_64: W: no-documentation
petsc-openmpi-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc-openmpi-devel.x86_64: W: only-non-binary-in-usr-lib
petsc-openmpi-devel.x86_64: W: no-documentation
petsc64-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc64-devel.x86_64: W: only-non-binary-in-usr-lib
petsc64-devel.x86_64: W: no-documentation
petsc64.x86_64: W: spelling-error %description -l en_US scalable -> salable,
callable, calculable
petsc64.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc64.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libpetsc64.so.3.7.2 /lib64/libhwloc.so.5
petsc64.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libpetsc64.so.3.7.2 /lib64/libhdf5.so.10
petsc64.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libpetsc64.so.3.7.2 /lib64/libquadmath.so.0
petsc64.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libpetsc64.so.3.7.2 /lib64/libstdc++.so.6
petsc64.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libpetsc64.so.3.7.2 /lib64/libgomp.so.1
petsc64.x86_64: W: no-documentation
petsc64.x86_64: W: one-line-command-in-%post /sbin/ldconfig
petsc64.x86_64: W: one-line-command-in-%postun /sbin/ldconfig
petsc-openmpi.x86_64: W: spelling-error %description -l en_US scalable ->
salable, callable, calculable
petsc-openmpi.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libmumps_common-5.0.2.so
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libcmumps-5.0.2.so
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libsmumps-5.0.2.so
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libzmumps-5.0.2.so
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libpord-5.0.2.so
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libscalapack.so.2
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libmpiblacs.so.2
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /lib64/libsundials_nvecserial.so.0
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /lib64/libhwloc.so.5
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libptesmumps.so.0
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libptscotcherr.so.0
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libscotcherr.so.0
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /usr/lib64/openmpi/lib/libnetcdf.so.11
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libhdf5hl_fortran.so.10
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libhdf5_hl.so.10
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libhdf5_fortran.so.10
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libmpi_usempif08.so.11
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
/usr/lib64/openmpi/lib/libmpi_usempi_ignore_tkr.so.6
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /lib64/libquadmath.so.0
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /usr/lib64/openmpi/lib/libmpi_cxx.so.1
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /lib64/libstdc++.so.6
petsc-openmpi.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2 /lib64/libgomp.so.1
petsc-openmpi.x86_64: W: no-documentation
petsc-openmpi.x86_64: E: library-without-ldconfig-postin
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
petsc-openmpi.x86_64: E: library-without-ldconfig-postun
/usr/lib64/openmpi/lib/libpetsc.so.3.7.2
petsc-debuginfo.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:645)>
petsc.x86_64: W: spelling-error %description -l en_US scalable -> salable,
callable, calculable
petsc.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen error
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libmetis.so.0
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libbtf.so.1
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libccolamd.so.2
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libcolamd.so.2
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libcamd.so.2
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libsuitesparseconfig.so.4
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libhwloc.so.5
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libhdf5.so.10
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libquadmath.so.0
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libstdc++.so.6
petsc.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libpetsc.so.3.7.2
/lib64/libgomp.so.1
petsc.x86_64: W: no-documentation
petsc-mpich.x86_64: W: spelling-error %description -l en_US scalable ->
salable, callable, calculable
petsc-mpich.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
/usr/lib64/mpich/lib/libmumps_common-5.0.2.so
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libcmumps-5.0.2.so
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libsmumps-5.0.2.so
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libzmumps-5.0.2.so
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libpord-5.0.2.so
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libscalapack.so.2
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libmpiblacs.so.2
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /lib64/libsundials_nvecserial.so.0
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /lib64/libhwloc.so.5
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libptesmumps.so.0
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libptscotcherr.so.0
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libscotcherr.so.0
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libnetcdf.so.11
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
/usr/lib64/mpich/lib/libhdf5hl_fortran.so.10
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libhdf5_hl.so.10
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
/usr/lib64/mpich/lib/libhdf5_fortran.so.10
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /lib64/libquadmath.so.0
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /usr/lib64/mpich/lib/libmpicxx.so.12
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /lib64/libstdc++.so.6
petsc-mpich.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libpetsc.so.3.7.2 /lib64/libgomp.so.1
petsc-mpich.x86_64: W: no-documentation
petsc-mpich.x86_64: E: library-without-ldconfig-postin
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
petsc-mpich.x86_64: E: library-without-ldconfig-postun
/usr/lib64/mpich/lib/libpetsc.so.3.7.2
petsc-devel.x86_64: W: invalid-url URL: https://www.mcs.anl.gov/petsc <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
petsc-devel.x86_64: W: only-non-binary-in-usr-lib
petsc-devel.x86_64: W: no-documentation
10 packages and 0 specfiles checked; 4 errors, 86 warnings.



Requires
--------
petsc-doc (rpmlib, GLIBC filtered):

petsc-mpich-devel (rpmlib, GLIBC filtered):
    libpetsc.so.3.7()(64bit)(mpich-x86_64)
    petsc-mpich(x86-64)

petsc-openmpi-devel (rpmlib, GLIBC filtered):
    libpetsc.so.3.7()(64bit)(openmpi-x86_64)
    petsc-openmpi(x86-64)

petsc64-devel (rpmlib, GLIBC filtered):
    libpetsc64.so.3.7()(64bit)
    petsc64(x86-64)

petsc64 (rpmlib, GLIBC filtered):
    /bin/sh
    environment(modules)
    gcc-gfortran(x86-64)
    libc.so.6()(64bit)
    libcgns.so.3.2()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgfortran.so.3()(64bit)
    libgfortran.so.3(GFORTRAN_1.0)(64bit)
    libgomp.so.1()(64bit)
    libhdf5.so.10()(64bit)
    libhwloc.so.5()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libopenblas64.so.0()(64bit)
    libpapi.so.5.4.3.0()(64bit)
    libpetsc64.so.3.7()(64bit)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpthread.so.0()(64bit)
    libquadmath.so.0()(64bit)
    libstdc++.so.6()(64bit)
    rtld(GNU_HASH)

petsc-openmpi (rpmlib, GLIBC filtered):
    environment(modules)
    libHYPRE.so.0.0()(64bit)(openmpi-x86_64)
    libc.so.6()(64bit)
    libcgns.so.3.2()(64bit)
    libcmumps-5.0.2.so()(64bit)(openmpi-x86_64)
    libdl.so.2()(64bit)
    libdmumps-5.0.2.so()(64bit)(openmpi-x86_64)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgfortran.so.3()(64bit)
    libgfortran.so.3(GFORTRAN_1.0)(64bit)
    libgomp.so.1()(64bit)
    libhdf5.so.10()(64bit)(openmpi-x86_64)
    libhdf5_fortran.so.10()(64bit)(openmpi-x86_64)
    libhdf5_hl.so.10()(64bit)(openmpi-x86_64)
    libhdf5hl_fortran.so.10()(64bit)(openmpi-x86_64)
    libhwloc.so.5()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libmpi.so.12()(64bit)(openmpi-x86_64)
    libmpi_cxx.so.1()(64bit)(openmpi-x86_64)
    libmpi_mpifh.so.12()(64bit)(openmpi-x86_64)
    libmpi_usempi_ignore_tkr.so.6()(64bit)(openmpi-x86_64)
    libmpi_usempif08.so.11()(64bit)(openmpi-x86_64)
    libmpiblacs.so.2()(64bit)(openmpi-x86_64)
    libmumps_common-5.0.2.so()(64bit)(openmpi-x86_64)
    libnetcdf.so.11()(64bit)(openmpi-x86_64)
    libopenblas.so.0()(64bit)
    libpapi.so.5.4.3.0()(64bit)
    libpetsc.so.3.7()(64bit)(openmpi-x86_64)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpord-5.0.2.so()(64bit)(openmpi-x86_64)
    libptesmumps.so.0()(64bit)(openmpi-x86_64)
    libpthread.so.0()(64bit)
    libptscotch.so.0()(64bit)(openmpi-x86_64)
    libptscotcherr.so.0()(64bit)(openmpi-x86_64)
    libquadmath.so.0()(64bit)
    libscalapack.so.2()(64bit)(openmpi-x86_64)
    libscotch.so.0()(64bit)(openmpi-x86_64)
    libscotcherr.so.0()(64bit)(openmpi-x86_64)
    libsmumps-5.0.2.so()(64bit)(openmpi-x86_64)
    libstdc++.so.6()(64bit)
    libsundials_cvode.so.1()(64bit)
    libsundials_nvecparallel.so.0()(64bit)(openmpi-x86_64)
    libsundials_nvecserial.so.0()(64bit)
    libzmumps-5.0.2.so()(64bit)(openmpi-x86_64)
    rtld(GNU_HASH)

petsc-debuginfo (rpmlib, GLIBC filtered):

petsc (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    environment(modules)
    libamd.so.2()(64bit)
    libbtf.so.1()(64bit)
    libc.so.6()(64bit)
    libcamd.so.2()(64bit)
    libccolamd.so.2()(64bit)
    libcgns.so.3.2()(64bit)
    libcholmod.so.3()(64bit)
    libcolamd.so.2()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgfortran.so.3()(64bit)
    libgfortran.so.3(GFORTRAN_1.0)(64bit)
    libgomp.so.1()(64bit)
    libhdf5.so.10()(64bit)
    libhwloc.so.5()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libklu.so.1()(64bit)
    libm.so.6()(64bit)
    libmetis.so.0()(64bit)
    libopenblas.so.0()(64bit)
    libpapi.so.5.4.3.0()(64bit)
    libpetsc.so.3.7()(64bit)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpthread.so.0()(64bit)
    libquadmath.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libsuitesparseconfig.so.4()(64bit)
    libumfpack.so.5()(64bit)
    rtld(GNU_HASH)

petsc-mpich (rpmlib, GLIBC filtered):
    environment(modules)
    libHYPRE.so.0.0()(64bit)(mpich-x86_64)
    libc.so.6()(64bit)
    libcgns.so.3.2()(64bit)
    libcmumps-5.0.2.so()(64bit)(mpich-x86_64)
    libdl.so.2()(64bit)
    libdmumps-5.0.2.so()(64bit)(mpich-x86_64)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgfortran.so.3()(64bit)
    libgfortran.so.3(GFORTRAN_1.0)(64bit)
    libgomp.so.1()(64bit)
    libhdf5.so.10()(64bit)(mpich-x86_64)
    libhdf5_fortran.so.10()(64bit)(mpich-x86_64)
    libhdf5_hl.so.10()(64bit)(mpich-x86_64)
    libhdf5hl_fortran.so.10()(64bit)(mpich-x86_64)
    libhwloc.so.5()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libmpi.so.12()(64bit)(mpich-x86_64)
    libmpiblacs.so.2()(64bit)(mpich-x86_64)
    libmpicxx.so.12()(64bit)(mpich-x86_64)
    libmpifort.so.12()(64bit)(mpich-x86_64)
    libmumps_common-5.0.2.so()(64bit)(mpich-x86_64)
    libnetcdf.so.11()(64bit)(mpich-x86_64)
    libopenblas.so.0()(64bit)
    libpapi.so.5.4.3.0()(64bit)
    libpetsc.so.3.7()(64bit)(mpich-x86_64)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpord-5.0.2.so()(64bit)(mpich-x86_64)
    libptesmumps.so.0()(64bit)(mpich-x86_64)
    libpthread.so.0()(64bit)
    libptscotch.so.0()(64bit)(mpich-x86_64)
    libptscotcherr.so.0()(64bit)(mpich-x86_64)
    libquadmath.so.0()(64bit)
    libscalapack.so.2()(64bit)(mpich-x86_64)
    libscotch.so.0()(64bit)(mpich-x86_64)
    libscotcherr.so.0()(64bit)(mpich-x86_64)
    libsmumps-5.0.2.so()(64bit)(mpich-x86_64)
    libstdc++.so.6()(64bit)
    libsundials_cvode.so.1()(64bit)
    libsundials_nvecparallel.so.0()(64bit)(mpich-x86_64)
    libsundials_nvecserial.so.0()(64bit)
    libzmumps-5.0.2.so()(64bit)(mpich-x86_64)
    rtld(GNU_HASH)

petsc-devel (rpmlib, GLIBC filtered):
    libpetsc.so.3.7()(64bit)
    petsc(x86-64)



Provides
--------
petsc-doc:
    petsc-doc

petsc-mpich-devel:
    petsc-mpich-devel
    petsc-mpich-devel(x86-64)

petsc-openmpi-devel:
    petsc-openmpi-devel
    petsc-openmpi-devel(x86-64)

petsc64-devel:
    petsc64-devel
    petsc64-devel(x86-64)

petsc64:
    libpetsc64.so.3.7()(64bit)
    petsc64
    petsc64(x86-64)

petsc-openmpi:
    libpetsc.so.3.7()(64bit)(openmpi-x86_64)
    petsc-openmpi
    petsc-openmpi(x86-64)

petsc-debuginfo:
    petsc-debuginfo
    petsc-debuginfo(x86-64)

petsc:
    libpetsc.so.3.7()(64bit)
    petsc
    petsc(x86-64)

petsc-mpich:
    libpetsc.so.3.7()(64bit)(mpich-x86_64)
    petsc-mpich
    petsc-mpich(x86-64)

petsc-devel:
    petsc-devel
    petsc-devel(x86-64)



Source checksums
----------------
http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.7.2.tar.gz :
  CHECKSUM(SHA256) this package     :
36681dd0df97e0d5cd182d902e89f527eb8f441f05271159dac5340acb4cf0ec
  CHECKSUM(SHA256) upstream package :
36681dd0df97e0d5cd182d902e89f527eb8f441f05271159dac5340acb4cf0ec


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -b 1350257
Buildroot used: fedora-24-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R,
PHP
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

-- 
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@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to