Bug 1747412 - Nothing provides /usr/include/python2.7/pyconfig-64.h
Summary: Nothing provides /usr/include/python2.7/pyconfig-64.h
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python27
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miro Hrončok
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-08-30 11:16 UTC by Jaroslav Škarvada
Modified: 2019-09-10 15:41 UTC (History)
12 users (show)

Fixed In Version: python27-2.7.16-8.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-09-10 15:41:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jaroslav Škarvada 2019-08-30 11:16:22 UTC
Description of problem:
Quisk compilation fails because it cannot find /usr/include/python2.7/pyconfig-64.h

And it's really strange:
# dnf provides '*/pyconfig-64.h'
...
python2-libs-2.7.16-7.fc32.x86_64 : Runtime libraries for Python 2
Repo        : fedora
Matched from:
Filename    : /usr/include/python2.7/pyconfig-64.h
...

# dnf install python2-libs
fedora                                                                                                                                                        6.2 kB/s |  19 kB     00:03    
Package python27-2.7.16-8.fc32.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

# rpm -ql python27 | grep pyconfig-64.h
[nothing]


Version-Release number of selected component (if applicable):
python27-2.7.16-8.fc32.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Try to install /usr/include/python2.7/pyconfig-64.h
2.
3.

Actual results:
It cannot be installed

Expected results:
It's installed

Additional info:

Comment 1 Miro Hrončok 2019-08-30 11:34:03 UTC
This was actually already fixed.


$ repoquery --repo=compose -l python27 | grep pyconfig-64.h
/usr/include/python2.7/pyconfig-64.h

$ repoquery --repo=compose python27 
python27-0:2.7.16-9.fc32.i686
python27-0:2.7.16-9.fc32.x86_64


It just hasn't hit the mirrors yet:

$ repoquery --repo=rawhide python27 
python27-0:2.7.16-8.fc32.i686
python27-0:2.7.16-8.fc32.x86_64


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