Migrating After Sonoma Install

2023-10-11 Thread Michael Newman via macports-users
Don’t worry. The migration went fine and, fingers crossed, everything works. However, it always amazes me how long this takes. I have only 13 ports in requested.txt. There are 148 ports in myports.txt. I get this, but I still find it amazing. On a 2019 Intel iMac, the migration started at 11:0

Re: 10.14 Mojave

2018-10-01 Thread Michael Newman via macports-users
> Chris Jones wrote: > > MacPorts, for the most part, works fine on macOS10.14 now. Does that mean that I can install Mojave and that installed ports will continue to run without my having to install a newer MacPorts from source and perform a migration?

Mojave and Migration

2018-10-22 Thread Michael Newman via macports-users
I followed the migration instructions which are found here: https://trac.macports.org/wiki/Migration That sort of worked, except that some ports didn’t get reinstalled. For example, neither ImageMagick nor MPlayer were reinstalled. It was easy to manu

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 15:09, Ryan Schmidt wrote: >> Is there any way to find our without manually checking each and every port >> in myports.txt? > > Sure, get a list of only the port names you want to know about. For example > you could do that using: > > awk '{print $1}' myports.txt > >

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 15:31, Ryan Schmidt wrote: > >> Makes me thing something went seriously wrong with restore_ports.tcl. > > Ok, pick one, try to install it, see what happens. If it fails, show us what > the error was. Every one I’ve picked so far has installed without any errors. But, I

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 16:17, Ryan Schmidt wrote: > > Were any of the ports in myports.txt, by chance, installed with the > +universal variant? If so, you'll have to install them without the +universal > variant on Mojave and later. Not by me. I’ve always installed ports with the simplest com

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 16:21, Ryan Schmidt wrote: > >> Not by me. I’ve always installed ports with the simplest command: sudo port >> install [port] > > Right, and doing so may, in some cases, cause dependencies to be installed > with the universal variant, and I was asking if that had happen

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 19:48, Joshua Root wrote: > > Were there any failures shown in the output of restore_ports.tcl? Were > the missing ports mentioned at all? Running it again will not do any > harm since it will simply skip any ports in myports.txt that are already > active; what happens if

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 19:00,Chris Jones wrote: > > Do you create the requested list ? This is much shorter as it lists only > the ports your actively requested, not dependencies etc. My > recommendation is to go through this list, and just use it to identify, > by hand those you wish to reins

myports.txt vs requested.txt

2018-10-23 Thread Michael Newman via macports-users
I decided to compare the ports found in myports.txt with those in requested.txt. I figured that every port in requested.txt should also be in myports.txt. But, that’s not the case. Requested.txt contains only the following ports: ImageMagick clamav ffmpeg gstreamer010 gstreamer010-gst-plugins-ba

Re: myports.txt vs requested.txt

2018-10-25 Thread Michael Newman via macports-users
> On Oct 25, 2018, at 19:00, macports-users-requ...@lists.macports.org wrote: > >> It doesn’t include many ports that are in myports.txt, such as curl, wget, >> and dnsmasq, all of which I know I specifically requested. >> >> Why is that? > > I guess MacPorts doesn't think you specifically req

Rust - Failed to Build

2019-03-05 Thread Michael Newman via macports-users
I am aware that there is a bug report on this issue: https://trac.macports.org/ticket/57058 However, I have some different questions. This on a 2010 MBA running 10.9.5, Xcode 6.2 I first noticed this failure about six months ago. I chose to ignore it bec

Re: Rust - Failed to Build

2019-03-05 Thread Michael Newman via macports-users
> On Mar 6, 2019, at 13:35, Ryan Schmidt wrote: > Rust is a programming language. The rust port provides a Rust compiler. You > need a Rust compiler if you want to compile software written in the Rust > language. > Now that the librsvg you use has been downgraded to a version that no long

Failed to configure libraw

2019-04-09 Thread Michael Newman via macports-users
MacPorts Version: 2.5.4 MacOS 10.0.5 MacBook Air 2010What to do? I looked at the two referenced log files, but they mean nothing to me. ---> Configuring libraw Error: Failed to configure libraw, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarbal

Hoe To Troubleshoot MacPorts

