[Bug 1922638] Review Request: jpegxl - JPEG XL image format reference implementation

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

 



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



--- Comment #7 from Antonio T. sagitter <trpost@xxxxxxxxxxxxxx> ---
Package Review
==============

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


Issues:
=======
- Package installs properly.
  Note: Installation errors (see attachment)
  See: https://docs.fedoraproject.org/en-US/packaging-guidelines/

  Problem: conflicting requests
  - nothing provides libsjpeg.so.0.1()(64bit) needed by
jpegxl-utils-0.3.7-1.fc35.x86_64

- Large documentation must go in a -doc subpackage. Large could be size
  (~1MB) or number of files.
  Note: Documentation size is 2662400 bytes in 312 files.
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/#_documentation

  Consider to install %doc %{_vpath_builddir}/html (2.4 MB) documentation by a
doc subpackage.

- libsjpeg* look not installed but required

- 'shared-mime-info' is required by 'jpegxl-libs'
  /usr/share/thumbnailers is a directory not owned yet


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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: 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]: 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.

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", "Apache License 2.0", "*No copyright*
     Apache License 2.0", "zlib/libpng license BSD 3-clause "New" or
     "Revised" License", "Expat License Apache License 2.0", "zlib/libpng
     license Apache License 2.0", "zlib/libpng license", "BSD 3-clause
     "New" or "Revised" License". 170 files have unknown license. Detailed
     output of licensecheck in
     /home/sagitter/1922638-jpegxl/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[!]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/thumbnailers,
     /usr/share/mime, /usr/share/mime/packages
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[!]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: 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 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:
[-]: 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.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in jpegxl-
     utils , jpegxl-libs , jpegxl-devel , jxl-pixbuf-loader , gimp-jxl-
     plugin
[ ]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments
[x]: 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]: 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:
[!]: Rpmlint is run on all installed packages.
     Note: Mock build failed
     See: https://docs.fedoraproject.org/en-US/packaging-
     guidelines/#_use_rpmlint
[!]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 2795520 bytes in /usr/share
[x]: Spec file according to URL is the same as in SRPM.


Installation errors
-------------------
INFO: mock.py version 2.10 starting (python version = 3.9.5, NVR =
mock-2.10-1.fc34)...
Start(bootstrap): init plugins
INFO: selinux enabled
Finish(bootstrap): init plugins
Start: init plugins
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
Start(bootstrap): chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled package manager cache
Start(bootstrap): cleaning package manager metadata
Finish(bootstrap): cleaning package manager metadata
INFO: enabled HW Info plugin
Mock Version: 2.10
INFO: Mock Version: 2.10
Finish(bootstrap): chroot init
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled package manager cache
Start: cleaning package manager metadata
Finish: cleaning package manager metadata
INFO: enabled HW Info plugin
Mock Version: 2.10
INFO: Mock Version: 2.10
Finish: chroot init
INFO: installing package(s):
/builddir/jxl-pixbuf-loader-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-libs-debuginfo-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-libs-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-debugsource-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-debuginfo-0.3.7-1.fc35.x86_64.rpm
/builddir/gimp-jxl-plugin-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-utils-debuginfo-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-utils-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-devel-0.3.7-1.fc35.x86_64.rpm
ERROR: Command failed: 
 # /usr/bin/systemd-nspawn -q -M a531be4b22994f429050789ecaffba56 -D
/var/lib/mock/fedora-rawhide-x86_64-bootstrap/root -a --capability=cap_ipc_lock
--bind=/tmp/mock-resolv.6hzxir1k:/etc/resolv.conf --console=pipe
--setenv=TERM=vt100 --setenv=SHELL=/bin/bash
--setenv=HOME=/var/lib/mock/fedora-rawhide-x86_64/root/installation-homedir
--setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin
--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"
--setenv=PS1=<mock-chroot> \s-\v\$  --setenv=LANG=C.UTF-8
--setenv=LC_MESSAGES=C.UTF-8 --resolv-conf=off /usr/bin/dnf --installroot
/var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 35
--setopt=deltarpm=False --allowerasing --disableplugin=local
--disableplugin=spacewalk install
/builddir/jxl-pixbuf-loader-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-libs-debuginfo-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-libs-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-debugsource-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-debuginfo-0.3.7-1.fc35.x86_64.rpm
/builddir/gimp-jxl-plugin-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-utils-debuginfo-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-utils-0.3.7-1.fc35.x86_64.rpm
/builddir/jpegxl-devel-0.3.7-1.fc35.x86_64.rpm --setopt=tsflags=nocontexts



