Re: [deal.II] Installation didn't give any errors but when I tried make test, it failed all tests

2017-08-13 Thread drgeoffschrank
Thanks. I was able to find the other thread regarding my problem and was 
able to use the correct cmake flags to get dealii to install correctly. 
Thank you for your help!

On Saturday, August 12, 2017 at 5:50:13 PM UTC-6, Wolfgang Bangerth wrote:
>
> On 08/12/2017 05:21 PM, drgeoff...@gmail.com  wrote: 
> > I'm wondering if I could tag onto this message. I'm having a similar 
> problem. 
> > Installed with no problems. However, when I run the tests, they all fail 
> with 
> > the error: 
> > 
> > symbol lookup error: /usr/lib/libumfpack.so.3.1.0: undefined symbol: 
> amd_realloc 
>
> That seems like a separate issue unless you also get the error messages 
> about 
> the CXXABI or GLIBCXX version mismatch. 
>
> I think there was a question about your error on the mailing list a while 
> ago. 
> Can you try to search for it? 
>
> Best 
>   W. 
>
> -- 
>  
> Wolfgang Bangerth  email: bang...@colostate.edu 
>  
> www: http://www.math.colostate.edu/~bangerth/ 
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [deal.II] Installation didn't give any errors but when I tried make test, it failed all tests

2017-08-12 Thread drgeoffschrank
I'm wondering if I could tag onto this message. I'm having a similar 
problem. Installed with no problems. However, when I run the tests, they 
all fail with the error:

symbol lookup error: /usr/lib/libumfpack.so.3.1.0: undefined symbol: 
amd_realloc

To Wolfgang's question... I have both gcc and g++ installed. I'm not sure 
if that could cause a conflict. The libraries, in particular the one in 
question, were installed using apt-get, so I didn't do any compiling on the 
machine. By the way, my platform is Ubuntu 14.04, if that is important. 

Thanks,

Geoff

On Saturday, August 12, 2017 at 10:57:58 AM UTC-6, Wolfgang Bangerth wrote:
>
> On 08/11/2017 06:42 PM, jap...@gmail.com  wrote: 
> > step.debug: RUN failed. Output: 
> > ./step.debug: /home/japan/anaconda3/lib/libstdc++.so.6: version 
> `CXXABI_1.3.9' 
> > not found (required by ./step.debug) 
> > ./step.debug: /home/japan/anaconda3/lib/libstdc++.so.6: version 
> > `GLIBCXX_3.4.21' not found (required by ./step.debug) 
> > ./step.debug: /home/japan/anaconda3/lib/libstdc++.so.6: version 
> > `GLIBCXX_3.4.20' not found (required by ./step.debug) 
>
> These error messages typically indicate that either (i) you have multiple 
> compilers installed in your system and/or (ii) that deal.II or any of the 
> libraries it depends on (Trilinos, p4est, etc) were built with different 
> compilers or compiler versions. Could this be the case for you? 
>
> Best 
>   W. 
>
> -- 
>  
> Wolfgang Bangerth  email: bang...@colostate.edu 
>  
> www: http://www.math.colostate.edu/~bangerth/ 
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.