Bug 1215732 - Review Request: pypy3 - Python 3 implementation with a Just-In-Time compiler
Summary: Review Request: pypy3 - Python 3 implementation with a Just-In-Time compiler
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-27 15:01 UTC by Miro Hrončok
Modified: 2015-05-26 03:52 UTC (History)
4 users (show)

Fixed In Version: pypy3-2.4.0-1.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-26 03:52:12 UTC
Type: ---
Embargoed:
zbyszek: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Miro Hrončok 2015-04-27 15:01:42 UTC
Spec URL: https://raw.githubusercontent.com/fedora-python/pypy3/master/pypy3.spec
SRPM URL: https://churchyard.fedorapeople.org/SRPMS/pypy3-2.4.0-1.fc23.src.rpm
Koji scratch build: 
http://koji.fedoraproject.org/koji/taskinfo?taskID=9570151

Description:

PyPy's implementation of Python 3, featuring a Just-In-Time compiler on some CPU
architectures, and various optimized implementations of the standard types
(strings, dictionaries, etc)

Fedora Account System Username: churchyard

Comment 1 Zbigniew Jędrzejewski-Szmek 2015-04-27 15:55:38 UTC
BuildRoot, 'rm -rf $RPM_BUILD_ROOT', %clean section, %defattr can be removed.

%global _docdir_fmt %{name}
%license LICENSE

%autosetup ?

Requires: pypy3-libs = %{version}-%{release}
Requires: pypy3 = %{version}-%{release}
→ I think %{?_isa} should be added.

Should the changelog be trimmed?

Comment 2 Miro Hrončok 2015-04-27 16:11:57 UTC
Thanks for comments, I'll work on them.

Comment 3 Pierre-YvesChibon 2015-04-27 16:16:21 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #1)
> Should the changelog be trimmed?

I think we normally keep it

Comment 4 Miro Hrončok 2015-04-27 16:28:34 UTC
Why %global _docdir_fmt %{name}?

Comment 5 Zbigniew Jędrzejewski-Szmek 2015-04-27 16:32:55 UTC
Because there's a bunch of binary subpackages and creating /usr/share/licenses/pypy3-this and /usr/share/licenses/pypy3-that is just confusing for the user. Of course this was just a suggestion.

Comment 6 Miro Hrončok 2015-04-27 16:34:17 UTC
That makes sense.

Comment 7 Miro Hrončok 2015-04-27 16:39:40 UTC
I've changed everything except the %changelog

Spec URL: https://raw.githubusercontent.com/fedora-python/pypy3/master/pypy3.spec

Uploading the SRPM to Koji first, than to fedorapeople. It takes a while.

Comment 9 Miro Hrončok 2015-04-27 19:02:32 UTC
Scratch build still passing after the changes.

Comment 10 Zbigniew Jędrzejewski-Szmek 2015-04-28 14:42:02 UTC
fedora-review output:

Issues:
=======
- No %config files under /usr.
  Note: %config(noreplace) /usr/lib/rpm/macros.d/macros.pypy3
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Configuration_files

pypy3-devel.i686: W: non-etc-or-var-file-marked-as-conffile /usr/lib/rpm/macros.d
/macros.pypy3

I think it's a left-over from when the file was in /etc. The user is not supposed to modify anything in /usr.

- Permissions on files are set properly.
  Note: See rpmlint output
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#FilePermissions
See below.

- Header files in -devel subpackage, if present.
  Note: pypy3-libs : /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#DevelPackages

Hm, don't know what to think about this. 
/usr/lib/pypy3-2.4.0/lib_pypy/_testcapimodule.c and /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h look misplaced.

- Package contains BR: python2-devel or python3-devel
Please change BR:python-devel to BR:python2-devel.

- 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 %doc.
  Note: Cannot find LICENSE in rpm(s)
  See:
  http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#License_Text
False positive.

===== 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]: 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:
     "Apache (v2.0)", "Unknown or generated", "MIT/X11 (BSD like)", "*No
     copyright* Public domain", "BSD (3 clause)", "BSD (2 clause)",
     "zlib/libpng". 3814 files have unknown license. Detailed output of
     licensecheck in /var/tmp/1215732-pypy3/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.
