dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00544
problem building the development version on Fedora13
-
To:
dorsal@xxxxxxxxxxxxxxxxxxx
-
From:
Douglas Arnold <arnold@xxxxxxx>
-
Date:
Wed, 29 Jun 2011 23:27:35 -0500
-
User-agent:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10
I am trying to build FEniCS (STABLE_BUILD=false) on Fedora13 with dorsal
and have run into some glitches. I'm stuck on 3) below, and any help
would be appreciated.
1) The build failed immediately with parmetis, because the location
of version 3.1.1 has moved from
< SOURCE=http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/
to
> SOURCE=http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD/
I updated the SOURCE (probably could have updated the version to 3.2.0
instead).
2) When the ufc build started I got an error message
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
The build failed, but maybe not for this reason. Anyway, following the
messages suggestion, I did a bzr launchpad-login before continuing and
the message disappeared. Perhaps a word about this should be added
to the USAGE or platform files.
3) The ufc build failed with:
Building ufc
ERROR UFC requires SWIG version 2.0 or greater. You have version 1.3.40. Set UFC_ENABLE_PYTHON to
False or install correct SWIG version.
SWIG_MODULE_LOCATION /home/faculty/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir/_ufc.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/faculty/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir
make: Entering directory `/fac2/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir'
make[1]: Entering directory `/fac2/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir'
make[2]: Entering directory `/fac2/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir'
[ 50%] Swig source
/home/faculty/arnold/workshop/FEniCS/src/ufc/src/ufc/ufc.i:22: Error: Syntax error in input(1).
make[2]: *** [src/ufc/ufcPYTHON_wrap.cxx] Error 1
make[2]: Leaving directory `/fac2/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir'
make[1]: *** [CMakeFiles/_ufc.dir/all] Error 2
make[1]: Leaving directory `/fac2/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir'
make: *** [all] Error 2
make: Leaving directory `/fac2/arnold/workshop/FEniCS/src/ufc/dorsal_build_dir'
Failure with exit status: 2
Exit message: There was a problem building ufc.
Seems that I need to set UFC_ENABLE_PYTHON, but I don't know how or where to do that.
Follow ups