Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Hello,
The compilation of code_aster full from the new aster-full package failed on ubuntu 16.04
Message is not very explicit. Maybe something wrong with MFront ?
Code_Asterの開発者
Offline
Yes, it's Mfront:
<DBG> Errors occurred with behaviour 'BETON_BURGER' searched in file '/tmp/install_aster.19830/aster-14.2.0/mfront/BETON_BURGER.mfront'.
<DBG> Details: BehaviourDSLBase::analyse: error while treating keyword '@Theta' at line '27' of file '/tmp/install_aster.19830/aster-14.2.0/mfront/BETON_BURGER.mfront'.
<DBG> CxxTokenizer::readDouble: could not read value from token '1.' (tfel::utilities::convert: could not convert '1.' to double).
<DBG> Build failed
<DBG> Traceback (most recent call last):
<DBG> File "/tmp/install_aster.19830/aster-14.2.0/.waf-1.8.22-5fa41dedfc4a80e01a7ca1d1c9d570c0/waflib/Task.py", line 110, in process
<DBG> ret=self.run()
<DBG> File "/tmp/install_aster.19830/aster-14.2.0/mfront/wscript", line 333, in run
<DBG> raise Errors.BuildError
<DBG> BuildError: Build failed
Error in the BETON BURGER law
But as the installation failed, we don't have sources (/opt/aster is not complete)
Code_Asterの開発者
Offline
Hi AsterO'dactyle,
Well, seems like a very strange bug and the error message is quite inconstent.
I don't have this error on Debian Stretch neither with the development version nor with TFEL-3.1.1. Did you notice the trouble on another distribution ?
I will install Ubuntu 16.04 to reproduce the error in a week or two. In the meantime, could you open a ticket about the issue ?
Best,
Thomas
Offline
Hi,
The file compiles fine on Ubuntu 16.04 with TFEL-3.1.1. All MFront tests are ok.
Maybe some choice of compilation flags in the Aster scripts ?
Best,
Thomas
Offline
Hello,
I've changed to Ubuntu 18.04 an everything is ok
Code_Asterの開発者
Offline
Nevertheless, it bothers me, i'll check.
Thomas
Offline
Some tries:
- if I comment @theta and @Itermax, compilation is OK
- I've tried too to change 1. => 1.E+0 or 1.0 => no change
Code_Asterの開発者
Offline