×

Notice

The forum is in read only mode.

Problem Salome-Meca-2009.1 with ubuntu 9.10

  • Marc Aurel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
15 years 6 months ago #3594 by Marc Aurel
Hi all,

after upgrading ubuntu 9.04 (64-bit) to 9.10 (64-bit) Salome doesn't work. :(
Problem:
The command './runSalomeMeca' takes me to the Salome window. When opening the Geometry Module of a study-case the proram crashes.


Attached the terminal protokoll:

aurel@aurel-desktop:/opt/SALOME-MECA-2009.1-GPL$ ./runSalomeMeca

Checking... LD_LIBRARY_PATH
NO ! /home/aurel/OpenFOAM/aurel-1.6.x/lib/linux64GccDPOpt
NO ! /home/aurel/OpenFOAM/site/1.6.x/lib/linux64GccDPOpt

Checking... PATH
NO ! /home/aurel/OpenFOAM/site/1.6.x/bin/linux64GccDPOpt
NO ! /opt/SALOME-MECA-2009.1-GPL/SALOME/SALOME4/V4_1_4/../Prerequis/debianForSalome-v1_2_0/bin/X11


Checking... PYTHONPATH[/i]
NO !
CHECK /home/aurel
Searching for free port for the SALOME Naming Service: 2810; 2811 - Ok
runSalome running on aurel-desktop
Searching for a free port for naming service: 2810 2811 - OK
Searching Naming Service + found in 0.1 seconds
FactBatchManager of type 'SSH' inserted into catalog
FactBatchManager of type 'SH' inserted into catalog
FactBatchManager of type 'eSGE' inserted into catalog
FactBatchManager of type 'SSH' inserted into catalog
FactBatchManager of type 'SH' inserted into catalog
FactBatchManager of type 'eSGE' inserted into catalog
Searching /Containers/aurel-desktop/FactoryServerPy in Naming Service +Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 17: invalid match target "scan"
Fontconfig warning: line 73: unknown element "cachedir"
Fontconfig warning: line 74: unknown element "cachedir"
found in 0.5 seconds
Searching /Containers/aurel-desktop/SuperVisionContainer in Naming Service +FactBatchManager of type 'SSH' inserted into catalog
FactBatchManager of type 'SH' inserted into catalog
FactBatchManager of type 'eSGE' inserted into catalog
found in 0.5 seconds
Searching /Kernel/Session in Naming Service found in 0.0 seconds
Start SALOME, elapsed time : 1.3 seconds
additional external python interpreters: 0
>>>[/size]

Then I installed Salome-Meca again. The result is still the same.
Who is able to give me help to fix the problem?

Regards

Marc Aurel<br /><br />Post edited by: Marc Aurel, at: 2009/11/02 13:50
More
15 years 6 months ago #3601 by Claus
Please let us know if you solve this - I've held off upgrading from 9.04 to 9.10 for the very reason that it might break some of my FEA apps - can't afford that atm. ;)

However, looking at the output it seems it loads linux64GccDPOpt from OpenFOAM - that might be a place to start looking for the error, but I must admit I might be reaching here.

[code:1]Checking... LD_LIBRARY_PATH
NO ! /home/aurel/OpenFOAM/aurel-1.6.x/lib/linux64GccDPOpt
NO ! /home/aurel/OpenFOAM/site/1.6.x/lib/linux64GccDPOpt

Checking... PATH
NO ! /home/aurel/OpenFOAM/site/1.6.x/bin/linux64GccDPOpt
NO ! /opt/SALOME-MECA-2009.1-GPL/SALOME/SALOME4/V4_1_4/../Prerequis/debianForSalome-v1_2_0/bin/X11[/code:1]

Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
  • Marc Aurel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
15 years 6 months ago #3602 by Marc Aurel
Replied by Marc Aurel on topic Re:Problem Salome-Meca-2009.1 with ubuntu 9.10
Hi Claus,

thanks for your reply.
With ubuntu 9.04 I've got the exact same output, but it worked.
Where can I find the error?

Regards

Aurel
More
15 years 5 months ago #3603 by kwou
Hoi

After upgrading to Ubuntu 9.10 (64bit) Salome 5.1.2 started and even the geometry module worked fine here. Trying to open the mesh module gave the dreaded libg2c file missing. I tried to follow the work-around of JMB (caelinux.com/CMS/index.php?option=com_jo...&catid=4#msg3261) but apparently the libg2c didnot install. In the Ubuntu Karmic repositories the file libg2c can be found, but unfortunately not installed.

So I added in the file /etc/apt/sources.list the following line at the end:
deb nl.archive.ubuntu.com/ubuntu hardy-updates main universe
then updated the synaptic package manager,
and searched again for libg2c and added:
- libg2c0
- libg2c0-dev
Removed the last line in the /etc/apt/sources.list (I donot want to have the Hardy package to be checked continuously).
Now Salome, geometry, mesh and post-pro modules are all running again.

(I must admit that in the mean time, I reinstalled Salome a few times, with one or a few &quot;gzip: stdout: pipe broken&quot; errors during install. Strange. Furthermore, I do not know whether libg2c0-dev is needed.)

I hope the system remains stable, and the installed libg2c does not hurt.
Code Aster is not running due to ssh problems I guess.

kind regards - kees<br /><br />Post edited by: Kees Wouters, at: 2009/11/12 13:50

Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)

--
kind regards - kees
  • Marc Aurel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
15 years 5 months ago #3604 by Marc Aurel
Replied by Marc Aurel on topic Re:Problem Salome-Meca-2009.1 with ubuntu 9.10
Hi,

after finding no errors on the Salome-Meca-2009.1 I followed the cooking recipe of JMB:

caelinux.com/CMS/index.php?option=com_jo...rd&Itemid=52&;
func=view&amp;catid=4&amp;id=3261


Now Salome 5.1.1 works fine.

It was time consuming but the problem is solved.:)

Thanks and regards

Aurel
More
15 years 5 months ago #3605 by kwou
Hoi Marc

did the JMB script install the libg2c on your pc? Just out of curiosity, because the JMB script alone didnot work for me and didnot install these lib files.

kind regards - kees

Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)

--
kind regards - kees
Moderators: catux
Time to create page: 0.160 seconds
Powered by Kunena Forum