spec: https://fed500.fedorapeople.org/gasnet.spec srpm: https://fed500.fedorapeople.org/gasnet-2025.8.0-1.fc42.src.rpm description: GASNet is a language-independent, low-level networking layer that provides network-independent, high-performance communication primitives tailored for implementing parallel global address space SPMD languages and libraries such as UPC, UPC++, Co-Array Fortran, Legion, Chapel, and many others. The interface is primarily intended as a compilation target and for use by runtime library writers (as opposed to end users), and the primary goals are high performance, interface portability, and expressiveness. GASNet stands for "Global-Address Space Networking". fas: fed500 The package was previously in Fedora. Would like to bring it back. Reproducible: Always
Copr build: https://copr.fedorainfracloud.org/coprs/build/9670359 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2402595-gasnet/fedora-rawhide-x86_64/09670359-gasnet/fedora-review/review.txt Found issues: - Explicit dependency on perl-devel is not allowed unless building architecture-specific code which links to libperl.so Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/ - A package with this name already exists. Please check https://src.fedoraproject.org/rpms/gasnet Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names Please know that there can be false-positives. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
I will take this review.
Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated Issues: ======= - Package contains the mandatory BuildRequires and Requires:. Note: Explicit dependency on perl-devel is not allowed unless building architecture-specific code which links to libperl.so See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/ The comment above was generated by fedora-review. I do not see a dependency on libperl.so. I see some perl scripts in the other directory, but they only need perl, not perl-devel. - I see this in the build log: checking for x86-64 cmpxchg16b support... yes That's an issue, because the cmpxchg16b instruction is x86_64-v2, but Fedora still supports x86_64-v1. (Configure also checks for the pause instruction, but I believe that is available on all x86_64 CPUs, as it is part of the SSE2 instruction set.) - I see configure check for ucx-devel, but not find it. I don't know if you want ucx support or not, but you'll need BuildRequires: ucx-devel if so. Likewise for PMI/PMI2 support and slurm-devel. - If you want GPU support, Fedora does have both oneapi-level-zero-devel and hipcc/rocm-hip-devel. - I am trouble by the static libraries. In Fedora, we want to use shared libraries instead of static libraries: https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries Is there a reason for building the libraries as static? I presume the static libraries were also used to create the binaries in /usr/bin, right? - Why does nothing in the openmpi subpackage have a Requires on openmpi? Shouldn't something be linked with the openmpi libraries? This leads to the unowned directory warning below. - Can you investigate the non-executable-script and non-executable-in-bin rpmlint warnings below? They probably indicate missing executable bits. ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [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]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. 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", "FSF Unlimited License (with License Retention) [generated file]", "FSF Unlimited License [generated file]", "BSD 3-Clause License", "GNU General Public License v2.0 or later [generated file]", "GNU General Public License v3.0 or later", "X11 License [generated file]", "BSD 2-Clause License", "BSD 3-Clause License and/or Lawrence Berkeley National Labs BSD variant license". 401 files have unknown license. The License is correct for the components that are currently built. If more components are enabled in the future, the License field will need to be adjusted: - ofi-conduit: BSD-2-Clause - ucx-conduit: BSD-3-Clause-LBNL [x]: License file installed when any subpackage combination is installed. [!]: Package must own all directories that it creates. Note: Directories without known owners: /usr/lib64/openmpi, /usr/lib64/openmpi/bin, /usr/include/openmpi-x86_64, /usr/lib64/openmpi/lib, /usr/lib64/openmpi/lib/pkgconfig Why does nothing in the openmpi subpackage have a Requires on openmpi? Shouldn't something be linked with the openmpi libraries? [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. [x]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 239726 bytes in 2 files. [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]: 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]: The License field must be a valid SPDX expression. [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]: Macros in Summary, %description expandable at SRPM build time. [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 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]: Static libraries in -static or -devel subpackage, providing -devel if present. Note: Package has .a files: gasnet-devel. [x]: File names are valid UTF-8. [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]: Fully versioned dependency in subpackages if applicable. [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: The placement of pkgconfig(.pc) files are correct. [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: [!]: Package should not use obsolete m4 macros Note: Some obsoleted macros found, see the attachment. See: https://fedorahosted.org/FedoraReview/wiki/AutoTools [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: gasnet-2025.8.0-1.fc44.x86_64.rpm gasnet-common-2025.8.0-1.fc44.noarch.rpm gasnet-openmpi-2025.8.0-1.fc44.x86_64.rpm gasnet-devel-2025.8.0-1.fc44.x86_64.rpm gasnet-doc-2025.8.0-1.fc44.noarch.rpm gasnet-2025.8.0-1.fc44.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp5zmcn48b')] checks: 32, packages: 6 gasnet-devel.x86_64: E: static-library-without-debuginfo /usr/lib64/openmpi/lib/libammpi.a gasnet-common.noarch: W: package-with-huge-docs 97% gasnet.x86_64: E: non-executable-script /usr/bin/gasnet_trace.pl 644 /usr/bin/env perl gasnet.x86_64: E: non-executable-script /usr/bin/gasnetrun_ibv.pl 644 /usr/bin/env perl gasnet.x86_64: E: non-executable-script /usr/bin/gasnetrun_smp.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnet_trace.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnetrun_mpi.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnetrun_smp-mpi.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnetrun_smp.pl 644 /usr/bin/env perl gasnet.x86_64: W: non-executable-in-bin /usr/bin/gasnet_trace.pl 644 gasnet.x86_64: W: non-executable-in-bin /usr/bin/gasnetrun_ibv.pl 644 gasnet.x86_64: W: non-executable-in-bin /usr/bin/gasnetrun_smp.pl 644 gasnet.x86_64: W: no-manual-page-for-binary amudprun gasnet.x86_64: W: no-manual-page-for-binary gasnet_trace gasnet.x86_64: W: no-manual-page-for-binary gasnetrun_ibv gasnet.x86_64: W: no-manual-page-for-binary gasnetrun_smp gasnet.x86_64: W: no-manual-page-for-binary ident gasnet.x86_64: W: no-documentation gasnet-devel.x86_64: W: no-documentation gasnet-openmpi.x86_64: W: no-documentation gasnet.spec:100: W: mixed-use-of-spaces-and-tabs (spaces: line 4, tab: line 100) gasnet-doc.noarch: E: files-duplicated-waste 341116 gasnet-devel.x86_64: W: files-duplicate /usr/include/udp-conduit/amx_portable_platform.h /usr/include/gasnet_portable_platform.h:/usr/include/openmpi-x86_64/gasnet_portable_platform.h:/usr/include/openmpi-x86_64/mpi-conduit/amx_portable_platform.h:/usr/include/openmpi-x86_64/udp-conduit/amx_portable_platform.h gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/GASNet-EX.txt /usr/share/doc/GASNet/GASNet-EX.txt gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/README /usr/share/doc/GASNet/README gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/gasnet1_differences.md /usr/share/doc/GASNet/gasnet1_differences.md gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/implementation_defined.md /usr/share/doc/GASNet/implementation_defined.md gasnet-doc.noarch: W: files-duplicate /usr/share/licenses/gasnet-doc/license.txt /usr/share/doc/GASNet/license.txt gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/memory_kinds_implementation.md /usr/share/doc/GASNet/memory_kinds_implementation.md gasnet.x86_64: E: env-script-interpreter /usr/bin/gasnet_trace.pl /usr/bin/env perl gasnet.x86_64: E: env-script-interpreter /usr/bin/gasnetrun_ibv.pl /usr/bin/env perl gasnet.x86_64: E: env-script-interpreter /usr/bin/gasnetrun_smp.pl /usr/bin/env perl gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet.h /usr/include/gasnet.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_ammacros.h /usr/include/gasnet_ammacros.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_arch_arm.h /usr/include/gasnet_arch_arm.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_asm.h /usr/include/gasnet_asm.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_atomic_bits.h /usr/include/gasnet_atomic_bits.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_atomic_fwd.h /usr/include/gasnet_atomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_atomicops.h /usr/include/gasnet_atomicops.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_basic.h /usr/include/gasnet_basic.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_coll.h /usr/include/gasnet_coll.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_fwd.h /usr/include/gasnet_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_help.h /usr/include/gasnet_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_membar.h /usr/include/gasnet_membar.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_mk.h /usr/include/gasnet_mk.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_portable_platform.h /usr/include/gasnet_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_ratomic.h /usr/include/gasnet_ratomic.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_timer.h /usr/include/gasnet_timer.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_toolhelp.h /usr/include/gasnet_toolhelp.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_tools.h /usr/include/gasnet_tools.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_trace.h /usr/include/gasnet_trace.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_vis.h /usr/include/gasnet_vis.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnetex.h /usr/include/gasnetex.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/amx_portable_platform.h /usr/include/openmpi-x86_64/mpi-conduit/amx_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/portable_inttypes.h /usr/include/openmpi-x86_64/portable_inttypes.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/portable_platform.h /usr/include/openmpi-x86_64/portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_core.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_core.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_core_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_core_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_core_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_core_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help_extra.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help_extra.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/amudp_const.h /usr/include/openmpi-x86_64/udp-conduit/amudp_const.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/amx_portable_platform.h /usr/include/openmpi-x86_64/mpi-conduit/amx_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/amx_portable_platform.h /usr/include/openmpi-x86_64/udp-conduit/amx_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_core.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_core.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_core_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_core_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_core_help.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_core_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/smp-conduit/gasnet_vis_fwd.h gasnet.spec:101: W: configure-without-libdir-spec gasnet.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/amudprun gasnet-openmpi.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib64/openmpi/bin/amudprun 6 packages and 0 specfiles checked; 12 errors, 131 warnings, 26 filtered, 12 badness; has taken 4.8 s Rpmlint (debuginfo) ------------------- Checking: gasnet-openmpi-debuginfo-2025.8.0-1.fc44.x86_64.rpm gasnet-debuginfo-2025.8.0-1.fc44.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpawp3oj33')] checks: 32, packages: 2 2 packages and 0 specfiles checked; 0 errors, 0 warnings, 18 filtered, 0 badness; has taken 0.1 s Rpmlint (installed packages) ---------------------------- ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 7 gasnet-devel.x86_64: E: static-library-without-debuginfo /usr/lib64/openmpi/lib/libammpi.a gasnet-common.noarch: W: package-with-huge-docs 97% gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnet_trace.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnetrun_mpi.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnetrun_smp-mpi.pl 644 /usr/bin/env perl gasnet-openmpi.x86_64: E: non-executable-script /usr/lib64/openmpi/bin/gasnetrun_smp.pl 644 /usr/bin/env perl gasnet.x86_64: E: non-executable-script /usr/bin/gasnet_trace.pl 644 /usr/bin/env perl gasnet.x86_64: E: non-executable-script /usr/bin/gasnetrun_ibv.pl 644 /usr/bin/env perl gasnet.x86_64: E: non-executable-script /usr/bin/gasnetrun_smp.pl 644 /usr/bin/env perl gasnet.x86_64: W: non-executable-in-bin /usr/bin/gasnet_trace.pl 644 gasnet.x86_64: W: non-executable-in-bin /usr/bin/gasnetrun_ibv.pl 644 gasnet.x86_64: W: non-executable-in-bin /usr/bin/gasnetrun_smp.pl 644 gasnet.x86_64: W: no-manual-page-for-binary amudprun gasnet.x86_64: W: no-manual-page-for-binary gasnet_trace gasnet.x86_64: W: no-manual-page-for-binary gasnetrun_ibv gasnet.x86_64: W: no-manual-page-for-binary gasnetrun_smp gasnet.x86_64: W: no-manual-page-for-binary ident gasnet-openmpi.x86_64: W: no-documentation gasnet.x86_64: W: no-documentation gasnet-devel.x86_64: W: no-documentation gasnet-doc.noarch: E: files-duplicated-waste 341116 gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/GASNet-EX.txt /usr/share/doc/GASNet/GASNet-EX.txt gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/README /usr/share/doc/GASNet/README gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/gasnet1_differences.md /usr/share/doc/GASNet/gasnet1_differences.md gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/implementation_defined.md /usr/share/doc/GASNet/implementation_defined.md gasnet-doc.noarch: W: files-duplicate /usr/share/licenses/gasnet-doc/license.txt /usr/share/doc/GASNet/license.txt gasnet-doc.noarch: W: files-duplicate /usr/share/doc/gasnet-doc/memory_kinds_implementation.md /usr/share/doc/GASNet/memory_kinds_implementation.md gasnet-devel.x86_64: W: files-duplicate /usr/include/udp-conduit/amx_portable_platform.h /usr/include/gasnet_portable_platform.h:/usr/include/openmpi-x86_64/gasnet_portable_platform.h:/usr/include/openmpi-x86_64/mpi-conduit/amx_portable_platform.h:/usr/include/openmpi-x86_64/udp-conduit/amx_portable_platform.h gasnet.x86_64: E: env-script-interpreter /usr/bin/gasnet_trace.pl /usr/bin/env perl gasnet.x86_64: E: env-script-interpreter /usr/bin/gasnetrun_ibv.pl /usr/bin/env perl gasnet.x86_64: E: env-script-interpreter /usr/bin/gasnetrun_smp.pl /usr/bin/env perl gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet.h /usr/include/gasnet.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_ammacros.h /usr/include/gasnet_ammacros.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_arch_arm.h /usr/include/gasnet_arch_arm.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_asm.h /usr/include/gasnet_asm.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_atomic_bits.h /usr/include/gasnet_atomic_bits.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_atomic_fwd.h /usr/include/gasnet_atomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_atomicops.h /usr/include/gasnet_atomicops.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_basic.h /usr/include/gasnet_basic.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_coll.h /usr/include/gasnet_coll.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_fwd.h /usr/include/gasnet_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_help.h /usr/include/gasnet_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_membar.h /usr/include/gasnet_membar.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_mk.h /usr/include/gasnet_mk.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_portable_platform.h /usr/include/gasnet_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_ratomic.h /usr/include/gasnet_ratomic.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_timer.h /usr/include/gasnet_timer.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_toolhelp.h /usr/include/gasnet_toolhelp.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_tools.h /usr/include/gasnet_tools.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_trace.h /usr/include/gasnet_trace.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnet_vis.h /usr/include/gasnet_vis.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/gasnetex.h /usr/include/gasnetex.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/amx_portable_platform.h /usr/include/openmpi-x86_64/mpi-conduit/amx_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/portable_inttypes.h /usr/include/openmpi-x86_64/portable_inttypes.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/portable_platform.h /usr/include/openmpi-x86_64/portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_core.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_core.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_core_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_core_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_core_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_core_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_extended_help_extra.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help_extra.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/smp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/amudp_const.h /usr/include/openmpi-x86_64/udp-conduit/amudp_const.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/amx_portable_platform.h /usr/include/openmpi-x86_64/mpi-conduit/amx_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/amx_portable_platform.h /usr/include/openmpi-x86_64/udp-conduit/amx_portable_platform.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/ibv-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_coll_fwd.h /usr/include/smp-conduit/gasnet_coll_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_core.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_core.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_core_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_core_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_core_help.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_core_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/ibv-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended.h /usr/include/smp-conduit/gasnet_extended.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/ibv-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_extended_help.h /usr/include/smp-conduit/gasnet_extended_help.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_ratomic_fwd.h /usr/include/smp-conduit/gasnet_ratomic_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/ibv-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/mpi-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/smp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/openmpi-x86_64/udp-conduit/gasnet_vis_fwd.h gasnet-devel.x86_64: W: cross-directory-hard-link /usr/include/udp-conduit/gasnet_vis_fwd.h /usr/include/smp-conduit/gasnet_vis_fwd.h gasnet-openmpi.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib64/openmpi/bin/amudprun gasnet.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/amudprun 7 packages and 0 specfiles checked; 12 errors, 129 warnings, 39 filtered, 12 badness; has taken 1.8 s Source checksums ---------------- https://gasnet.lbl.gov//EX/GASNet-2025.8.0.tar.gz : CHECKSUM(SHA256) this package : bd5919099477d1d2f59c247d006e9d1ac017c9190c974f5e069667418e5bf48d CHECKSUM(SHA256) upstream package : bd5919099477d1d2f59c247d006e9d1ac017c9190c974f5e069667418e5bf48d Requires -------- gasnet (rpmlib, GLIBC filtered): /usr/bin/perl /usr/bin/sh gasnet-common libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) rtld(GNU_HASH) gasnet-common (rpmlib, GLIBC filtered): gasnet-openmpi (rpmlib, GLIBC filtered): /usr/bin/perl /usr/bin/sh gasnet-common libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) rtld(GNU_HASH) gasnet-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config gasnet(x86-64) gasnet-openmpi(x86-64) gasnet-doc (rpmlib, GLIBC filtered): Provides -------- gasnet: gasnet gasnet(x86-64) gasnet-common: gasnet-common gasnet-openmpi: gasnet-openmpi gasnet-openmpi(x86-64) gasnet-devel: gasnet-devel gasnet-devel(x86-64) gasnet-static pkgconfig(gasnet-ibv-par) pkgconfig(gasnet-ibv-parsync) pkgconfig(gasnet-ibv-seq) pkgconfig(gasnet-smp-par) pkgconfig(gasnet-smp-parsync) pkgconfig(gasnet-smp-seq) pkgconfig(gasnet-udp-par) pkgconfig(gasnet-udp-parsync) pkgconfig(gasnet-udp-seq) pkgconfig(gasnet_tools-par) pkgconfig(gasnet_tools-seq) gasnet-doc: gasnet-doc AutoTools: Obsoleted m4s found ------------------------------ AM_CONFIG_HEADER found in: gasnet-2025.8.0-build/GASNet-2025.8.0/configure.in:69 Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/usr/bin/fedora-review -b 2402595 -m fedora-rawhide-x86_64 Buildroot used: fedora-rawhide-x86_64 Active plugins: C/C++, Shell-api, Perl, Generic Disabled plugins: SugarActivity, Haskell, fonts, Python, Ruby, Java, PHP, Ocaml, R Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH