0% make deploy
1Making all in src
2Making all in doc/man
3make[1]: Nothing to be done for `all'.
4make[1]: Nothing to be done for `all-am'.
5build-aux/install-sh -c -d Bitcoin-Qt.app/Contents/MacOS
6STRIPPROG="/usr/bin/strip" /bin/sh /Users/hebasto1/bitcoin/build-aux/install-sh -c -s ./src/qt/bitcoin-qt Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
7/usr/local/bin/python3.9 ./contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app Bitcoin-Core -translations-dir= -dmg
8Traceback (most recent call last):
9 File "/Users/hebasto1/bitcoin/./contrib/macdeploy/macdeployqtplus", line 22, in <module>
10 from ds_store import DSStore
11ModuleNotFoundError: No module named 'ds_store'
12make: *** [Bitcoin-Core.dmg] Error 1
build: make deploy
fails on macOS Big Sur 11.1
#20878
issue
hebasto
openend this issue on
January 7, 2021
-
hebasto commented at 7:41 pm on January 7, 2021: member
-
hebasto added the label Bug on Jan 7, 2021
-
hebasto commented at 8:00 pm on January 7, 2021: memberIt is easy fixed by
pip3 install ds_store
. The question is: is this a documentation flaw or a bug in theMakefile.am
? -
jonasschnelli commented at 8:16 pm on January 7, 2021: contributorAFAIK there are more issue like the svg conversion tool… I went down that rabbit hole but couldn’t find an exit. A fix would be great.
-
hebasto commented at 8:41 pm on January 7, 2021: member
A fix would be great.
There are to ways:
- update our docs with
pip3 install ds_store
step, or - or add
OSX_DEPLOY_SCRIPT
target toMakefile.am
is this a documentation flaw or a bug in the
Makefile.am
? - update our docs with
-
fanquake closed this on Jan 10, 2021
-
sidhujag referenced this in commit 1cd3c7b845 on Jan 10, 2021
-
hebasto commented at 5:02 pm on March 16, 2022: member
-
otech47 commented at 5:06 pm on March 16, 2022: none
Does #20878 (comment) work for you?
Sorry @hebasto I quickly deleted my comment to see if there was something in this doc that may help before re-posting but no
pip3 install ds_store
did not workComment was:
I’m still seeing this error after following the build guide
There may be an extra command/config I need that maybe could be added to the documentation… will try to figure it out
-
otech47 commented at 5:16 pm on March 16, 2022: none
Could you make another try in a new Terminal window?
No luck unfortunately
-
Dunya-8a commented at 6:49 pm on April 14, 2022: none
@hebasto I’m having the same issue. Running on a Macbook Pro, Monterey 12.3. I installed python via brew as specified in the MacOS build docs but I also have an installation via conda (which is currently not working in my editor I should say). However, I just ran
python -version
and it gives mepython not found
. Odd.Also I installed the required dependencies (ds_store and mac_alias) with pip3.
Any thoughts?
-
kmdarshan commented at 5:26 pm on July 7, 2022: noneI noticed deleting the old installation of ds_store, and reinstalling worked.
-
DrahtBot locked this on Jul 7, 2023
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 15:12 UTC
More mirrored repositories can be found on mirror.b10c.me