2019-04-10 Thread Michael Newman via macports-users
I’ve been using MacPorts for many years now. While I understand the basics, I often run into problems that I cannot solve. Without exception, I have been able to post those problems here and get near-immediate solutions. For that I am grateful. On the other hand, I would ver much like to learn

Re: How To Troubleshoot MacPorts

2019-04-11 Thread Michael Newman via macports-users
> On Apr 12, 2019, at 06:19, Ryan Schmidt wrote: > > It's difficult to answer a question this broad. But I can tell you a little > about how I answer port build failure bug reports or posts on the list. Thank you for taking the time to write such an interesting and informative post. I supp

Re: How To Troubleshoot MacPorts

2019-04-12 Thread Michael Newman via macports-users
> On Apr 12, 2019, at 23:50, Ryan Schmidt wrote: > > We explain some of this in our Guide, but I'll try to give an overview. Wow. That was incredibly helpful and very well done. You know how to write for people who don’t know as much as you do. That’s an uncommon skill in this field. You might

Upgrading MacOS From 10.9.5 To 10.13 - MacPorts Implications

2019-06-18 Thread Michael Newman via macports-users
I have an old 2009 MacBook Air (2GB RAM) which is running MacOS 10.9.5 (Mavericks). I’m now getting warnings from Apple, Google (Remote Desktop) and DropBox (among others) that this version of the OS will no longer be supported "real soon now". I have an installer for High Sierra (10.13) which

Re: Upgrading MacOS From 10.9.5 To 10.13 - MacPorts Implications

2019-06-18 Thread Michael Newman via macports-users
> On Jun 18, 2019, at 19:00, Chris Jones > wrote: > > Yes. You always have to follow the migration guide when updating to a > new major OS. Thanks. I have no problem with that. Done it many times in the past. But, there is still one thing I don’t fully unders

Re: Upgrading MacOS From 10.9.5 To 10.13 - MacPorts Implications

2019-06-18 Thread Michael Newman via macports-users
On Jun 18, 2019, at 20:31, Ulrich Wienands wrote: > Hmm... per EveryMac.com , the 2009 MacBook Air only > goes up to 10.11. This agrees with my experience; my 2009 MBP also tops out > at 10.11. I’m sorry, it’s actually a late 2010 MBA. On June 10th the App Store downloade

Migration Woes - Can’t Install Xcode Command Line Tools

2019-07-11 Thread Michael Newman via macports-users
This on a 2010 MBA that I only visit once a month. This visit I finally bit the bullet and upgraded from Mavericks to High Sierra. That upgrade wasn’t flawless, but it’s working. I also installed a compatible version of Xcode from the App Store. Now I’m stuck trying to install the command line

Re: Migration Woes - Can’t Install Xcode Command Line Tools

2019-07-12 Thread Michael Newman via macports-users
> `xcode-select --install` presents you with a dialog box through which you can > initiate either an installation of Xcode or an installation of the command > line tools. If you want to do both, initiate `xcode-select --install` a > second time after you've finished doing the first one. Thanks

Problems With Mysql57

2019-07-24 Thread Michael Newman via macports-users
This was previously reported in March 2019, but nothing since then: https://lists.macports.org/pipermail/macports-users/2019-March/046514.html Here are the errors: mysql57-server has the following notes: If this

Re:Re: Problems With Mysql57

2019-07-26 Thread Michael Newman via macports-users
> On Jul 26, 2019, at 19:00, Christopher Chavez wrote: > > Not sure about your other issues, but the `port select` problem was > reported a while ago: > > https://trac.macports.org/ticket/58197 > Yes, I’m aware of that. But, I don’t understand the conseq

Re: Problems With Mysql57

2019-07-26 Thread Michael Newman via macports-users
> On Jul 27, 2019, at 11:16, Ryan Schmidt wrote: > > `port select` is a convenience that places symlinks in /opt/local/bin. If > `port select` doesn't work, you won't be able to call the programs by their > convenient shortened names, but you can still call them by their absolute > paths whe

Re: Problems With Mysql57

2019-07-27 Thread Michael Newman via macports-users
> On Jul 28, 2019, at 05:53, Ryan Schmidt wrote: > > Looking at the port select code, it just tries to create each symlink in > turn. There isn't any special error handling code to deal with the case that > a symlink can't be created; if that happens, an error will occur and MacPorts > will

sudo port selfupdate Doesn't Seem To Work

