[SciPy-dev] some progress on Freebsd 4.4-stable build

Rob europax at home.com
Mon Nov 5 20:37:34 CST 2001


The following changes in setup.py allows the X11 stuff to build:

217c217
<                         include_dirs = ['/usr/include/X11'],
---
>                         include_dirs = ['/usr/X11R6/include'],
506c506
< 
---
> other=None
531,532c531,532
<        headers = headers,                   
<        include_dirs = ['Numerical/Include']
---
>        headers = headers, 
>        include_dirs = ['Numerical/Include','/usr/X11R6/include']

After making those changes I progress quite a way until it borks.  Here
is the output:

Script started on Mon Nov  5 18:31:49 2001
Numeric Version 20.1.1
running build
running build_py
not copying ./setup.py (output up-to-date)
not copying ./__init__.py (output up-to-date)
not copying ./build_clib_new.py (output up-to-date)
not copying ./build_flib.py (output up-to-date)
not copying ./data_store.py (output up-to-date)
not copying ./misc.py (output up-to-date)
not copying ./dumb_shelve.py (output up-to-date)
not copying ./dumbdbm_patched.py (output up-to-date)
not copying ./fortran_support.py (output up-to-date)
not copying ./handy.py (output up-to-date)
not copying ./helpmod.py (output up-to-date)
not copying ./limits.py (output up-to-date)
not copying ./proc.py (output up-to-date)
not copying ./saved_values.py (output up-to-date)
not copying ./scipy_tempfile.py (output up-to-date)
not copying ./scipy_test.py (output up-to-date)
not copying ./scipy_version.py (output up-to-date)
not copying ./sync.py (output up-to-date)
warning: build_py: package init file './tests/__init__.py' not found (or
not a regular file)
not copying ./tests/test_limits.py (output up-to-date)
not copying ./tests/test_misc.py (output up-to-date)
not copying gui_thread/__init__.py (output up-to-date)
not copying gui_thread/examples.py (output up-to-date)
not copying gui_thread/gui_thread_guts.py (output up-to-date)
not copying gui_thread/main.py (output up-to-date)
not copying ./plt/__init__.py (output up-to-date)
not copying ./plt/dumb_shelve.py (output up-to-date)
not copying ./plt/dumbdbm_patched.py (output up-to-date)
not copying ./plt/interface.py (output up-to-date)
not copying ./plt/plot_objects.py (output up-to-date)
not copying ./plt/plot_utility.py (output up-to-date)
not copying ./plt/wxplt.py (output up-to-date)
not copying ./gplt/__init__.py (output up-to-date)
not copying ./gplt/interface.py (output up-to-date)
not copying ./gplt/new_plot.py (output up-to-date)
not copying ./gplt/pyPlot.py (output up-to-date)
not copying ./cluster/__init__.py (output up-to-date)
not copying ./cluster/setup.py (output up-to-date)
not copying ./cluster/vq.py (output up-to-date)
warning: build_py: package init file './cluster/tests/__init__.py' not
found (or not a regular file)
not copying ./cluster/tests/vq_test.py (output up-to-date)
not copying ./cow/__init__.py (output up-to-date)
not copying ./cow/cow.py (output up-to-date)
not copying ./cow/herd.py (output up-to-date)
not copying ./cow/sync_cluster.py (output up-to-date)
not copying ./ga/__init__.py (output up-to-date)
not copying ./ga/algorithm.py (output up-to-date)
not copying ./ga/examples.py (output up-to-date)
not copying ./ga/ga_gnm.py (output up-to-date)
not copying ./ga/ga_list.py (output up-to-date)
not copying ./ga/ga_util.py (output up-to-date)
not copying ./ga/gene.py (output up-to-date)
not copying ./ga/genome.py (output up-to-date)
not copying ./ga/language.py (output up-to-date)
not copying ./ga/parallel_pop.py (output up-to-date)
not copying ./ga/population.py (output up-to-date)
not copying ./ga/scaling.py (output up-to-date)
not copying ./ga/selection.py (output up-to-date)
not copying ./ga/tree.py (output up-to-date)
not copying ./ga/tree_opt.py (output up-to-date)
not copying ./compiler/__init__.py (output up-to-date)
not copying ./compiler/build_tools.py (output up-to-date)
not copying ./compiler/code_blocks.py (output up-to-date)
not copying ./compiler/compile_code.py (output up-to-date)
not copying ./compiler/lib2def.py (output up-to-date)
not copying ./compiler/misc.py (output up-to-date)
not copying ./compiler/size_check.py (output up-to-date)
not copying ./compiler/slice_handler.py (output up-to-date)
warning: build_py: package init file './compiler/tests/__init__.py' not
found (or not a regular file)
not copying ./compiler/tests/test_compile_code.py (output up-to-date)
not copying ./compiler/tests/test_size_check.py (output up-to-date)
not copying ./compiler/tests/test_slice_handler.py (output up-to-date)
not copying ./io/__init__.py (output up-to-date)
not copying ./io/mio.py (output up-to-date)
not copying ./io/array_import.py (output up-to-date)
not copying ./signal/__init__.py (output up-to-date)
not copying ./signal/bsplines.py (output up-to-date)
not copying ./signal/filter_design.py (output up-to-date)
not copying ./signal/signaltools.py (output up-to-date)
not copying ./stats/__init__.py (output up-to-date)
not copying ./stats/new_stats.py (output up-to-date)
not copying ./stats/pstat.py (output up-to-date)
not copying ./stats/rv.py (output up-to-date)
not copying ./stats/stats.py (output up-to-date)
not copying ./xplt/GistPlotter.py (output up-to-date)
not copying ./xplt/Graphics.py (output up-to-date)
not copying ./xplt/Mplot.py (output up-to-date)
not copying ./xplt/NarPlotter.py (output up-to-date)
not copying ./xplt/__init__.py (output up-to-date)
not copying ./xplt/animation2d.py (output up-to-date)
not copying ./xplt/berts.py (output up-to-date)
not copying ./xplt/cellarray.py (output up-to-date)
not copying ./xplt/colorbar.py (output up-to-date)
not copying ./xplt/curve.py (output up-to-date)
not copying ./xplt/demo5.py (output up-to-date)
not copying ./xplt/ezplot.py (output up-to-date)
not copying ./xplt/eztest.py (output up-to-date)
not copying ./xplt/gist.py (output up-to-date)
not copying ./xplt/gist3dhelp.py (output up-to-date)
not copying ./xplt/gistdemohigh.py (output up-to-date)
not copying ./xplt/gistdemolow.py (output up-to-date)
not copying ./xplt/gistmeshtest.py (output up-to-date)
not copying ./xplt/gisttest2d.py (output up-to-date)
not copying ./xplt/gisttest3d.py (output up-to-date)
not copying ./xplt/graftest2d.py (output up-to-date)
not copying ./xplt/graftypes.py (output up-to-date)
not copying ./xplt/graph.py (output up-to-date)
not copying ./xplt/graph2d.py (output up-to-date)
not copying ./xplt/graph3d.py (output up-to-date)
not copying ./xplt/helpmod.py (output up-to-date)
not copying ./xplt/lines.py (output up-to-date)
not copying ./xplt/mesh3d.py (output up-to-date)
not copying ./xplt/meshtest.py (output up-to-date)
not copying ./xplt/movie.py (output up-to-date)
not copying ./xplt/nicks.py (output up-to-date)
not copying ./xplt/pl3d.py (output up-to-date)
not copying ./xplt/plane.py (output up-to-date)
not copying ./xplt/plwf.py (output up-to-date)
not copying ./xplt/polymap.py (output up-to-date)
not copying ./xplt/quadmesh.py (output up-to-date)
not copying ./xplt/region.py (output up-to-date)
not copying ./xplt/shapetest.py (output up-to-date)
not copying ./xplt/slice3.py (output up-to-date)
not copying ./xplt/sphereisos.py (output up-to-date)
not copying ./xplt/surface.py (output up-to-date)
not copying ./xplt/surftest3d.py (output up-to-date)
not copying ./xplt/surftest4d.py (output up-to-date)
not copying ./xplt/twograftest2d.py (output up-to-date)
not copying ./xplt/write_style.py (output up-to-date)
not copying ./xplt/yorick.py (output up-to-date)
not copying ./fft/FFT2.py (output up-to-date)
not copying ./fft/FFT2threads.py (output up-to-date)
not copying ./fft/FFTWthreads.py (output up-to-date)
not copying ./fft/__init__.py (output up-to-date)
not copying ./fft/benchFFT2.py (output up-to-date)
not copying ./fft/benchFFT2threads.py (output up-to-date)
not copying ./fft/benchFFTWthreads.py (output up-to-date)
not copying ./special/__init__.py (output up-to-date)
not copying ./special/gendoc.py (output up-to-date)
not copying ./special/special.py (output up-to-date)
not copying ./interpolate/__init__.py (output up-to-date)
not copying ./interpolate/common_routines.py (output up-to-date)
not copying ./interpolate/fitpack.py (output up-to-date)
not copying ./interpolate/interpolate.py (output up-to-date)
not copying ./optimize/__init__.py (output up-to-date)
not copying ./optimize/common_routines.py (output up-to-date)
not copying ./optimize/minpack.py (output up-to-date)
not copying ./optimize/optimize.py (output up-to-date)
not copying ./integrate/__init__.py (output up-to-date)
not copying ./integrate/common_routines.py (output up-to-date)
not copying ./integrate/odepack.py (output up-to-date)
not copying ./integrate/orthogonal.py (output up-to-date)
not copying ./integrate/quadpack.py (output up-to-date)
not copying ./integrate/quadrature.py (output up-to-date)
warning: build_py: package init file './Numerical/Lib/__init__.py' not
found (or not a regular file)
not copying ./Numerical/Lib/ArrayPrinter.py (output up-to-date)
not copying ./Numerical/Lib/LinearAlgebra.py (output up-to-date)
not copying ./Numerical/Lib/MLab.py (output up-to-date)
not copying ./Numerical/Lib/Matrix.py (output up-to-date)
not copying ./Numerical/Lib/Numeric.py (output up-to-date)
not copying ./Numerical/Lib/Precision.py (output up-to-date)
not copying ./Numerical/Lib/RandomArray.py (output up-to-date)
not copying ./Numerical/Lib/UserArray.py (output up-to-date)
not copying ./Numerical/Lib/numeric_version.py (output up-to-date)
warning: build_py: package init file './tests/__init__.py' not found (or
not a regular file)
warning: build_py: package init file './cluster/tests/__init__.py' not
found (or not a regular file)
warning: build_py: package init file './compiler/tests/__init__.py' not
found (or not a regular file)
warning: build_py: package init file './Numerical/Lib/__init__.py' not
found (or not a regular file)
running build_clib
building 'gist' library
skipping xplt/gist/cgm.c (build/temp.freebsd-4.4-STABLE-i386-2.1/cgm.o
up-to-date)
skipping xplt/gist/clip.c (build/temp.freebsd-4.4-STABLE-i386-2.1/clip.o
up-to-date)
skipping xplt/gist/dispas.c
(build/temp.freebsd-4.4-STABLE-i386-2.1/dispas.o up-to-date)
skipping xplt/gist/dispat.c
(build/temp.freebsd-4.4-STABLE-i386-2.1/dispat.o up-to-date)
skipping xplt/gist/dispax.c
(build/temp.freebsd-4.4-STABLE-i386-2.1/dispax.o up-to-date)
skipping xplt/gist/draw.c (build/temp.freebsd-4.4-STABLE-i386-2.1/draw.o
up-to-date)
skipping xplt/gist/draw0.c
(build/temp.freebsd-4.4-STABLE-i386-2.1/draw0.o up-to-date)
skipping xplt/gist/engine.c
(build/temp.freebsd-4.4-STABLE-i386-