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

[BUG] make setup Fails on Fedora 38 #4323

Open
sarthakgaur opened this issue Jan 8, 2024 · 2 comments
Open

[BUG] make setup Fails on Fedora 38 #4323

sarthakgaur opened this issue Jan 8, 2024 · 2 comments
Assignees

Comments

@sarthakgaur
Copy link

Describe the bug
This is the output after running make setup:

Setting up system...
# readies version: 54ecd52
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf install -q -y ca-certificates; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf install -q -y curl; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf install -q -y wget unzip; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; cp "/tmp/tmpoj7iim3s" "/etc/profile.d/dotlocal.sh"; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; /home/dv/partition/programming/projects/RediSearch/deps/readies/bin/enable-utf8; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf install -q -y git gawk jq openssl rsync unzip; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf install -q -y patch psmisc; }'
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf install -q -y libatomic; }'
{ . /home/dv/.venv/bin/activate; /home/dv/partition/programming/projects/RediSearch/deps/readies/bin/getgcc --modern; }
# readies version: 54ecd52
sudo bash -l -c '{ . /home/dv/.venv/bin/activate; dnf groupinstall -y 'C Development Tools and Libraries'; }'
Development: -c: line 2: syntax error: unexpected end of file
command failed: { . /home/dv/.venv/bin/activate; dnf groupinstall -y 'C Development Tools and Libraries'; }
command failed: { . /home/dv/.venv/bin/activate; /home/dv/partition/programming/projects/RediSearch/deps/readies/bin/getgcc --modern; }

In /home/dv/partition/programming/projects/RediSearch/sbin/setup:
18              python3 -m pip list
19       fi
20       
21   >>> $ROOT/sbin/system-setup.py
22       if [[ $VERBOSE == 1 ]]; then
23              python3 -m pip list
24       fi

make: *** [Makefile:405: setup] Error 1

To Reproduce
Steps to reproduce the behavior:

  1. git clone --recursive https://github.com/RediSearch/RediSearch.git
  2. cd RediSearch/
  3. make setup

Environment (please complete the following information):

  • OS: Fedora 38
@raz-mon
Copy link
Collaborator

raz-mon commented Jan 11, 2024

Hi @sarthakgaur,
Notice that RediSearch doesn't formally support Fedora 38. Nonetheless, take a look at .install/install.sh and make sure you have the packages it installs (for the relevant OS).

Copy link

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants