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

make install fails on archlinux #1716

Open
noelmcloughlin opened this issue Jul 30, 2019 · 1 comment
Open

make install fails on archlinux #1716

noelmcloughlin opened this issue Jul 30, 2019 · 1 comment

Comments

@noelmcloughlin
Copy link
Contributor

Description of Issue/Question

make install fails on Archlinux.

Setup

Steps to Reproduce Issue

   Traceback (most recent call last):
    File "/usr/sbin/salt-api", line 4, in <module>
     from salt.scripts import salt_api
    ModuleNotFoundError: No module named 'salt'
     /bin/sh: python3-setuptools: command not found
     chown: invalid user: 'salt:salt'
    Job for salt-api.service failed because the control process exited with error code.
       See "systemctl status salt-api.service" and "journalctl -xe" for details.
      make: *** [Makefile:977: install] Error 1

Versions Report

latest git master.

vagrant@archlinux:~/salt-desktop$ cat /etc/os-release 
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux
@noelmcloughlin
Copy link
Contributor Author

noelmcloughlin commented Jul 31, 2019

The correct package name is python-setuptools on Archlinux (ID=arch)
The invalid user error is due to #1704

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

No branches or pull requests

1 participant