#16266 closed defect (duplicate)
py25-mx-base-3.0.0 Build failure
Reported by: | peimei@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | blb@… | |
Port: | py25-mx-base |
Description
Build log:
---> Building py25-mx-base with target build Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-mx-base/work/egenix-mx-base-3.0.0" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: running build running mx_autoconf -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_GNU_SOURCE=1 -I/usr/local/include -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include -c _configtest.c -o _configtest.o unable to execute -fno-strict-aliasing: No such file or directory failure. removing: _configtest.c _configtest.o -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_GNU_SOURCE=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/usr/local/include -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include -c _configtest.c -o _configtest.o unable to execute -fno-strict-aliasing: No such file or directory failure. removing: _configtest.c _configtest.o macros to define: [('BAD_STATIC_FORWARD', '1')] macros to undefine: ['HAVE_STRPTIME'] running build_ext building extension "mx.DateTime.mxDateTime.mxDateTime" (required) building 'mx.DateTime.mxDateTime.mxDateTime' extension creating build creating build/temp.macosx-10.3-i386-2.5_ucs2 creating build/temp.macosx-10.3-i386-2.5_ucs2/mx-DateTime-mxDateTime-mxDateTime creating build/temp.macosx-10.3-i386-2.5_ucs2/mx-DateTime-mxDateTime-mxDateTime/mx creating build/temp.macosx-10.3-i386-2.5_ucs2/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime creating build/temp.macosx-10.3-i386-2.5_ucs2/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime/mxDateTime -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DUSE_FAST_GETCURRENTTIME -DBAD_STATIC_FORWARD=1 -UHAVE_STRPTIME -Imx/DateTime/mxDateTime -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/usr/local/include -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include -c mx/DateTime/mxDateTime/mxDateTime.c -o build/temp.macosx-10.3-i386-2.5_ucs2/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime/mxDateTime/mxDateTime.o unable to execute -fno-strict-aliasing: No such file or directory error: command '-fno-strict-aliasing' failed with exit status 1
Change History (5)
comment:1 follow-up: 2 Changed 16 years ago by blb@…
Cc: | blb@… added |
---|
comment:2 follow-up: 3 Changed 16 years ago by jmroot (Joshua Root)
Replying to blb@macports.org:
Though this is weird:
creating build/temp.macosx-10.3-i386-2.5_ucs210.3 on x86?
10.3 is the minimum OS X version that current Python is supported on, so that's what it always targets.
comment:3 Changed 16 years ago by blb@…
Replying to jmr@macports.org:
10.3 is the minimum OS X version that current Python is supported on, so that's what it always targets.
But when I tried building it here, it says
creating build/temp.macosx-10.5-i386-2.5_ucs2
hence the oddity.
comment:4 Changed 16 years ago by blb@…
Keywords: | py25-mx-base removed |
---|---|
Port: | py25-mx-base added |
Resolution: | → duplicate |
Status: | new → closed |
Dup'ing to #13930 due to no response and that it looks an awful lot like that issue.
Note: See
TracTickets for help on using
tickets.
Looks like the Tcl env bug. Run
then your original port command should work okay.
Though this is weird:
10.3 on x86?