Skip to main content

MSYS2 broken install

Ugh. Every year, the non-workingness of released software gets worse.

Problem:

MSYS2 does not quite install properly.

Error Message:

error: mingw32: signature from "Alexey Pavlov (Alexpux) " is unknown trust

User Workaround Fix: 

Run the following commands:

pacman-key --init

pacman-key --populate

pacman -Syu

At the end of the various messages and prompts (choose default Y) you get:
warning: terminate MSYS2 without returning to shell and check for updates again
warning: for example close your terminal window instead of calling exit
When you attempt to close you will get a new warning in a popup window about running processes. Close anyway.

Open a new MSYS shell window and rerun pacman:

pacman -Syu

Wait until your brain explodes or you complete the re-installation/upgrade of packages (in my case 40).

That was it for me. YYMV

Developer Fix: 

Release is broken:

  • Fix Deployment Test to capture error before users see it.
  • Fix Deployment, since it deploys incorrectly.

Test is broken:

  • Fix upstream testing



    Build is broken:







      • Fix Build and upstream code for deployment. 


      Comments

      Popular posts from this blog

      The system cannot execute the specified program

      It always annoys me no end when I get messages like the following: "The system cannot execute the specified program." I got the above error from Windows XP when I tried to execute a program I use all the time. The message is hugely aggravating because it says the obvious without giving any actionable information. If you have such a problem and you are executing from a deep directory structure that may be your problem. It was in my case. Looking on the web with that phrase brought up a bunch of arcane stuff that did not apply to me. It mostly brought up long threads (as these things tend to do) which follow this pattern: 'Q' is the guy with the problem asking for help 'A' can be any number of people who jump in to 'help'. Q: I got this error "The system cannot execute the specified program." when I tried to ... [long list of things tried] A: What program were you running, what operating system, where is the program? What type of

      Crucial SSD BIOS update

      Executive summary: If Crucial Storage Executive can't see your Crucial drive, you may be able to fix that by re-running as Administrator.  Windows 10 continues to be a nightmare. The latest update has caused my machine to go wonky and it was suggested that, for reasons unknown, my SSD boot drive needed a BIOS update.  The drive in question is a Crucial MX500 CT500MX500 S SD1 and the BIOS update is from M3CR020 to M3CR023.  I initially attempted to burn and boot from a DVD ROM, but that came back with an error:  "could not find kernel image boot/vmlinuz64" You would think that something whose sole purpose is to boot into one program could get that right. That is, you would think that this very basic thing would have been tested prior to release. Sigh. No doubt there is a tortured route to get that thing to boot, but for me there was an easier way. You would think that Crucial would have offered that up first rather than the burnable image, but not in my case.  I then insta

      When code writes code, what do developers do?

      When code writes code, what do developers do? As we head further into a future where things are automated, people’s last refuge will be curation in a bright future or serving others in a dark future. Curation devolves into saying what you want and iterating through a few rounds of “not that.” As a programmer, I always found automated programming tools laughable. We are still mostly there, but ML/AI is changing that. At one point, many people sagely nodded their heads and said computers would *never* beat a human at chess. Never. I disagreed. I thought that it was ***inevitable*** that they ***would*** beat humans ‘hands down.’ That is well behind us now. It is only a matter of time until all human ‘jobs’ will be doable by machines. Each one, including being a companion. As of now, the bottleneck is energy and knowledge. I think we will crack fusion, but if we do not, we can still harvest billions of times what we use now from the sun in space. The knowledge is increasing rapidly.