Skip to content

build: Fix make distdir #52

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

Merged
merged 1 commit into from
Oct 10, 2021
Merged

Conversation

hebasto
Copy link
Member

@hebasto hebasto commented Oct 9, 2021

Currently (a8dbc01):

$ make distdir
make  distdir-am
make[1]: Entering directory '/home/hebasto/GitHub/gui-qml'
if test -d "bitcoin-22.99.0"; then find "bitcoin-22.99.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "bitcoin-22.99.0" || { sleep 5 && rm -rf "bitcoin-22.99.0"; }; else :; fi
test -d "bitcoin-22.99.0" || mkdir "bitcoin-22.99.0"
 (cd src && make  top_distdir=../bitcoin-22.99.0 distdir=../bitcoin-22.99.0/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/home/hebasto/GitHub/gui-qml/src'
make  distdir-am
make[3]: Entering directory '/home/hebasto/GitHub/gui-qml/src'
make[3]: *** No rule to make target 'qml/pages/*.qml)', needed by 'distdir-am'.  Stop.
make[3]: Leaving directory '/home/hebasto/GitHub/gui-qml/src'
make[2]: *** [Makefile:16725: distdir] Error 2
make[2]: Leaving directory '/home/hebasto/GitHub/gui-qml/src'
make[1]: *** [Makefile:932: distdir-am] Error 1
make[1]: Leaving directory '/home/hebasto/GitHub/gui-qml'
make: *** [Makefile:926: distdir] Error 2

@hebasto hebasto added Bug Something isn't working Build system labels Oct 9, 2021
Copy link
Contributor

@promag promag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK eeb7598.

@hebasto hebasto merged commit a95d4a6 into bitcoin-core:main Oct 10, 2021
@hebasto hebasto deleted the 211009-distdir branch October 10, 2021 18:18
promag pushed a commit to promag/gui-qml that referenced this pull request Oct 29, 2021
0d624261ef Merge bitcoin-core/crc32c-subtree#2: Merge upstream
cac7ca830b Merge commit 'fa5ade41ee480003d9c5af6f43567ba22e4e17e6' into bitcoin-fork
fa5ade41ee Fix compilation warnings on ARM64 with old GCC versions. (bitcoin-core#52)
db08d22129 Updated Travis-CI configuration. (bitcoin-core#51)
e31619a5b7 Fix GitHub links. (bitcoin-core#50)
7fa4c263e8 Update Travis CI config. (bitcoin-core#49)
a3d9e6d1a4 Updated third_party/ and Travis CI config. (bitcoin-core#48)

git-subtree-dir: src/crc32c
git-subtree-split: 0d624261ef83ab08c953c196540ed18f355add4c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants