Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 24.04 Make Issues #163

Open
2 tasks done
mitchross opened this issue Jul 8, 2024 · 3 comments
Open
2 tasks done

Ubuntu 24.04 Make Issues #163

mitchross opened this issue Jul 8, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mitchross
Copy link

Describe the bug

A clear and concise description of what the bug is.

  • I have read the documentation
  • I have searched open issues

To reproduce

Steps to reproduce the behavior:

Run make on ubuntu 24.04

vanillax@vanillax-Standard-PC-Q35-ICH9-2009:~/k3s-argocd-raspberrypi$ make
make -C metal
make[1]: Entering directory '/home/vanillax/k3s-argocd-raspberrypi/metal'
ansible-playbook \
	--inventory inventories/prod.yml \
	boot.yml
/nix/store/q1c2flcykgr4wwg5a6h450hxbk4ch589-bash-5.2-p15/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
make[1]: *** [Makefile:12: boot] Error 1
make[1]: Leaving directory '/home/vanillax/k3s-argocd-raspberrypi/metal'
make: *** [Makefile:15: metal] Error 2

--

Ive tried 3 VM's each products same issue.

I've ran through all of these SO posts and nothing seems to fix it. https://serverfault.com/questions/54591/how-to-install-change-locale-on-debian

@mitchross mitchross added the bug Something isn't working label Jul 8, 2024
@khuedoan
Copy link
Owner

Hi, are you using the included development shell or the tools container?

@khuedoan
Copy link
Owner

I've recently removed the Docker wrapper in 47aefc5, please try again with nix develop to see if the issue still persists

@khuedoan
Copy link
Owner

Actually looks like it's an issue with Ansible in Nix NixOS/nixpkgs#223151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants