This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. Note: License file LICENSE.TXT is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/llvm8.0 See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: Package contains no static executables. [ ]: Development (unversioned) .so files in -devel subpackage, if present. Note: Unversioned so-files in private %_libdir subdirectory (see attachment). Verify they are not in ld path. [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]: Rpath absent or only used for internal libs. Generic: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: 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", "GNU General Public License v2.0 or later [generated file]", "*No copyright* GNU General Public License, Version 3", "GNU General Public License", "BSD (3 clause)", "*No copyright* [generated file]", "*No copyright* MIT License", "Unicode strict", "Public domain", "ISC License", "BSD (2 clause)", "MIT License", "*No copyright* Apache License 2.0", "Apache License 2.0", "BSD (3 clause) [generated file]". 35222 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/llvm8.0/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/lib64/llvm8.0/include, /usr/lib64/llvm8.0/lib/cmake, /usr/include/llvm8.0, /usr/lib64/llvm8.0, /usr/lib64/llvm8.0/lib, /usr/share/doc/llvm8.0 [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/lib64/llvm8.0/include, /usr/lib64/llvm8.0/lib/cmake, /usr/include/llvm8.0, /usr/lib64/llvm8.0, /usr/lib64/llvm8.0/lib, /usr/share/doc/llvm8.0, /usr/lib64/llvm8.0/lib/cmake/llvm [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: 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. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: %config files are marked noreplace or the reason is justified. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: No %config files under /usr. [x]: Package 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: llvm8.0-static. [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: [!]: Reviewer should test that the package builds in mock. [ ]: 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). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in llvm8.0-libs , llvm8.0-static [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: Scriptlets must be sane, if used. [ ]: 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. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x [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]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: llvm8.0-8.0.1-13.fc36.x86_64.rpm llvm8.0-devel-8.0.1-13.fc36.x86_64.rpm llvm8.0-doc-8.0.1-13.fc36.noarch.rpm llvm8.0-libs-8.0.1-13.fc36.x86_64.rpm llvm8.0-static-8.0.1-13.fc36.x86_64.rpm llvm8.0-debuginfo-8.0.1-13.fc36.x86_64.rpm llvm8.0-debugsource-8.0.1-13.fc36.x86_64.rpm llvm8.0-8.0.1-13.fc36.src.rpm llvm8.0.x86_64: W: incoherent-version-in-changelog 8.0.0-13 ['8.0.1-13.fc36', '8.0.1-13'] llvm8.0.x86_64: W: dangling-relative-symlink /usr/bin/llvm-config-8.0-64 ../../../usr/lib64/llvm8.0/bin/llvm-config llvm8.0.x86_64: W: dangling-relative-symlink /usr/lib/.build-id/42/2dee7eb95f3e919a112866ccf220e2eaca3c4d ../../../../usr/lib64/llvm8.0/bin/llvm-config llvm8.0.x86_64: W: no-manual-page-for-binary llvm-c-test-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-cat-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-cfi-verify-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-config-8.0-64 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-cvtres-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-cxxdump-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-cxxfilt-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-dlltool-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-dwp-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-elfabi-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-lto-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-lto2-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-mc-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-modextract-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-mt-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-objcopy-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-opt-report-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-ranlib-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-rc-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-readelf-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-rtdyld-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-size-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-split-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-strings-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-strip-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-tblgen-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-undname-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary llvm-xray-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary obj2yaml-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary sancov-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary sanstats-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary verify-uselistorder-8.0 llvm8.0.x86_64: W: no-manual-page-for-binary yaml2obj-8.0 llvm8.0-devel.x86_64: W: no-manual-page-for-binary llvm-config-8.0-64 llvm8.0-doc.noarch: W: hidden-file-or-dir /usr/share/doc/llvm8.0/html/.buildinfo llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-pdbutil.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/CodeViewSymbols.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/CodeViewTypes.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/GlobalStream.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/HashStream.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/ModiStream.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/MsfFile.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/PublicStream.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/TpiStream.rst.txt llvm8.0-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/llvm8.0/html/_sources/PDB/index.rst.txt llvm8.0-libs.x86_64: W: no-soname /usr/lib64/llvm8.0/lib/LLVMgold.so llvm8.0-libs.x86_64: W: shared-lib-calls-exit /usr/lib64/llvm8.0/lib/LLVMgold.so exit@GLIBC_2.2.5 llvm8.0-libs.x86_64: E: shared-lib-without-dependency-information /usr/lib64/llvm8.0/lib/libOptRemarks.so.8 llvm8.0-libs.x86_64: W: no-documentation llvm8.0-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/llvm8.0/lib/libOptRemarks.so llvm8.0-static.x86_64: W: no-documentation 8 packages and 0 specfiles checked; 1 errors, 53 warnings. Rpmlint (debuginfo) ------------------- Checking: llvm8.0-debuginfo-8.0.1-13.fc36.x86_64.rpm llvm8.0-devel-debuginfo-8.0.1-13.fc36.x86_64.rpm llvm8.0-libs-debuginfo-8.0.1-13.fc36.x86_64.rpm 3 packages and 0 specfiles checked; 0 errors, 0 warnings. Rpmlint (installed packages) ---------------------------- Cannot parse rpmlint output: Unversioned so-files -------------------- llvm8.0-libs: /usr/lib64/llvm8.0/lib/LLVMgold.so llvm8.0-libs: /usr/lib64/llvm8.0/lib/libLLVM-8.0.1.so llvm8.0-libs: /usr/lib64/llvm8.0/lib/libLLVM-8.so llvm8.0-libs: /usr/lib64/llvm8.0/lib/libOptRemarks.so Source checksums ---------------- https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/llvm-8.0.1.src.tar.xz : CHECKSUM(SHA256) this package : 44787a6d02f7140f145e2250d56c9f849334e11f9ae379827510ed72f12b75e7 CHECKSUM(SHA256) upstream package : 44787a6d02f7140f145e2250d56c9f849334e11f9ae379827510ed72f12b75e7 Requires -------- llvm8.0 (rpmlib, GLIBC filtered): ld-linux-x86-64.so.2()(64bit) libLLVM-8.so()(64bit) libLLVM-8.so(LLVM_8)(64bit) libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(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.5)(64bit) libtinfo.so.6()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) llvm8.0-libs(x86-64) rtld(GNU_HASH) llvm8.0-devel (rpmlib, GLIBC filtered): /usr/sbin/alternatives libLLVM-8.so()(64bit) libLLVM-8.so(LLVM_8)(64bit) libLTO.so.8()(64bit) libc.so.6()(64bit) libedit-devel libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) llvm8.0(x86-64) rtld(GNU_HASH) llvm8.0-doc (rpmlib, GLIBC filtered): llvm8.0 llvm8.0-libs (rpmlib, GLIBC filtered): config(llvm8.0-libs) ld-linux-x86-64.so.2()(64bit) libLLVM-8.so()(64bit) libLLVM-8.so(LLVM_8)(64bit) libOptRemarks.so.8()(64bit) libc.so.6()(64bit) libedit.so.0()(64bit) libffi.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(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.5)(64bit) libtinfo.so.6()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) llvm8.0-static (rpmlib, GLIBC filtered): llvm8.0-debuginfo (rpmlib, GLIBC filtered): llvm8.0-debugsource (rpmlib, GLIBC filtered): Provides -------- llvm8.0: llvm(major) llvm8.0 llvm8.0(x86-64) llvm8.0-devel: llvm-devel(major) llvm8.0-devel llvm8.0-devel(x86-64) llvm8.0-doc: llvm8.0-doc llvm8.0-libs: config(llvm8.0-libs) libLLVM-8.so()(64bit) libLLVM-8.so(LLVM_8)(64bit) libLTO.so.8()(64bit) libLTO.so.8(LLVM_8)(64bit) libOptRemarks.so.8()(64bit) libOptRemarks.so.8(LLVM_8)(64bit) llvm8.0-libs llvm8.0-libs(x86-64) llvm8.0-static: llvm8.0-static llvm8.0-static(x86-64) llvm8.0-debuginfo: debuginfo(build-id) llvm8.0-debuginfo llvm8.0-debuginfo(x86-64) llvm8.0-debugsource: llvm8.0-debugsource llvm8.0-debugsource(x86-64) Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10 Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name llvm8.0 --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Shell-api, Generic, C/C++ Disabled plugins: Java, SugarActivity, R, Ocaml, PHP, Haskell, Perl, Python, fonts Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH