Re: MacPorts Update Outdated Choking on libgcc9

2023-03-21 Thread Christopher Stone
> On Mar 21, 2023, at 04:10, Chris Jones wrote: > gcc9 is indeed not available on 10.14.6 > > Uninstall it and libgcc9 > > > sudo port uninstall libgcc9 gcc9 > > if that complains because some port still thinks it needs it, then most > likely you have that port (or port) installed with a old o

MacPorts Update Outdated Choking on libgcc9

2023-03-20 Thread Christopher Stone
Hey Folks, Forgive me if this is well known – I've found some hits on “libgcc9” but nothing that's helped me fix the problem. macOS 10.14.6 Xcode 11.3.1 2012 MacBook Air i7 I'm trying to upgrade my outdated ports... sudo port -v selfupdate sudo port -u -v upgrade outdated Here's where it see

Re: MacPorts Only Has ImageMagick 6 not 7?

2021-10-02 Thread Christopher Stone
> On Oct 02, 2021, at 16:58, Bill Cole > wrote: > On 2021-10-02 at 17:02:20 UTC-0400 (Sat, 2 Oct 2021 16:02:20 -0500) > Christopher Stone is rumored to have said: >> I'm only seeing ImageMagick @6.9.11-60_1 from MacPorts with `port info`. > ... > It is correct, and

MacPorts Only Has ImageMagick 6 not 7?

2021-10-02 Thread Christopher Stone
Hey Folks, I'm only seeing ImageMagick @6.9.11-60_1 from MacPorts with `port info`. It looks like the most current version is ImageMagick 7.1.0-8. https://imagemagick.org/ Is this correct, or does this have something to do with the Let's Encrypt DST Root CA X3 Expiration issue Ryan reported th

Re: New ports.macports.org website

2021-07-20 Thread Christopher Stone
> On Jul 19, 2021, at 15:08, Mojca Miklavec wrote: > > Dear MacPorts users and developers, > > I'm really thrilled to see the new version of the ports website > finally being deployed at https://ports.macports.org Hey Mojca, Thanks for letting us know, and many thanks to all who did the work!

Re: Port Upgrade Outdated Failure

2018-07-27 Thread Christopher Stone
On 07/27/2018, at 11:13, Christopher Stone mailto:listmeis...@thestoneforge.com>> wrote: > Self-update seems to have run fine, but the upgrade outdated process is a > complete fail. __ Thanks to Christopher Jo

Port Upgrade Outdated Failure

2018-07-27 Thread Christopher Stone
Hey Folks, I just ran `port selfupdate` and then `port upgrade outdated`. Self-update seems to have run fine, but the upgrade outdated process is a complete fail. I have no idea of how to troubleshoot this and would appreciate some advice. -- Best Regards, Chris --

Rsync and --protect-decmpfs

2018-04-13 Thread Christopher Stone
Hey Folks, I'm looking at using rsync for a number of jobs, and figuring out how to use it properly on a Mac to preserve file attributes and dates has been a bit of a chore. I finally talked to someone I know who wrote a utility around it and got some good advice. Base command: rsync -aAHNvX

Re: Surf port

2017-02-26 Thread Christopher Stone
On Feb 26, 2017, at 19:57, Justin C. Walker mailto:jus...@mac.com>> wrote: > Now, "port info" denies any knowledge of the port. Hey Justin, Try search instead of info: port search "surf" -- Best Regards, Chris

Re: Port Diagnose Issue - [FAILED] - dylib

2017-02-04 Thread Christopher Stone
On Feb 02, 2017, at 13:30, Clemens Lang wrote: > On Thu, Feb 02, 2017 at 12:38:43PM -0600, Christopher Stone wrote: >> Although I wonder if the error message shouldn't provide the trac link: >> … >> It seems to me this would save you some support questions. > >

Re: Port Diagnose Issue - [FAILED] - dylib

2017-02-02 Thread Christopher Stone
On Feb 01, 2017, at 16:20, Ryan Schmidt wrote: >> The thing I find most odd about this are all the symlinks. > > What do you find odd about the symlinks? __ Thanks Ryan and Clemens. That gives me the basic picture. Although I

Port Diagnose Issue - [FAILED] - dylib

2017-02-01 Thread Christopher Stone
Hey Folks, Here's the warning/failure notice: --- Warning: found dylibs in your /usr/local/lib directory. These are known to cause problems. We'd recommend you remove them. Checking for dylibs in /usr/local/

Re: French Error Messages in BBEdit from Bash 4 on Sierra

2017-01-17 Thread Christopher Stone
On Jan 17, 2017, at 07:16, Rainer Müller mailto:rai...@macports.org>> wrote: > So what are the values of the environment variables such as LANG, > LC_ALL, etc. inside Terminal? What is the output of 'locale'? Thanks Ryan and Rainer. Bash 4 (Macports) in the Terminal: chris$ locale LANG="en_US.U

French Error Messages in BBEdit from Bash 4 on Sierra

2017-01-16 Thread Christopher Stone
[While writing this up I solved the immediate problem – but failed to discover the why.] Hey Folks, Well, this is weird... I only recently updated to Sierra and have been going through the expected teething period – updating ports, etc. Yesterday I was testing a bash/perl script in BBEdit.

Re: p7zip Fails to Build on Sierra

2017-01-13 Thread Christopher Stone
On Jan 14, 2017, at 01:11, Ryan Schmidt wrote: > On Jan 14, 2017, at 00:38, Christopher Stone wrote: > >> When I try to install p7zip on Sierra the port file runs and appears to >> complete, but I don't get a viable executable. >> >> Can someone confirm th

p7zip Fails to Build on Sierra

2017-01-13 Thread Christopher Stone
Hey Folks, When I try to install p7zip on Sierra the port file runs and appears to complete, but I don't get a viable executable. Can someone confirm this? Thank you. -- Best Regards, Chris

Re: Whither yuicompressor?

2016-12-13 Thread Christopher Stone
On Dec 13, 2016, at 04:07, Russell Jones mailto:russell.jo...@physics.ox.ac.uk>> wrote: > That's the Downloads link on the first hit on Google for me when searching > for "yuicompressor". Hey Russell, I think I did that in my first search but missed the download link in that first page. Then

Re: Whither yuicompressor?

2016-12-12 Thread Christopher Stone
On Dec 12, 2016, at 03:47, Russell Jones mailto:russell.jo...@physics.ox.ac.uk>> wrote: alias yuic = "java -jar ~/path/to/yuicompressor-x.y.z.jar" Hey Russell, Thanks. I have no problem at all using an alias for such a thing – but the module is not installed, and I couldn't find it yesterday aft

Whither yuicompressor?

2016-12-11 Thread Christopher Stone
Hey Folks, Apparently homebrew offers yuicompressor: brew install yuicompressor I don't see a port on Macports. Am I missing anything? If not – is there a viable equivalent? Thank you. -- Best Regards, Chris