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

3.0a1 Solaris w/ SUN C/C++ #45697

Closed
MrJean1 mannequin opened this issue Oct 29, 2007 · 2 comments
Closed

3.0a1 Solaris w/ SUN C/C++ #45697

MrJean1 mannequin opened this issue Oct 29, 2007 · 2 comments
Labels
build The build process and cross-build

Comments

@MrJean1
Copy link
Mannequin

MrJean1 mannequin commented Oct 29, 2007

BPO 1356
Nosy @loewis

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 2007-10-29.20:55:31.588>
created_at = <Date 2007-10-29.16:35:45.608>
labels = ['build']
title = '3.0a1 Solaris w/ SUN C/C++'
updated_at = <Date 2007-10-29.20:55:31.587>
user = 'https://bugs.python.org/MrJean1'

bugs.python.org fields:

activity = <Date 2007-10-29.20:55:31.587>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = <Date 2007-10-29.20:55:31.588>
closer = 'gvanrossum'
components = ['Build']
creation = <Date 2007-10-29.16:35:45.608>
creator = 'MrJean1'
dependencies = []
files = []
hgrepos = []
issue_num = 1356
keywords = []
message_count = 2.0
messages = ['56908', '56925']
nosy_count = 2.0
nosy_names = ['loewis', 'MrJean1']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue1356'
versions = ['Python 3.0']

@MrJean1
Copy link
Mannequin Author

MrJean1 mannequin commented Oct 29, 2007

Building 3.0a1 on Solaris 10 using SUN's C/C++ compilers fails due to
one compilation error.

The problem is the name of the last argument 'restrict' of function
analyze_cells on line 473 in file Python/symtable.c. Changing that name
to something else like 'restricted' makes the build build.

There is an '*** Error code 1' at the very end of make test, but that
is a separate issue.

The ./configure command line needs to include the options --without-gcc
and --with-cxx-main=CC.

This is Solaris 10 on an Ultra 20 (Opteron) machine with SUN C/C++ 5.8
2005/10/13.

@MrJean1 MrJean1 mannequin added build The build process and cross-build labels Oct 29, 2007
@loewis
Copy link
Mannequin

loewis mannequin commented Oct 29, 2007

Thanks for the report. Fixed in r58705.

@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

1 participant