https://bugzilla.redhat.com/show_bug.cgi?id=2128851
Bug ID: 2128851 Summary: Review Request: snowball - Snowball compiler and stemming algorithms Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: loganjerry@gmail.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
Spec URL: https://jjames.fedorapeople.org/snowball/snowball.spec SRPM URL: https://jjames.fedorapeople.org/snowball/snowball-2.2.0-3.fc38.src.rpm Fedora Account System Username: jjames Description: Snowball is a small string processing language for creating stemming algorithms for use in Information Retrieval, plus a collection of stemming algorithms implemented using it.
Snowball was originally designed and built by Martin Porter. Martin retired from development in 2014 and Snowball is now maintained as a community project. Martin originally chose the name Snowball as a tribute to SNOBOL, the excellent string handling language from the 1960s. It now also serves as a metaphor for how the project grows by gathering contributions over time.
This RPM package is a merge of the existing libstemmer and python-snowballstemmer packages. It will replace both of them, and will ensure that they stay on the same version going forward.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
Jerry James loganjerry@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Doc Type|--- |If docs needed, set a value
--- Comment #1 from Jerry James loganjerry@gmail.com --- abipkgdiff shows that, compared to the libstemmer package now in Fedora, this version adds a bunch of functions and also changes two:
- SN_create_env - skip_utf8
The packages that currently consume libstemmer are:
- appstream - calibre - dovecot - geary - groonga - libappstream-glib - pl - tracker
I have examined each of these packages and verified that none of them call either of the two changed functions. This means that nothing needs to be rebuilt when the new snowball package is built for Fedora.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
Benson Muite benson_muite@emailplus.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |benson_muite@emailplus.org Flags| |fedora-review? Assignee|nobody@fedoraproject.org |benson_muite@emailplus.org
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #2 from Benson Muite benson_muite@emailplus.org --- Package Review ==============
Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed
Issues: ======= - Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils) - Javadoc documentation files are generated and included in -javadoc subpackage Note: No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21 See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No javadoc subpackage present See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation
===== MUST items =====
C/C++: [?]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [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. [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", "BSD 3-Clause License", "*No copyright* [generated file]", "*No copyright* BSD 3-Clause License". 113 files have unknown license. Detailed output of licensecheck in /home/FedoraPackaging/reviews/snowball/2128851-snowball/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [x]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/java [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. [?]: 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. [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. [?]: 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 112640 bytes in 6 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]: 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
Java: [x]: Bundled jar/class files should be removed before build
Maven: [-]: If package contains pom.xml files install it (including metadata) even when building with ant [x]: Old add_to_maven_depmap macro is not being used
Python: [-]: Binary eggs must be removed in %prep Note: Cannot find any build in BUILD directory (--prebuilt option?) [-]: Python eggs must not download any dependencies during the build process. [-]: A package which is used by another package via an egg interface should provide egg info. [x]: Package meets the Packaging Guidelines::Python [x]: Package contains BR: python2-devel or python3-devel [x]: Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. [x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files
===== 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). [?]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in libstemmer , libstemmer-devel , snowball-java , python3-snowballstemmer [?]: Package functions as described. [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. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [?]: Package should compile and build into binary rpms on all supported architectures. [!]: %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]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. [x]: Spec use %global instead of %define unless justified.
Java: [x]: Packages are noarch unless they use JNI Note: snowball subpackage is not noarch. Please verify manually [x]: Package uses upstream build method (ant/maven/etc.)
===== EXTRA items =====
Generic: [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]: 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 ------- Cannot parse rpmlint output:
Rpmlint (debuginfo) ------------------- Cannot parse rpmlint output:
Rpmlint (installed packages) ---------------------------- ============================ rpmlint session starts ============================ rpmlint: 2.2.0 configuration: /usr/lib/python3.11/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: 7
snowball-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/.dwz/snowball-2.2.0-3.fc38.x86_64 snowball-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/snowball-2.2.0-3.fc38.x86_64.debug snowball-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/stemwords-2.2.0-3.fc38.x86_64.debug snowball-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/.dwz/snowball-2.2.0-3.fc38.x86_64 snowball.x86_64: W: no-manual-page-for-binary snowball snowball.x86_64: W: no-manual-page-for-binary stemwords snowball-debugsource.x86_64: W: no-documentation snowball-debuginfo.x86_64: W: no-documentation snowball.x86_64: W: name-repeated-in-summary Snowball snowball-debuginfo.x86_64: E: missing-PT_GNU_STACK-section /usr/lib/debug/.dwz/snowball-2.2.0-3.fc38.x86_64 snowball-debuginfo.x86_64: E: ldd-failed /usr/lib/debug/usr/bin/snowball-2.2.0-3.fc38.x86_64.debug /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ldd: warning: you do not have execution permission for `/usr/lib/debug/usr/bin/snowball-2.2.0-3.fc38.x86_64.debug'
snowball-debuginfo.x86_64: E: ldd-failed /usr/lib/debug/usr/bin/stemwords-2.2.0-3.fc38.x86_64.debug /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ldd: warning: you do not have execution permission for `/usr/lib/debug/usr/bin/stemwords-2.2.0-3.fc38.x86_64.debug'
libstemmer-devel.x86_64: W: invalid-license BSD-3-Clause snowball-debugsource.x86_64: W: invalid-license BSD-3-Clause snowball-debuginfo.x86_64: W: invalid-license BSD-3-Clause libstemmer.x86_64: W: invalid-license BSD-3-Clause snowball.x86_64: W: invalid-license BSD-3-Clause python3-snowballstemmer.noarch: W: invalid-license BSD-3-Clause snowball-java.noarch: W: invalid-license BSD-3-Clause snowball-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz snowball-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz snowball-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/31/f35251e309daa3b72e03474036ee4f2d2dea61 ../../../.build-id/31/f35251e309daa3b72e03474036ee4f2d2dea61 snowball-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/a2/d3d51b2fc41bfe648c4b6637daa451c78b24f8 ../../../.build-id/a2/d3d51b2fc41bfe648c4b6637daa451c78b24f8 7 packages and 0 specfiles checked; 4 errors, 19 warnings, 4 badness; has taken 2.7 s
Source checksums ---------------- https://github.com/snowballstem/snowball-data/archive/refs/heads/master.zip : CHECKSUM(SHA256) this package : bf5447c806e433b1caf39f42031f37e0b6d09115442dd5c81d391d5761934fc7 CHECKSUM(SHA256) upstream package : bf5447c806e433b1caf39f42031f37e0b6d09115442dd5c81d391d5761934fc7 https://github.com/snowballstem/snowball/archive/v2.2.0/snowball-2.2.0.tar.g... : CHECKSUM(SHA256) this package : 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a CHECKSUM(SHA256) upstream package : 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a
Requires -------- snowball (rpmlib, GLIBC filtered): libc.so.6()(64bit) libstemmer.so.0()(64bit) rtld(GNU_HASH)
libstemmer (rpmlib, GLIBC filtered): libc.so.6()(64bit) rtld(GNU_HASH)
libstemmer-devel (rpmlib, GLIBC filtered): libstemmer(x86-64) libstemmer.so.0()(64bit)
snowball-java (rpmlib, GLIBC filtered):
python3-snowballstemmer (rpmlib, GLIBC filtered): python(abi)
snowball-debuginfo (rpmlib, GLIBC filtered):
snowball-debugsource (rpmlib, GLIBC filtered):
Provides -------- snowball: snowball snowball(x86-64)
libstemmer: libstemmer libstemmer(x86-64) libstemmer.so.0()(64bit)
libstemmer-devel: libstemmer-devel libstemmer-devel(x86-64)
snowball-java: snowball-java
python3-snowballstemmer: python-snowballstemmer python3-snowballstemmer python3.11-snowballstemmer python3.11dist(snowballstemmer) python3dist(snowballstemmer)
snowball-debuginfo: debuginfo(build-id) snowball-debuginfo snowball-debuginfo(x86-64)
snowball-debugsource: snowball-debugsource snowball-debugsource(x86-64)
Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23 Command line :/usr/bin/fedora-review -b 2128851 Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, Shell-api, Java, C/C++, Python Disabled plugins: Perl, Ocaml, SugarActivity, R, Haskell, fonts, PHP Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
Comments: a) add "make check_java" and "make check_python" to the spec file. b) should there be an obsoletes section in the spec for python-snowball-stemmer and libstemmer?
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
Julien Enselme jujens@jujens.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jujens@jujens.eu
--- Comment #3 from Julien Enselme jujens@jujens.eu --- I think that we should add obsoletes section for python-snowball-stemmer and libstemmer since this package is aimed at replacing them. This excepted, nothing to add to the review of Benson.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #4 from Jerry James loganjerry@gmail.com --- (In reply to Benson Muite from comment #2)
Comments: a) add "make check_java" and "make check_python" to the spec file.
Done.
b) should there be an obsoletes section in the spec for python-snowball-stemmer and libstemmer?
No, because the package names have not changed. They will be built from a different dist-git repository, yes, but rpm/dnf/... don't care about that. They just compare package names, and we are keeping the libstemmer and python3-snowball-stemmer names.
(In reply to Julien Enselme from comment #3)
I think that we should add obsoletes section for python-snowball-stemmer and libstemmer since this package is aimed at replacing them. This excepted, nothing to add to the review of Benson.
Same comment as above. Obsoletes are for package name changes, which isn't happening here.
New URLs:
Spec URL: https://jjames.fedorapeople.org/snowball/snowball.spec SRPM URL: https://jjames.fedorapeople.org/snowball/snowball-2.2.0-4.fc38.src.rpm
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
Benson Muite benson_muite@emailplus.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |POST Flags|fedora-review? |fedora-review+
--- Comment #5 from Benson Muite benson_muite@emailplus.org --- Package Review ==============
Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed
Issues: ======= - Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils) - Javadoc documentation files are generated and included in -javadoc subpackage Note: No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21 See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No javadoc subpackage present See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation
===== MUST items =====
C/C++: [-]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [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. [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", "BSD 3-Clause License", "*No copyright* [generated file]", "*No copyright* BSD 3-Clause License". 113 files have unknown license. Detailed output of licensecheck in /home/FedoraPackaging/reviews/snowball/2128851-snowball/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [x]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/java [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. [-]: 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 112640 bytes in 6 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]: 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
Java: [x]: Bundled jar/class files should be removed before build
Maven: [-]: If package contains pom.xml files install it (including metadata) even when building with ant [x]: Old add_to_maven_depmap macro is not being used
Python: [-]: Binary eggs must be removed in %prep Note: Cannot find any build in BUILD directory (--prebuilt option?) [x]: Python eggs must not download any dependencies during the build process. [x]: A package which is used by another package via an egg interface should provide egg info. [x]: Package meets the Packaging Guidelines::Python [x]: Package contains BR: python2-devel or python3-devel [x]: Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. [x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files
===== 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). [?]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in libstemmer , libstemmer-devel , snowball-java , python3-snowballstemmer [x]: Package functions as described. [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. [-]: 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]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. [x]: Spec use %global instead of %define unless justified.
Java: [x]: Packages are noarch unless they use JNI Note: snowball subpackage is not noarch. Please verify manually [x]: Package uses upstream build method (ant/maven/etc.)
===== EXTRA items =====
Generic: [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]: 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 ------- Cannot parse rpmlint output:
Rpmlint (debuginfo) ------------------- Cannot parse rpmlint output:
Rpmlint (installed packages) ---------------------------- ============================ rpmlint session starts ============================ rpmlint: 2.2.0 configuration: /usr/lib/python3.11/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: 7
snowball-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/.dwz/snowball-2.2.0-4.fc38.x86_64 snowball-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/snowball-2.2.0-4.fc38.x86_64.debug snowball-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/stemwords-2.2.0-4.fc38.x86_64.debug snowball-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/.dwz/snowball-2.2.0-4.fc38.x86_64 snowball.x86_64: W: no-manual-page-for-binary snowball snowball.x86_64: W: no-manual-page-for-binary stemwords snowball-debuginfo.x86_64: W: no-documentation snowball-debugsource.x86_64: W: no-documentation snowball.x86_64: W: name-repeated-in-summary Snowball snowball-debuginfo.x86_64: E: missing-PT_GNU_STACK-section /usr/lib/debug/.dwz/snowball-2.2.0-4.fc38.x86_64 snowball-debuginfo.x86_64: E: ldd-failed /usr/lib/debug/usr/bin/snowball-2.2.0-4.fc38.x86_64.debug /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ldd: warning: you do not have execution permission for `/usr/lib/debug/usr/bin/snowball-2.2.0-4.fc38.x86_64.debug'
snowball-debuginfo.x86_64: E: ldd-failed /usr/lib/debug/usr/bin/stemwords-2.2.0-4.fc38.x86_64.debug /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ldd: warning: you do not have execution permission for `/usr/lib/debug/usr/bin/stemwords-2.2.0-4.fc38.x86_64.debug'
snowball-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz snowball-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz snowball-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/8b/84f965e9f20f211234582c55342c4e3c97bcb5 ../../../.build-id/8b/84f965e9f20f211234582c55342c4e3c97bcb5 snowball-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/a6/790355c087c1b1f9e4d5f5e30bb39398f11f75 ../../../.build-id/a6/790355c087c1b1f9e4d5f5e30bb39398f11f75 7 packages and 0 specfiles checked; 4 errors, 12 warnings, 4 badness; has taken 4.8 s
Source checksums ---------------- https://github.com/snowballstem/snowball-data/archive/refs/heads/master.zip : CHECKSUM(SHA256) this package : bf5447c806e433b1caf39f42031f37e0b6d09115442dd5c81d391d5761934fc7 CHECKSUM(SHA256) upstream package : bf5447c806e433b1caf39f42031f37e0b6d09115442dd5c81d391d5761934fc7 https://github.com/snowballstem/snowball/archive/v2.2.0/snowball-2.2.0.tar.g... : CHECKSUM(SHA256) this package : 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a CHECKSUM(SHA256) upstream package : 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a
Requires -------- snowball (rpmlib, GLIBC filtered): libc.so.6()(64bit) libstemmer.so.0()(64bit) rtld(GNU_HASH)
libstemmer (rpmlib, GLIBC filtered): libc.so.6()(64bit) rtld(GNU_HASH)
libstemmer-devel (rpmlib, GLIBC filtered): libstemmer(x86-64) libstemmer.so.0()(64bit)
snowball-java (rpmlib, GLIBC filtered):
python3-snowballstemmer (rpmlib, GLIBC filtered): python(abi)
snowball-debuginfo (rpmlib, GLIBC filtered):
snowball-debugsource (rpmlib, GLIBC filtered):
Provides -------- snowball: snowball snowball(x86-64)
libstemmer: libstemmer libstemmer(x86-64) libstemmer.so.0()(64bit)
libstemmer-devel: libstemmer-devel libstemmer-devel(x86-64)
snowball-java: snowball-java
python3-snowballstemmer: python-snowballstemmer python3-snowballstemmer python3.11-snowballstemmer python3.11dist(snowballstemmer) python3dist(snowballstemmer)
snowball-debuginfo: debuginfo(build-id) snowball-debuginfo snowball-debuginfo(x86-64)
snowball-debugsource: snowball-debugsource snowball-debugsource(x86-64)
Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23 Command line :/usr/bin/fedora-review -b 2128851 Buildroot used: fedora-rawhide-x86_64 Active plugins: Java, Python, Shell-api, Generic, C/C++ Disabled plugins: PHP, SugarActivity, R, fonts, Ruby, Haskell, Ocaml, Perl Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
Comments: a) Builds available at https://copr.fedorainfracloud.org/coprs/fed500/snowball/ b) Correct functionality assumed based on tests c) Package approved
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #6 from Jerry James loganjerry@gmail.com --- Thank you for the review, Benson! For those concerned, should this package be built for Rawhide only? Its introduction requires the retirement of the existing libstemmer and python-snowballstemmer packages. Final freeze for F37 starts next Tuesday, so the viable options are (from least work to most work):
- Skip F37, and let this change land in F38 - Get enough people to test and give karma so that an F37 update can go stable before next Tuesday - Ask for a freeze exception after the freeze starts, then retire libstemmer and python-snowballstemmer post-freeze
Does anybody feel strongly about landing this change in F37?
Julien, the plan is still to make you comaintainer of this package, correct?
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #7 from Gwyn Ciesla gwync@protonmail.com --- (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/snowball
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #8 from Benson Muite benson_muite@emailplus.org --- Would suggest F38, unless there are some features that are urgently needed. libstemmer is used in a number of places so if nothing is broken, a longer transition period would allow for robust fixes.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #9 from Julien Enselme jujens@jujens.eu ---
Obsoletes are for package name changes, which isn't happening here.
Indeed, that's very obvious once pointed out ^^
Does anybody feel strongly about landing this change in F37?
I think landing this in F38 would be enough.
Julien, the plan is still to make you comaintainer of this package, correct?
I'll gladly help yes. Do I need to take actions to retire https://src.fedoraproject.org/rpms/python-snowballstemmer on F38? This repo will become useless and may create conflicts with the new one.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #10 from Jerry James loganjerry@gmail.com --- (In reply to Julien Enselme from comment #9)
I'll gladly help yes. Do I need to take actions to retire https://src.fedoraproject.org/rpms/python-snowballstemmer on F38? This repo will become useless and may create conflicts with the new one.
Yes, please run "fedpkg retire" for python-snowballstemmer. I have made you admin of the new snowball package.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
Jerry James loganjerry@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |snowball-2.2.0-4.fc38 Status|POST |CLOSED Resolution|--- |RAWHIDE Last Closed| |2022-10-04 19:54:35
--- Comment #11 from Jerry James loganjerry@gmail.com --- The snowball package has been built for Fedora Rawhide, and the libstemmer package has been retired.
https://bugzilla.redhat.com/show_bug.cgi?id=2128851
--- Comment #12 from Julien Enselme jujens@jujens.eu ---
Yes, please run "fedpkg retire" for python-snowballstemmer
Done!
I have made you admin of the new snowball package.
Thanks!
package-review@lists.fedoraproject.org