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

Finding X11 fails on SuSE Opteron #39779

Closed
josephwinston mannequin opened this issue Jan 7, 2004 · 2 comments
Closed

Finding X11 fails on SuSE Opteron #39779

josephwinston mannequin opened this issue Jan 7, 2004 · 2 comments
Labels
build The build process and cross-build

Comments

@josephwinston
Copy link
Mannequin

josephwinston mannequin commented Jan 7, 2004

BPO 872392
Nosy @birkenfeld

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 = None
closed_at = <Date 2005-09-22.06:47:49.000>
created_at = <Date 2004-01-07.13:36:33.000>
labels = ['build']
title = 'Finding X11 fails on SuSE Opteron'
updated_at = <Date 2005-09-22.06:47:49.000>
user = 'https://bugs.python.org/josephwinston'

bugs.python.org fields:

activity = <Date 2005-09-22.06:47:49.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2004-01-07.13:36:33.000>
creator = 'josephwinston'
dependencies = []
files = []
hgrepos = []
issue_num = 872392
keywords = []
message_count = 2.0
messages = ['19572', '19573']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'josephwinston']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue872392'
versions = []

@josephwinston
Copy link
Mannequin Author

josephwinston mannequin commented Jan 7, 2004

The 64 bit versions of libraries are in a different location.

A possible patch would be:

opteron:~/src/Languages/Python/Python-2.3.3 cvs diff
setup.py
Index: setup.py
===================================
================================
RCS
file: /ts2/jwinston/CACHE/CVSROOT/jwinston/src/Langu
ages/Python/Python-2.3.3/setup.py,v
retrieving revision 1.1
diff -r1.1 setup.py
986a987,989

    elif os.path.exists('/usr/X11R6/lib64'):
        include_dirs.append('/usr/X11R6/include') 
        added_lib_dirs.append('/usr/X11R6/lib64')

@josephwinston josephwinston mannequin closed this as completed Jan 7, 2004
@josephwinston josephwinston mannequin added the build The build process and cross-build label Jan 7, 2004
@josephwinston josephwinston mannequin closed this as completed Jan 7, 2004
@josephwinston josephwinston mannequin added the build The build process and cross-build label Jan 7, 2004
@birkenfeld
Copy link
Member

Logged In: YES
user_id=1188172

Your proposed path has been applied in 2004-11-13.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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

1 participant