Opened 11 years ago

Closed 11 years ago

#2229 closed defect (worksforme)

Bootstrapping defect on 32 Bit Ubuntu System

Reported by: anonymous Owned by: somebody
Priority: normal Milestone: 1.9.0
Component: MetaModelica Version: trunk
Keywords: Cc:

Description

I tried too compile a bootstrapped version of OMC, one an fresh ubuntu (32bit precise and also 32bit quantal). The following sequence of commands failed, althought it succeeded on a 64bit ubuntu.

$ svn co https://openmodelica.org/svn/OpenModelica/trunk/ OpenModelica
$ cd OpenModelica/
$ autoconf
$ ./configure 'CC=gcc-4.4' 'CXX=g++-4.4' 'CFLAGS=-O2' '--disable-modelica3d'
$ make -j10 omc
$ make bootstrap-from-compiled

The command which actually fails is: build/bin/omc MainTest.mos
It complains about an error inside a template.

If i use "make bootstrap-from-tarball", the same command "build/bin/omc MainTest.mos" causes a segmentation fault.
If i use the prebuild omc binary from the repository, it says something like "out of memory".

Change History (3)

comment:1 Changed 11 years ago by sjoelund.se

How much memory does your machine have?

comment:2 Changed 11 years ago by sjoelund.se

  • Milestone changed from 1.9.0 to 1.9.1

Postponed until 1.9.1

comment:3 Changed 11 years ago by sjoelund.se

  • Milestone changed from 1.9.1 to 1.9.0
  • Resolution set to worksforme
  • Status changed from new to closed

Works fine for me, even on low memory systems...

Note: See TracTickets for help on using tickets.