Bug 2255799 - pypy-7.3.15 is available
Summary: pypy-7.3.15 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pypy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Charalampos Stratakis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-12-25 07:12 UTC by Upstream Release Monitoring
Modified: 2024-03-30 01:43 UTC (History)
5 users (show)

Fixed In Version: pypy-7.3.15-2.fc41 pypy-7.3.15-2.fc40 pypy-7.3.15-2.fc39 pypy-7.3.15-2.fc38
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-03-20 23:38:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2023-12-25 07:12:46 UTC
Releases retrieved: 7.3.14
Upstream release that is considered latest: 7.3.14
Current version/release in rawhide: 7.3.13-1.fc40
URL: http://pypy.org/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/3759/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/pypy

Comment 1 Upstream Release Monitoring 2024-01-15 07:36:55 UTC
Releases retrieved: 7.3.15
Upstream release that is considered latest: 7.3.15
Current version/release in rawhide: 7.3.13-1.fc40
URL: http://pypy.org/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/3759/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/pypy

Comment 2 Charalampos Stratakis 2024-03-18 22:01:49 UTC
The latest version fails with:

+ pypy2 pypy/tool/release/package.py --archive-name pypy-7.3 --builddir /builddir/build/BUILDROOT/pypy-7.3.15-1.fc41.x86_64//usr/lib64 --no-embedded-dependencies
*  _pypy_util_cffi_inner already built
*  _ssl already built
*  sqlite3 already built
*  audioop already built
*  _tkinter already built
*  curses already built
*  syslog already built
* _gdbm_build.py
/builddir/build/BUILD/pypy2.7-v7.3.15-src/lib_pypy/cffi/cparser.py:165: UserWarning: Global variable 'gdbm_errno' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
  "(usually 'extern')" % (decl.name,))
_gdbm_cffi.c: In function ‘_cffi_d_gdbm_open’:
_gdbm_cffi.c:965:36: error: passing argument 5 of ‘gdbm_open’ from incompatible pointer type [-Wincompatible-pointer-types]
  965 |   return gdbm_open(x0, x1, x2, x3, x4);
      |                                    ^~
      |                                    |
      |                                    void (*)(void)
In file included from _gdbm_cffi.c:571:
/usr/include/gdbm.h:127:29: note: expected ‘void (*)(const char *)’ but argument is of type ‘void (*)(void)’
  127 |                             void (*)(const char *));
      |                             ^~~~~~~~~~~~~~~~~~~~~~
_gdbm_cffi.c: In function ‘_cffi_d_gdbm_strerror’:
_gdbm_cffi.c:1132:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1132 |   return gdbm_strerror(x0);
      |          ^~~~~~~~~~~~~~~~~
Traceback (most recent call last):
  File "_gdbm_build.py", line 65, in <module>
    ffi.compile()
  File "/builddir/build/BUILD/pypy2.7-v7.3.15-src/lib_pypy/cffi/api.py", line 727, in compile
    compiler_verbose=verbose, debug=debug, **kwds)
  File "/builddir/build/BUILD/pypy2.7-v7.3.15-src/lib_pypy/cffi/recompiler.py", line 1565, in recompile
    compiler_verbose, debug)
  File "/builddir/build/BUILD/pypy2.7-v7.3.15-src/lib_pypy/cffi/ffiplatform.py", line 22, in compile
    outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
  File "/builddir/build/BUILD/pypy2.7-v7.3.15-src/lib_pypy/cffi/ffiplatform.py", line 58, in _build
    raise VerificationError('%s: %s' % (e.__class__.__name__, e))
VerificationError: CompileError: command 'gcc' failed with exit status 1
Traceback (most recent call last):
  File "/builddir/build/BUILD/pypy2.7-v7.3.15-src/lib_pypy/pypy_tools/build_cffi_imports.py", line 238, in create_cffi_import_libraries
    raise RuntimeError('building {} failed'.format(key))
RuntimeError: building gdbm failed
*  grp already built
*  resource already built
!!!!!!!!!!
Building gdbm bindings failed.
                You can either install development headers package,
                add the --without-gdbm option to skip packaging this
                binary CFFI extension, or say --without-cffi.
calling create_cffi_import_libraries with "embed_dependencies" False

Comment 3 Charalampos Stratakis 2024-03-19 23:25:47 UTC
PR: https://src.fedoraproject.org/rpms/pypy/pull-request/58

Comment 5 Fedora Update System 2024-03-20 23:28:10 UTC
FEDORA-2024-ca645cef20 (pypy-7.3.15-2.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-ca645cef20

Comment 6 Fedora Update System 2024-03-20 23:38:19 UTC
FEDORA-2024-ca645cef20 (pypy-7.3.15-2.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Fedora Update System 2024-03-21 07:18:44 UTC
FEDORA-2024-2fdcfdf879 (pypy-7.3.15-2.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-2fdcfdf879

Comment 8 Fedora Update System 2024-03-21 07:18:44 UTC
FEDORA-2024-e514dc9fec (pypy-7.3.15-2.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-e514dc9fec

Comment 9 Fedora Update System 2024-03-22 02:08:36 UTC
FEDORA-2024-2fdcfdf879 has been pushed to the Fedora 40 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-2fdcfdf879`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-2fdcfdf879

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 10 Fedora Update System 2024-03-22 02:10:45 UTC
FEDORA-2024-1a9d44c975 has been pushed to the Fedora 38 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-1a9d44c975`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-1a9d44c975

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 11 Fedora Update System 2024-03-22 02:34:39 UTC
FEDORA-2024-e514dc9fec has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-e514dc9fec`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-e514dc9fec

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 12 Fedora Update System 2024-03-29 04:09:29 UTC
FEDORA-2024-2fdcfdf879 (pypy-7.3.15-2.fc40) has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 13 Fedora Update System 2024-03-30 01:08:26 UTC
FEDORA-2024-e514dc9fec (pypy-7.3.15-2.fc39) has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 14 Fedora Update System 2024-03-30 01:43:37 UTC
FEDORA-2024-1a9d44c975 (pypy-7.3.15-2.fc38) has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


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