BlockchainCommons / BlockchainCommons/keytool-cli

Install on Sonoma

Ouverte
#27 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C++
Étoiles
6
Forks
5
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Fresh install of macOS Sonoma 14.2.1 on MacBookPro M1 Max

`./build.sh` reports:

```

checking for ranlib... /usr/bin/ranlib
checking for gsed... no
configure: error: gsed must be available to build this library

I then did `brew install gsed` and got further:

```

checking for PTHREAD_PRIO_INHERIT... yes
checking for asm/page.h... no
checking for python... no
configure: error: Cannot find python in your system path
```

I then did `brew install python3`, same error. I presume that python3 is not symlinked as `keytool-cli` expects.

```
> whereis python3
python3: /usr/bin/python3 /opt/homebrew/share/man/man1/python3.1
> python3 --version
Python 3.9.6
> alias python='python3'
>
```

Still no luck `./build.sh` still reports `Cannot find python in your system path`

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Start with ./build.sh and the configure checks shown in the report, focusing on the gsed and python detection failures on macOS Sonoma. Reproduce the build on the stated MacBookPro M1 Max environment and inspect the build configuration around those checks. Done means ./build.sh completes successfully on a fresh Sonoma installation.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
cpp, macos, python
Domaine
build-system, operating-systems
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.