2019-10-05 Thread Michael Newman via macports-users
What’s going on here? ---> Updating MacPorts base sources using rsync MacPorts base version 2.5.4 installed, MacPorts base version 2.6.1 downloaded. ---> Updating the ports tree ---> MacPorts base is outdated, installing new version 2.6.1 Installing new MacPorts release in /opt/local as root:wh

Re: sudo port selfupdate Doesn't Seem To Work

2019-10-05 Thread Michael Newman via macports-users
Yes. That was it. It failed because I had not yet accepted the Xcode license. Once I did that 2.6.1 was actually installed and I was able upgrade installed ports. Thank you. > On Oct 6, 2019, at 07:26, Joshua Root wrote: > > Michael Newman wrote: >> What’s going on here? >> >> ---> Updating

Re: mpv, ffmpeg seg fault in macOS catalina

2019-10-18 Thread Michael Newman via macports-users
I’m sorry, but I don’t understand most of what was written in this thread, but I do have a simple question: If I upgrade to Catalina (I already have Xcode 11.1) and install MacPorts for Catalina will ffmpeg stop working? > On Oct 18, 2019, at 19:00, Gill Bates > wrote: >

Re: mpv, ffmpeg seg fault in macOS catalina

2019-10-18 Thread Michael Newman via macports-users
Thanks. I’ve used the migration process many times in the past, so no worries. I appreciate your taking the time to reply. > On Oct 19, 2019, at 10:08, Chris Jones wrote: > >> If I upgrade to Catalina (I already have Xcode 11.1) and install MacPorts >> for Catalina will ffmpeg stop working? >

MacPorts 2.6.2: Failed to configure postgresql83

2019-10-21 Thread Michael Newman via macports-users
I have no idea what to do about this. The error message includes: Error: Failed to configure postgresql83, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log Error: F

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-21 Thread Michael Newman via macports-users
> On Oct 22, 2019, at 11:06, Wahlstedt Jyrki wrote: > > Hi, > just being curious, why postgresql83? It was EOL’d several years ago, so it > is obsolete. If you want PostgreSQL, the current version is postgresql12. I have no idea. I don’t even know what it is. It must have been installed by som

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-21 Thread Michael Newman via macports-users
> On Oct 22, 2019, at 12:26, Wahlstedt Jyrki wrote: > >> Michael Newman kirjoitti 22.10.2019 kello 7.19: >> >> I have no idea. I don’t even know what it is. It must have been installed by >> some other port that I requested. > > Hi, > can you find out, what it was you requested. I looked at

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-21 Thread Michael Newman via macports-users
> On Oct 22, 2019, at 13:45, Ryan Schmidt wrote: > > > > On Oct 22, 2019, at 00:50, Michael Newman wrote: > >>> On Oct 22, 2019, at 12:26, Wahlstedt Jyrki wrote: >>> Michael Newman kirjoitti 22.10.2019 kello 7.19: I have no idea. I don’t even know what it is. It must have b

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-22 Thread Michael Newman via macports-users
On Oct 22, 2019, at 16:00, Ryan Schmidt wrote: > > Yes, looks like nothing depended on postgresql83-server. > > >> Any way of finding out why this got installed in the first place? It didn't >> seem to have any dependencies, so why was it there? > > It was installed either because you request

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-22 Thread Michael Newman via macports-users
> On Oct 22, 2019, at 16:00, Ryan Schmidt > wrote: >> >> Yes, looks like nothing depended on postgresql83-server. Except the Mac printing system. After deleting postgresql83-server I can no longer print. My printer has disappeared from the "Printers & Scanners

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-22 Thread Michael Newman via macports-users
>> On Oct 22, 2019, at 16:00, Ryan Schmidt > > wrote: >>> >>> Yes, looks like nothing depended on postgresql83-server. > > Except the Mac printing system. I managed to get the printers back by resetting the printer system.

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-24 Thread Michael Newman via macports-users
"Dominic Reich" mailto:domi...@mm.st>> wrote: > You should be able to print without any additional software (except the > driver that macOS retrieves from its Servers). But you won't need any > package from MacPorts for printing. > > Besides that, postgresql83-server is a database. You won't ne

postgresql83-server - Further Woes

2019-11-03 Thread Michael Newman via macports-users
Periodically DetectX generates the following message: = Items: org.macports.postgresql83-server.plist Some background launch items have just been changed on your mac which can affect its security = I had previously uninstalled postgresql83-server and can’t find org.macports.postgresql8

Re: postgresql83-server - Further Woes

2019-11-03 Thread Michael Newman via macports-users
Thank you. Locate did not find this plist on the boot volume. It did find it in a Carbon Copy Cloner SafetyNet directory on a backup drive. MrMuscle:home mnewman$ locate org.macports.postgresql83-server.plist /Volumes/Clorox2/_CCC SafetyNet/2019-10-30 (October 30) 01-00-52/Library/LaunchDaemons

Re: postgresql83-server - Further Woes

2019-11-03 Thread Michael Newman via macports-users
I have uninstalled the port, but DetectX keeps telling me that the plist has been changed. If it only happened once when I still had the port installed I’d say, yeah, problem solved. But when the plist keeps getting changed after the port has been uninstalled I have to wonder what’s happening.

Re: postgresql83-server - Further Woes

2019-11-03 Thread Michael Newman via macports-users
I have a license for and use DetectX Swift. I wrote to the developer. Phil’s full reply is below. I am a bit wary about simply telling DetectX to ignore this. Something is going on and I want to know what it is. I’ve written Phil back to let him know what I learned from this list. (I am gratef

Re: postgresql83-server - Further Woes

2019-11-04 Thread Michael Newman via macports-users
The only solution offered by the developer of DetectX was to tell DetectX to ignore changes to macports plist files. That seems to defeat the purpose of DetectX. DetectX is supposed to warn you of possible nefarious changes to your system. Choosing to ignore a possible problem is no solution.

mysql57, boost and postgresql84

2019-11-05 Thread Michael Newman via macports-users
Maybe I’m just not smart enough to play with MacPorts…. This on an iMac still running Mojave. This morning I did selfupdate and upgrade outdated with the following result: Error: mysql57 cannot be built while boost is active. Error: Please forcibly deactivate boost, e.g. by running: Error: Error

Re: mysql57, boost and postgresql84

2019-11-05 Thread Michael Newman via macports-users
Thanks Ryan. I have reactivated boost. The config log is here: https://pastebin.com/VdiZHn4k Mike > On Nov 6, 2019, at 12:30, Ryan Schmidt wrote: > > > > On Nov 5, 2019, at 19:39, Michael Newman wrote: > >> Maybe I’m just not smart enough to play with MacPo

Re: mysql57, boost and postgresql84

2019-11-06 Thread Michael Newman via macports-users
ports, there are always several that I don’t recognize, such as: boost, gcc7, mysql57-server, and nss. But, there they are. > On Nov 6, 2019, at 13:09, Wahlstedt Jyrki wrote: > > > >> Michael Newman via macports-users > <mailto:macports-users@lists.macports.org>

Re: mysql57, boost and postgresql84

2019-11-06 Thread Michael Newman via macports-users
On Nov 6, 2019, at 19:00, Chris Jones wrote: > You could also try rerunning > >> sudo port reclaim > > which does a number of tasks aimed at removing stuff you do not need. Thank you for that. It returned a massive list of unused and unneeded ports including this: > Found 1156 files (total 4.

Re: mysql57, boost and postgresql84

2019-11-06 Thread Michael Newman via macports-users
Thank you. I’m slowly (very slowly) beginning to pull all this together. > On Nov 7, 2019, at 06:34, Ryan Schmidt wrote: > > If `port installed requested` shows things that you don't actually want, tell > MacPorts by marking them as not requested: > > sudo port unsetrequested portname1 portnam

Re: mysql57, boost and postgresql84

2019-11-08 Thread Michael Newman via macports-users
> On Nov 7, 2019, at 06:34, Ryan Schmidt > wrote: > > If `port installed requested` shows things that you don't actually want, tell > MacPorts by marking them as not requested: > > sudo port unsetrequested portname1 portname2 ... > >

Re: mysql57, boost and postgresql84

2019-11-08 Thread Michael Newman via macports-users
I don’t know if it helps at all, but on October 24th I did the first steps of MacPorts migration in anticipation of installing Catalina. I never did install Catalina, but I saved the myports.txt and requested.txt files. They are here: https://pastebin.com/cxM85Dq6

ffmpeg Fails After MacPorts Migration to Catalina Version

2019-12-13 Thread Michael Newman via macports-users
I’ve been using ffmpeg daily for several years to generate time lapse videos from a series of JPEGs. After I updated my 2017 iMac to Catalina, it still worked. However, after migrating MacPorts to the Catalina version, it fails: ./skyvideo.sh: line 38: 5438 Donecat $ipath

Re: ffmpeg Fails After MacPorts Migration to Catalina Version

2019-12-13 Thread Michael Newman via macports-users
2 ---> Activating ffmpeg @4.2.1_2+gpl2 ---> Cleaning ffmpeg ---> Updating database of binaries ---> Scanning binaries for linking errors ---> No broken files found. ---> No broken ports found. > On Dec 14, 2019, at 06:49, Andrew Udvare wrote: > > > > Sent fro

Re: ffmpeg Fails After MacPorts Migration to Catalina Version

2019-12-13 Thread Michael Newman via macports-users
I saved the version of ffmpeg that was built before I migrated and which worked fine before migration. It also now fails with the same error message. So, I think there’s something else going on here > On Dec 14, 2019, at 08:16, Andrew Udvare wrote: > > It's built so it seems more likely this

Re: ffmpeg Fails After MacPorts Migration to Catalina Version

2019-12-13 Thread Michael Newman via macports-users
I tried uninstalling all ports and reinstalling again. That didn’t work. I did manage to get my time-lapse videos working with avconv.

Re: ffmpeg Fails After MacPorts Migration to Catalina Version

2019-12-14 Thread Michael Newman via macports-users
These work: /usr/local/bin/avconv -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile; /usr/local/bin/ffmpeg -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile; This doesn’t: /opt/local/bin/ffmpeg -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile; Both ffmpegs are version 4.2.1

Re: ffmpeg Fails After MacPorts Migration to Catalina Version

2019-12-14 Thread Michael Newman via macports-users
There are two recent tickets which, I believe, involve the same error: ffmpeg and ffmpeg-devel immediately crash with segfault 11 when input is mp4: https://trac.macports.org/ticket/59750 ffmpeg @4.2.1 crash using -vcodec libx264: https://trac.macports.org

/usr/local/bin/lynx: Bad CPU type in executable

2019-12-20 Thread Michael Newman via macports-users
MacPorts Version: 2.6.2 macOS 10.15.2 I installed lynx today and received the error message: /usr/local/bin/lynx: Bad CPU type in executable Is there anything I can do about this? MacPorts is up to date: MrMuscle:~ mnewman$ sudo port upgrade outdated Nothing to upgrade. ---> Scanning binaries

/usr/local/bin/lynx: Bad CPU type in executable

2019-12-20 Thread Michael Newman via macports-users
Sorry. I used the wrong version of Lynx…. MacPorts Version: 2.6.2 macOS 10.15.2 I installed lynx today and received the error message: /usr/local/bin/lynx: Bad CPU type in executable Is there anything I can do about this? MacPorts is up to date: MrMuscle:~ mnewman$ sudo port upgrade outdated

Re: /usr/local/bin/lynx: Bad CPU type in executable

2019-12-21 Thread Michael Newman via macports-users
On Dec 21, 2019, at 19:00, Bill Cole wrote: > > Is it possible that your /usr/local/bin/lynx is a relic of some ancient > time and a different machine? Yes. Here’s the whole story: I wanted to use the lynx trace facility and had forgotten that sometime in the distant past I had installed lynx.

Re: /usr/local/bin/lynx: Bad CPU type in executable

2019-12-22 Thread Michael Newman via macports-users
More of the story. When I got up this morning I found that a couple of scripts that I run overnight had failed with error 127. It seems that the scripts couldn’t find curl. So I checked, and sure enough, curl was missing. No worries, I can reinstall it. And then I wonder, what else is missing?

Re: /usr/local/bin/lynx: Bad CPU type in executable

2019-12-22 Thread Michael Newman via macports-users
On Dec 22, 2019, at 22:04, Ryan Schmidt wrote: > Since reclaim prints a list of the ports it will remove, it seems like it's > up to you to verify that there isn't anything on the list that you want to > keep before confirming the action, and it should not be surprising or scary > to you that

Re: /usr/local/bin/lynx: Bad CPU type in executable

2019-12-23 Thread Michael Newman via macports-users
On Dec 23, 2019, at 21:06, Ryan Schmidt wrote: > > As far as I know, yes it does, by default, which is why, if you install them > to their default locations, you should only use one package manager and > uninstall the other to prevent conflicts. I supposed that in an ideal world where a single

Is It Safe To Use reclaim?

2020-05-02 Thread Michael Newman via macports-users
Late last year I ran reclaim for the first time. It was somewhat of a disaster because it removed ports that I actually wanted and I ended up having to completely reinstall MacPorts. Since then I have been afraid to use it again. As far as I can tell there is no way for me to be sure that ports

Re: Is It Safe To Use reclaim?

2020-05-03 Thread Michael Newman via macports-users
> On May 3, 2020, at 21:28, Ryan Schmidt wrote: > > Look at the output of "port installed unrequested". If you see any port in > that list that you actually do want, indicate that by running "sudo port > setrequested thePortName". This is easier said than done. The output of port installed un

Re: Is It Safe To Use reclaim?

2020-05-03 Thread Michael Newman via macports-users
Thanks to all for the clearly written suggestions. At this point I don't understand most of this well enough to have any confidence that I won't mess things up worse than they already are. I'm not much concerned about storage, so I think my best course of action here is to disable the reclaim r

Failed to build graphviz: command execution failed

2020-09-02 Thread Michael Newman via macports-users
I realize that there is a ticket on this (57137) that has been open for quite some time. However, this is the first time I've seen this error. What concerns me is this: MrMuscle:~ mnewman$ port rdependents graphviz The following ports are dependent on graphviz: vala gssdp gupnp

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Michael Newman via macports-users
> On Sep 3, 2020, at 22:01, Ryan Schmidt wrote: > > There have been a few other reports lately of graphviz build failures for > other reasons; if you're experiencing a graphviz build failure, see if one of > them applies. I spent some time searching around, but all I found were other instanc

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Michael Newman via macports-users
> On Sep 4, 2020, at 05:51, Ryan Schmidt wrote: > >> Warning: cltversion: For a possible fix, please see: >> https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt >> > > Follow the instructions at that URL. Thank you. Graphvi

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Michael Newman via macports-users
> On Sep 4, 2020, at 07:27, Ryan Schmidt wrote: > > It's especially non-straightforward when Apple breaks things, like removing > the receipt of the command line tools periodically, which is what that > problem hotlist entry is about. OK, now I understand why what I tried didn't work and why y

Warning: All compilers are either blacklisted or unavailable

2020-12-31 Thread Michael Newman via macports-users
Some months ago I upgraded the OS on a remote 2010 MacBook (the white one) to High Sierra (10.13.16). After the upgrade I did the recommended MacPorts migration without problems. I don’t visit this machine very regularly, so only recently remembered to run port clean all after doing a selfupdat

Re: Warning: All compilers are either blacklisted or unavailable

2020-12-31 Thread Michael Newman via macports-users
On Jan 1, 2021, at 01:47, Ryan Schmidt wrote: > If you see this warning when doing actions other than > configuring/building/installing (such as when cleaning) ignore it. Maybe we > shouldn't even display the warning in those cases, though I'm not sure if > there's a good way for us to do that

Warning: cltversion:....

2021-06-02 Thread Michael Newman via macports-users
This happens both on a 2017 iMac running Catalina and a 2010 MBA running High Sierra. Every time I run "sudo port upgrade outdated" I get the message about the command line tools: "Warning: cltversion: The Command Line Tools are installed, but MacPorts cannot determine the version." I follow

Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration

2021-06-08 Thread Michael Newman via macports-users
Today I finally installed Big Sur and followed the MacPorts migration guide. I don't see any errors; no failures to build. However, I did get seven of these warnings: Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentall

Error: Failed to build librsvg: command execution failed

2021-10-12 Thread Michael Newman via macports-users
Old 2010 MacBook Air on: 10.13.6 MacPorts: 2.7.1 CLTools: 10.1.0.0.1.1539992718 Here's the error: Error: Failed to build librsvg: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_librsvg/librsvg/ma

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Michael Newman via macports-users
> On Oct 13, 2021, at 18:12, Lenore Horner wrote: > > Do you have /opt/local/bin/clang-mp-11? Axe:~ mnewman$ ls /opt/local/bin/clang-mp-11 ls: /opt/local/bin/clang-mp-11: No such file or directory > On Oct 13, 2021, at 19:31, Christopher Jones wrote: > > oh, and to be sure please first run

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Michael Newman via macports-users
> On Oct 13, 2021, at 20:28, Christopher Jones wrote: > > In the meantime if you are in a hurry installing macports clang 11 should > also fix things. I wasn't in a hurry, but I wanted to try this. It worked. Thank you very much. Mike

ffmpeg unexpectedly uninstalled

2022-01-03 Thread Michael Newman via macports-users
When I periodically update MacPorts I also run: sudo port -f uninstall inactive This seemed to work fine until last month when ffmpeg was uninstalled. I reinstalled and forgot about it. But, it happened again yesterday: ---> Deactivating ffmpeg @4.4.1_1+gpl2 ---> Cleaning ffmpeg ---> Unins

Re: ffmpeg unexpectedly uninstalled

2022-01-03 Thread Michael Newman via macports-users
>> On 3 Jan 2022, at 11:54 pm, Michael Newman via macports-users >> wrote: >> >> When I periodically update MacPorts I also run: >> >> sudo port -f uninstall inactive > > Why are you using the -f option here. That could force something to happen >

Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:

2022-05-06 Thread Michael Newman via macports-users
When upgrading MacPorts this morning I noticed the following message wizzing by: Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled: This right after: ---> Configuring xorg-libxcb I've never seen "Wimplic

Re: Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:

2022-05-07 Thread Michael Newman via macports-users
Thank you for the explanation. I tried to read the wiki page. Unfortunately, it is above my pay grade. I'll have to leave it to someone else to file a ticket. > On May 7, 2022, at 12:48, Joshua Root wrote: > > We have a wiki page with an in-depth explanation of what this warning means: >

py310-markdown - Failed to fetch signature for archive

2022-06-03 Thread Michael Newman via macports-users
After: sudo port -u upgrade outdated Error: Failed to archivefetch py310-markdown: Failed to fetch signature for archive: The requested URL returned error: 503 Then: sudo port install py310-markdown ---> Computing dependencies for py310-markdown ---> Fetching archive for py310-markdown --->

Warning: Error parsing file...

2022-07-03 Thread Michael Newman via macports-users
I recently had to reformat my boot drive, reinstall MacOS and restore from a CCC backup. After doing so I ran: sudo port -u upgrade outdated And received many warnings like this: ---> Scanning binaries for linking errors Warning: Error parsing file /opt/local/bin/msgcmp: Error opening or read

ClamAV: freshclam vs. sudo freshclam

2018-08-20 Thread Michael Newman via macports-users
If I run freshclam as a non-privileged user, it runs fine with no warnings or error messages. Here’s the last line of the response: Database updated (6622193 signatures) from db.TH.clamav.net (IP: 104.16.188.138) But, if I run sudo freshclam it fails with numerous err

Re: Upgrade Dilemma

2024-09-29 Thread Michael Newman via macports-users
There already is a bug report (#70869). msmtp fails because building gas fails. > On Sep 30, 2024, at 09:20, Ryan Carsten Schmidt > wrote: > > On Sep 29, 2024, at 19:25, Michael Newman wrote: >> >> I’ve been migrating MacPorts both to new machines and as a result of OS >> upgrades for many ye

Upgrade Dilemma

2024-09-29 Thread Michael Newman via macports-users
I’ve been migrating MacPorts both to new machines and as a result of OS upgrades for many years now. It has always worked OK. The migration after the Sequoia upgrade on an MBA didn’t go so well; part of which was my fault. In the end I was able to migrate all ports except for msmtp. That parti

Re: Foiled Again

2024-10-01 Thread Michael Newman via macports-users
I did my best with the bug report. I had no idea what to put in the comments section. I attached what I hope is a gzip version of the main.log. I’m a bit gun shy about creating a ticket. Last time it turned out not to be a port problem, but something to do with the command line tools; a somethi

Foiled Again

2024-10-01 Thread Michael Newman via macports-users
This morning I upgraded my 2019 iMac to Sequoia and then did a port migrate. I think everything went OK, except for the following: The following ports could not be restored: - nbsmtp Failed: Unable to execute target 'activate' for port nbsmtp - see its log for details When I

Foiled Again - Part 3

2024-10-21 Thread Michael Newman via macports-users
I am currently at a location where I only spend a few days a month. I upgraded an M1 MBA to Sequoia 15.0.1 this afternoon. I opened the App Store intending to update Xcode to the latest version. I opened the Xcode page in the App Store and expected to see a button displaying either “Update” or

Foiled Again - Part 3 Addendum

2024-10-21 Thread Michael Newman via macports-users
As promised: ---> Note: Migration finished with errors. The following ports could not be restored: - ImageMagick Skipped because its dependency aom failed - ffmpeg Skipped because its dependency aom failed Error: Failed to build aom: command execution failed Error

Re: Foiled Again - Part 3 Addendum

2024-10-22 Thread Michael Newman via macports-users
Well, I had already worked up the courage to install using the candidate dmg. Hatchet:~ mnewman$ xcode-select --install xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates I ran s

Re: Foiled Again - Part 3 Addendum

2024-10-23 Thread Michael Newman via macports-users
Thanks for your clear and kind response to what now seems to have been an unfair rant on my part. Clearly, I didn’t have a good understanding of what reclaim actually did. Now I get it. I should note that all of my requested ports have been successfully migrated. It wasn’t easy, but I learned

Requested Ports

2024-09-23 Thread Michael Newman via macports-users
After yesterday’s partially unsuccessful migration, I noticed that some ports that I had previously installed were missing after the migration, even though there was no error message during “sudo port migrate” on any of the missing ports. For example, I have several shell scripts that use “spong

Re: Migration Errors after Sequoia

2024-09-22 Thread Michael Newman via macports-users
Previously I reported. > On Sep 22, 2024, at 19:00, macports-users-requ...@lists.macports.org wrote: > > Attempting to migrate following Sequoia installation I got the following: > >Migration finished with errors. >The following ports could not be restored: > - ImageMagick > Sk

Migration Errors after Sequoia

2024-09-21 Thread Michael Newman via macports-users
This on a 15” M2 MBA 16/512 Attempting to migrate following Sequoia installation I got the following: Migration finished with errors. The following ports could not be restored: - ImageMagick Skipped because its dependency aom failed - ffmpeg Skipped because its dep

Re: Migration Errors after Sequoia

2024-09-22 Thread Michael Newman via macports-users
I’m sorry, but this is way beyond my ability. I have many questions. The guide to filing a ticket says "Clean and try again” • Does “clean” mean I should run "sudo port -f clean --all all” • Does “try again” mean I should run "sudo port migrate” again, or try to install each failed port separate

Re: Requested Ports

2024-09-23 Thread Michael Newman via macports-users
ime. And your > TimeMachine requested.txt is the best you’ll get for the past. > > Any manually installed ports should already be marked as requested. > >> On Sep 23, 2024, at 06:05, Michael Newman via macports-users >> wrote: >> >> After yesterday’s partial

Re: Requested Ports

2024-09-24 Thread Michael Newman via macports-users
Well, this is embarrassing. I was surprised that the snapshot list had two items: Fifteen:desktop mnewman$ port snapshot --list ID Created Note == 2 2024-09-22 09:34:22 snapshot created for migration 1 2024-09-22 00:22:41 sn

ffmpeg - Abort trap 6

2024-10-02 Thread Michael Newman via macports-users
Sorry to bother everyone again, I have a shell script that has been working fine for several years which uses ffmpeg to add audio to a video. It stopped working after migrating to the latest MacPorts. I can’t tell you the version of ffmpeg because: Sellotape:bin mnewman$ ffmpeg -version dyld[1

Re: ffmpeg - Abort trap 6

2024-10-02 Thread Michael Newman via macports-users
ale 5. 9.100 / 5. 9.100 > libswresample 3. 9.100 / 3. 9.100 > libpostproc55. 9.100 / 55. 9.100 > > > > you might try doing this: > > sudo port -v rev-upgrade > > and of course, if you have not updated your ports lately, that would be step > 1 to

Re: Foiled Again

2024-10-03 Thread Michael Newman via macports-users
Thanks. nbsmtp is now installed. > On Oct 2, 2024, at 14:04, Ryan Carsten Schmidt > wrote: > > On Oct 2, 2024, at 00:13, Ryan Carsten Schmidt wrote: >> >>> On Oct 2, 2024, at 00:06, Michael Newman wrote: >>> >>> I did my best with the bug report. >> >> >> Thanks! The ticket URL is https://

  1   2   >