← Back to team overview

dolfin team mailing list archive

Re: Compilation failed: --enable-debug --disable-petsc

 

SWIG was missing on the compile bot server. I have installed it now
and restarted the compile bot. The compile bot should report
success/failure in about 15-30 minutes.

/Anders


On Mon, Sep 04, 2006 at 06:30:27PM +0200, DOLFIN wrote:
> This is an automated message from the FEniCS compile bot.
> Compilation failed with configure options --enable-debug --disable-petsc.
> Revision number and compilation log follow below.
> 
> changeset:   2205:374ecdb2acbe
> tag:         tip
> user:        "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
> date:        Mon Sep 04 02:44:52 2006 +0200
> summary:     PyDOLFIN:
> 
> 
> [snip]
> echo "INCLUDES=\"-I/usr/include/libxml2  \"" >> "var.tmp"
> echo "LIBS=\"-ldolfin -lncurses   -L/usr/lib -lxml2  \"" >> "var.tmp"
> echo "PACKAGE=\"DOLFIN\"" >> "var.tmp"
> echo "VERSION=\"0.6.1\"" >> "var.tmp"
> echo "PREFIX=\"/home/dolfin/tmp/cron/compilebot/dolfin/local\"" >> "var.tmp"
> echo "PYTHON_CPPFLAGS=\"-I/usr/include/python2.4\"" >> "var.tmp"
> sh config.sh
> Generating data for dolfin-config...
> sh swig.sh
> Building dolfin-swig tool
> make[2]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/config'
> Making all in pydolfin
> make[2]: Entering directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/pydolfin'
> echo "Error: SWIG is not installed. You should look at http://www.swig.org"; ; false -c++ -python -nodefault -dirprot  -I../../src/kernel/common -I../../src/kernel/fem -I../../src/kernel/form -I../../src/kernel/function -I../../src/kernel/io -I../../src/kernel/la -I../../src/kernel/main -I../../src/kernel/math -I../../src/kernel/mesh -I../../src/kernel/mf -I../../src/kernel/nls -I../../src/kernel/ode -I../../src/kernel/pde -I../../src/kernel/quadrature -I../../src/kernel/parameter -I../../src/kernel/log      -I/usr/include/libxml2    -I../../src/modules/elasticity  -I../../src/modules/elasticity-updated  -I../../src/modules/convdiff  -I../../src/modules/navierstokes  -I../../src/modules/poisson  -I../../src/modules/stokes  -I../../src/modules/heat   -I../../src/kernel/common -I../../src/kernel/fem -I../../src/kernel/form -I../../src/kernel/function -I../../src/kernel/io -I../../src/kernel/la -I../../src/kernel/main -I../../src/kernel/math -I../../src/kernel/mesh -I../../src/kernel/mf -I../../src/kernel/nls -I../../src/kernel/ode -I../../src/kernel/pde -I../../src/kernel/quadrature -I../../src/kernel/parameter -I../../src/kernel/log      -I/usr/include/libxml2   -I../../src/modules/  -DDEBUG=1 -o dolfin_wrap.cpp dolfin.i
> Error: SWIG is not installed. You should look at http://www.swig.org
> make[2]: *** [dolfin_wrap.cpp] Error 1
> make[2]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/pydolfin'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src'
> make: *** [all-recursive] Error 1
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


References