[MacPorts] #16449: py25-scientific, 'Scientific_netcdf' build fails
#16449: py25-scientific, 'Scientific_netcdf' build fails ------------------------------------------+--------------------------------- Reporter: darren.weber.lists@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: python ipython scientific | ------------------------------------------+--------------------------------- This is a dependency of py25-ipython, during the build for that package, it arrives at this failure: {{{ ---> Building py25-scientific 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-scientific/work/ScientificPython-2.6" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: copying Scientific/TkWidgets/TkPlotCanvas.py -> build/lib.macosx-10.3-i386-2.5/Scientific/TkWidgets copying Scientific/TkWidgets/TkVisualizationCanvas.py -> build/lib.macosx-10.3-i386-2.5/Scientific/TkWidgets copying Scientific/TkWidgets/Utility.py -> build/lib.macosx-10.3-i386-2.5/Scientific/TkWidgets creating build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/__init__.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/Color.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/PyMOL.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/VMD.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/VPython.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/VRML.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization copying Scientific/Visualization/VRML2.py -> build/lib.macosx-10.3-i386-2.5/Scientific/Visualization creating build/lib.macosx-10.3-i386-2.5/Scientific/MPI copying Scientific/MPI/__init__.py -> build/lib.macosx-10.3-i386-2.5/Scientific/MPI copying Scientific/MPI/core.py -> build/lib.macosx-10.3-i386-2.5/Scientific/MPI copying Scientific/MPI/IO.py -> build/lib.macosx-10.3-i386-2.5/Scientific/MPI creating build/lib.macosx-10.3-i386-2.5/Scientific/BSP copying Scientific/BSP/__init__.py -> build/lib.macosx-10.3-i386-2.5/Scientific/BSP copying Scientific/BSP/Console.py -> build/lib.macosx-10.3-i386-2.5/Scientific/BSP copying Scientific/BSP/core.py -> build/lib.macosx-10.3-i386-2.5/Scientific/BSP copying Scientific/BSP/IO.py -> build/lib.macosx-10.3-i386-2.5/Scientific/BSP copying Scientific/BSP/RemoteObjects.py -> build/lib.macosx-10.3-i386-2.5/Scientific/BSP creating build/lib.macosx-10.3-i386-2.5/Scientific/use_numeric copying Scientific/use_numeric/__init__.py -> build/lib.macosx-10.3-i386-2.5/Scientific/use_numeric running build_ext building 'Scientific_netcdf' extension creating build/temp.macosx-10.3-i386-2.5 creating build/temp.macosx-10.3-i386-2.5/Src -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/python2.5 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-scientific/work/ScientificPython-2.6/Include -IInclude -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c Src/Scientific_netcdf.c -o build/temp.macosx-10.3-i386-2.5/Src/Scientific_netcdf.o unable to execute -fno-strict-aliasing: No such file or directory error: command '-fno-strict-aliasing' failed with exit status 1 Error: The following dependencies failed to build: py25-scientific Error: Status 1 encountered during processing. }}} Looks like a missing compiler command on the line that generated: unable to execute -fno-strict-aliasing: No such file or directory I'm a little concerned that the build indicates lib.macosx-10.3-i386 as this build is on 10.5 (Leopard). I'm a novice with OSX, so this may be nothing or something useful to note. Thanks for getting ipython and friends onto OSX! -- Ticket URL: <http://trac.macports.org/ticket/16449> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16449: py25-scientific, 'Scientific_netcdf' build fails -------------------------------------------+-------------------------------- Reporter: darren.weber.lists@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: python ipython scientific -------------------------------------------+-------------------------------- Comment(by jochen@macports.org): Did you try to simply restart the install of py25-scientific manually? -- Ticket URL: <http://trac.macports.org/ticket/16449#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16449: py25-scientific, 'Scientific_netcdf' build fails -------------------------------------------+-------------------------------- Reporter: darren.weber.lists@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: python ipython scientific -------------------------------------------+-------------------------------- Comment(by darren.weber.lists@gmail.com): OK, so that completes successfully, ie: {{{ [ root@elegans ~ ]# port install py25-scientific ---> Building py25-scientific with target build ---> Staging py25-scientific into destroot ---> Installing py25-scientific 2.6.1_0+macosx ---> Activating py25-scientific 2.6.1_0+macosx ---> Cleaning py25-scientific }}} Perhaps this bug should be moved to an ipython port issue? -- Ticket URL: <http://trac.macports.org/ticket/16449#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16449: py25-scientific, 'Scientific_netcdf' build fails -------------------------------------------+-------------------------------- Reporter: darren.weber.lists@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: python ipython scientific -------------------------------------------+-------------------------------- Changes (by jochen@macports.org): * status: new => closed * resolution: => duplicate Comment: No, this is a general Leopard/MacPorts issue, that is apparently solved in trunk. Search the mailing lists and trac for details. -- Ticket URL: <http://trac.macports.org/ticket/16449#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts