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

compiler warning on HP-UX #47280

Closed
theller opened this issue Jun 3, 2008 · 2 comments
Closed

compiler warning on HP-UX #47280

theller opened this issue Jun 3, 2008 · 2 comments
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@theller
Copy link

theller commented Jun 3, 2008

BPO 3030
Nosy @theller

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 2010-09-16.16:08:01.761>
created_at = <Date 2008-06-03.05:55:56.268>
labels = ['type-bug', 'build']
title = 'compiler warning on HP-UX'
updated_at = <Date 2010-09-16.16:08:01.759>
user = 'https://github.com/theller'

bugs.python.org fields:

activity = <Date 2010-09-16.16:08:01.759>
actor = 'BreamoreBoy'
assignee = 'none'
closed = True
closed_date = <Date 2010-09-16.16:08:01.761>
closer = 'BreamoreBoy'
components = ['Build']
creation = <Date 2008-06-03.05:55:56.268>
creator = 'theller'
dependencies = []
files = []
hgrepos = []
issue_num = 3030
keywords = []
message_count = 2.0
messages = ['67649', '116567']
nosy_count = 2.0
nosy_names = ['theller', 'BreamoreBoy']
pr_nums = []
priority = 'low'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3030'
versions = ['Python 2.6']

@theller
Copy link
Author

theller commented Jun 3, 2008

On HP-UX, there is a compiler warning about _POSIX_C_SOURCE redefined:

bash-2.04$ make
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3
-Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE
-o Modules/python.o ./Modules/python.c
In file included from Include/Python.h:8,
from ./Modules/python.c:3:
./pyconfig.h:1023:1: warning: "_POSIX_C_SOURCE" redefined
<command line>:3:1: warning: this is the location of the previous definition
gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3
-Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE
-o Parser/acceler.o Parser/acceler.c
In file included from Include/Python.h:8,
from Include/pgenheaders.h:10,
from Parser/acceler.c:13:
./pyconfig.h:1023:1: warning: "_POSIX_C_SOURCE" redefined
...

@theller theller added the build The build process and cross-build label Jun 3, 2008
@devdanzin devdanzin mannequin added the type-bug An unexpected behavior, bug, or error label May 16, 2009
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Sep 16, 2010

I can't believe that a build issue relating to 2.6 is still valid over two years later.

@BreamoreBoy BreamoreBoy mannequin closed this as completed Sep 16, 2010
@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 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant