Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) #13463

pull spyder46n2 wants to merge 275 commits into bitcoin:master from RavenProject:develop changing 1161 files +117564 −31673
  1. 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.

    BitCoin Change: https://github.com/bitcoin/bitcoin/pull/11013

  2. Merge branch 'master' of https://github.com/OverstockMedici/raven 85efebb747
  3. Benchmarking 45f18615b1
  4. Add setgenerate and getgenerate 77e7c13294
  5. Set temp genesis block b2d2806278
  6. Shorten genesis block quote 9ce92af6fd
  7. Start with temp genesis block 07ec93bb53
  8. Added mining to init bf98106259
  9. Getting pWallet b9e2c3988e
  10. Get pWallet for Coinbase fbd6ee2baf
  11. Fix for mining 9932b740c9
  12. Change timing and require peers 8aa6358822
  13. Add debug for chainwork test 2186c16ff7
  14. Fix to setgenerate a3d039061c
  15. fixing regtest and wallet generate method b31dbc7d23
  16. BTC to RVN 24fca22ca1
  17. Add hashespersec to getmininginfo cfe76d2293
  18. Change graphic 283d5329dd
  19. Fix copyright d3fdb3f3a8
  20. setting fGenerate to false for regtest, updating genesis block 76b4b19264
  21. fixing pythong comment for copyright 73333cc15d
  22. Fix copyright in sh and py a034399010
  23. Fix tests to have new X16R d249c9cbb7
  24. Put seed nodes back ee3984e203
  25. 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
  26. Merge branch 'master' of https://github.com/OverstockMedici/raven 2fe6b0999e
  27. Fix seeding 6ef8a69653
  28. adjusting assertions to fix tests 2cfeff2bc0
  29. Merge branch 'master' of https://github.com/OverstockMedici/raven dde2e807c6
  30. improvements da42573136
  31. Merge branch 'master' of github.com:OverstockMedici/raven c7c020acd0
  32. Better mining status feedback 5cbf38e83f
  33. Watch seed hosts 70b94861b0
  34. Show ip 86f41802a1
  35. adjusting assertions to fix tests 22cc49dc42
  36. Merge branch 'master' of https://github.com/OverstockMedici/raven 2f5e0f00df
  37. fixing functional tests, ignored and added TODO on some tests that need refactoring 6f3fa1dc9b
  38. DNS seeding 3b49180233
  39. fixing wallet-acounts.py tests fa3af5fbf7
  40. removing pre bip68 testing as it is always active 17bb6ddc51
  41. fixing functional test 383aa999ba
  42. Add seed ips 051e031e89
  43. renamed functional test 80afd4af3d
  44. Fix seeding f837862b6e
  45. Merge branch 'master' of github.com:OverstockMedici/raven 63e225993e
  46. Remove debugs fd08f513b0
  47. Update graphics 512cefea0e
  48. Use newest features 6e742a05fc
  49. removing text file checked in by accident d2b1c505e3
  50. Update messaging and images 781fc055ad
  51. Merge branch 'master' of github.com:OverstockMedici/raven 7a5e8f3b35
  52. Fix unit tests related to segwit and other BIP tests 9a9be00983
  53. fix conflicts from a pull 160d43512a
  54. eliminated std print statements in validation.cpp c0fb9d6c52
  55. commented out tests using X16R until implemented in python, fixed others, put halving back to 150 in regtest a66e9741ff
  56. git ignore .vscode folder 21cab65bda
  57. New genesis block with block height 3237db1e49
  58. Merge branch 'master' of github.com:OverstockMedici/raven 49ed28eac9
  59. moved jenkinsfile to new branch 588ea47014
  60. build tweaks fa2efb98f6
  61. All the builds de9db1c4c3
  62. fixed syntax issue 1ad60ba384
  63. path tweaks 93c81056b6
  64. Fix for GetNibble w/Debug cd140c050f
  65. testing on multiple jenkins instances 4eb9e5a77e
  66. fixed regtest genesis block after reindex fix, removed console outs fced9f4f11
  67. test cleanup f914831271
  68. Merge branch 'master' of github.com:OverstockMedici/raven d5cdf88aca
  69. Removing timers from hashing f1cf71a736
  70. code cout cleanup 9346cf7d10
  71. Merge branch 'master' of github.com:OverstockMedici/raven 045e9cdf36
  72. Change to seed node 1beecdc028
  73. Merge branch 'master' of github.com:OverstockMedici/raven 2348534b90
  74. moved jenkinsfile to new branch 6810de05c1
  75. build tweaks fd3125bba5
  76. All the builds 1cd66ada33
  77. fixed syntax issue feb1ed71ca
  78. path tweaks 0d4d055dc2
  79. testing on multiple jenkins instances e6bac882b7
  80. Added code build buildspec for ubuntu 16.04 daaf050335
  81. Merge branch 'new-branch' of github.com:OverstockMedici/raven into new-branch 62e64ad5ad
  82. fixed invalid character error in build id 12e6ddbee2
  83. Added ubuntu 17.04 buildspec file 477691a597
  84. Added buildpsec for windows builds a6d358d0b6
  85. testing new paths for the build binaries 5012b6c640
  86. testing new paths for the build binaries, again 15aa3dc131
  87. Set the built binaries to be executable d306e5553b
  88. Update temp genesis 6c995d7bb7
  89. Merge pull request #1 from OverstockMedici/new-branch
    Build spec branch
    20fe15b526
  90. Troubleshooting the windows build git push e407ed8991
  91. Fixed the git problem on the windows build c884250db8
  92. Update testnet hashes 7b7f7de9fc
  93. Merge branch 'master' of github.com:OverstockMedici/raven 46129d81ad
  94. Modify domain 2874361611
  95. Added buildspec for centos 7 37342b05bb
  96. Added buildspec for fedora 36eb73a9fe
  97. Update to newer year cd6f4c2c74
  98. First try at jenkins codebuild jobs 6d62ae36ae
  99. Merge pull request #2 from OverstockMedici/centos-build
    Centos build
    f64fe66ef2
  100. testing codepipeline 5425297c5e
  101. added execute back to all shell scripts 67cb20a58a
  102. added execute to shell scripts...again 21109466c9
  103. troubleshooting permission errors in build b471cf07af
  104. fix for the windows build 874a32f69a
  105. more windows build tweaks 05a0371ec7
  106. fixed path issues d0a8f60797
  107. Export from SVG for transparency. 868ff2f5f3
  108. Test run gen gen b8dc9d2925
  109. Remove asserts for non-working testnet b32cce6b1a
  110. ignoring maxuploadtarget.py test, need to implement X16R hash in python for this one to work 50f4f1ec4d
  111. prepped binaries directory 38bd4885bd
  112. Fix remnants b441193a79
  113. Update genesis block 4bcac51b6d
  114. Initial Binary release 0ed7137974
  115. Removed ignore of executables 6f1825f50d
  116. Remove pre-release fcde0cada2
  117. fix for pre-release message on cli ddeacfcff5
  118. Initial raven source commit de86fc295a
  119. Moved the binary releases back into the binaries directory 64978ddf2d
  120. Added linux QT apps and an updated Mac QT app 811bb1c727
  121. Fix for libboost_system-mt.dylib 6a3b0a5134
  122. Update README d5bd50691d
  123. fixed ppa to use when building for *nix 83135f2354
  124. Merge branch 'master' of https://github.com/RavenProject/Ravencoin 0d16e713b5
  125. Update build-osx.md
    Update Mac instructions to use correct directory name.
    
    Closes #9.
    2eb7eb1a91
  126. Add testnet genesis block 0d07b37134
  127. Added new binaries for testnet 9ac9fd8cb3
  128. Fix for min work 6229502bf4
  129. fixes for testnet c00f537ac9
  130. updated the mac binaries for testnet 3b7d6593db
  131. 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
  132. Update README.md f5851645d2
  133. Added getinfo back 20f15898de
  134. Merge pull request #12 from quagliero/patch-1
    Update Mac instructions to use correct directory name.
    f41451543f
  135. Merge pull request #24 from mja1175/master
    Added getinfo back
    9d6ee9e9e0
  136. Fixed spelling error
    - changed etherium spelling to ethereum
    1b16627dc8
  137. Changes back ported from pull requests 890099498b
  138. Dev mailing list doesn't exist (yet?) b684f2e018
  139. new builds to include bug fixes fff01579fb
  140. Turn off default mining d1ebcc7a26
  141. 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 builds ce570c9626
  142. Update Readme
    Tweaked Readme for DMG name and instruction set.
    9ffd7735c0
  143. Merge pull request #38 from ilushka85/master
    Remove old binary locations as linux is now in a dedicated linux fold…
    3d89548e7a
  144. New release to remove mining by default 8e8ccb76df
  145. Fixing darwin build with https://github.com/bitcoin/bitcoin/pull/12032 918e896bb3
  146. Moving release binaries to the proper github location. 47a6eb8d50
  147. Added readme to redirect to releases tab 2b1e1dca85
  148. Merge pull request #26 from coinyeezy/coinyeezy-patch-1
    Fixed spelling error
    b488c034d5
  149. Added Raven whitepaper a2a422aa04
  150. Update README.md
    Github specific tweaks
    1cfd251aa2
  151. Update README.md
    More github specific tweaks
    9c0a0a8950
  152. Update README.md
    Centering the title
    bb78b13991
  153. Update README.md
    Center the title
    715f6b95b7
  154. added whitepaper 99be482881
  155. Added Raven roadmap b61d441da8
  156. Merge branch 'master' of github.com:OverstockMedici/raven 5615bab572
  157. Added Raven roadmap 6dccd3921e
  158. Fixed date typo fce3886f61
  159. Update README.md
    Fixed Title centering
    40d9f3ede2
  160. Fix typo in roadmap 25649f0ec3
  161. Addition of ravenscroll asset protocol library 115c43ec93
  162. Merge pull request #3 from OverstockMedici/ravenscroll
    Addition of ravenscroll asset protocol library
    50bd636d7f
  163. added buildspec for ubuntu 17.10 9523ed1801
  164. tweaked ubuntu 17.10 buildspec 8d409e9c13
  165. CMake support 0fffcebeb9
  166. Enables debugging for CMake fbe5f7ad9e
  167. 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
  168. Stubbed in rpc calls (issue and getaddressbalances) and asset library 👩‍🎓 07e124e052
  169. Remove spamming couts while blockchain is in initial download 45aa54ad3c
  170. Enabling CMake w/ debug target. 46d54a7481
  171. 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
  172. Merge branch 'master' of github.com:OverstockMedici/raven c4e589d0af
  173. Update README.md
    Fixed formatting
    97aeb6a2da
  174. Update COPYING
    Updated year
    ba6a286681
  175. Fix testnet nonce 95ba8f909f
  176. Added CMakeLists.txt back. a59f0058fe
  177. Update README.md e7a803f58b
  178. Update README.md 1c092d469e
  179. Update README.md 3742c3c239
  180. Removed obsolete binaries dir 78dda641ae
  181. Add asset support with raw transaction and create rpc call to issue assets 79d71da77b
  182. Merge pull request #7 from OverstockMedici/jeanderson/asset-raw
    Jeanderson/asset raw
    6b8a2a67f3
  183. Merge pull request #22 from Scoty/master
    Disable the miner in the wallet by default
    d30600b3ee
  184. Merge pull request #30 from dpmidd/readme
    Dev mailing list doesn't exist (yet?)
    3612148258
  185. Merge pull request #67 from jacksonpchen/patch-1
    Update README.md
    3876271703
  186. Merge pull request #69 from graze1234/master
    update of wiki and forum links and other small changes
    71230aeba2
  187. Merge pull request #68 from jacksonpchen/patch-2
    Update COPYING
    aeaa66a62e
  188. Merge pull request #55 from andersfurseth/patch-1
    Fix typo in roadmap
    c6a7f282fb
  189. Merge pull request #47 from ianblenke/master
    Fixing darwin build
    7004eeb4e7
  190. Merge pull request #39 from JoshTickles/patch-2
    Update Readme
    e6f0b0b406
  191. Merge remote-tracking branch 'upstream/master' e7c36decd0
  192. Removed leftover windows binaries 135980194b
  193. Cleaning out win bins e4f58d789a
  194. Cleaning out windoze bins 35c5a19fae
  195. Moved content from binaries/release/mac/README.md to doc/README.md 46650ef325
  196. update README 620bb100af
  197. Update README.md d6f7e19067
  198. Restoring binaries/README.md to avoid breaking the download link from website.... 4b011465ab
  199. Merge branch 'master' of https://github.com/fokep/Ravencoin 3c39c68297
  200. Update README.md 0fab805863
  201. Update README.md 807a16d43b
  202. Update README.md 3e5e3e5a43
  203. Update of README.md
    Changed links to have absolute paths so the readme can be safely included with releases
    358dc4e9a2
  204. Update README.md e6bf721586
  205. Update README.md 93aaa2160f
  206. Update README.md 1036b0ba36
  207. Build Frame and RPC for transfering assets dd8deccbb3
  208. Implements getaddressbalances (except minconf). b68624c5cf
  209. Merge pull request #74 from fokep/master
    Computer running out of disk space? Fixing low disk space with git rm
    de83792bad
  210. Added cacheing for undoing blocks, transfers are now being undo when disconnect block is called c2c091aa45
  211. Added cache for Connect Block, Add Flush to DB when pcoinsTip does. Reorgs now working correctly b88023d2ce
  212. Fleshed out asset name verification. (#10) cf179e5b64
  213. Fix bug with reindex, and invalidation of blocks: 1bc35ba8a3
  214. Fix merge conflict in assets.cpp 6acbabd6d3
  215. Merge pull request #9 from OverstockMedici/jeanderson/transferasset
    Transferring an asset
    09a4821cd0
  216. Updated docstring for createrawtransaction. 9d6fe537c1
  217. Added asset ownership 4fc54b2a01
  218. Updated docstring for createrawtransaction. 64d12eaf20
  219. Merge pull request #11 from OverstockMedici/ownership
    Add Ownership Assets when issuing an asset
    454372aec8
  220. Implemented createrawtransaction for transfers. cd29955e5a
  221. Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer b0c50376c4
  222. Update README.md 82b9c63aaa
  223. Update verify.sh 4c9caccde6
  224. Merge pull request #81 from RavenProject/remove-legacy-verify-script
    Update verify.sh
    a05e5510ac
  225. Merge pull request #80 from RavenProject/Remove-legacy-verification
    Update README.md
    a65fd957ce
  226. Fixed RPC param config for issue. 16abd2d435
  227. Fixed tests. 99d3670214
  228. Removed rpc_assets_issue unit tests. Wallet loading would seem to necessitate integration tests instead. a3f4191a64
  229. Fixed a test case. 1ec93a393c
  230. 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
  231. Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer 7535af8c99
  232. Update .gitignore c1a92500ea
  233. Update .gitignore e198364141
  234. Merge Private into Public Repo 257b51ec0a
  235. Fixes some tests, comments out some broken ones from functional suite. 7c30f13434
  236. Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer d7c8310204
  237. Merge pull request #13 from OverstockMedici/cfox-rpc-transfer
    createrawtransaction "transfer"
    cd2a018b90
  238. Couple updates before moving to public repo (#15)
    * Couple updates before moving to public repo
    
    * remove hard coded address
    323e1c5880
  239. Update (#16)
    * Fix script tests, implement OP_RVN_ASSETS
    75b51ef7ca
  240. Merge branch 'master' of github.com:OverstockMedici/raven into HEAD 76c5be534a
  241. Merge pull request #82 from OverstockMedici/private-test
    Merge Assets from Private Repo
    4f8350c825
  242. updated .gitignore c586c850f4
  243. removed buildspec and Jenkinsfile...um, yeah fb93e367b1
  244. 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
  245. Add consensus rules for asset inputs and outputs values must match 6693cb5b87
  246. Add Units test for CheckTxAssets and Coin 49123594ed
  247. Fix typo in UndoAssetCoin error statement dc72c2e043
  248. Merge pull request #86 from RavenProject/assets_burn_fix
    Add consensus rules for asset inputs and outputs values must match
    1a13ef077e
  249. Merge pull request #88 from RavenProject/issue_87
    Issue #87 Fix typo in UndoAssetCoin error statement
    b825457d4b
  250. Updates asset name validation for ownership (#90)
    30 max characters (excluding '!' for ownership)
    unique asset tag can't contain '!'
    95f8f9da8b
  251. 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
  252. Empact commented at 9:25 PM on June 13, 2018: member

    @spyder46n2 you opened this against bitcoin, not your intended target.

  253. spyder46n2 closed this on Jun 13, 2018

  254. fanquake locked this on Jun 13, 2018

github-metadata-mirror

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