Re: Port diagnose - symlinks

2017-01-31 Thread Ryan Schmidt
> On Jan 30, 2017, at 20:34, Arno Hautala wrote: > > I ran 'port diagnose' and I think there's an issue with how it handles > symlinks. > > Specifically: > >> Checking for file '/opt/local/libexec/texlive/binaries/a2ping' on disk... >> [FAILED] >> Checking for file '/opt/local/libexec/texliv

Re: port diagnose bug

2017-01-31 Thread Ryan Schmidt
> On Jan 31, 2017, at 14:36, Mark Bestley wrote: > > On 31/01/2017 12:30, Barry Scott wrote: >> >>> On 28 Jan 2017, at 18:40, Mark Bestley wrote: >>> >>> port diagnose gives me >>> >>> Warning: your $PATH environment variable does not currently include, >>> /opt/local/bin, which is where po

Re: emacs-app fails to start under 10.12.14 beta 1

2017-01-31 Thread Ryan Schmidt
> On Jan 31, 2017, at 15:42, Artemio González López wrote: > > Emacs-app crashes after launch under the first Developer beta of 10.2.4, with > the following error: > > 2017-01-25 23:50:19.458 Emacs-x86_64-10_9[864:21038] Error - > planarGetBytes count (65536) is not a multiple of bytesPerRow (

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-31 Thread Ryan Schmidt
> On Jan 31, 2017, at 07:50, Bachsau wrote: > > Am 28.01.2017 um 17:31 schrieb Barry Scott: >> I want to be able to stop MacPorts Installation from editing my >> .bash_profile. >> As it happens I already set all the env var that are needed my self. >> >> Is there a “do-not-edit-bash-profile” se

Re: MacPorts 2.4.0 has been released

2017-01-31 Thread Joshua Root
On 2017-2-1 03:33 , William H. Magill wrote: I just updated my two systems - an iMac and aMmac mini. The iMac when cleanly, but the Mac mini “hick-upped”. I thought the mini was on the immediately previous release. I guess not. Not a big deal. just interesting. shianbrae> sudo port selfupdat

emacs-app fails to start under 10.12.14 beta 1

2017-01-31 Thread Artemio González López
Emacs-app crashes after launch under the first Developer beta of 10.2.4, with the following error: 2017-01-25 23:50:19.458 Emacs-x86_64-10_9[864:21038] Error - planarGetBytes count (65536) is not a multiple of bytesPerRow (96). I’ve also checked that Emacs for Mac OS X has exactly the same probl

Re: Inkscape 0.92.0 now available on MacPorts

2017-01-31 Thread Barry Scott
Problem: port install inkscape +quartz builds without error but crashes when run reliably. I tried to build a debugable version and that does not crash. Incase you can see why here is the script I used to do the build. I do not understand the MacPorts build in enough detail to see the exact FLAG

Re: port diagnose bug

2017-01-31 Thread Mark Bestley
On 31/01/2017 12:30, Barry Scott wrote: On 28 Jan 2017, at 18:40, Mark Bestley wrote: port diagnose gives me Warning: your $PATH environment variable does not currently include, /opt/local/bin, which is where port is located. Would you like to add /opt/local/bin to your $PATH variable now

Re: MacPorts 2.4.0 has been released

2017-01-31 Thread William H. Magill
I just updated my two systems - an iMac and aMmac mini. The iMac when cleanly, but the Mac mini “hick-upped”. I thought the mini was on the immediately previous release. I guess not. Not a big deal. just interesting. shianbrae> sudo port selfupdate ---> Updating MacPorts base sources using r

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-31 Thread Bachsau
Am 28.01.2017 um 17:31 schrieb Barry Scott: I want to be able to stop MacPorts Installation from editing my .bash_profile. As it happens I already set all the env var that are needed my self. Is there a “do-not-edit-bash-profile” settings somewhere? So far I have 3 sets of the settings in the s

Re: port diagnose bug

2017-01-31 Thread Barry Scott
> On 28 Jan 2017, at 18:40, Mark Bestley wrote: > > port diagnose gives me > > Warning: your $PATH environment variable does not currently include, > /opt/local/bin, which is where port is located. Would you like to add > /opt/local/bin to your $PATH variable now? [Y/N] > > Well it is on my

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-31 Thread Barry Scott
Here is a pull request that fixes the issue for me. https://github.com/macports/macports-base/pull/16 "Fix the detection of /opt/local/bin in user's PATH The postflight script was using the SHELL variable, which is root's shell and not USHELL,

port diagnose bug

2017-01-31 Thread Mark Bestley
port diagnose gives me Warning: your $PATH environment variable does not currently include, /opt/local/bin, which is where port is located. Would you like to add /opt/local/bin to your $PATH variable now? [Y/N] Well it is on my path $ echo $PATH /Users/mark/bin /Users/mark/anaconda/bin /Us