Bug 2332187 - F42FailsToInstall: nanovna-saver
Summary: F42FailsToInstall: nanovna-saver
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: nanovna-saver
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Škarvada
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F42FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2024-12-12 22:25 UTC by Fedora Fails To Install
Modified: 2025-01-06 10:22 UTC (History)
2 users (show)

Fixed In Version: nanovna-saver-0.6.8-3.fc42
Clone Of:
Environment:
Last Closed: 2025-01-06 10:22:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2024-12-12 22:25:49 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 (nanovna-saver) Fails To Install in Fedora 42:

can't install nanovna-saver:
  - nothing provides python3.13dist(numpy) = 2.1.3 needed by nanovna-saver-0.6.8-2.fc42.noarch
  - nothing provides python3.13dist(pyqt6) = 6.7.1 needed by nanovna-saver-0.6.8-2.fc42.noarch
  - nothing provides python3.13dist(sip) = 6.8.6 needed by nanovna-saver-0.6.8-2.fc42.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-42-x86_64 --config-opts mirrored=False install nanovna-saver


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 Miro Hrončok 2024-12-12 23:13:40 UTC
The pyproject.toml file has:

[project]
...
dependencies=[
  'pyserial==3.5',
  'PyQt6==6.7.1',
  'PyQt6-sip==13.8.0',
  'sip==6.8.6',
  'numpy==2.1.3',
  'scipy==1.14.1',
  'Cython==3.0.11',
]

This is what setuptools is using to populate the metadata, not requirements.txt and not setup.cfg.


I have no idea why setuptools does not error when the metadata is defined at multiple places (setup.cfg and pyproject.toml).

Comment 2 Fedora Fails To Install 2024-12-20 18:49:30 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 https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug.

Comment 3 Jaroslav Škarvada 2025-01-06 10:13:08 UTC
(In reply to Miro Hrončok from comment #1)
> The pyproject.toml file has:
> 
> [project]
> ...
> dependencies=[
>   'pyserial==3.5',
>   'PyQt6==6.7.1',
>   'PyQt6-sip==13.8.0',
>   'sip==6.8.6',
>   'numpy==2.1.3',
>   'scipy==1.14.1',
>   'Cython==3.0.11',
> ]
> 
> This is what setuptools is using to populate the metadata, not
> requirements.txt and not setup.cfg.
> 
> 
> I have no idea why setuptools does not error when the metadata is defined at
> multiple places (setup.cfg and pyproject.toml).

Thanks, this seems crazy. I will open upstream ticket.

Comment 4 Fedora Update System 2025-01-06 10:18:57 UTC
FEDORA-2025-96e06bc1cb (nanovna-saver-0.6.8-3.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-96e06bc1cb

Comment 5 Jaroslav Škarvada 2025-01-06 10:19:19 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=2332187

Comment 6 Fedora Update System 2025-01-06 10:22:55 UTC
FEDORA-2025-96e06bc1cb (nanovna-saver-0.6.8-3.fc42) has been pushed to the Fedora 42 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.