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

2023-12-05 Thread Kenneth Wolcott
Hi Bill; Thanks for the clarification. I totally missed the space before the "+". As a result, I thought that the port was called "moar+pager". When I did a "port list | grep -v moar", I did not see that listed. It looks like it successfully installed now. Again, thank you Austin! Ken On T

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

2023-12-05 Thread Bill Cole
On 2023-12-05 at 15:07:56 UTC-0500 (Tue, 5 Dec 2023 12:07:56 -0800) Kenneth Wolcott is rumored to have said: [...] ~: sudo port -v -s install moar ---> Computing dependencies for moar. Error: Can't install moar because conflicting ports are active: MoarVM Error: Follow https://guide.macports.

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

2023-12-05 Thread Kenneth Wolcott
Hi Austin; That's great news to hear, but it still seems to be in conflict with MoarVM even after a self-update. Perhaps there is something else that I need to do in addition to the self-update? Thanks, Ken date; sudo port -v selfupdate Tue Dec 5 12:05:04 PST 2023 Password: ---> Updating Ma

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 to resolve this[1] and have > opened

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

2023-11-29 Thread Kenneth Wolcott
AWESOME! On Wed, Nov 29, 2023 at 9:13 PM Austin Ziegler wrote: > > Hi, Kenneth. > > I finally got around to figuring out how to resolve this[1] and have opened a > new PR[2] which, if accepted, will allow you to install moar with the +pager > variant, bypassing the mutual conflict on both sides (

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

2023-11-29 Thread Austin Ziegler
Hi, Kenneth. I finally got around to figuring out how to resolve this[1] and have opened a new PR[2] which, if accepted, will allow you to install moar with the +pager variant, bypassing the mutual conflict on both sides (so you can install moar +pager before MoarVM or vice-versa). moar will be ca

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

2023-10-17 Thread Kenneth Wolcott
Hi; I noticed today that when trying to build moar port from source that port stops immediately by stating the previously-known conflict with MoarVM rather than building it first and then complaining when the installation occurs and the conflict is readily apparent. This is an improvement; than

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

2023-10-16 Thread Austin Ziegler
This is a known issue with no useful response from the upstream maintainer: https://github.com/walles/moar/issues/143 IMO, MacPorts should either make the choice to change the `moar` pager binary to `moar-pager` or set up a conflicting package rule. As I was looking for examples of this, I notice