Re: problem installing gnureadline

2018-04-16 Thread Rainer Müller
On 2018-04-16 20:07, pagani laurent wrote: > Rainer, > > I just updated the outdated ports before trying to install py36-jupyter : > > Macports>sudo port upgrade outdated > Password: > Nothing to upgrade. > > but py36-scipy was not installed (I was on py35 until now because of the >

Re: problem installing gnureadline

2018-04-16 Thread pagani laurent via macports-users
Rainer,I just updated the outdated ports before trying to install py36-jupyter :Macports>sudo port upgrade outdatedPassword:Nothing to upgrade.but py36-scipy was not installed (I was on py35 until now because of the py36-readline bug).So I installed py36-scipy but the error remains the same.Same

Re: problem installing gnureadline

2018-04-16 Thread Rainer Müller
On 2018-04-16 16:32, pagani laurent via macports-users wrote: > Hi, > > I have python3.6 updated, and selected to run on command python3 and ipython3. > I tried to install py36-jupyter (never installed before). > It crashed on trying to install py36-gnureadline. > I cleaned py36-gnureadline and

Re: strange listing

2018-04-16 Thread mf2k
> On Apr 16, 2018, at 9:24 AM, Rainer Müller wrote: > > On 2018-04-16 16:39, pagani laurent via macports-users wrote: >> Why do I get multiple occurences of the same packages when I run >> >> sudo port list installed >> >> […] >> xz @5.2.3

problem installing gnureadline

2018-04-16 Thread pagani laurent via macports-users
Hi, I have python3.6 updated, and selected to run on command python3 and ipython3. I tried to install py36-jupyter (never installed before). It crashed on trying to install py36-gnureadline. I cleaned py36-gnureadline and tried again. Crashed again (attached the log) : ---> Fetching distfiles

Re: problem with upgrading macport installed packages

2018-04-16 Thread Chris Jones
Please post examples of the warning/error messages you are getting... On 16/04/18 14:12, pagani laurent via macports-users wrote: Hi all, I just moved to the new 2.4.3 by running port selfupdate and tried to follow-up with a port upgrade outdated but it keeps stumbling on many ports claiming

Re: problem with upgrading macport installed packages

2018-04-16 Thread pagani laurent via macports-users
Here one such example : […] ---> Installing py36-six @1.11.0_0 ---> Activating py36-six @1.11.0_0 Error: Failed to activate py36-six: Image error: /opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc already exists and does not

problem with upgrading macport installed packages

2018-04-16 Thread pagani laurent via macports-users
Hi all, I just moved to the new 2.4.3 by running port selfupdate and tried to follow-up with a port upgrade outdated but it keeps stumbling on many ports claiming they were installed by third parties. Which is not the case and I did not uninstall Port either. So I don’t know why the upgrade

strange listing

2018-04-16 Thread pagani laurent via macports-users
Why do I get multiple occurences of the same packages when I run sudo port list installed […] xz @5.2.3 archivers/xz xz @5.2.3 archivers/xz yasm @1.3.0 lang/yasm yelp-tools

Re: problem installing gnureadline

2018-04-16 Thread pagani laurent via macports-users
> > Is this file provided by a port? If not, you must have installed it in > some other way. I have just installed py36-scipy with port tonight (though as many others it indeed failed to get activated and I had to force it) > port provides >

Re: OpenModelica?

2018-04-16 Thread Murray Eisenberg
The information at https://wiki.octave.org/Octave_for_macOS is that the default octave uses the accelerator variant. But this has the problem that is uses arpack, whose default variant is accelerate; this uses Apples Vector Libraries which have some

Re: OpenModelica?

2018-04-16 Thread Murray Eisenberg
From a post on the OpenModelica forum, I learned that the trouble was that I did not have the lapack port installed, and so the openmodelica-devel configure was attempting to use libatlas from atlas instead. Subsequently, after cleaning everything, I did install lapack @3.8.0_0+gfortran.

Re: problem with upgrading macport installed packages

2018-04-16 Thread Ryan Schmidt
On Apr 16, 2018, at 08:37, pagani laurent wrote: > Here one such example : > > […] > ---> Installing py36-six @1.11.0_0 > ---> Activating py36-six @1.11.0_0 > Error: Failed to activate py36-six: Image error: >

Re: OpenModelica?

2018-04-16 Thread Adam Dershowitz
I wasn’t able to confirm if that bug still exists. It seems that it was an old bug. The bug report from 2014 for octave makes it sound like might have been fixed years before that: https://savannah.gnu.org/bugs/?43246 So, you might try to use the

Re: OpenModelica?

2018-04-16 Thread Ken Cunningham
Whenever I get to this level of hassle, I just blow up MacPorts and start over. It takes but a few minutes to reinstall the prebuilt binaries, and then you know you're clean. Life is too short Ken

Re: OpenModelica?

2018-04-16 Thread David Strubbe
I believe the "known bugs" in question for use of Accelerate may be fixed by our current use of the veclibfort port as an intermediate layer between Fortran and Accelerate. David On Mon, Apr 16, 2018 at 1:27 PM, Adam Dershowitz wrote: > I wasn’t able to confirm if that bug

Re: OpenModelica?

2018-04-16 Thread Adam Dershowitz
As an datapoint, but not completely answering your question. I have the following installed and all working: sundials @3.1.0_1+accelerate+fortran_klu+gfortran+mpich (active) octave @4.2.2_1+accelerate+app+docs+fltk+gfortran+graphicsmagick+qt4+sound (active) SuiteSparse @4.2.1_4+accelerate

Re: OpenModelica?

2018-04-16 Thread Murray Eisenberg
After uninstalling the +atlas variant of octave and its direct or indirect deps or dependent’s sundials, SuiteSparse. qrupdate, and arpack, I began reinstalling with the +accelerate variant. I used (with sudo): port install octave +app+accelerate+docs+fltk+gfortran+graphicsmagick+qt5+sound

Re: OpenModelica?

2018-04-16 Thread Adam Dershowitz
It looks like the default variant of qrupdate is +accelerate +gcc7 already. So, you can try, simply: sudo port install qrupdate --Adam > On Apr 16, 2018, at 4:50 PM, Murray Eisenberg > wrote: > > After uninstalling the +atlas variant of octave and its direct

Upgrade to 2.4.3 OK

2018-04-16 Thread Dave Horsfall
I've been a bit of a critic of MacPorts in the past, so let me say that the upgrade to 2.4.3 this morning went without a hitch! My thanks go to all those involved. -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer."

Re: OpenModelica?

2018-04-16 Thread Murray Eisenberg
I have solved the problem by uninstalling other MacPorts that used the atlas libraries, including octave, qrupdate, and arpack; then installing those dependencies with the +accelerate variant; and finally installing openmodelica-devel+gfortran5+libraries+omnotebook+qt+sundials. I hope that,

Re: OpenModelica?

2018-04-16 Thread Ryan Schmidt
On Apr 16, 2018, at 15:50, Murray Eisenberg wrote: > Error: Failed to fetch qrupdate: must set at least one Fortran variant > (e.g. +gfortran, +gccX, +g95) > This message is printed by the compilers-1.0 portgroup, and is not customized for the set of variants that a particular port offers:

upcoming removal of components from macOS Server: opportunity?

2018-04-16 Thread Richard L. Hamilton
"In fall 2018, Apple will stop bundling open source services such as Calendar Server, Contacts Server, the Mail Server, DNS, DHCP, VPN Server, and Websites with macOS Server. Customers can get these same services directly from open-source providers. This way, macOS Server customers can install

Re: problem with upgrading macport installed packages

2018-04-16 Thread Craig Treleaven
> On Apr 16, 2018, at 4:23 PM, Ryan Schmidt wrote: > On Apr 16, 2018, at 08:37, pagani laurent wrote: > >> Here one such example : >> >> […] >> ---> Installing py36-six @1.11.0_0 >> ---> Activating py36-six @1.11.0_0 >> Error: Failed to activate py36-six: Image error:

Re: upcoming removal of components from macOS Server: opportunity?

2018-04-16 Thread Craig Treleaven
> On Apr 16, 2018, at 7:39 PM, Richard L. Hamilton wrote: > > "In fall 2018, Apple will stop bundling open source services such as Calendar > Server, Contacts Server, the Mail Server, DNS, DHCP, VPN Server, and Websites > with macOS Server. Customers can get these same

Re: upcoming removal of components from macOS Server: opportunity?

2018-04-16 Thread Ken Cunningham
On 2018-04-16, at 5:43 PM, Craig Treleaven wrote: >> On Apr 16, 2018, at 7:39 PM, Richard L. Hamilton wrote: >> >> "In fall 2018, Apple will stop bundling open source services such as >> Calendar Server, Contacts Server, the Mail Server, DNS, DHCP, VPN Server, >> and