Re: is there a MacPorts port that converts ppm files to png format?

2024-06-20 Thread Kenneth Wolcott
Thank you! On Thu, Jun 20, 2024 at 7:02 PM Richard L. Hamilton wrote: > > netpbm port contains pnmtopng, a command line tool. > > > > On Jun 20, 2024, at 21:44, Kenneth Wolcott wrote: > > > > Hi; > > > > is there a MacPorts

Re: is there a MacPorts port that converts ppm files to png format?

2024-06-20 Thread Kenneth Wolcott
Hi; Dumb question, sorry. Of course, convert (from ImageMagick) will do what I want. convert ./bitmap.ppm ./bitmap.png Thanks for letting me waste your time. Ken Wolcott On Thu, Jun 20, 2024 at 6:44 PM Kenneth Wolcott wrote: > > Hi; > > is there a MacPorts port that conver

is there a MacPorts port that converts ppm files to png format?

2024-06-20 Thread Kenneth Wolcott
Hi; is there a MacPorts port that converts ppm files to png format? If not, is there an open source tool that does this? Is there a free MacOS tool that does this? I don't want to use an on-line tool and I don't want to pay for such a tool. Thanks, Ken Wolcott

just updated octave: warning: directory .turd_octave is not a valid package

2024-06-05 Thread Kenneth Wolcott
Hi; recreating package description from .turd_octave warning: directory .turd_octave is not a valid package warning: called from rebuild at line 71 column 7 pkg at line 707 column 25 Amusing :-) Should I be concerned? Thanks, Ken Wolcott

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2024-05-25 Thread Kenneth Wolcott
complaining about not being able to find the Primesieve library. So, it would be great if the Primesieve bindings could also become a port (Nim, Perl, Ruby, Raku, Python, ?) Thanks, Ken Wolcott On Sat, May 25, 2024 at 12:31 PM Kenneth Wolcott wrote: > > Wow! Someone did the PrimeSieve port a

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2024-05-25 Thread Kenneth Wolcott
Wow! Someone did the PrimeSieve port already! I missed that! WOW! On Sat, May 25, 2024 at 12:28 PM Kenneth Wolcott wrote: > > Hi All; > > Revisiting an old thread. > > I'm able to compile Primesieve. > > However, it automatically installs to /usr/local (good place

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2024-05-25 Thread Kenneth Wolcott
am would make a port... Thanks, Ken Wolcott On Wed, Dec 20, 2023 at 8:13 PM Kenneth Wolcott wrote: > > Hi Ken C; > > Thank you for the hint. I have gcc13 for Ada installed and I think > that the gcc got picked up (it has C as well, not pure Ada, so that > Ada can link up wit

reexported library with install name '@rpath/libunwind.1.dylib' ...couldn't be matched with any parent library

2024-05-05 Thread Kenneth Wolcott
Hi; I just installed flang-18 from Macports, installed from source. I created the following symlink manually for my convenience. ls -ld /opt/local/bin/flang lrwxr-xr-x 1 root wheel 26 May 5 22:16 /opt/local/bin/flang -> /opt/local/bin/flang-mp-18 Here's a simple Fortran source file: cat

Re: where is the MacPorts gcc?

2024-05-04 Thread Kenneth Wolcott
HI Ryan; I'll try to create a MNWE (Minimal Non-Working Example) but it will take some time as I suspect that involves the gsl library. Thanks, Ken W On Sat, May 4, 2024 at 12:22 AM Ryan Schmidt wrote: > > On May 3, 2024, at 23:12, Kenneth Wolcott wrote: > > > > I want to c

Re: where is the MacPorts gcc?

2024-05-03 Thread Kenneth Wolcott
./polynomial_long_division On Fri, May 3, 2024 at 9:12 PM Kenneth Wolcott wrote: > > I want to compile some C code using gcc to compare against clang. > > This code I want to compile needs gsl/gsl_vector.h so I used -lgsl to > compile with clang and it complained at runtime: "

where is the MacPorts gcc?

2024-05-03 Thread Kenneth Wolcott
I want to compile some C code using gcc to compare against clang. This code I want to compile needs gsl/gsl_vector.h so I used -lgsl to compile with clang and it complained at runtime: "dyld[16321]: missing symbol called". what are "ar" and "nm" in the following? I think "mp" means multiple

Re: Lilypond documentation (info+man) installation?

2024-04-19 Thread Kenneth Wolcott
Hi; Thanks for your responses, Richard and Werner. I went ahead and downloaded the Documentation package from the Lilypond website for vesion 2.24.3, unpacked it and updated my MANPAGE and INFOPAGE environment variables and now I have access tothe Lilypond man pages and info pages. Thanks,

Lilypond documentation (info+man) installation?

2024-04-19 Thread Kenneth Wolcott
Hi; I've been using Lilypond via MacPorts for some while now. I've been using Lilypond documentation from the Lilypond website in html form (sometimes from pdf). What I don't have is the documentation from MacPorts Lilypond in the info and/or man format. man lilypond No manual entry for

Re: what app on a Mac reads/views ppm files?

2024-04-18 Thread Kenneth Wolcott
024-04-16 at 22:44:22 UTC-0400 (Tue, 16 Apr 2024 19:44:22 -0700) > Kenneth Wolcott > is rumored to have said: > > > Hi; > > > > what app on a Mac reads/views ppm files? > > > > I've been looking at some code located on Rosetta Code that involves > &g

what app on a Mac reads/views ppm files?

2024-04-16 Thread Kenneth Wolcott
Hi; what app on a Mac reads/views ppm files? I've been looking at some code located on Rosetta Code that involves ppm files... https://rosettacode.org/wiki/Bitmap/Read_a_PPM_file Thanks, Ken Wolcott

Re: what MacPorts port would create a TAGS file (looks like a history helper, rlwrap?)

2024-04-12 Thread Kenneth Wolcott
Hi Joshua; Thanks for the tip... Interesting...I've been using Emacs for years and this file suddenly appears for the first time. Hmm...I don't even know how to use tags in emacs...I'll look in the emacs manual. Must have been some key I pressed by accident... Thanks, Ken W. On Thu, Apr 11,

what MacPorts port would create a TAGS file (looks like a history helper, rlwrap?)

2024-04-11 Thread Kenneth Wolcott
Hi; what MacPorts port would create a TAGS file (looks like a history helper, rlwrap?) Is there a command (or method) to determine which app creates this file? It was written at the top of my local git repo. That's NOT a good place for this file and I didn't create it directly. It looks like

Re: always have broken files at the end of a self-update

2024-04-09 Thread Kenneth Wolcott
Thank you for the explanation. Thanks, Ken Wolcott On Tue, Apr 9, 2024 at 11:19 AM Ryan Schmidt wrote: > > On Apr 9, 2024, at 13:02, Kenneth Wolcott wrote: > > > At the end of each self-update I get the following error message, in > spite of whether

always have broken files at the end of a self-update

2024-04-09 Thread Kenneth Wolcott
At the end of each self-update I get the following error message, in spite of whether I respond with yes or no: ---> Updating database of binaries ---> Scanning binaries for linking errors Could not open /opt/local/lib/libgstgl-1.0.0.dylib: Error

Re: DMD port

2024-03-11 Thread Kenneth Wolcott
stem. Noted that > gcc and ldc compilers do support Apple arm processor. I’m planning to update > the gcc13 port to add D, and add a new port for ldc compiler (llvm based). > > > On Mar 11, 2024, at 3:10 PM, Kenneth Wolcott > > wrote: > > > > Awesome! Good luck! Look

Re: DMD port

2024-03-11 Thread Kenneth Wolcott
ke some time... > > > On Mar 11, 2024, at 12:25 PM, Kenneth Wolcott > > wrote: > > > > Hi All; > > > > Not only that, but could there be a version for Apple Silicon? I've > > been using a Docker container for DMD; not really convenient... > > >

Re: DMD port

2024-03-11 Thread Kenneth Wolcott
Hi All; Not only that, but could there be a version for Apple Silicon? I've been using a Docker container for DMD; not really convenient... Thanks, Ken On Mon, Mar 11, 2024 at 11:50 AM P Padil wrote: > > The dmd port is still at version 2.088 while upstream is at 2.107.1. Any > reason it

Re: Borg backup is complaining about msgpack python package version

2024-03-07 Thread Kenneth Wolcott
Whoever fixed borgbackup, I appreciate it. It is a great relief to have backups working again. Thanks, Ken Wolcott On Sun, Mar 3, 2024 at 5:58 PM Kenneth Wolcott wrote: > > It loos like this problem has re-appeared :-( > > You do not have a supported version of the msgpack py

Re: Borg backup is complaining about msgpack python package version

2024-03-03 Thread Kenneth Wolcott
It loos like this problem has re-appeared :-( You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. terminating with error

Re: is there a Fortran-90 compiler port? Where to get a FOSS Fortran-90 compiler?

2024-03-01 Thread Kenneth Wolcott
you can have multiple versions installed side > by side, if you wish. For convenience, I usually sym link "gfortran" to the > latest MP version. > > > On Fri, Mar 1, 2024 at 9:35 PM Kenneth Wolcott > wrote: >> >> Should I be using gfortran-mp-13? >> >

Re: is there a Fortran-90 compiler port? Where to get a FOSS Fortran-90 compiler?

2024-03-01 Thread Kenneth Wolcott
Should I be using gfortran-mp-13? ls /opt/local/bin | grep fortran arm64-apple-darwin23-gfortran-mp-12 arm64-apple-darwin23-gfortran-mp-13 gfortran-mp-12 gfortran-mp-13 lfortran On Fri, Mar 1, 2024 at 8:28 PM Kenneth Wolcott wrote: > > I do have a GNAT Ada compiler located at: > &

Re: is there a Fortran-90 compiler port? Where to get a FOSS Fortran-90 compiler?

2024-03-01 Thread Kenneth Wolcott
I do have a GNAT Ada compiler located at: /opt/gcc-13.2.0-aarch64 Does the existence of this confuse or mislead MacPorts? Thanks, Ken W. On Fri, Mar 1, 2024 at 8:24 PM Kenneth Wolcott wrote: > > Hi Joshua; > > port contents gcc13 | grep gfortran > /opt/local/bin/arm64

Re: is there a Fortran-90 compiler port? Where to get a FOSS Fortran-90 compiler?

2024-03-01 Thread Kenneth Wolcott
| grep gfortran'. > > - Josh > > Kenneth Wolcott wrote: > > > Hi Noam; > > > >I do not have gfortran, therefore I must not have gcc? > > > > Here is a filtered list of the ports that I have installed that pertain to > > gcc: > >gcc12 @12

Re: is there a Fortran-90 compiler port? Where to get a FOSS Fortran-90 compiler?

2024-03-01 Thread Kenneth Wolcott
Hi Noam; I do not have gfortran, therefore I must not have gcc? Here is a filtered list of the ports that I have installed that pertain to gcc: gcc12 @12.3.0_4+stdlib_flag (active) gcc12-libcxx @12.3.0_4+clang14 (active) gcc13 @13.2.0_4+stdlib_flag (active) gcc13-libcxx

is there a Fortran-90 compiler port? Where to get a FOSS Fortran-90 compiler?

2024-03-01 Thread Kenneth Wolcott
Hi; I have lfortran and fort77 ports installed, but neither of those can handle Fortran-90. I thought that having gcc installed would automatically give me a gfortran, but apparently not. Is this somehow available under clang? Is there a FOSS Fortran-90 compiler that I can install?

Re: MacPorts 2.9.1 has been released

2024-01-31 Thread Kenneth Wolcott
Nice job to all who contributed! On Wed, Jan 31, 2024 at 7:17 PM Joshua Root wrote: > > The MacPorts Project is pleased to announce the release of version > 2.9.1. This is a bugfix release with small changes only. See the > ChangeLog [1] for the list of changes. > > If you already have MacPorts

How to wean myself away from Python 3.9? and then Python3.10?

2023-12-30 Thread Kenneth Wolcott
Hi; How to wean myself away from Python 3.9? and then Python3.10? There's so much that I don't understand about MacPorts. Should I uninstall everything that depends on Python 3.9 and then Python 3.9 and then re-install those apps that I uninstalled from the first sequence? How will that not

Re: Borg backup is complaining about msgpack python package version

2023-12-28 Thread Kenneth Wolcott
borgbackup borgbackup @1.2.3_0 borgbackup @1.2.3_1 borgbackup @1.2.4_0 borgbackup @1.2.6_0 (active) On Thu, Dec 28, 2023 at 10:42 PM Kenneth Wolcott wrote: > > You do not have a supported version of the msgpack python package > installed. Terminating. > This should never happen

Borg backup is complaining about msgpack python package version

2023-12-28 Thread Kenneth Wolcott
You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. terminating with error status, rc 2 Thanks, Ken Wolcott

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2023-12-20 Thread Kenneth Wolcott
Hi Ken C; Thank you for the hint. I have gcc13 for Ada installed and I think that the gcc got picked up (it has C as well, not pure Ada, so that Ada can link up with C). Sometimes I think it would be great to have three (or more!) different Macs so that I can customize things without

Re: Idiomatic process for handling needed external language modules for which there is no port

2023-12-20 Thread Kenneth Wolcott
Thanks to all of your responses. I'm just not sure what the facts really are :-( I'll just try to precisely follow all the instructions I see regarding Perl and CPAN; perhaps these problems will iron themselves out over time when I see the errors of my ways. Ken W.

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2023-12-16 Thread Kenneth Wolcott
Hi Ken C; I was able to install the Perl Primesieve module finally. Now working on the Raku Primesieve module install process. Thanks, Ken W. On Sat, Dec 16, 2023 at 8:03 PM Kenneth Wolcott wrote: > > Hi Ken C; > > I thought I had precisely followed the build instructions >

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2023-12-16 Thread Kenneth Wolcott
CXX object CMakeFiles/primesieve.dir/src/app/test.cpp.o [100%] Linking CXX executable primesieve -macosx_version_min has been renamed to -macos_version_min ld: warning: ignoring duplicate libraries: '-lgcc' [100%] Built target primesieve On Sat, Dec 16, 2023 at 7:55 PM Kenneth Wolcott wrote

Re: New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2023-12-16 Thread Kenneth Wolcott
Hi Ken C.; Thanks, but I could not get it to compile on my machine (M1, Sonoma 14.2). I think I got a link error, don't recall right now. Another time I got an assert failure at the link stage. Ken W. On Sat, Dec 16, 2023 at 7:37 PM Ken Cunningham wrote: > > Someone can make a port for

Idiomatic process for handling needed external language modules for which there is no port

2023-12-15 Thread Kenneth Wolcott
Idiomatic process for handling needed external language modules for which there is no port Hi; I'm trying to understand how to logically handle external modules for a language under MacPorts. TL;DR: How do you do package management on MacPorts for languages which might need modules which

New Port Request: Primesieve from https://github.com/kimwalisch/primesieve

2023-12-15 Thread Kenneth Wolcott
Hi; This exists on homebrew, but doesn't on MacPorts. I don't use homebrew, I use MacPorts exclusively. I can't get this to compile (I've tried so many different ways to hit this, I don't know what to list here for my failures). I can't get the Perl and Raku modules based on this

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

2023-12-05 Thread Kenneth Wolcott
Again, thank you Austin! Ken On Tue, Dec 5, 2023 at 1:40 PM Bill Cole wrote: > > 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 > > ---> Comp

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

2023-12-05 Thread Kenneth Wolcott
macports.org/#project.tickets if you believe there is a bug. Error: Processing of port moar failed On Tue, Dec 5, 2023 at 11:04 AM Austin Ziegler wrote: > > `sudo port install moar +pager` should work after an update. > > On Thu, Nov 30, 2023 at 12:23 AM Kenneth Wolcott > wrote: >&

Re: Quartz no longer launching when an X application is invoked

2023-12-02 Thread Kenneth Wolcott
Thank you all for your efforts. I'm still not getting it. Thanks, Ken On Fri, Dec 1, 2023 at 1:43 AM Christopher Jones wrote: > > > > On 1 Dec 2023, at 6:52 am, Kenneth Wolcott wrote: > > Hi; > > So what is the proper way for X to be started? > > > > I

Re: Quartz no longer launching when an X application is invoked

2023-11-30 Thread Kenneth Wolcott
/MacPorts/X11.app, complaining about the DISPLAY variable setting. Thanks, Ken On Thu, Nov 30, 2023 at 10:47 PM Kenneth Wolcott wrote: > > Hi Ryan; > > It was defined in ~/.zprofile and created by MacPorts in 2021 :-) I > commented it out. I'll source the .zprofile and see what happ

Re: Quartz no longer launching when an X application is invoked

2023-11-30 Thread Kenneth Wolcott
Hi Ryan; It was defined in ~/.zprofile and created by MacPorts in 2021 :-) I commented it out. I'll source the .zprofile and see what happens. Thanks, Ken On Thu, Nov 30, 2023 at 10:23 PM Ryan Schmidt wrote: > > On Nov 30, 2023, at 16:01, Kenneth Wolcott wrote: > > >

Re: Quartz no longer launching when an X application is invoked

2023-11-30 Thread Kenneth Wolcott
on > demand to work, you need your DISPLAY variable set correctly. It should > look something like > > $ echo $DISPLAY > /private/tmp/com.apple.launchd.TwDg8TRtvI/org.macosforge.xquartz:0 > > i.e. it needs to refer to a launchd socket. If you see something else > instead

Quartz no longer launching when an X application is invoked

2023-11-29 Thread Kenneth Wolcott
Hi; Quartz no longer launching when an X application is invoked The first time I had installed some ports that were dependent on Quartz I had difficulty getting them to start because Quartz was not running. The first solution was to manually invoke Quartz, which worked ok. I then was able to

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

2023-11-29 Thread Kenneth Wolcott
e patched to recognize moar-pager in addition > to moar as a pager. > > -a > > [1] https://trac.macports.org/ticket/6849 > [2] https://github.com/macports/macports-ports/pull/21604 > > On Tue, Oct 17, 2023 at 9:16 PM Kenneth Wolcott > wrote: >> >> Hi; >> >>

Re: zef, the package manager for Rakudo, needs to be installed as part of the port

2023-11-24 Thread Kenneth Wolcott
**AWESOME** On Fri, Nov 24, 2023 at 1:00 PM raf via macports-users wrote: > > On Fri, Nov 24, 2023 at 09:11:52AM -0800, Kenneth Wolcott > wrote: > > > Hi raf; > > > > Thanks for your reply. Perhaps a note could be placed in the rakudo > > port stating

Re: zef, the package manager for Rakudo, needs to be installed as part of the port

2023-11-24 Thread Kenneth Wolcott
going quickly with rakudo. https://github.com/ugexe/zef/blob/main/README.md Thanks, Ken On Fri, Nov 24, 2023 at 4:55 AM raf via macports-users wrote: > > On Thu, Nov 23, 2023 at 08:20:24PM -0800, Kenneth Wolcott > wrote: > > > Hi; > > > > zef, the package manager for

zef, the package manager for Rakudo, needs to be installed as part of the port

2023-11-23 Thread Kenneth Wolcott
Hi; zef, the package manager for Rakudo, needs to be installed as part of the port Zef, the Rakudo package manager, really needs to be part of the Rakudo port. Just like Ruby needs the Gem, Nim needs Nimble, Perl needs CPAN. It's not hard to build Zef manually, but I think it should be

Request: Please add the Perl Module "theory" as a port

2023-11-15 Thread Kenneth Wolcott
Request: Please add the Perl Module "theory" as a port Thanks, Ken Wolcott

Re: perl5 variants (was: #68635: meld port depends on a nonexistent p5.36-xml-parser port)

2023-11-04 Thread Kenneth Wolcott
Thanks! It's better now. On Sat, Nov 4, 2023 at 4:53 PM Ken Cunningham wrote: > > > > On Nov 4, 2023, at 4:51 PM, Ken Cunningham > wrote: > > So to clean that up: > > sudo port -f uninstall perl5 perl5.36 > > and then: > > sudo port -f install perl5 > > > That last line should have been: > >

perl5 variants (was: #68635: meld port depends on a nonexistent p5.36-xml-parser port)

2023-11-04 Thread Kenneth Wolcott
Hi Ryan; I am indeed confused about these Perl variants. port installed | grep perl5 ack @3.7.0_0+perl5_34 (active) docbook2X @0.8.8_11+perl5_34 (active) git @2.42.1_0+credential_osxkeychain+diff_highlight+doc+pcre+perl5_34 (active) icoutils @0.32.3_1+perl5_34 (active) net-snmp

Re: FYI: The meld port depends on the p5.36-xml-parser port, which does not exist

2023-11-04 Thread Kenneth Wolcott
HI Joshua; Thank you for your reply. I created "#68635: meld port depends on a nonexistent p5.36-xml-parser port". I hope this helps. Ken Wolcott On Sat, Nov 4, 2023 at 11:12 AM Joshua Root wrote: > > > FYI: The meld port depends on the p5.36-xml-parser port, which does not > > exist

FYI: The meld port depends on the p5.36-xml-parser port, which does not exist

2023-11-02 Thread Kenneth Wolcott
Hi; FYI: The meld port depends on the p5.36-xml-parser port, which does not exist sudo port -v -s install meld ---> Computing dependencies for meld Error: Dependency 'p5.36-xml-parser' not found. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.

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

2023-10-17 Thread Kenneth Wolcott
cases than > GNU parallel — so that's somewhat disappointing. Maybe we can bring that back > as a variant (moreutils+parallel) or a separate port (moreutils-parallel). > > -a > > On Mon, Oct 16, 2023 at 8:21 PM Kenneth Wolcott > wrote: >> >> Hi; >> >>

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

2023-10-16 Thread Kenneth Wolcott
Hi; Since I have already installed raku I cannot install moar because moar conflicts with moarvm required by Raku. Looks like "moar" (which is better than "less") needs to be renamed somehow or internally there is a conflict. Trimmed error output is enclosed below. Thanks, Ken Wolcott

mupdf-gl port warnings shown when using mupdf-gl to display a pdf file

2023-10-16 Thread Kenneth Wolcott
Hi; I recently installed the mupdf port. The pdf output looks great, but a nit: the following warnings are generated when using mupdf-gl to display a pdf file. warning: This version of MuPDF has been built WITHOUT clipboard or unicode input support! warning: Please file a complaint with your

BaCon: new port requested: BaCon - BASIC to C converter

2023-10-15 Thread Kenneth Wolcott
Hi; I think that this would be nice to have. BaCon - BASIC to C converter http://basic-converter.org/ Can somebody add this to MacPorts as a new port? Thanks, Ken Wolcott

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
Thank you for clearing up the mystery! On Fri, Sep 29, 2023 at 4:48 PM wrote: > > On 9/28/23 at 10:49 PM, Kenneth Wolcott wrote: > > > sudo port diagnose > > Warning: No Xcode version info was found for your OS version. > > > The error was emitt

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
I did another port self-update. I installed the mpg123 port, which was the only result from port outdated. I then did another port diagnose and there is no warning now about no xCode version info found...weird Thanks, Ken On Fri, Sep 29, 2023 at 1:31 PM Kenneth Wolcott wrote: > > Hi

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
ks, Ken On Fri, Sep 29, 2023 at 9:18 AM Kenneth Wolcott wrote: > > HI Chris; > > Thank you. > > I did reinstall Xcode... > > same situation. > > I just upgraded to Sonoma. I installed the new version of Xcode and > tools (at least I thought I did). I then i

Re: how do I fix this?

2023-09-29 Thread Kenneth Wolcott
failures and many restarts. Then I tried the port diagnose to see how things are that this is the result. Ken On Fri, Sep 29, 2023 at 5:40 AM Chris Jones wrote: > > > > > On 29 Sep 2023, at 4:49 am, Kenneth Wolcott > > wrote: > > > > sudo port diagnose &

Re: perl --version is not at perl5.36 but at perl5.34 yet both are listed as active

2023-08-15 Thread Kenneth Wolcott
Hi Pieter; > After sudo port install perl5 +perl5_36 > I get: > ~ $ perl --version > > This is perl 5, version 36, subversion 1 (v5.36.1) built for > darwin-thread-multi-2level This worked absolutely fine! So, something silently failed the last time that Perl was updated/upgraded... Thanks,

Re: perl --version is not at perl5.36 but at perl5.34 yet both are listed as active

2023-08-13 Thread Kenneth Wolcott
HI Bill; Thanks for your reply. I'll point to /opt/local/bin/perl5.36 in my scripts. Thanks, Ken

perl --version is not at perl5.36 but at perl5.34 yet both are listed as active

2023-08-13 Thread Kenneth Wolcott
Hi; I'm confused about what Perl I have installed vi MacPorts and what is active and what I can use. port installed | grep perl5 ack @3.6.0_0+perl5_34 ack @3.7.0_0+perl5_34 (active) docbook2X @0.8.8_11+perl5_34 (active) git

Re: would like to download the source of a port, but not install it (I already have installed it)

2023-07-01 Thread Kenneth Wolcott
t that, and see where it fetches from. For > "file", the relevant Portfile (and patch files, which may exist for some > ports) are in > https://github.com/macports/macports-ports/tree/master/sysutils/file > > (don't ask me how to get a particular historical version of a file fro

would like to download the source of a port, but not install it (I already have installed it)

2023-07-01 Thread Kenneth Wolcott
Hi; Another very basic question that I missed the answer to in my search: How to just download the source of a port? I already have installed the port in question, I'd just like to examine the source. All the "easy" ways to obtain the source code seem to be temporarily blocked by

Re: port install hyper as a binary fails due to lack of arm64 variant (M1 chip)

2023-06-15 Thread Kenneth Wolcott
Again, thank you! On Thu, Jun 15, 2023 at 5:14 PM Ryan Schmidt wrote: > > On Apr 14, 2023, at 23:01, Kenneth Wolcott wrote: > > > port install hyper (build from source) fails (see bug #67241) > > I see the maintainer has not responded to the ticket. If you like, you could

Re: how to prepare an existing Macports instance for an xCode update or fix Macports after xCode update?

2023-06-15 Thread Kenneth Wolcott
Thank you! On Thu, Jun 15, 2023 at 5:03 PM Ryan Schmidt wrote: > > On Jun 2, 2023, at 13:53, Kenneth Wolcott wrote: > > > how to prepare an existing Macports instance for an xCode update or > > fix Macports after xCode update? > > No preparation is needed. &

how to prepare an existing Macports instance for an xCode update or fix Macports after xCode update?

2023-06-02 Thread Kenneth Wolcott
Hi; how to prepare an existing Macports instance for an xCode update or fix Macports after xCode update? I have an xCode update notification. I have an existing MacPorts installation. Do I need to do anything to the MacPorts installation prior to the xCode update? Do I need to do anything to

Re: Cannot build glib2

2023-05-28 Thread Kenneth Wolcott
86_64'. > > - Josh > > On 29/5/2023 09:55, Kenneth Wolcott wrote: > > HI Josh; > > > >Is it possible to find out what ports that I have installed that > > would fail to upgrade due to not supporting the M1 chip? If, so what > > command would I is

Re: Cannot build glib2

2023-05-28 Thread Kenneth Wolcott
HI Josh; Is it possible to find out what ports that I have installed that would fail to upgrade due to not supporting the M1 chip? If, so what command would I issue so that I could determine the risk involved of doing that massive upgrade operation? Thanks, Ken Wolcott On Sun, May 28, 2023

Re: what is the meaning of a note that looks like a rhombus in a contrabass quartet arrangement?

2023-04-18 Thread Kenneth Wolcott
Hi Werner; Thank you for the explanation. Sometimes multitasking results in small chaos :-) Thanks, Ken On Mon, Apr 17, 2023 at 10:21 PM Werner LEMBERG wrote: > > > > what is the meaning of a note that looks like a rhombus in a > > contrabass quartet arrangement? > > I don't know how many

what is the meaning of a note that looks like a rhombus in a contrabass quartet arrangement?

2023-04-17 Thread Kenneth Wolcott
Hi; what is the meaning of a note that looks like a rhombus in a contrabass quartet arrangement? I've attached a SCREENSHOT of small part of the Contrabass Quartet arrangement of "On the Steppes of Central Asia" (composed by Borodin) which I found on IMSLP. I don't see anything mentioned in the

Fwd: DDD 3.3.12 (arm-apple-darwin22.4.0) gets Xt error (installed from source via MacPorts)

2023-04-16 Thread Kenneth Wolcott
Hi; I'm forwarding the email reply from the GNU ddd mailing list. GNU ddd is not compatible with xQuartz (?) Thanks, Ken Wolcott -- Forwarded message - From: Eickeler, Stefan Date: Sun, Apr 16, 2023 at 5:39 AM Subject: DDD 3.3.12 (arm-apple-darwin22.4.0) gets Xt error

Fwd: DDD 3.3.12 (arm-apple-darwin22.4.0) gets Xt error (installed from source via MacPorts)

2023-04-16 Thread Kenneth Wolcott
Hi; Here's an email that I sent to the GNU ddd mailing list. I'll forward the reply I received shortly. Looks like ddd and xQuartz are not compatible? Thanks, Ken Wolcott -- Forwarded message - From: Kenneth Wolcott Date: Sat, Apr 8, 2023 at 1:49 PM Subject: DDD 3.3.12 (arm

Re: off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Kenneth Wolcott
wrote: > > > > On Apr 15, 2023, at 15:57, Kenneth Wolcott wrote: > > Hi; > > off-topic question: Apple open command and/or apps in /Applications > are half-broken now > > I'm asking the question here because I think that there are lots of > people who might k

Re: off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Kenneth Wolcott
...@gmail.com wrote: > > What happens with > > /usr/bin/open some_file.pdf > > ? > > > On Apr 15, 2023, at 15:57, Kenneth Wolcott wrote: > > > > Hi; > > > > off-topic question: Apple open command and/or apps in /Applications > > are half-

off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Kenneth Wolcott
Hi; off-topic question: Apple open command and/or apps in /Applications are half-broken now I'm asking the question here because I think that there are lots of people who might know either the answer to my question and/or can help me find the answer by describing my problem more

port install hyper as a binary fails due to lack of arm64 variant (M1 chip)

2023-04-14 Thread Kenneth Wolcott
Hi; port install hyper (build from source) fails (see bug #67241) port install hyper as a binary fails due to lack of arm64 variant (M1 chip) So, I get hyper from the the hyper web site (https://hyper.is/) Thanks, Ken Wolcott

Re: what port(s) give me good control over processes (list, kill, etc) better than MacOS pgrep+pkill

2023-04-08 Thread Kenneth Wolcott
le graphical logins) > and also running it. > > A single user can still have multiple processes of the same name running > (such as either a command line program or an app opened with the -n option of > the open command); there would probably be no good and simple way to be sure > whic

Re: what port(s) give me good control over processes (list, kill, etc) better than MacOS pgrep+pkill

2023-04-07 Thread Kenneth Wolcott
c. In addition to owner being the same, some signed or > sandboxed processes may be able to refuse being attached to or traced. > > Don't forget top, Activity Monitor, and (for certain information) lsof. > > > On Apr 7, 2023, at 22:39, Kenneth Wolcott wrote: > > > &

what port(s) give me good control over processes (list, kill, etc) better than MacOS pgrep+pkill

2023-04-07 Thread Kenneth Wolcott
Hi; what port(s) give me good control over processes (list, kill, etc) better than MacOS pgrep+pkill? It would be great if MacOS has /proc filesystem like Linux. Thanks, Ken Wolcott

Re: ports that are outdated but cannot be upgraded.

2023-03-30 Thread Kenneth Wolcott
: > > > > > On 30 Mar 2023, at 2:28 am, Kenneth Wolcott > > wrote: > > > > Not too bad. The uninstall and install from source sequence completed > > fairly quickly. > > Chances are you did not need to build from source, as this is only required > for specifi

Re: ports that are outdated but cannot be upgraded.

2023-03-29 Thread Kenneth Wolcott
Not too bad. The uninstall and install from source sequence completed fairly quickly. Thanks, Ken On Wed, Mar 29, 2023 at 10:12 AM Bill Cole wrote: > > On 2023-03-29 at 07:49:28 UTC-0400 (Wed, 29 Mar 2023 12:49:28 +0100) > Christopher Jones > is rumored to have said: > > > Hio, > > > > Your

Re: ports that are outdated but cannot be upgraded.

2023-03-28 Thread Kenneth Wolcott
h +python311. Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libtorrent-rasterbar/libtorrent-rasterbar/main.log for details. Error: rev-upgrade failed: Error rebuilding libtorrent-rasterbar Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. On Tue, Mar 28

Re: ports that are outdated but cannot be upgraded.

2023-03-28 Thread Kenneth Wolcott
28 Mar 2023 12:03:48 -0700) > Kenneth Wolcott > is rumored to have said: > > > HI; > > > > I ran a selfupdate successfully today. > > > > Then "sudo port -v -s upgrade outdated" seemed successful. > > > > But then: > > > &g

Re: ports that are outdated but cannot be upgraded.

2023-03-28 Thread Kenneth Wolcott
The following ports will be rebuilt: libtorrent-rasterbar @2.0.8+python311 Continue? [Y/n]: n ~: port diagnose [nothing returned] port outdated No installed ports are outdated. So, this still seems less than ideal. Thanks, Ken On Mon, Mar 27, 2023 at 8:49 PM Kenneth Wolcott wrote: > > Hi Bill; &

sudo port -v -s install solfege fails due to qtplay

2023-03-27 Thread Kenneth Wolcott
Hi; sudo port -v -s install solfege fails sudo port -v -s install solfege Password: ---> Computing dependencies for solfege..qtplay is known to fail. Try to install anyway? [y/N]: n Error: qtplay is known to fail Error: Follow https://guide.macports.org/#project.tickets if you believe there is

Re: ports that are outdated but cannot be upgraded.

2023-03-27 Thread Kenneth Wolcott
t mean it is all cleared up now? Thanks, Ken On Mon, Mar 27, 2023 at 8:02 PM Bill Cole wrote: > > On 2023-03-27 at 17:54:53 UTC-0400 (Mon, 27 Mar 2023 14:54:53 -0700) > Kenneth Wolcott > is rumored to have said: > > > Weird. Getting ready to create a ticket for not being able t

gv complains: dyld[96667]: symbol not found in flat namespace '_yylex'

2023-03-27 Thread Kenneth Wolcott
Hi; gv complains: dyld[96667]: symbol not found in flat namespace '_yylex' which gv /opt/local/bin/gv tmp: port installed | grep gv gv @3.7.4_4 gv @3.7.4_6 (active) tmp: gv target/bozo.pdf dyld[96667]: symbol not found in flat namespace '_yylex' zsh: abort gv target/bozo.pdf This pdf

Re: ports that are outdated but cannot be upgraded.

2023-03-27 Thread Kenneth Wolcott
Weird. Getting ready to create a ticket for not being able to be upgraded. Now I see it does not show up on the outdated list. Well, the "replaced" ports are still in the outdated list. Guess I'll just ignore that. On Mon, Mar 27, 2023 at 2:45 PM Kenneth Wolcott wrote: > > J

ports that are outdated but cannot be upgraded.

2023-03-27 Thread Kenneth Wolcott
Just successfully completed a selfupdate and the re-install of: port -n upgrade --enforce-variants openssl3 +universal Now what remains is what follows: port outdated The following installed ports are outdated: libtorrent-rasterbar 2.0.8_0 < 2.0.8_1 py39-pep517

gv: dyld[77356]: symbol not found in flat namespace '_yylex'

2023-03-26 Thread Kenneth Wolcott
Hi; I'm on a Mac, Ventura 13.21, M1 chip Running gv fails with dyld[77356]: symbol not found in flat namespace '_yylex'. What more information (beyond what is provided below) is needed to fix this issue? Thanks, Ken Wolcott ~: port diagnose ~: which gv /opt/local/bin/gv ~: file gv gv:

Running mkvtoolnix-gui results in lots of errors/warnings about svg being unable to resolve

2023-03-16 Thread Kenneth Wolcott
Hi; Running mkvtoolnix-gui results in lots of errors/warnings about svg being unable to resolve Thanks, Ken Wolcott /opt/local/bin/mkvtoolnix-gui & [1] 24477 ~: qt.svg: :/icons/mkvtoolnix-gui/oxygen/preferences-other.svg:1707: Could not resolve property: #linearGradient4636 qt.svg:

libtorrent-rasterbar fails to install during an update attempt

2023-03-16 Thread Kenneth Wolcott
port outdated The following installed ports are outdated: libtorrent-rasterbar 2.0.8_0 < 2.0.8_1 Downloads: sudo port -v -s upgrade outdated ---> Computing dependencies for libtorrent-rasterbar. ---> Configuring libtorrent-rasterbar Error: Failed to configure libtorrent-rasterbar:

Re: Requesting new ports: Rosegarden and Solfege

2023-03-14 Thread Kenneth Wolcott
submitting it back upstream yet, but if > someone else wants to beat me to it, feel free... the next dependency > after ladspa apparently is DSSI, judging by my commit message here: > https://github.com/cooljeanius/LocalPorts/commit/634f14740078b3ae256ff0874d54153816e56f15 > > On Mon

  1   2   >