Bug 2193075 - Missing cmake file
Summary: Missing cmake file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: fftw
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Conrad Meyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-05-04 08:49 UTC by Théodore Papadopoulo
Modified: 2024-02-02 02:22 UTC (History)
6 users (show)

Fixed In Version: fftw-3.3.10-10.fc39 fftw-3.3.10-10.fc38
Clone Of:
Environment:
Last Closed: 2024-02-02 01:13:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
The cmake file depicted (3 lines) in the steps to reproduce. (86 bytes, text/plain)
2023-05-04 08:49 UTC, Théodore Papadopoulo
no flags Details

Description Théodore Papadopoulo 2023-05-04 08:49:37 UTC
Created attachment 1962166 [details]
The cmake file depicted (3 lines) in the steps to reproduce.

Description of problem: When trying to detect fftw3 with cmake, cmake reports that the file /usr/lib64/cmake/fftw3/FFTW3LibraryDepends.cmake is missing.

Version-Release number of selected component (if applicable):
fftw-devel-3.3.10-3.fc37.x86_64

How reproducible:
Totally reproducible

Steps to Reproduce:
1.Create a directory
2.In that directory, create a file named CMakeLists.txt that contains the 3 lines:

cmake_minimum_required(VERSION 3.26)
project(test CXX)
find_package(FFTW3 REQUIRED)

3. Make a subdirectory build and move in it.
4. cmake .

Actual results:
mururoa-> cmake ..
-- The CXX compiler identification is GNU 13.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/lib64/cmake/fftw3/FFTW3Config.cmake:13 (include):
  include could not find requested file:

    /usr/lib64/cmake/fftw3/FFTW3LibraryDepends.cmake
Call Stack (most recent call first):
  CMakeLists.txt:5 (find_package)

Expected results:
No error.

Additional info:
Creating an empty file is enough to remove the error. But that probably not the best way to handle it.

Comment 1 Sergio Basto 2023-05-04 09:29:57 UTC
fftw3 is now fftw package

Comment 2 Aoife Moloney 2023-11-23 01:42:59 UTC
This message is a reminder that Fedora Linux 37 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 37 on 2023-12-05.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '37'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 37 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 3 Théodore Papadopoulo 2023-11-23 14:16:49 UTC
I can just confirm that this bug is still present on Fedora 39.

Comment 4 Aoife Moloney 2024-01-15 12:13:06 UTC
Fedora Linux 37 entered end-of-life (EOL) status on 2023-12-05.

Fedora Linux 37 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 5 Sergio Basto 2024-01-15 12:37:08 UTC
I'll try fix this soon

Comment 6 Sergio Basto 2024-01-21 20:43:38 UTC
this is the bug https://github.com/FFTW/fftw3/issues/130

Comment 7 Fedora Update System 2024-01-24 12:26:13 UTC
FEDORA-2024-5e27a403e9 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-5e27a403e9

Comment 8 Fedora Update System 2024-01-24 12:27:45 UTC
FEDORA-2024-2aa26de027 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2024-2aa26de027

Comment 9 Fedora Update System 2024-01-25 01:12:03 UTC
FEDORA-2024-2aa26de027 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-2aa26de027`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-2aa26de027

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

Comment 10 Fedora Update System 2024-01-25 01:12:15 UTC
FEDORA-2024-5e27a403e9 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-5e27a403e9`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-5e27a403e9

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

Comment 11 Fedora Update System 2024-02-02 01:13:43 UTC
FEDORA-2024-5e27a403e9 has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 12 Fedora Update System 2024-02-02 02:22:22 UTC
FEDORA-2024-2aa26de027 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.