[Bug 2035671] Review Request: mrcpp - A general purpose numerical mathematics library based on multiresolution analysis

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

 



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



--- Comment #1 from Ben Beasley <code@xxxxxxxxxxxxxxxxxx> ---
Package Review
==============

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

- The License should be “LGPLv3+”, not “LGPLv3”, since all the file header
  comments have the “any later version” boilerplate.

- Don’t glob over the so-version, as this makes it easier to miss an SONAME
  bump in an update. Change

    %{_libdir}/libmrcpp.so.*

  to

    %{_libdir}/libmrcpp.so.1

 
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_listing_shared_library_files

- You can, if you like, shorten the source URL by writing

    Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

  but this is, of course, optional.

- It would be nice to link https://github.com/MRChemSoft/mrcpp/issues/186 in
  the comment above the patch that loosens the eigen3 version check.

- You should split out the noarch data (%{_datadir}/MCRPP) out into a noarch
  -data subpackage upon which the base package depends. That way, this large
  (~56M) data package can be shared across architectures on the mirrors.

- The Summary should be under 80 characters:

    mrcpp.x86_64: E: summary-too-long A general purpose numerical mathematics
library based on multiresolution analysis

  Please re-write it to fit in that limit.

- Does it really make sense to install the “mrcpp-tests” executable? I would be
  inclined to skip it, adding

    rm -v '%{buildroot}%{_bindir}/mrcpp-tests'

  after %cmake_install, but perhaps I am missing some way it would be useful.

  If you leave it in the package, you will need to fix the rpath it contains:

    mrcpp.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/mrcpp-tests
$ORIGIN/../lib64

  See
  https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath
  for details.

===== 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.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "[generated file]", "GNU Lesser General
     Public License, Version 3", "GNU Lesser General Public License v3.0 or
     later", "*No copyright* BSD 3-Clause License", "MIT License". 471
     files have unknown license. Detailed output of licensecheck in
     /home/reviewer/2035671-mrcpp/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[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.
[-]: 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.
[-]: 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.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 20480 bytes in 4 files.
[x]: Package complies to the Packaging Guidelines

     (except as noted)

[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]: 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.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[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 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]: 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]: Packages must not store files under /srv, /opt or /usr/local

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

Generic:
[-]: Sources can be downloaded from URI in Source: tag
     Note: Could not download Source0:
     https://github.com/MRChemSoft/mrcpp/archive/v1.4.0/mrcpp-1.4.0.tar.gz
     See: https://docs.fedoraproject.org/en-US/packaging-
     guidelines/SourceURL/

     OK; works when tested manually.

[-]: 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.

     (tests pass)

