Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2220444 - F39FailsToInstall: python3-pyqtgraph
Summary: F39FailsToInstall: python3-pyqtgraph
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pyqtgraph
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Scott Talbert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2220011 2220441
Blocks: F39FailsToInstall PYTHON3.12 2220005 2220006 2220007 2220008 2220009 2220010 2220209 2220472
TreeView+ depends on / blocked
 
Reported: 2023-07-05 19:19 UTC by Fedora Fails To Install
Modified: 2023-07-18 17:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-07-18 16:06:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2023-07-05 19:19:03 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-pyqtgraph) Fails To Install in Fedora 39:

can't install python3-pyqtgraph:
  - nothing provides python(abi) = 3.11 needed by python3-pyqtgraph-0.13.3-2.fc39.noarch
  - nothing provides python3.11dist(numpy) >= 1.20 needed by python3-pyqtgraph-0.13.3-2.fc39.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install python3-pyqtgraph


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Fedora Fails To Install 2023-07-13 11:57:46 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

This package fails to install and maintainers are advised to take one of the following actions:

 - Fix this bug and close this bugzilla once the update makes it to the repository.
   (The same script that posted this comment will eventually close this bugzilla
   when the fixed package reaches the repository, so you don't have to worry about it.)

or

 - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet.

or

 - Orphan the package if you no longer plan to maintain it.


If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue.
This package may be orphaned in 7+ weeks.
This is the first reminder (step 3) from the policy.

Don't hesitate to ask for help on devel.org if you are unsure how to fix this bug.

Comment 2 Ben Beasley 2023-07-18 15:12:31 UTC
This can be rebuilt cleanly now that python-pyopengl is fixed. At least, it worked in a local mock build on x86_64.

Comment 3 Scott Talbert 2023-07-18 15:56:11 UTC
(In reply to Ben Beasley from comment #2)
> This can be rebuilt cleanly now that python-pyopengl is fixed. At least, it
> worked in a local mock build on x86_64.

Sadly, it seems to be segfaulting on x86.  Sigh.

Comment 4 Scott Talbert 2023-07-18 16:06:38 UTC
Miro seems to have gotten lucky and got it to pick something other than x86 to build on.  Thanks Miro!

Comment 5 Ben Beasley 2023-07-18 16:10:15 UTC
If affected maintainers are responsive, we could start working in from the leaves and dropping x86 in accordance https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval. Mostly, a chunk of the gnuradio stack would be affected, along with electrum, electron-cash, and python-ephyviewer.

Comment 6 Ben Beasley 2023-07-18 16:32:42 UTC
I just dropped x86 in python-ephyviewer.

Comment 8 Scott Talbert 2023-07-18 16:59:17 UTC
(In reply to Ben Beasley from comment #5)
> If affected maintainers are responsive, we could start working in from the
> leaves and dropping x86 in accordance
> https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval. Mostly, a
> chunk of the gnuradio stack would be affected, along with electrum,
> electron-cash, and python-ephyviewer.

There is nothing to do for python-pyqtgraph as it is noarch.

I looked a little bit into the segfault on x86 (it can be reproduced locally in mock).  If I had to guess, I'd say the problem is probably in numpy.  numpy has quite a few problems on x86 currently and can't run the test suite successfully.

Comment 9 Ben Beasley 2023-07-18 17:07:17 UTC
It’s still possible to combine

BuildArch:      noarch
ExcludeArch:    %{ix86}

in the manner of https://docs.fedoraproject.org/en-US/packaging-guidelines/#_arch_specific_runtime_and_build_time_dependencies.

Perhaps numpy will be fixed and the problem will disappear.


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