Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong paths for ctypes cleanup #49411

Closed
nascheme opened this issue Feb 6, 2009 · 3 comments
Closed

wrong paths for ctypes cleanup #49411

nascheme opened this issue Feb 6, 2009 · 3 comments
Assignees
Labels
build The build process and cross-build

Comments

@nascheme
Copy link
Member

nascheme commented Feb 6, 2009

BPO 5161
Nosy @theller, @nascheme

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/theller'
closed_at = <Date 2009-04-24.18:13:35.873>
created_at = <Date 2009-02-06.00:45:41.933>
labels = ['build']
title = 'wrong paths for ctypes cleanup'
updated_at = <Date 2009-04-24.18:13:35.866>
user = 'https://github.com/nascheme'

bugs.python.org fields:

activity = <Date 2009-04-24.18:13:35.866>
actor = 'theller'
assignee = 'theller'
closed = True
closed_date = <Date 2009-04-24.18:13:35.873>
closer = 'theller'
components = ['Build']
creation = <Date 2009-02-06.00:45:41.933>
creator = 'nascheme'
dependencies = []
files = []
hgrepos = []
issue_num = 5161
keywords = []
message_count = 3.0
messages = ['81243', '81305', '86419']
nosy_count = 3.0
nosy_names = ['theller', 'nascheme', 'rpetrov']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue5161'
versions = ['Python 3.1', 'Python 2.7']

@nascheme
Copy link
Member Author

nascheme commented Feb 6, 2009

The following code was added to Makefile.pre.in when ctypes was merged:

find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true

If Python is compiled in a directory other than the source directory
than $(srcdir)/build does not exist and these commands don't work as
intended. I think that proper path would be simply "build".

@nascheme nascheme added build The build process and cross-build labels Feb 6, 2009
@rpetrov
Copy link
Mannequin

rpetrov mannequin commented Feb 6, 2009

Exactly but I don't open issue as I address it in bpo-5060 .

@theller
Copy link

theller commented Apr 24, 2009

Fixed in trunk svn rev. 71842, I will merge this into the py3k branch soon.

@theller theller closed this as completed Apr 24, 2009
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

2 participants