Rpmlint
-------
Checking: jpegxl-utils-0.3.7-1.fc35.x86_64.rpm
          jpegxl-libs-0.3.7-1.fc35.x86_64.rpm
          jpegxl-devel-0.3.7-1.fc35.x86_64.rpm
          jxl-pixbuf-loader-0.3.7-1.fc35.x86_64.rpm
          gimp-jxl-plugin-0.3.7-1.fc35.x86_64.rpm
          jpegxl-debuginfo-0.3.7-1.fc35.x86_64.rpm
          jpegxl-debugsource-0.3.7-1.fc35.x86_64.rpm
          jpegxl-0.3.7-1.fc35.src.rpm
jpegxl-libs.x86_64: W: no-documentation
jxl-pixbuf-loader.x86_64: W: no-documentation
gimp-jxl-plugin.x86_64: W: no-documentation
jpegxl.src:57: W: unversioned-explicit-provides bundled(lodepng)
jpegxl.src:59: W: unversioned-explicit-provides bundled(sjpeg)
jpegxl.src:61: W: unversioned-explicit-provides bundled(skcms)
jpegxl.src: W: invalid-url Source1: third_party-0.3.7.tar.gz
8 packages and 0 specfiles checked; 0 errors, 7 warnings.




Unversioned so-files
--------------------
jxl-pixbuf-loader:
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jxl.so

Source checksums
----------------
https://gitlab.com/wg1/jpeg-xl/-/archive/v0.3.7/jpeg-xl-0.3.7.tar.bz2 :
  CHECKSUM(SHA256) this package     :
ff16821452ecd9fa3bd13141d8883409390967b0445ee1eddb8831dfd41e6a5b
  CHECKSUM(SHA256) upstream package :
ff16821452ecd9fa3bd13141d8883409390967b0445ee1eddb8831dfd41e6a5b


Requires
--------
jpegxl-utils (rpmlib, GLIBC filtered):
    libHalf-2_5.so.25()(64bit)
    libIlmImf-2_5.so.25()(64bit)
    libbrotlidec.so.1()(64bit)
    libbrotlienc.so.1()(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.1)(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libgif.so.7()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEGTURBO_6.2)(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpthread.so.0()(64bit)
    libsjpeg.so.0.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libtcmalloc_minimal.so.4()(64bit)
    rtld(GNU_HASH)

jpegxl-libs (rpmlib, GLIBC filtered):
    libbrotlidec.so.1()(64bit)
    libbrotlienc.so.1()(64bit)
    libc.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    rtld(GNU_HASH)

jpegxl-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    jpegxl-libs(x86-64)
    libjxl.so.0()(64bit)
    libjxl_threads.so.0()(64bit)
    pkgconfig(libbrotlicommon)
    pkgconfig(libbrotlidec)
    pkgconfig(libbrotlienc)

jxl-pixbuf-loader (rpmlib, GLIBC filtered):
    gdk-pixbuf2
    libbrotlidec.so.1()(64bit)
    libc.so.6()(64bit)
    libgdk_pixbuf-2.0.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libtcmalloc_minimal.so.4()(64bit)
    rtld(GNU_HASH)

gimp-jxl-plugin (rpmlib, GLIBC filtered):
    gimp
    libbabl-0.1.so.0()(64bit)
    libbabl-0.1.so.0(V0_1_0)(64bit)
    libbrotlidec.so.1()(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.1)(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libgegl-0.4.so.0()(64bit)
    libgimp-2.0.so.0()(64bit)
    libgimpcolor-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libtcmalloc_minimal.so.4()(64bit)
    rtld(GNU_HASH)

jpegxl-debuginfo (rpmlib, GLIBC filtered):

jpegxl-debugsource (rpmlib, GLIBC filtered):



Provides
--------
jpegxl-utils:
    jpegxl-utils
    jpegxl-utils(x86-64)

jpegxl-libs:
    jpegxl-libs
    jpegxl-libs(x86-64)
    libjxl.so.0()(64bit)
    libjxl.so.0(JXL_0)(64bit)
    libjxl_threads.so.0()(64bit)

jpegxl-devel:
    jpegxl-devel
    jpegxl-devel(x86-64)
    pkgconfig(libjxl)
    pkgconfig(libjxl_threads)

jxl-pixbuf-loader:
    jxl-pixbuf-loader
    jxl-pixbuf-loader(x86-64)
    libpixbufloader-jxl.so()(64bit)

gimp-jxl-plugin:
    gimp-jxl-plugin
    gimp-jxl-plugin(x86-64)

jpegxl-debuginfo:
    jpegxl-debuginfo
    jpegxl-debuginfo(x86-64)

jpegxl-debugsource:
    jpegxl-debugsource
    jpegxl-debugsource(x86-64)



Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10
Command line :/usr/bin/fedora-review --mock-options=--no-clean -m
fedora-rawhide-x86_64 -b 1922638
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Shell-api, Generic
Disabled plugins: Python, Haskell, Perl, R, Java, fonts, SugarActivity, PHP,
Ocaml
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
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