[MacPorts] #13593: py-numeric 24.2 Build error

MacPorts noreply at macports.org
Tue Mar 3 01:03:18 PST 2009


#13593: py-numeric 24.2 Build error
--------------------------------+-------------------------------------------
 Reporter:  orestis@…           |       Owner:  dh@…           
     Type:  defect              |      Status:  new            
 Priority:  Normal              |   Milestone:  Port Bugs      
Component:  ports               |     Version:  1.5.2          
 Keywords:                      |        Port:  py-numeric     
--------------------------------+-------------------------------------------
Changes (by blb@…):

 * cc: macports_dharland@… (removed)
 * cc: blb@… (added)
  * owner:  macports-tickets@… => dh@…
  * port:  => py-numeric


Old description:

> {{{
> --->  Building py-numeric 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_py-numeric/work/Numeric-24.2" &&
> /opt/local/bin/python2.4 setup.py build " returned error 1
> Command output: running build_ext
> building '_numpy' extension
> Traceback (most recent call last):
>   File "setup.py", line 319, in ?
>     cmdclass = cmdclass,
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/core.py",
> line 149, in setup
>     dist.run_commands()
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/dist.py",
> line 946, in run_commands
>     self.run_command(cmd)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/dist.py",
> line 966, in run_command
>     cmd_obj.run()
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/command/build.py",
> line 112, in run
>     self.run_command(cmd_name)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/cmd.py",
> line 333, in run_command
>     self.distribution.run_command(command)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/dist.py",
> line 966, in run_command
>     cmd_obj.run()
>   File "/opt/local/lib/python2.4/site-
> packages/setuptools/command/build_ext.py", line 46, in run
>     _build_ext.run(self)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/command/build_ext.py",
> line 279, in run
>     self.build_extensions()
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4
> /site-packages/Pyrex/Distutils/build_ext.py", line 82, in
> build_extensions
>     self.build_extension(ext)
>   File "/opt/local/lib/python2.4/site-
> packages/setuptools/command/build_ext.py", line 175, in build_extension
>     _build_ext.build_extension(self,ext)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/command/build_ext.py",
> line 442, in build_extension
>     sources = self.swig_sources(sources, ext)
>   File "/opt/local/lib/python2.4/site-
> packages/setuptools/command/build_ext.py", line 77, in swig_sources
>     sources = _build_ext.swig_sources(self, sources) or sources
> TypeError: swig_sources() takes exactly 3 arguments (2 given)
>
> Error: Status 1 encountered during processing.
>
> }}}

New description:

 {{{
 --->  Building py-numeric 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_py-numeric/work/Numeric-24.2" &&
 /opt/local/bin/python2.4 setup.py build " returned error 1
 Command output: running build_ext
 building '_numpy' extension
 Traceback (most recent call last):
   File "setup.py", line 319, in ?
     cmdclass = cmdclass,
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/core.py",
 line 149, in setup
     dist.run_commands()
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/dist.py",
 line 946, in run_commands
     self.run_command(cmd)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/dist.py",
 line 966, in run_command
     cmd_obj.run()
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/command/build.py",
 line 112, in run
     self.run_command(cmd_name)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/cmd.py",
 line 333, in run_command
     self.distribution.run_command(command)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/dist.py",
 line 966, in run_command
     cmd_obj.run()
   File "/opt/local/lib/python2.4/site-
 packages/setuptools/command/build_ext.py", line 46, in run
     _build_ext.run(self)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/command/build_ext.py",
 line 279, in run
     self.build_extensions()
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4
 /site-packages/Pyrex/Distutils/build_ext.py", line 82, in build_extensions
     self.build_extension(ext)
   File "/opt/local/lib/python2.4/site-
 packages/setuptools/command/build_ext.py", line 175, in build_extension
     _build_ext.build_extension(self,ext)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/distutils/command/build_ext.py",
 line 442, in build_extension
     sources = self.swig_sources(sources, ext)
   File "/opt/local/lib/python2.4/site-
 packages/setuptools/command/build_ext.py", line 77, in swig_sources
     sources = _build_ext.swig_sources(self, sources) or sources
 TypeError: swig_sources() takes exactly 3 arguments (2 given)

 Error: Status 1 encountered during processing.

 }}}

--

Comment:

 I can't reproduce here; if this is still an issue, what OS, Xcode version,
 Mac platform, and MacPorts version do you have?

-- 
Ticket URL: <http://trac.macports.org/ticket/13593#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list