It's documented in LICENSE file itself.

[!]: Package must own all directories that it creates.
     Note: Directories without known owners:
     /usr/lib/rpm/macros.d,                    → OK
     /usr/lib/rpm,                             → OK
     /usr/lib64/pypy3-2.4.0                    → should be owned
[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.
Might be worth adding a desktop file with pypy3 in a terminal. But that's for another day.

[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.
[x]: 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.
     Note: Test run failed
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Test run failed
[x]: Packages must not store files under /srv, /opt or /usr/local
     Note: Test run failed
[x]: Package complies to the Packaging Guidelines
(afaict :))

[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]: Package requires other packages for directories it uses.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[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]: Package does not contain duplicates in %files.
[x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package do not use a name that already exist
[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.

Python:
[-]: Binary eggs must be removed in %prep
     Note: Test run failed
[-]: Python eggs must not download any dependencies during the build process.
     Note: Test run failed
[-]: A package which is used by another package via an egg interface should
     provide egg info.
     Note: Test run failed
[-]: Package meets the Packaging Guidelines::Python
     Note: Test run failed

===== 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 pypy3-libs
OK.

[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.
[-]: 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.
[?]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define gcrootfinder_options
     --gcrootfinder=shadowstack, %define gcrootfinder_options %{nil}
Looks like this could be changed to %global.

[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[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]: Dist tag is present (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.

===== EXTRA items =====

Generic:
[-]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.
     Note: Test run failed
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: pypy3-2.4.0-1.fc23.x86_64.rpm
          pypy3-libs-2.4.0-1.fc23.x86_64.rpm
          pypy3-devel-2.4.0-1.fc23.x86_64.rpm
          pypy3-2.4.0-1.fc23.src.rpm
pypy3.x86_64: W: no-manual-page-for-binary pypy3
Upstream ships a man page, it would be nice to build it.

And what about documentation in general? Shouldn't it be built?

pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/keycert2.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/nokia.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/keycert.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/sha256.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/https_svn_python_org_root.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/badkey.pem
pypy3-libs.x86_64: E: zero-length /usr/lib64/pypy3-2.4.0/lib-python/3/test/nullcert.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/ssl_cert.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/badcert.pem
pypy3-libs.x86_64: W: uncompressed-zip /usr/lib64/pypy3-2.4.0/lib-python/3/test/zipdir.zip
OK, just for testing.

pypy3-libs.x86_64: E: non-standard-executable-perm /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/_cffi__gba38fc1bx3406ff50.pypy3-24.so 0775L
pypy3-libs.x86_64: E: non-standard-executable-perm /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.pypy3-24.so 0775L
pypy3-libs.x86_64: E: non-standard-executable-perm /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.pypy3-24.so 0775L
pypy3-libs.x86_64: E: non-standard-executable-perm /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.pypy3-24.so 0775L
Those should be 0755..., but nobody cares anyway.

pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_testcapimodule.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h
As noted above, this looks strange.

pypy3-libs.x86_64: E: script-without-shebang /usr/lib64/pypy3-2.4.0/lib-python/3/idlelib/idle.bat
OK.

pypy3-libs.x86_64: E: backup-file-in-package /usr/lib64/pypy3-2.4.0/lib_pypy/_pypy_interact.py.orig
Hm, this looks like a bug in %autosetup. Maybe you can add '-S git' to %autosetup.

pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_ctypes_test.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/_cffi__gba38fc1bx3406ff50.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.c
Hm, those look strange too. It's probably not worth fighting the upstream build system on those though, they are harmless and small.

pypy3-libs.x86_64: E: python-bytecode-inconsistent-mtime /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/__init__.pyc 2015-04-27T15:41:37 /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/__init__.py 2015-04-27T17:26:45
Probably a false positive, confused by non-python bytecode.

pypy3-devel.x86_64: W: only-non-binary-in-usr-lib
OK.

pypy3-devel.x86_64: W: no-documentation
Right, maybe it should be built?

pypy3.src: W: invalid-url Source0: https://bitbucket.org/pypy/pypy/downloads/pypy3-2.4.0-src.tar.bz2 HTTP Error 403: Forbidden
Works for me.

4 packages and 0 specfiles checked; 8 errors, 21 warnings.




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


Requires
--------
pypy3-libs (rpmlib, GLIBC filtered):
    /bin/sh
    /usr/bin/env
    /usr/bin/python
Hm, this seems to come from /usr/lib/pypy3-2.4.0/lib_pypy/ctypes_config_cache/rebuild.py,
which seems to be an internal script (it contains 'import py') to be run in the build tree.
I think it should be removed from the binary package.

    emacs-filesystem
    libc.so.6()(64bit)
    libncurses.so.5()(64bit)
    libpanel.so.5()(64bit)
    libsqlite3.so.0()(64bit)
    libtcl8.6.so()(64bit)
    libtinfo.so.5()(64bit)
    libtk8.6.so()(64bit)
    rtld(GNU_HASH)

pypy3-devel (rpmlib, GLIBC filtered):
    config(pypy3-devel)
    pypy3(x86-64)

pypy3 (rpmlib, GLIBC filtered):
    ld-linux-x86-64.so.2()(64bit)
    libbz2.so.1()(64bit)
    libc.so.6()(64bit)
    libcrypt.so.1()(64bit)
    libcrypto.so.10()(64bit)
    libcrypto.so.10(libcrypto.so.10)(64bit)
    libdl.so.2()(64bit)
    libexpat.so.1()(64bit)
    libffi.so.6()(64bit)
    libm.so.6()(64bit)
    libncurses.so.5()(64bit)
    libpthread.so.0()(64bit)
    librt.so.1()(64bit)
    libssl.so.10()(64bit)
    libssl.so.10(libssl.so.10)(64bit)
    libtinfo.so.5()(64bit)
    libutil.so.1()(64bit)
    libz.so.1()(64bit)
    pypy3-libs(x86-64)
    rtld(GNU_HASH)



Provides
--------
pypy3-libs:
    pypy3-libs
    pypy3-libs(x86-64)

pypy3-devel:
    config(pypy3-devel)
    pypy3-devel
    pypy3-devel(x86-64)

pypy3:
    pypy3
    pypy3(x86-64)



Unversioned so-files
--------------------
pypy3-libs: /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.pypy3-24.so
pypy3-libs: /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.pypy3-24.so
pypy3-libs: /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.pypy3-24.so
pypy3-libs: /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/_cffi__gba38fc1bx3406ff50.pypy3-24.so
OK.

Source checksums
----------------
https://bitbucket.org/pypy/pypy/downloads/pypy3-2.4.0-src.tar.bz2 :
  CHECKSUM(SHA256) this package     : d9ba207d6eecf8a0dc4414e9f4e92db1abd143e8cc6ec4a6bdcac75b29f104f3
  CHECKSUM(SHA256) upstream package : d9ba207d6eecf8a0dc4414e9f4e92db1abd143e8cc6ec4a6bdcac75b29f104f3


Generated by fedora-review 0.5.2 (63c24cb) last change: 2014-07-14
Command line :/usr/bin/fedora-review -b 1215732
Buildroot used: fedora-rawhide-x86_64
Active plugins: Python, Generic, Shell-api, C/C++
Disabled plugins: Java, SugarActivity, fonts, Haskell, Ocaml, Perl, R, PHP, Ruby
Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG

Comment 11 Miro Hrončok 2015-04-28 18:07:41 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> - No %config files under /usr.
>   Note: %config(noreplace) /usr/lib/rpm/macros.d/macros.pypy3
>   See: http://fedoraproject.org/wiki/Packaging/Guidelines#Configuration_files
> 
> pypy3-devel.i686: W: non-etc-or-var-file-marked-as-conffile
> /usr/lib/rpm/macros.d
> /macros.pypy3
> 
> I think it's a left-over from when the file was in /etc. The user is not
> supposed to modify anything in /usr.

You are right. Fixing.

> - Header files in -devel subpackage, if present.
>   Note: pypy3-libs : /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h
>   See: http://fedoraproject.org/wiki/Packaging/Guidelines#DevelPackages
> 
> Hm, don't know what to think about this. 
> /usr/lib/pypy3-2.4.0/lib_pypy/_testcapimodule.c and
> /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h look misplaced.

I think those files belong to other test files present in pypy3-libs. But I'm not sure about it. That's how it's packaged in pypy as well.

> - Package contains BR: python2-devel or python3-devel
> Please change BR:python-devel to BR:python2-devel.

Right. Fixing.


> pypy3.x86_64: W: no-manual-page-for-binary pypy3
> Upstream ships a man page, it would be nice to build it.

Will check this.


> And what about documentation in general? Shouldn't it be built?

And this.

> pypy3-libs.x86_64: E: non-standard-executable-perm
> /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/
> _cffi__gba38fc1bx3406ff50.pypy3-24.so 0775L
> pypy3-libs.x86_64: E: non-standard-executable-perm
> /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.pypy3-
> 24.so 0775L
> pypy3-libs.x86_64: E: non-standard-executable-perm
> /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.pypy3-
> 24.so 0775L
> pypy3-libs.x86_64: E: non-standard-executable-perm
> /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.pypy3-
> 24.so 0775L
> Those should be 0755..., but nobody cares anyway.

OK, ignoring.

> pypy3-libs.x86_64: E: backup-file-in-package
> /usr/lib64/pypy3-2.4.0/lib_pypy/_pypy_interact.py.orig
> Hm, this looks like a bug in %autosetup. Maybe you can add '-S git' to
> %autosetup.

Added.


> pypy3-libs.x86_64: W: devel-file-in-non-devel-package
> /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.c
> pypy3-libs.x86_64: W: devel-file-in-non-devel-package
> /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.c
> pypy3-libs.x86_64: W: devel-file-in-non-devel-package
> /usr/lib64/pypy3-2.4.0/lib_pypy/_ctypes_test.c
> pypy3-libs.x86_64: W: devel-file-in-non-devel-package
> /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/
> _cffi__gba38fc1bx3406ff50.c
> pypy3-libs.x86_64: W: devel-file-in-non-devel-package
> /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.c
> Hm, those look strange too. It's probably not worth fighting the upstream
> build system on those though, they are harmless and small.

OK, ignoring.


> Requires
> --------
> pypy3-libs (rpmlib, GLIBC filtered):
>     /bin/sh
>     /usr/bin/env
>     /usr/bin/python
> Hm, this seems to come from
> /usr/lib/pypy3-2.4.0/lib_pypy/ctypes_config_cache/rebuild.py,
> which seems to be an internal script (it contains 'import py') to be run in
> the build tree.
> I think it should be removed from the binary package.

Done.


Thanks for the feedback. I've pushed the updated spec file.

I will have a look at the documentation thing.

Comment 12 Zbigniew Jędrzejewski-Szmek 2015-05-01 14:24:48 UTC
I think you missed those comments:

(In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> [!]: Package must own all directories that it creates.
>      Note: Directories without known owners:
>      /usr/lib/rpm/macros.d,                    → OK
>      /usr/lib/rpm,                             → OK
>      /usr/lib64/pypy3-2.4.0                    → should be owned

> [?]: Spec use %global instead of %define unless justified.
>      Note: %define requiring justification: %define gcrootfinder_options
>      --gcrootfinder=shadowstack, %define gcrootfinder_options %{nil}
> Looks like this could be changed to %global.

BuildRequires: git
should be added for the %autosetup -S git thing to work.

I think you can switch to building with pypy instead of python2.

Comment 13 Miro Hrončok 2015-05-02 19:20:45 UTC

(In reply to Zbigniew Jędrzejewski-Szmek from comment #12)
> I think you missed those comments:
> 
> (In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> > [!]: Package must own all directories that it creates.
> >      Note: Directories without known owners:
> >      /usr/lib/rpm/macros.d,                    → OK
> >      /usr/lib/rpm,                             → OK
> >      /usr/lib64/pypy3-2.4.0                    → should be owned
> 
> > [?]: Spec use %global instead of %define unless justified.
> >      Note: %define requiring justification: %define gcrootfinder_options
> >      --gcrootfinder=shadowstack, %define gcrootfinder_options %{nil}
> > Looks like this could be changed to %global.

I've missed them, yes, sorry.

> BuildRequires: git
> should be added for the %autosetup -S git thing to work.

OK.

> I think you can switch to building with pypy instead of python2.

Any particular reason?

Comment 14 Zbigniew Jędrzejewski-Szmek 2015-05-02 20:39:57 UTC
(In reply to Miro Hrončok from comment #13)
> > I think you can switch to building with pypy instead of python2.
> Any particular reason?
Speed. The comment in the spec file indicate that pypy is faster, but the package is built with python2 to avoid a self-dependency. But this reason does not apply anymore.

Comment 15 Miro Hrončok 2015-05-04 11:08:56 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #12)
> I think you missed those comments:
> 
> (In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> > [!]: Package must own all directories that it creates.
> >      Note: Directories without known owners:
> >      /usr/lib/rpm/macros.d,                    → OK
> >      /usr/lib/rpm,                             → OK
> >      /usr/lib64/pypy3-2.4.0                    → should be owned

I think this is %{pypyprefix} and should be owned by pypy-libs:


    %global pypyprefix %{_libdir}/pypy3-%{version}
    
    ...
    
    
    %files libs
    ...
    %dir %{pypyprefix}
    %dir %{pypyprefix}/lib-python
    ...

Comment 16 Zbigniew Jędrzejewski-Szmek 2015-05-04 13:04:50 UTC
(In reply to Miro Hrončok from comment #15)
> (In reply to Zbigniew Jędrzejewski-Szmek from comment #12)
> > I think you missed those comments:
> > 
> > (In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> > > [!]: Package must own all directories that it creates.
> > >      Note: Directories without known owners:
> > >      /usr/lib/rpm/macros.d,                    → OK
> > >      /usr/lib/rpm,                             → OK
> > >      /usr/lib64/pypy3-2.4.0                    → should be owned
> 
> I think this is %{pypyprefix} and should be owned by pypy-libs:
Indeed, it is.

Comment 17 Miro Hrončok 2015-05-04 14:07:47 UTC
Built with pypy: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651984

Also:

BR git for %autosetup -S git
Use %global instead of %define


I'm still unable to build the documentation. I get error similar to this one: https://gist.github.com/Neppord/1064693


Spec URL: https://raw.githubusercontent.com/fedora-python/pypy3/master/pypy3.spec
SRPM URL: https://churchyard.fedorapeople.org/SRPMS/pypy3-2.4.0-1.fc23.src.rpm

BTW you can check the history here: https://github.com/fedora-python/pypy3/commits/master

(In reply to Zbigniew Jędrzejewski-Szmek from comment #16)
> (In reply to Miro Hrončok from comment #15)
> > (In reply to Zbigniew Jędrzejewski-Szmek from comment #12)
> > > I think you missed those comments:
> > > 
> > > (In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> > > > [!]: Package must own all directories that it creates.
> > > >      Note: Directories without known owners:
> > > >      /usr/lib/rpm/macros.d,                    → OK
> > > >      /usr/lib/rpm,                             → OK
> > > >      /usr/lib64/pypy3-2.4.0                    → should be owned
> > 
> > I think this is %{pypyprefix} and should be owned by pypy-libs:
> Indeed, it is.

Well in that case I don't know why it was reported as not owned.

Comment 18 Zbigniew Jędrzejewski-Szmek 2015-05-04 18:38:01 UTC
Looks good!

The documentation is not crucial... It would be nice to have it, but nothing more.

One issue with requires noted below.

fedora-review gives just a bunch of false positives, I won't paste most of it here.

Rpmlint
-------
Checking: pypy3-2.4.0-1.fc23.x86_64.rpm
          pypy3-libs-2.4.0-1.fc23.x86_64.rpm
          pypy3-devel-2.4.0-1.fc23.x86_64.rpm
          pypy3-2.4.0-1.fc23.src.rpm
pypy3.x86_64: W: no-manual-page-for-binary pypy3
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/keycert2.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/nokia.pem
pypy3-libs.x86_64: W: python-bytecode-without-source /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/rebuild.pyc
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_testcapimodule.c
pypy3-libs.x86_64: E: script-without-shebang /usr/lib64/pypy3-2.4.0/lib-python/3/idlelib/idle.bat
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/keycert.pem
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.c
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/sha256.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/https_svn_python_org_root.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/badkey.pem
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_ctypes_test.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/_cffi__gba38fc1bx3406ff50.c
pypy3-libs.x86_64: E: zero-length /usr/lib64/pypy3-2.4.0/lib-python/3/test/nullcert.pem
pypy3-libs.x86_64: E: python-bytecode-inconsistent-mtime /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/__init__.pyc 2015-05-04T06:54:19 /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/__init__.py 2015-05-04T08:04:30
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.c
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/ssl_cert.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/badcert.pem
pypy3-libs.x86_64: W: uncompressed-zip /usr/lib64/pypy3-2.4.0/lib-python/3/test/zipdir.zip
pypy3-devel.x86_64: W: only-non-binary-in-usr-lib
pypy3-devel.x86_64: W: no-documentation
pypy3.src: W: invalid-url Source0: https://bitbucket.org/pypy/pypy/downloads/pypy3-2.4.0-src.tar.bz2 HTTP Error 403: Forbidden
4 packages and 0 specfiles checked; 3 errors, 21 warnings.

Rpmlint (debuginfo)
-------------------
Checking: pypy3-debuginfo-2.4.0-1.fc23.x86_64.rpm
pypy3-debuginfo.x86_64: E: script-without-shebang /usr/src/debug/pypy-2.4.0-src/pypy/module/cppyy/bench/hsimple.py
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/array/benchmark/intimgtst.py 0644L /usr/bin/python
pypy3-debuginfo.x86_64: W: dangling-symlink /usr/src/debug/pypy-2.4.0-src/pypy/goal/usession-pypy3-mockbuild /builddir/build/BUILD/pypy3-2.4.0-src/pypy/goal/usession-pypy3-0
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/doc/tool/mydot.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/pypyjit/test/randomized.py 0644L /usr/bin/python
pypy3-debuginfo.x86_64: E: script-without-shebang /usr/src/debug/pypy-2.4.0-src/pypy/module/cppyy/bench/hsimple_rflx.py
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/micronumpy/tool/numready/main.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/tool/pytest/htmlreport.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/tool/bench/htmlreport.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/array/benchmark/sumtst.py 0644L /usr/bin/python
1 packages and 0 specfiles checked; 9 errors, 1 warnings.


Rpmlint (installed packages)
----------------------------
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/keycert2.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/nokia.pem
pypy3-libs.x86_64: W: python-bytecode-without-source /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/rebuild.pyc
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_testcapimodule.c
pypy3-libs.x86_64: E: script-without-shebang /usr/lib64/pypy3-2.4.0/lib-python/3/idlelib/idle.bat
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/keycert.pem
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/testcapi_long.h
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge1c56825x576c1bb2.c
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/sha256.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/https_svn_python_org_root.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/badkey.pem
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__g93a4bf4dxace1544d.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_ctypes_test.c
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/_tkinter/__pycache__/_cffi__gba38fc1bx3406ff50.c
pypy3-libs.x86_64: E: zero-length /usr/lib64/pypy3-2.4.0/lib-python/3/test/nullcert.pem
pypy3-libs.x86_64: E: python-bytecode-inconsistent-mtime /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/__init__.pyc 2015-05-04T06:54:19 /usr/lib64/pypy3-2.4.0/lib_pypy/ctypes_config_cache/__init__.py 2015-05-04T08:04:30
pypy3-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pypy3-2.4.0/lib_pypy/__pycache__/_cffi__ge62e22e3x1211b795.c
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/ssl_cert.pem
pypy3-libs.x86_64: W: pem-certificate /usr/lib64/pypy3-2.4.0/lib-python/3/test/badcert.pem
pypy3-libs.x86_64: W: uncompressed-zip /usr/lib64/pypy3-2.4.0/lib-python/3/test/zipdir.zip
pypy3-debuginfo.x86_64: E: script-without-shebang /usr/src/debug/pypy-2.4.0-src/pypy/module/cppyy/bench/hsimple.py
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/array/benchmark/intimgtst.py 0644L /usr/bin/python
pypy3-debuginfo.x86_64: W: dangling-symlink /usr/src/debug/pypy-2.4.0-src/pypy/goal/usession-pypy3-mockbuild /builddir/build/BUILD/pypy3-2.4.0-src/pypy/goal/usession-pypy3-0
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/doc/tool/mydot.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/pypyjit/test/randomized.py 0644L /usr/bin/python
pypy3-debuginfo.x86_64: E: script-without-shebang /usr/src/debug/pypy-2.4.0-src/pypy/module/cppyy/bench/hsimple_rflx.py
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/micronumpy/tool/numready/main.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/tool/pytest/htmlreport.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/tool/bench/htmlreport.py 0644L /usr/bin/env
pypy3-debuginfo.x86_64: E: non-executable-script /usr/src/debug/pypy-2.4.0-src/pypy/module/array/benchmark/sumtst.py 0644L /usr/bin/python
pypy3-devel.x86_64: W: only-non-binary-in-usr-lib
pypy3-devel.x86_64: W: no-documentation
pypy3.x86_64: W: no-manual-page-for-binary pypy3
4 packages and 0 specfiles checked; 12 errors, 21 warnings.

Requires
--------
pypy3-libs (rpmlib, GLIBC filtered):
    /bin/sh
    /usr/bin/env
    /usr/bin/python
I think this comes from /usr/lib64/pypy3-2.4.0/lib-python/3/cgi.py. I think the header should be fixed to kill this dependency... You don't want your shiny new pypy3 to pull in python2 :]

    emacs-filesystem
    libc.so.6()(64bit)
    libncurses.so.5()(64bit)
    libpanel.so.5()(64bit)
    libsqlite3.so.0()(64bit)
    libtcl8.6.so()(64bit)
    libtinfo.so.5()(64bit)
    libtk8.6.so()(64bit)
    rtld(GNU_HASH)

pypy3-devel (rpmlib, GLIBC filtered):
    pypy3(x86-64)

pypy3 (rpmlib, GLIBC filtered):
    ld-linux-x86-64.so.2()(64bit)
    libbz2.so.1()(64bit)
    libc.so.6()(64bit)
    libcrypt.so.1()(64bit)
    libcrypto.so.10()(64bit)
    libcrypto.so.10(libcrypto.so.10)(64bit)
    libdl.so.2()(64bit)
    libexpat.so.1()(64bit)
    libffi.so.6()(64bit)
    libm.so.6()(64bit)
    libncurses.so.5()(64bit)
    libpthread.so.0()(64bit)
    librt.so.1()(64bit)
    libssl.so.10()(64bit)
    libssl.so.10(libssl.so.10)(64bit)
    libtinfo.so.5()(64bit)
    libutil.so.1()(64bit)
    libz.so.1()(64bit)
    pypy3-libs(x86-64)
    rtld(GNU_HASH)

Comment 19 Miro Hrončok 2015-05-05 15:45:04 UTC
There are numerous files in /usr/lib64/pypy3-2.4.0/lib-python/3/ with shebangs like this:

base64.py:#! /usr/bin/env python3
cgi.py:#! /usr/bin/python
cProfile.py:#! /usr/bin/env python3
encodings/rot_13.py:#!/usr/bin/env python
keyword.py:#! /usr/bin/env python3
lib2to3/pgen2/token.py:#! /usr/bin/env python3
lib2to3/tests/pytree_idempotency.py:#!/usr/bin/env python3
pdb.py:#! /usr/bin/env python3
platform.py:#!/usr/bin/env python3
profile.py:#! /usr/bin/env python3
pydoc.py:#!/usr/bin/env python3
quopri.py:#! /usr/bin/env python3
smtpd.py:#! /usr/bin/env python3
symbol.py:#! /usr/bin/env python3
tabnanny.py:#! /usr/bin/env python3
test/pystone.py:#! /usr/bin/env python3
test/regrtest.py:#! /usr/bin/env python3
test/re_tests.py:#!/usr/bin/env python3
test/test_array.py:#! /usr/bin/env python3
test/test_binhex.py:#! /usr/bin/env python3
test/test_errno.py:#! /usr/bin/env python3
test/test_gzip.py:#! /usr/bin/env python3
test/test_urlparse.py:#! /usr/bin/env python3
test/test_userstring.py:#!/usr/bin/env python3
turtledemo/__main__.py:#!/usr/bin/env python3
uu.py:#! /usr/bin/env python3

Now I'm not sure if I should change everything to /usr/bin/pypy3 or what.

Comment 21 Zbigniew Jędrzejewski-Szmek 2015-05-05 18:13:22 UTC
This takes care of the last issue.

$ rpm -qpR pypy3-libs-2.4.0-1.fc23.x86_64.rpm
/bin/sh
/usr/bin/pypy3
emacs-filesystem >= 24.5
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libncurses.so.5()(64bit)
libpanel.so.5()(64bit)
libsqlite3.so.0()(64bit)
libtcl8.6.so()(64bit)
libtinfo.so.5()(64bit)
libtk8.6.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)

$ rpm -qpR pypy3-2.4.0-1.fc23.x86_64.rpm
ld-linux-x86-64.so.2()(64bit)
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
libbz2.so.1()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.15)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libcrypt.so.1()(64bit)
libcrypt.so.1(GLIBC_2.2.5)(64bit)
libcrypto.so.10()(64bit)
libcrypto.so.10(libcrypto.so.10)(64bit)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libexpat.so.1()(64bit)
libffi.so.6()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libncurses.so.5()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0(GLIBC_2.3.2)(64bit)
librt.so.1()(64bit)
librt.so.1(GLIBC_2.2.5)(64bit)
libssl.so.10()(64bit)
libssl.so.10(libssl.so.10)(64bit)
libtinfo.so.5()(64bit)
libutil.so.1()(64bit)
libutil.so.1(GLIBC_2.2.5)(64bit)
libz.so.1()(64bit)
pypy3-libs(x86-64) = 2.4.0-1.fc23
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)

Package is APPROVED.

Comment 22 Miro Hrončok 2015-05-05 18:38:43 UTC
Thank you very much for the review,your comments were very helpful.

Comment 23 Miro Hrončok 2015-05-05 18:40:06 UTC
New Package SCM Request
=======================
Package Name: pypy3
Short Description: Python 3 implementation with a Just-In-Time compiler
Upstream URL: http://pypy.org/
Owners: churchyard mstuchli
Branches: f21 f22

Comment 24 Gwyn Ciesla 2015-05-08 17:00:37 UTC
Git done (by process-git-requests).

Comment 25 Fedora Update System 2015-05-12 21:34:21 UTC
pypy3-2.4.0-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/pypy3-2.4.0-1.fc22

Comment 26 Fedora Update System 2015-05-12 21:35:25 UTC
pypy3-2.4.0-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/pypy3-2.4.0-1.fc21

Comment 27 Fedora Update System 2015-05-13 08:21:18 UTC
pypy3-2.4.0-1.fc22 has been pushed to the Fedora 22 testing repository.

Comment 28 Fedora Update System 2015-05-22 17:54:54 UTC
pypy3-2.4.0-1.fc21 has been pushed to the Fedora 21 stable repository.

Comment 29 Fedora Update System 2015-05-26 03:52:12 UTC
pypy3-2.4.0-1.fc22 has been pushed to the Fedora 22 stable repository.


Note You need to log in before you can comment on or make changes to this bug.