Re: ruby

2023-03-11 Thread Austin Ziegler
g coltrane: > activesupport requires Ruby version >= 2.7.0. > > > grrr... it's still trying to use /usr/bin/ruby > > but > > root@mac:~$ /opt/local/bin/ruby -S gem install coltrane > > > installed it. > > idky my ruby $PATH seems stuck on /usr/bin/ruby, but thanks

Re: ruby

2023-03-11 Thread Austin Ziegler
my .bash_profile, but echo $PATH shows what you expected:dude@mac:~$ echo $PATH/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/dude/bin:/opt/local/bin:/opt/local/sbin...ok, I have something new to work out.On Mar 11, 2023, at 13:49, Austin Ziegler wrote:No problem. The system ruby showing up

Re: ruby

2023-03-20 Thread Austin Ziegler
is is the answer. You always want `/opt/local/bin/` to be near the > start of your path. Only stuff that you specifically want to override > MacPorts should be before it. (Examples of things you may want before: RVM > or NVM or any of the version managers that put things in your hom

Re: port selfupdate prompts for GitHub account login

2023-07-22 Thread Austin Ziegler
other information please let me know. -- Austin Ziegler • halosta...@gmail.com • aus...@halostatue.ca http://www.halostatue.ca/ • http://twitter.com/halostatue

Re: moar (better than less) conflicts with moarVM (needed for Raku)

2023-10-16 Thread Austin Ziegler
instal..." > Error: See > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_moar/moar/main.log > for details. > -- Austin Ziegler • halosta...@gmail.com • aus...@halostatue.ca http://www.halostatue.ca/ • http://twitter.com/halostatue

Re: Why all this GARBAGE WARE for one single app?

2023-11-25 Thread Austin Ziegler
rs ago and ended up having to reformat > my Mac to get all the speed back after the couple of apps I installed. I > regret trying it again and thing it is all a bunch of GARBAGE > > Is this juist a method by which you can install garbageware onto a mac for > unsuspecting use

Re: moar (better than less) conflicts with moarVM (needed for Raku)

2023-11-29 Thread Austin Ziegler
first and then complaining when the > installation occurs and the conflict is readily apparent. This is an > improvement; thanks to those who improved this. It would be great to > have both co-exist peacefully, however. > > Thanks, > Ken > > On Mon, Oct 16, 2023 at 6:53 P

Re: moar (better than less) conflicts with moarVM (needed for Raku)

2023-12-05 Thread Austin Ziegler
`sudo port install moar +pager` should work after an update. On Thu, Nov 30, 2023 at 12:23 AM Kenneth Wolcott wrote: > AWESOME! > > On Wed, Nov 29, 2023 at 9:13 PM Austin Ziegler > wrote: > > > > Hi, Kenneth. > > > > I finally got around to figuring out how

Re: Preventing other software from linking against MacPorts libraries

2024-05-09 Thread Austin Ziegler
/local to get it to build and > > > then re-install MacPorts, which can be painful or at least tiresome. > > The question has since been answered, but what was wrong with merely > renaming /opt/local temporarily? That's what I would've done... > > -- Dave > -

Recently added port source was removed

2024-07-24 Thread Austin Ziegler
source repo). -a -- Austin Ziegler • halosta...@gmail.com • aus...@halostatue.ca http://www.halostatue.ca/ • http://twitter.com/halostatue

Re: Recently added port source was removed

2024-07-24 Thread Austin Ziegler
More of a development question, but when there's a known broken build such as the arm64 issue (the binary hangs and never returns, requiring a kill -9), is there a way in a Portfile to indicate that the arch is (at least temporarily) unsupported? -a On Wed, Jul 24, 2024 at 4:33 PM Austin Zi

Re: python nvector

2024-10-23 Thread Austin Ziegler
I’m replying from my phone, but your best bet is to use a venv. -a > On Oct 23, 2024, at 13:53, Jim Secan wrote: > > A co-worker sent me a python package that uses the nvector package, which > does not appear to have a MacPorts port. I've not been using pip to install > anything as yet, so I

Re: rust port complaint at time of selfupdate

2024-09-18 Thread Austin Ziegler
eating port index in > /opt/local/var/macports/sources/ > rsync.macports.org/macports/release/tarballs/ports > Failed to parse file lang/rust-bootstrap/Portfile: rust_build.version > (1.77.0) must be newer than rust_build.stage0_versions (1.80.1 1.80.0) > > > Thanks, >

Re: the typescript port depends on an unsupported (upstream) version of nodejs

2024-09-23 Thread Austin Ziegler
g that upstream controls? > > If not, is it possible to bump the version of nodejs typescript depends on? > > I'm looking at using some features of nodejs22 can that conflicts... > > so I have deactivated nodejs16... > > Thanks, > Ken Wolcott > -- Austin Ziegler

Re: the typescript port depends on an unsupported (upstream) version of nodejs

2024-09-23 Thread Austin Ziegler
< ryandes...@macports.org> wrote: > On Sep 23, 2024, at 14:43, Austin Ziegler wrote: > > > > This should probably be bumped to any version of nodejs 16+ in the ports > and not any specific version of nodejs. > > MacPorts offers versioned nodejs ports, so the only way for a po

Re: RFE: mise port note clarification requested

2024-11-28 Thread Austin Ziegler
ort is upgraded, there's a note at the end. > > Clarification needed: after each upgrade does the "mise use -g usage" note > apply or only after the initial installation of the mise port? > > Thanks, > Ken Wolcott > -- Austin Ziegler • halosta...@gmail.com • au

Re: RFE: mise port note clarification requested

2024-11-28 Thread Austin Ziegler
(not pushed the updated message yet, testing the it) On Thu, Nov 28, 2024 at 9:19 PM Austin Ziegler wrote: > It is only required after the initial installation, but you may need to do > a `mise update -g usage` periodically to keep things working. > > -a > > On Thu, Nov 28, 2024

Re: Curious about the "pure" port, not for arm, alas

2024-12-20 Thread Austin Ziegler
t; Found out that it is not for arm, too bad. > > Version of LLVM required to build pure is very old (by LLVM numbering, > at least) and that version doesn't support arm. > > Any possibility of moving to a newer version of LLVM that does support > arm? > >

Re: MacPorts user best practices advice regarding libraries/packages/modules

2025-06-15 Thread Austin Ziegler
stly automated release every week). I can't speak toward most of the other languages/runtimes, but if you *cannot* rely only on MacPorts libraries in Python, use a venv. If you *cannot* rely only on MacPorts libraries in Ruby, use bundler and a Gemfile (which, while not a venv, is *very very close*). -a -- Austin Ziegler • halosta...@gmail.com • aus...@halostatue.ca http://www.halostatue.ca/ • http://twitter.com/halostatue