Re: OpenModelica?

2018-04-07 Thread Michael Parson
On Sat, 7 Apr 2018, Murray Eisenberg wrote: I’m trying to install the port of OpenModelica. The instructions at https://www.openmodelica.org/download/download-mac give, as first step: echo rsync://build-openmodelica.org/macports/ >>

Re: OpenModelica?

2018-04-07 Thread Adam Dershowitz
> On Apr 7, 2018, at 4:34 PM, Ken Cunningham > wrote: > > > >> On Apr 7, 2018, at 1:13 PM, Murray Eisenberg >> wrote: > > With a small change in the openmodelica-devel Portfile that I did prior to > starting the build (so it

Re: OpenModelica?

2018-04-07 Thread Murray Eisenberg
Indeed, a major hiccup in the installation (which I did _without_ using the +clang variant). From /opt/local/var/macports/build/_opt_local_var_macports_sources_build.openmodelica.org_macports_lang_openmodelica-devel/openmodelica-devel/work/openmodelica_1.13.0~dev-866-gb1271a6/config.log :

Re: OpenModelica?

2018-04-07 Thread Adam Dershowitz
> On Apr 7, 2018, at 4:02 PM, Ken Cunningham > wrote: > > > >> On Apr 7, 2018, at 12:54 PM, Murray Eisenberg > > wrote: >> >> Ouch, yes, my disastrous typo in the repository name, sorry. (The

Re: OpenModelica?

2018-04-07 Thread Ken Cunningham
> On Apr 7, 2018, at 12:54 PM, Murray Eisenberg > wrote: > > Ouch, yes, my disastrous typo in the repository name, sorry. (The first time > I tried, without using "sudo su -“, I had copied the “echo rsync” command > directly from the

Re: OpenModelica?

2018-04-07 Thread Adam Dershowitz
I’m not sure why you would go to Mathematic, as you can simulate them just fine in OpenModelica, if you want. --Adam > On Apr 7, 2018, at 3:54 PM, Murray Eisenberg > wrote: > > Ouch, yes, my disastrous typo in the repository name, sorry. (The first time > I

Re: OpenModelica?

2018-04-07 Thread Murray Eisenberg
Ouch, yes, my disastrous typo in the repository name, sorry. (The first time I tried, without using "sudo su -“, I had copied the “echo rsync” command directly from the https://www.openmodelica.org/download/download-mac instructions. But the

Re: OpenModelica?

2018-04-07 Thread Ken Cunningham
> On Apr 7, 2018, at 11:58 AM, Adam Dershowitz wrote: > > Did you mistype the echo command? > The rsync says build DOT openmodelica.org > while the error shows > build HYPHEN openmodelca.org > > --Adam > > > >> On

Re: OpenModelica?

2018-04-07 Thread Adam Dershowitz
Did you mistype the echo command? The rsync says build DOT openmodelica.org while the error shows build HYPHEN openmodelca.org --Adam > On Apr 7, 2018, at 2:56 PM, Ken Cunningham > wrote: > > > >> On Apr 7, 2018, at 11:51 AM, Ryan Schmidt

Re: OpenModelica?

2018-04-07 Thread Ryan Schmidt
On Apr 7, 2018, at 13:56, Murray Eisenberg wrote: > On 7 Apr2018, at 2:51 PM, Ryan Schmidt wrote: > >> On Apr 7, 2018, at 13:50, Murray Eisenberg wrote: >> >>> What’s happening now is befuddling to me. Doing the step >>> >>> echo rsync://build.openmodelica.org/macports/ >> >>>

Re: OpenModelica?

2018-04-07 Thread Ken Cunningham
> On Apr 7, 2018, at 11:51 AM, Ryan Schmidt wrote: > > > On Apr 7, 2018, at 13:50, Murray Eisenberg wrote: > >> What’s happening now is befuddling to me. Doing the step >> >> echo rsync://build.openmodelica.org/macports/ >> >>

Re: OpenModelica?

2018-04-07 Thread Murray Eisenberg
The verbose flag on selfupdate shows that rsync-ing rsync.macports.org/release/tarballs/ports.tar is OK, but then... Synchronizing local ports tree from rsync://build-openmodelica.org/macports/ rsync: getaddrinfo: build-openmodelica.org 873: nodename nor servname provided, or not known rsync

Re: OpenModelica?

2018-04-07 Thread Ryan Schmidt
On Apr 7, 2018, at 13:50, Murray Eisenberg wrote: > What’s happening now is befuddling to me. Doing the step > >echo rsync://build.openmodelica.org/macports/ >> > /opt/local/etc/macports/sources.conf > > as root (sudo su - ) seems to have worked, as >

Re: OpenModelica?

2018-04-07 Thread Murray Eisenberg
What’s happening now is befuddling to me. Doing the step echo rsync://build.openmodelica.org/macports/ >> /opt/local/etc/macports/sources.conf as root (sudo su - ) seems to have worked, as /opt/local/etc/macports/sources.conf now ends with:

Re: OpenModelica?

2018-04-07 Thread Adam Dershowitz
> On Apr 7, 2018, at 1:17 PM, Ryan Schmidt wrote: > > > On Apr 7, 2018, at 11:27, Murray Eisenberg wrote: > >> Thanks, that seems to have worked. >> >> To do the remaining steps… >> >> port selfupdate >> port install gcc44 # With the addition of llvm/clang as the

Re: OpenModelica?

2018-04-07 Thread Adam Dershowitz
> On Apr 7, 2018, at 1:53 PM, Ryan Schmidt wrote: > > > On Apr 7, 2018, at 12:49, Ken Cunningham wrote: > >> sounds like this software needs a port and a maintainer! > > It already has a port, and a collection of hundreds of related ports, in an > entirely separate

Re: OpenModelica?

2018-04-07 Thread Ken Cunningham
> On Apr 7, 2018, at 10:53, Ryan Schmidt wrote: > > >> On Apr 7, 2018, at 12:49, Ken Cunningham wrote: >> >> sounds like this software needs a port and a maintainer! > > It already has a port, and a collection of hundreds of related ports, in an > entirely separate

Re: OpenModelica?

2018-04-07 Thread Ryan Schmidt
On Apr 7, 2018, at 12:49, Ken Cunningham wrote: > sounds like this software needs a port and a maintainer! It already has a port, and a collection of hundreds of related ports, in an entirely separate ports collection that the user must load into MacPorts in order to use. The previous

Re: OpenModelica?

2018-04-07 Thread Ken Cunningham
sounds like this software needs a port and a maintainer! Murray? > On Apr 7, 2018, at 10:17, Ryan Schmidt wrote: > > >> On Apr 7, 2018, at 11:27, Murray Eisenberg wrote: >> >> Thanks, that seems to have worked. >> >> To do the remaining steps… >> >> port selfupdate

Re: OpenModelica?

2018-04-07 Thread Murray Eisenberg
Thanks, that seems to have worked. To do the remaining steps… port selfupdate port install gcc44 # With the addition of llvm/clang as the default compiler in XCode, many ports now fail to build unless you force GCC to be used port install openmodelica-devel +libraries +clang …should I still

Re: OpenModelica?

2018-04-07 Thread David Herron
It's because the stdout redirect is executing as your user ID, and this has nothing to do with MacPorts The solution is to first do: sudo su - This gets you to a full root shell. Then you do the command you said. + David Herron On Sat, Apr 7, 2018 at 9:20 AM, Murray Eisenberg

OpenModelica?

2018-04-07 Thread Murray Eisenberg
I’m trying to install the port of OpenModelica. The instructions at https://www.openmodelica.org/download/download-mac give, as first step: echo rsync://build-openmodelica.org/macports/ >> /opt/local/etc/macports/sources.conf But even

Online MacPorts Meeting on 21st April at 13:00 UTC

2018-04-07 Thread Mojca Miklavec
Hi, I would like to announce the first online MacPorts meeting happening two weeks from now, on April 21st at 13:00 - 14:00 UTC (if it takes much longer than one hour, we are probably doing something wrong). Many people wanted to join us at the face-to-face meeting last month, but could not make