RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1388549 - setuptools strips off first character of package_data file names
Summary: setuptools strips off first character of package_data file names
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: python-setuptools
Version: 7.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Charalampos Stratakis
QA Contact: Jakub Heger
URL:
Whiteboard:
Depends On:
Blocks: 1380359 1393868
TreeView+ depends on / blocked
 
Reported: 2016-10-25 15:39 UTC by Christian Heimes
Modified: 2017-09-26 13:23 UTC (History)
4 users (show)

Fixed In Version: python-setuptools-0.9.8-5.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
: 1420343 (view as bug list)
Environment:
Last Closed: 2017-08-01 12:14:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
bug fix (3.12 KB, application/mbox)
2016-10-25 15:39 UTC, Christian Heimes
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:1900 0 normal SHIPPED_LIVE python-setuptools bug fix update 2017-08-01 16:02:36 UTC

Description Christian Heimes 2016-10-25 15:39:55 UTC
Created attachment 1213966 [details]
bug fix

Description of problem:
setuptools on RHEL 7 has a bug in setuptools.command.build_py. The method _get_data_files() has an off-by-one error when package_dir is '' and the package_data file is in the root directory of the package. In FreeIPA the bug is triggered by a setup.py like:

setup(
    name="ipatests",
    package_dir={'ipatests': ''},
    package_data={'ipatests': ['pytest.ini']}
)

_get_data_files() strips off 'p' of pytest.ini and later fails to add 'ytest.ini' file.

Version-Release number of selected component (if applicable):
python-setuptools-0.9.8-4.el7.noarch

How reproducible:
always

Steps to Reproduce:
$ git clone https://github.com/freeipa/freeipa.git
$ cd freeipa
$ make version-update
$ cd ipatests
$ python setup.py bdist

Actual results:
error: can't copy 'ytest.ini': doesn't exist or not a regular file

Expected results:
no error

Additional info:
Petr Vobornik turned my preliminary patch into a proper dist-git patch and tested it. The patch fixes the bug.

IPA build: https://copr.devel.redhat.com/coprs/pvoborni/ipa/build/5598/
python-setuptools build:
https://copr.devel.redhat.com/coprs/pvoborni/ipa/build/5597/

Comment 3 Christian Heimes 2017-01-31 15:35:28 UTC
The problem is no longer reproducible with recent version of FreeIPA becaues pytest.ini was removed. You need to check out an older version of FreeIPA, e.g.
git checkout 2dedfe5d33062fc7121bf36be12d7b423b62120a

Comment 7 errata-xmlrpc 2017-08-01 12:14:52 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:1900


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