Skip to content

Conversation

@CSchank
Copy link
Contributor

@CSchank CSchank commented Nov 18, 2025

This is a simple PR to hopefully fix #2144. I tried testing this on my macOS Apple Silicon laptop and it didn't build properly, complaining about a library being available in x86 instead of ARM, so worth looking into whether this is a problem more broadly with IHP. It worked on the x86-based Codespace I ran it on.

This APPROOT bug is preventing us from being able to update to IHP v1.4.x, so I hope we can get this fix deployed soon :)

Copy link
Member

@mpscholten mpscholten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mpscholten mpscholten merged commit 5234104 into digitallyinduced:master Nov 19, 2025
1 check passed
@mpscholten
Copy link
Member

I tried testing this on my macOS Apple Silicon laptop and it didn't build properly, complaining about a library being available in x86 instead of ARM, so worth looking into whether this is a problem more broadly with IHP.

This sounds like NixOS/nixpkgs#462046 to me.

It was introduced a couple days ago via c2b8a7c

On my Mac it was caused by an old homebrew installation. I guess it was automatically copied over from my old Intel Mac when I set up the arm mac. I fixed this by deleting the library file that was mentioned in the nix error, and later deleted homebrew entirely. After that it worked great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IHP v1.4.x adds port 8000 to redirect URL for POST

2 participants