spyder46n2
commented at 9:22 PM on June 13, 2018:
none
This fixes some harmless (but annoying) automake warnings when invokes autogen.sh. The warnings I'm referring to are the ones printed at the very end of running autogen.sh, on my system they look like:
src/Makefile.am:547: warning: user target '.mm.o' defined here ...
/usr/share/automake-1.15/am/depend2.am: ... overrides Automake target '.mm.o' defined here
I did some research on both of these, and here's what I found:
Automake has been setting GZIP_ENV since 1998. They set it to --best, we set it to -9n. I'm not sure if the -n is really necessary, but using the override directive suppresses the warning.
Automake has had a rule for .mm.o targets (used for Objective C++) built in since Automake 1.12.1, which appears to have been released in 2012. Trusty (used by Travis and Gitian) is on Automake 1.14.1. I don't know if it's strictly correct to update this rule, as it has some stuff about QT_INCLUDES and PIE_FLAGS, but the Travis build for Darwin passed on my branch even after removing this rule. If this seems too scary to change maybe we can leave it in.
It looks like both of these rules were added by @theuni when he did the initial autotools conversion in 2013. These warnings are harmless, but there's no reason not to fix them. While researching these I accidentally stumbled across a few forum posts and GitHub comments from end users who thought the errors meant their Bitcoin build was broken, so that's another reason to fix them.
Merge branch 'master' of https://github.com/OverstockMedici/raven85efebb747
Benchmarking45f18615b1
Add setgenerate and getgenerate77e7c13294
Set temp genesis blockb2d2806278
Shorten genesis block quote9ce92af6fd
Start with temp genesis block07ec93bb53
Added mining to initbf98106259
Getting pWalletb9e2c3988e
Get pWallet for Coinbasefbd6ee2baf
Fix for mining9932b740c9
Change timing and require peers8aa6358822
Add debug for chainwork test2186c16ff7
Fix to setgeneratea3d039061c
fixing regtest and wallet generate methodb31dbc7d23
BTC to RVN24fca22ca1
Add hashespersec to getmininginfocfe76d2293
Change graphic283d5329dd
Fix copyrightd3fdb3f3a8
setting fGenerate to false for regtest, updating genesis block76b4b19264
fixing pythong comment for copyright73333cc15d
Fix copyright in sh and pya034399010
Fix tests to have new X16Rd249c9cbb7
Put seed nodes backee3984e203
Added depends/Makefile, and qt and zeromq patches, needed for Windows cross-compilation on linux. Didn't get copied with the fork since they are in the gitignore.394626e380
Merge branch 'master' of https://github.com/OverstockMedici/raven2fe6b0999e
Fix seeding6ef8a69653
adjusting assertions to fix tests2cfeff2bc0
Merge branch 'master' of https://github.com/OverstockMedici/ravendde2e807c6
improvementsda42573136
Merge branch 'master' of github.com:OverstockMedici/ravenc7c020acd0
Better mining status feedback5cbf38e83f
Watch seed hosts70b94861b0
Show ip86f41802a1
adjusting assertions to fix tests22cc49dc42
Merge branch 'master' of https://github.com/OverstockMedici/raven2f5e0f00df
fixing functional tests, ignored and added TODO on some tests that need refactoring6f3fa1dc9b
DNS seeding3b49180233
fixing wallet-acounts.py testsfa3af5fbf7
removing pre bip68 testing as it is always active17bb6ddc51
fixing functional test383aa999ba
Add seed ips051e031e89
renamed functional test80afd4af3d
Fix seedingf837862b6e
Merge branch 'master' of github.com:OverstockMedici/raven63e225993e
Remove debugsfd08f513b0
Update graphics512cefea0e
Use newest features6e742a05fc
removing text file checked in by accidentd2b1c505e3
Update messaging and images781fc055ad
Merge branch 'master' of github.com:OverstockMedici/raven7a5e8f3b35
Fix unit tests related to segwit and other BIP tests9a9be00983
fix conflicts from a pull160d43512a
eliminated std print statements in validation.cppc0fb9d6c52
commented out tests using X16R until implemented in python, fixed others, put halving back to 150 in regtesta66e9741ff
git ignore .vscode folder21cab65bda
New genesis block with block height3237db1e49
Merge branch 'master' of github.com:OverstockMedici/raven49ed28eac9
moved jenkinsfile to new branch588ea47014
build tweaksfa2efb98f6
All the buildsde9db1c4c3
fixed syntax issue1ad60ba384
path tweaks93c81056b6
Fix for GetNibble w/Debugcd140c050f
testing on multiple jenkins instances4eb9e5a77e
fixed regtest genesis block after reindex fix, removed console outsfced9f4f11
test cleanupf914831271
Merge branch 'master' of github.com:OverstockMedici/ravend5cdf88aca
Removing timers from hashingf1cf71a736
code cout cleanup9346cf7d10
Merge branch 'master' of github.com:OverstockMedici/raven045e9cdf36
Change to seed node1beecdc028
Merge branch 'master' of github.com:OverstockMedici/raven2348534b90
moved jenkinsfile to new branch6810de05c1
build tweaksfd3125bba5
All the builds1cd66ada33
fixed syntax issuefeb1ed71ca
path tweaks0d4d055dc2
testing on multiple jenkins instancese6bac882b7
Added code build buildspec for ubuntu 16.04daaf050335
Merge branch 'new-branch' of github.com:OverstockMedici/raven into new-branch62e64ad5ad
fixed invalid character error in build id12e6ddbee2
Added ubuntu 17.04 buildspec file477691a597
Added buildpsec for windows buildsa6d358d0b6
testing new paths for the build binaries5012b6c640
testing new paths for the build binaries, again15aa3dc131
Set the built binaries to be executabled306e5553b
Update temp genesis6c995d7bb7
Merge pull request #1 from OverstockMedici/new-branch
Build spec branch
20fe15b526
Troubleshooting the windows build git pushe407ed8991
Fixed the git problem on the windows buildc884250db8
Update testnet hashes7b7f7de9fc
Merge branch 'master' of github.com:OverstockMedici/raven46129d81ad
Modify domain2874361611
Added buildspec for centos 737342b05bb
Added buildspec for fedora36eb73a9fe
Update to newer yearcd6f4c2c74
First try at jenkins codebuild jobs6d62ae36ae
Merge pull request #2 from OverstockMedici/centos-build
Centos build
f64fe66ef2
testing codepipeline5425297c5e
added execute back to all shell scripts67cb20a58a
added execute to shell scripts...again21109466c9
troubleshooting permission errors in buildb471cf07af
fix for the windows build874a32f69a
more windows build tweaks05a0371ec7
fixed path issuesd0a8f60797
Export from SVG for transparency.868ff2f5f3
Test run gen genb8dc9d2925
Remove asserts for non-working testnetb32cce6b1a
ignoring maxuploadtarget.py test, need to implement X16R hash in python for this one to work50f4f1ec4d
prepped binaries directory38bd4885bd
Fix remnantsb441193a79
Update genesis block4bcac51b6d
Initial Binary release0ed7137974
Removed ignore of executables6f1825f50d
Remove pre-releasefcde0cada2
fix for pre-release message on cliddeacfcff5
Initial raven source commitde86fc295a
Moved the binary releases back into the binaries directory64978ddf2d
Added linux QT apps and an updated Mac QT app811bb1c727
Fix for libboost_system-mt.dylib6a3b0a5134
Update READMEd5bd50691d
fixed ppa to use when building for *nix83135f2354
Merge branch 'master' of https://github.com/RavenProject/Ravencoin0d16e713b5
Update build-osx.md
Update Mac instructions to use correct directory name.
Closes #9.
2eb7eb1a91
Add testnet genesis block0d07b37134
Added new binaries for testnet9ac9fd8cb3
Fix for min work6229502bf4
fixes for testnetc00f537ac9
updated the mac binaries for testnet3b7d6593db
Disable the miner in the wallet by default
Disables the miner(by default, it still can be enabled), as CPU mining is no longer profitable.
3ff58eb5e5
Update README.mdf5851645d2
Added getinfo back20f15898de
Merge pull request #12 from quagliero/patch-1
Update Mac instructions to use correct directory name.
f41451543f
Merge pull request #24 from mja1175/master
Added getinfo back
9d6ee9e9e0
Fixed spelling error
- changed etherium spelling to ethereum
1b16627dc8
Changes back ported from pull requests890099498b
Dev mailing list doesn't exist (yet?)b684f2e018
new builds to include bug fixesfff01579fb
Turn off default miningd1ebcc7a26
Remove old binary locations as linux is now in a dedicated linux folder. these have not been updated and the new ones are in proper linux folder for new buildsce570c9626
Update Readme
Tweaked Readme for DMG name and instruction set.
9ffd7735c0
Merge pull request #38 from ilushka85/master
Remove old binary locations as linux is now in a dedicated linux fold…
3d89548e7a
New release to remove mining by default8e8ccb76df
Fixing darwin build with https://github.com/bitcoin/bitcoin/pull/12032918e896bb3
Moving release binaries to the proper github location.47a6eb8d50
Added readme to redirect to releases tab2b1e1dca85
Merge pull request #26 from coinyeezy/coinyeezy-patch-1
Fixed spelling error
b488c034d5
Added Raven whitepapera2a422aa04
Update README.md
Github specific tweaks
1cfd251aa2
Update README.md
More github specific tweaks
9c0a0a8950
Update README.md
Centering the title
bb78b13991
Update README.md
Center the title
715f6b95b7
added whitepaper99be482881
Added Raven roadmapb61d441da8
Merge branch 'master' of github.com:OverstockMedici/raven5615bab572
Added Raven roadmap6dccd3921e
Fixed date typofce3886f61
Update README.md
Fixed Title centering
40d9f3ede2
Fix typo in roadmap25649f0ec3
Addition of ravenscroll asset protocol library115c43ec93
Merge pull request #3 from OverstockMedici/ravenscroll
Addition of ravenscroll asset protocol library
50bd636d7f
added buildspec for ubuntu 17.109523ed1801
tweaked ubuntu 17.10 buildspec8d409e9c13
CMake support0fffcebeb9
Enables debugging for CMakefbe5f7ad9e
Fixing build to work with latest version of the boost library. Should not need to downgrade to older version to work. This was done by changing the multi_index comparators to const.6794b47755
Stubbed in rpc calls (issue and getaddressbalances) and asset library 👩🎓07e124e052
Remove spamming couts while blockchain is in initial download45aa54ad3c
Enabling CMake w/ debug target.46d54a7481
Fix Unit Tests, and removing spamming of terminal when loading block chain (#6)
* Removed unused files
* Remove spamming couts while blockchain is in initial download
* Got most of the unit tests working
* Regtest mining code
* Start adding the code that receives the can issue boolean
* add parameters and test regtest network
98240ce13f
Merge branch 'master' of github.com:OverstockMedici/ravenc4e589d0af
Update README.md
Fixed formatting
97aeb6a2da
Update COPYING
Updated year
ba6a286681
Fix testnet nonce95ba8f909f
Added CMakeLists.txt back.a59f0058fe
Update README.mde7a803f58b
Update README.md1c092d469e
Update README.md3742c3c239
Removed obsolete binaries dir78dda641ae
Add asset support with raw transaction and create rpc call to issue assets79d71da77b
Merge pull request #7 from OverstockMedici/jeanderson/asset-raw
Jeanderson/asset raw
6b8a2a67f3
Merge pull request #22 from Scoty/master
Disable the miner in the wallet by default
d30600b3ee
Merge pull request #30 from dpmidd/readme
Dev mailing list doesn't exist (yet?)
3612148258
Merge pull request #67 from jacksonpchen/patch-1
Update README.md
3876271703
Merge pull request #69 from graze1234/master
update of wiki and forum links and other small changes
Computer running out of disk space? Fixing low disk space with git rm
de83792bad
Added cacheing for undoing blocks, transfers are now being undo when disconnect block is calledc2c091aa45
Added cache for Connect Block, Add Flush to DB when pcoinsTip does. Reorgs now working correctlyb88023d2ce
Fleshed out asset name verification. (#10)cf179e5b64
Fix bug with reindex, and invalidation of blocks:1bc35ba8a3
Fix merge conflict in assets.cpp6acbabd6d3
Merge pull request #9 from OverstockMedici/jeanderson/transferasset
Transferring an asset
09a4821cd0
Updated docstring for createrawtransaction.9d6fe537c1
Added asset ownership4fc54b2a01
Updated docstring for createrawtransaction.64d12eaf20
Merge pull request #11 from OverstockMedici/ownership
Add Ownership Assets when issuing an asset
454372aec8
Implemented createrawtransaction for transfers.cd29955e5a
Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transferb0c50376c4
Update README.md82b9c63aaa
Update verify.sh4c9caccde6
Merge pull request #81 from RavenProject/remove-legacy-verify-script
Update verify.sh
a05e5510ac
Merge pull request #80 from RavenProject/Remove-legacy-verification
Update README.md
a65fd957ce
Fixed RPC param config for issue.16abd2d435
Fixed tests.99d3670214
Removed rpc_assets_issue unit tests. Wallet loading would seem to necessitate integration tests instead.a3f4191a64
Fixed a test case.1ec93a393c
Phase 2 Requirements - Part 1 (#14)
* Added a Least Recently Used Cacheing System
* Start replacing setAssets with cache. Incomplete
* Implement cacheing and start debugging failures
* Cache now works with transfers when reindexing
* Remove 500 RVN requirment from transfer rpc call
* Add Requirement for transfer ownership assets to be 1 * COIN
* Couple fixes to pull request
04f48cc5ea
Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer7535af8c99
Update .gitignorec1a92500ea
Update .gitignoree198364141
Merge Private into Public Repo257b51ec0a
Fixes some tests, comments out some broken ones from functional suite.7c30f13434
Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transferd7c8310204
Merge pull request #13 from OverstockMedici/cfox-rpc-transfer
createrawtransaction "transfer"
cd2a018b90
Couple updates before moving to public repo (#15)
* Couple updates before moving to public repo
* remove hard coded address
323e1c5880
Update (#16)
* Fix script tests, implement OP_RVN_ASSETS
75b51ef7ca
Merge branch 'master' of github.com:OverstockMedici/raven into HEAD76c5be534a
Merge pull request #82 from OverstockMedici/private-test
Merge Assets from Private Repo
4f8350c825
updated .gitignorec586c850f4
removed buildspec and Jenkinsfile...um, yeahfb93e367b1
Re-enables and fixes some integration tests (#83)
* Removed CMakeLists.txt
* Re-enabled several integrations tests that work now after recent bugfixes.
* Fixes proxy_test which was using a nonexistent tor node.
* Fixes rpcnamedargs test.
6ed3bde215
Add consensus rules for asset inputs and outputs values must match6693cb5b87
Add Units test for CheckTxAssets and Coin49123594ed
Fix typo in UndoAssetCoin error statementdc72c2e043
Merge pull request #86 from RavenProject/assets_burn_fix
Add consensus rules for asset inputs and outputs values must match
1a13ef077e
Merge pull request #88 from RavenProject/issue_87
Issue #87 Fix typo in UndoAssetCoin error statement
b825457d4b
Updates asset name validation for ownership (#90)
30 max characters (excluding '!' for ownership)
unique asset tag can't contain '!'
95f8f9da8b
X16R-related functional test fixes (#89)
* Makes x16r block hashing available to integration tests.
* Fixes halving rate for regtest in test framework.
* Fixes zmq_test by:
using x16r for block hashing
using tx has for validation instead of txid (segwit)
* Improves color contrast in output of combine_logs.py.
* Reactivates some functional tests which have been fixed.
* Reactivates some extended functional tests which have been fixed.
1d3a8d8c68
Empact
commented at 9:25 PM on June 13, 2018:
member
@spyder46n2 you opened this against bitcoin, not your intended target.
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: 2026-04-26 09:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me