failed to build because of but in trilinos
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dorsal |
Fix Released
|
Medium
|
Harish Narayanan |
Bug Description
I installed FEniCS 1.0-beta on Fedora 15 (x86_64) using dorsal.sh. But I had problems with a bug(?) included in trilinos; after compiling for about 5 minutes I got following error message:
Scanning dependencies of target teuchos
make[2]: Leaving directory `/usr/local/
make[2]: Entering directory `/usr/local/
[ 0%] Building CXX object packages/
In file included from /usr/local/
/usr/local/
/usr/local/
/usr/local/
make[2]: *** [packages/
make[1]: *** [packages/
make: *** [all] Error 2
Fortunately I already found a patch (for an older version of trilinos, which worked for me); see here:
bug report => http://
patch => http://
After applying the patch, I had to remove the "dorsal_build_dir" in "trilinos-
Questions:
1) Could you integrate that patch in dorsal, like here dorsal-
2) Could you add the platform "Fedora release 15 (Lovelock)" to the supported platforms? I used the fedora14.platform and worked fine.
Regards, Michele
Changed in dorsal: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Harish Narayanan (hnarayanan) |
milestone: | none → 1.0 |
Changed in dorsal: | |
status: | In Progress → Fix Committed |
Changed in dorsal: | |
milestone: | 1.0 → 1.0-beta2 |
status: | Fix Committed → Fix Released |
I have incorporated both your suggestions. Thank you!