-
Notifications
You must be signed in to change notification settings - Fork 92
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
(Upgrades for /depends + gitian-*.yml setup)(Fix for Coin Control "sorting" bug) (Fix for windows builds hashes) (Statically linked libcurl) #461
Conversation
NOTE: The fix involves upgrading to |
For normal users, --no-same-owner is default, but not so for root, where it is assumed that root can change ownership willy-nilly. This is not the case for privilege-limited container environments where we gaslight the process into thinking it's root.
…untu Failed, Debian Working)
…with /depends libexpat
406eb1c
to
a7b7e63
Compare
Hashes of my builds:
Everything matches except osx |
Hmmm, what SDK did you use for the OSX build? |
This is the SDK that I used:
|
|
|
will get it from bitcoincore and relaunch mac build |
ACK |
bingo |
tested correctly executed in enviroment without libcurl |
tested locally in debian |
# All windows code is PIC, forcing it on just adds useless compile warnings | ||
AX_CHECK_COMPILE_FLAG([-fPIC],[PIC_FLAGS="-fPIC"]) | ||
fi | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May have been an oversight on my part when merging upstream changes.
I'll re-add it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i remember seeing this alert when building the gui in some systems, but maybe it's not necessary anymore with the new qt version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NVM, it was not removed, it was MOVED :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed:
AX_CHECK_COMPILE_FLAG([-fPIC],[CFLAGS="-fPIC"])
And
AX_CHECK_COMPILE_FLAG([-fPIC],[PIC_FLAGS="-fPIC"])
Was put in it's place.
Were you able to also test the original issue for this PR? Sorting of the inputs on coin control dialog 👍 |
yes, the issue is fixed for me |
compiling on linux now. do you want me to run a full gititan build and compare hashes? |
Yes please, that is one of the fixes, all build hashes should match 👍 |
my linux build finished and the hashes match |
Linux hashes
OSX hashes
Windows hashes
All matching |
Fix for Coin Control "sorting" bug
This is a fix for issues #427 #471 #473