Martin, Thanks. That worked.
It took deletion of /opt and starting again, but it did work. Regards, Lewis . On 21/01/2011, at 6:50 PM, Martin Sjölund wrote: > I remember that error message (stabilization failed). I also checked the > history on my server to see if I did anything else, but this is all I did: > 195 sudo port uninstall smlnj > 196 sudo port uninstall rml-mmc smlnj > 197 sudo port install rml-mmc > 198 sudo port clean smlnj > 199 sudo port install rml-mmc > > It could be a race condition with parallel make... > You can try to clean smlnj, then edit > /opt/local/etc/macports/macports.conf > and set > buildmakejobs 1 > (Then reset it after to build packages faster) > > Or just clean and try installing it until it works. > > There is now a bug on macports.org for this issue (there was not one on the > 16th when I first encountered it): > https://trac.macports.org/ticket/28033 > > -- > Martin Sjölund > > On 2011-01-21 08:49, Lewis Jeffery wrote: >> >> Martin, >> >> Thanks. I added >> >> port uninstall rml-mmc >> >> to the start of your list and got a new error message. Log file attached. >> >> >> Regards, >> Lewis >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> . >> >> On 21/01/2011, at 5:02 PM, Martin Sjölund wrote: >> >>> Oh yes. The new smlnj version had problems upgrading in macports. I managed >>> to get it installed by running (from what I remember): >>> >>> port uninstall smlnj >>> port clean smlnj >>> port install smlnj >>> >>> I have a theory that it tries to bootstrap itself using the old (installed) >>> smlnj, but somehow fails. Only uninstalling did not help because one of the >>> generated files were still wrong in the working directory. And only >>> cleaning the working directory causes the same error. Anyway, I hope my >>> hint helps. >>> >>> -- >>> Martin Sjölund >>> >>> On 2011-01-21 07:08, Lewis Jeffery wrote: >>>> >>>> Martin, >>>> >>>> Thanks for the update. >>>> >>>> Attempting to install from macports gives an error. Log file attached for >>>> your info. >>>> >>>> >>>> Regards, >>>> Lewis >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> . >>>> >>>> On 21/01/2011, at 3:22 PM, Martin Sjölund wrote: >>>> >>>>> Hi all, >>>>> >>>>> I'm sending this to the openmodelicainterest list instead of just making >>>>> an svn log message (only the developers tend to read those). I also know >>>>> that people on this list also compile their own OpenModelica. >>>>> >>>>> Starting with OpenModelica r7735 you will need RML r204 or newer in order >>>>> to parse OpenModelica as the source code now contains vendor-specific >>>>> annotations. >>>>> >>>>> Windows/OMDEV: >>>>> http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ >>>>> OSX macports: >>>>> port update&& port upgrade rml-mmc >>>>> Debian/Ubuntu Linux: >>>>> apt-get update&& apt-get upgrade rml-mmc >>>>> >>>>> Others: >>>>> Install RML by hand (this is how the Ubuntu source package does it if you >>>>> get stuck halfway through README): >>>>> >>>>> SMLNJ_HOME=/usr/lib/smlnj ./configure --prefix=/usr >>>>> make >>>>> make -C compiler rml-mlton >>>>> make install >>>>> make -C compiler install-mlton >>>>> >>>>> -- >>>>> Martin Sjölund >>>> >>