[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.
[-]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments

     URL is actually OK.

[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not 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.
[x]: %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]: 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 57518080 bytes in /usr/share
     mrcpp-1.4.0-1.fc36.x86_64.rpm:57497600
     See:
    
https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines
[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
-------
Cannot parse rpmlint output:


Rpmlint (debuginfo)
-------------------
Cannot parse rpmlint output:



Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Requires
--------
mrcpp (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_1.0)(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(GOMP_4.5)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libgomp.so.1(OMP_3.0)(64bit)
    libm.so.6()(64bit)
    libmrcpp.so.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.13)(64bit)
    libstdc++.so.6(CXXABI_1.3.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    rtld(GNU_HASH)

mrcpp-devel (rpmlib, GLIBC filtered):
    cmake-filesystem
    libmrcpp.so.1()(64bit)
    mrcpp(x86-64)

mrcpp-debuginfo (rpmlib, GLIBC filtered):

mrcpp-debugsource (rpmlib, GLIBC filtered):



Provides
--------
mrcpp:
    libmrcpp.so.1()(64bit)
    mrcpp
    mrcpp(x86-64)

mrcpp-devel:
    cmake(MRCPP)
    cmake(mrcpp)
    mrcpp-devel
    mrcpp-devel(x86-64)

mrcpp-debuginfo:
    debuginfo(build-id)
    libmrcpp.so.1-1.4.0-1.fc36.x86_64.debug()(64bit)
    mrcpp-debuginfo
    mrcpp-debuginfo(x86-64)

mrcpp-debugsource:
    mrcpp-debugsource
    mrcpp-debugsource(x86-64)



Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10
Command line :/usr/bin/fedora-review -b 2035671
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: PHP, Java, Haskell, SugarActivity, Perl, Python, Ocaml, R,
fonts
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
============================ rpmlint session starts
============================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 5

mrcpp-debuginfo.x86_64: W: unstripped-binary-or-object
/usr/lib/debug/.dwz/mrcpp-1.4.0-1.fc36.x86_64
mrcpp-debuginfo.x86_64: W: unstripped-binary-or-object
/usr/lib/debug/usr/bin/mrcpp-tests-1.4.0-1.fc36.x86_64.debug
mrcpp-debuginfo.x86_64: W: unstripped-binary-or-object
/usr/lib/debug/usr/lib64/libmrcpp.so.1-1.4.0-1.fc36.x86_64.debug
mrcpp.src: E: summary-too-long A general purpose numerical mathematics library
based on multiresolution analysis
mrcpp.x86_64: E: summary-too-long A general purpose numerical mathematics
library based on multiresolution analysis
mrcpp-debuginfo.x86_64: E: statically-linked-binary
/usr/lib/debug/.dwz/mrcpp-1.4.0-1.fc36.x86_64
mrcpp-debuginfo.x86_64: E: shared-library-without-dependency-information
/usr/lib/debug/usr/bin/mrcpp-tests-1.4.0-1.fc36.x86_64.debug
mrcpp-debuginfo.x86_64: E: shared-library-without-dependency-information
/usr/lib/debug/usr/lib64/libmrcpp.so.1-1.4.0-1.fc36.x86_64.debug
mrcpp.x86_64: W: no-manual-page-for-binary mrcpp-tests
mrcpp-devel.x86_64: E: no-library-dependency-on mrcpp /usr/lib64/libmrcpp.so.1
mrcpp-debuginfo.x86_64: W: no-documentation
mrcpp-debugsource.x86_64: W: no-documentation
mrcpp-devel.x86_64: W: no-documentation
mrcpp-debuginfo.x86_64: E: missing-PT_GNU_STACK-section
/usr/lib/debug/.dwz/mrcpp-1.4.0-1.fc36.x86_64
mrcpp.x86_64: W: incoherent-version-in-changelog 1.0.2-1 ['1.4.0-1.fc36',
'1.4.0-1']
mrcpp-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz
mrcpp-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz
mrcpp-debugsource.x86_64: E: files-duplicated-waste 143094
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/core/FilterCache.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/core/FilterCache.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/core/InterpolatingBasis.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/core/InterpolatingBasis.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/core/LegendreBasis.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/core/LegendreBasis.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/core/MWFilter.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/core/MWFilter.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/core/ObjectCache.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/core/ObjectCache.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/core/ScalingBasis.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/core/ScalingBasis.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/GaussExp.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/GaussExp.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/GaussFunc.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/GaussFunc.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/GaussPoly.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/GaussPoly.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/Gaussian.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/Gaussian.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/LegendrePoly.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/LegendrePoly.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/Polynomial.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/Polynomial.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/functions/RepresentableFunction.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/functions/RepresentableFunction.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/ABGVOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/ABGVOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/BSOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/BSOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/ConvolutionOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/ConvolutionOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/DerivativeOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/DerivativeOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/GreensKernel.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/GreensKernel.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/HelmholtzKernel.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/HelmholtzKernel.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/HelmholtzOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/HelmholtzOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/MWOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/MWOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/PHOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/PHOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/PoissonKernel.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/PoissonKernel.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/operators/PoissonOperator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/operators/PoissonOperator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/CrossCorrelationCalculator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/CrossCorrelationCalculator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/OperatorAdaptor.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/OperatorAdaptor.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/TreeAdaptor.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/TreeAdaptor.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/TreeBuilder.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/TreeBuilder.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/TreeCalculator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/TreeCalculator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/WaveletAdaptor.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/WaveletAdaptor.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/add.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/add.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/grid.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/grid.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/treebuilders/project.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/treebuilders/project.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/BandWidth.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/BandWidth.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/BoundingBox.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/BoundingBox.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/FunctionTree.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/FunctionTree.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/FunctionTreeVector.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/FunctionTreeVector.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/MWNode.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/MWNode.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/MWTree.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/MWTree.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/MultiResolutionAnalysis.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/MultiResolutionAnalysis.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/NodeAllocator.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/NodeAllocator.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/NodeBox.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/NodeBox.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/NodeIndex.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/NodeIndex.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/trees/OperatorTree.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/trees/OperatorTree.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/utils/Printer.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/utils/Printer.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/utils/details.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/utils/details.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/utils/math_utils.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/utils/math_utils.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/utils/omp_utils.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/utils/omp_utils.h
mrcpp-debugsource.x86_64: W: files-duplicate
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/src/utils/tree_utils.h
/usr/src/debug/mrcpp-1.4.0-1.fc36.x86_64/redhat-linux-build/include/MRCPP/utils/tree_utils.h
mrcpp-debuginfo.x86_64: W: dangling-relative-symlink
/usr/lib/debug/.build-id/0f/ef862cd720a5097d8b039b2c40893bc4f968ef
../../../.build-id/0f/ef862cd720a5097d8b039b2c40893bc4f968ef
mrcpp-debuginfo.x86_64: W: dangling-relative-symlink
/usr/lib/debug/.build-id/7b/04f57bbb19008ee39d6dcc112783ab8aae10a9
../../../.build-id/7b/04f57bbb19008ee39d6dcc112783ab8aae10a9
mrcpp.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/mrcpp-tests
$ORIGIN/../lib64
 5 packages and 0 specfiles checked; 9 errors, 61 warnings, 9 badness; has
taken 3.0 s


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2035671
_______________________________________________
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
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




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

  Powered by Linux