guix: Jump forwards in time-machine and adapt #21088

pull dongcarl wants to merge 2 commits into bitcoin:master from dongcarl:2021-02-bump-time-machine changing 3 files +23 −9
  1. dongcarl commented at 7:48 pm on February 5, 2021: member
     0The new time-machine commit is Guix v1.2.0 with a yet-unupstreamed patch
     1for NSIS.
     2
     3A few important changes:
     4
     51. Guix switched back from using CPATH to C{,PLUS}_INCLUDE_PATH as the
     6   way to indicate #include search paths.
     72. GCC's library is now split into a separate output, whereas before it
     8   was included in the default output. This means that our gcc toolchain
     9   packages need to propagate that output.
    103. A few package versions were bumped
    

    See this compare to review my custom patches to Guix: https://github.com/dongcarl/guix/compare/version-1.2.0...7d6bd44da57926e0d4af25eba723a61c82beef98

  2. dongcarl added this to the "PRs" column in a project

  3. DrahtBot added the label Build system on Feb 5, 2021
  4. DrahtBot added the label Docs on Feb 5, 2021
  5. DrahtBot added the label Scripts and tools on Feb 5, 2021
  6. dongcarl force-pushed on Feb 11, 2021
  7. DrahtBot commented at 3:13 am on February 12, 2021: member

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    Conflicts

    No conflicts as of last run.

  8. MarcoFalke removed the label Build system on Feb 16, 2021
  9. MarcoFalke removed the label Docs on Feb 16, 2021
  10. dongcarl force-pushed on Feb 16, 2021
  11. dongcarl commented at 5:31 pm on February 16, 2021: member

    Pushed 47d360037445ce8b83c35b53ea163d8c50fc5bd2 -> bc9798a0ab0c086308a74bd621366b77a5c8fcec

    • Rebase on master for merge of #20629
  12. fanquake commented at 1:25 pm on February 17, 2021: member

    Builds at bc9798a0ab0c086308a74bd621366b77a5c8fcec:

     0# guix describe
     1Generation 4	Feb 17 2021 09:40:04	(current)
     2  guix 43b2e44
     3    repository URL: https://git.savannah.gnu.org/git/guix.git
     4    branch: master
     5    commit: 43b2e440c38a39eb64088bd6c08771c060aa10fc
     6
     7# git rev-parse HEAD
     8bc9798a0ab0c086308a74bd621366b77a5c8fcec
     9
    10# find output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum
    1118aa63cdadb698e987e4fadcc908442abeed18fe6bf035b4112cd585d15c83ad  output/bitcoin-bc9798a0ab0c-aarch64-linux-gnu-debug.tar.gz
    127c38873593aed7fbc68e56a9cecbb01dcff2d72f9aa9adc5a1a68a77a40d2960  output/bitcoin-bc9798a0ab0c-aarch64-linux-gnu.tar.gz
    13eeb403d3f284db09cec84da703adbf81de3b4f90a27c24d480364f6d6c2d0a14  output/bitcoin-bc9798a0ab0c-arm-linux-gnueabihf-debug.tar.gz
    14fac2c57a9f82e948adf6c7fa0cf6a9aa137e7575954b47c83db6abf49aafa62f  output/bitcoin-bc9798a0ab0c-arm-linux-gnueabihf.tar.gz
    15151935d87b920f912f64939e07908c774f4ded4d64938e7ab112fd240eccc8a1  output/bitcoin-bc9798a0ab0c-osx-unsigned.dmg
    16842a16a5712b611a87b254777227028d8c6f0795a6958411fd24177c26b3fc41  output/bitcoin-bc9798a0ab0c-osx-unsigned.tar.gz
    17ddf8fb9136a1c87c0d318c76fa74134baf463f44219a963f2a839eb54157358b  output/bitcoin-bc9798a0ab0c-osx64.tar.gz
    18085c836089f81dcce26809144ae0c09d034a41f1a4505c4443cab75df54d61cf  output/bitcoin-bc9798a0ab0c-riscv64-linux-gnu-debug.tar.gz
    1906b9c7e92241c8f8ac3f84ce931d5f8e7eca1f610b65f3df1559b709a277c46d  output/bitcoin-bc9798a0ab0c-riscv64-linux-gnu.tar.gz
    209228c52760c808672f7a5f5a6d3410eabd3a3a2c704f1c092de0664bf21145b0  output/bitcoin-bc9798a0ab0c-win-unsigned.tar.gz
    210511b8d5c0d4ea13c74b3e9cd3bb4ac5f06f71c86c8af4faaf6591c13d59064e  output/bitcoin-bc9798a0ab0c-win64-debug.zip
    22e914b75e33545e63ee193378e4d040b0607558316af6b0f49a2cea81d2b56e96  output/bitcoin-bc9798a0ab0c-win64-setup-unsigned.exe
    23b3b96e3d4cb7f7dc67002601c8ba91ff81fd025c4af7bc53d9cfeae3e40070b2  output/bitcoin-bc9798a0ab0c-win64.zip
    241432c4bf32efe5ae005e3670b9ae9d61cc9933faafcf71628e00cf4ca86598fd  output/bitcoin-bc9798a0ab0c-x86_64-linux-gnu-debug.tar.gz
    25f01832d9d4d775a02c05f919b32426fb574ba4c53bdbbbb41405b1310b733b69  output/bitcoin-bc9798a0ab0c-x86_64-linux-gnu.tar.gz
    264655e1bd683e722ce09af7939569fd57da37d936abdf2bb96c092b79cd42e809  output/src/bitcoin-bc9798a0ab0c.tar.gz
    
  13. laanwj commented at 1:49 pm on February 18, 2021: member
    I guess this needs rebase to remove “COMMITS AFTER THIS ARE NON-BASE” and the one before it (as #21087 is merged)?
  14. guix: Supply --keep-failed for debugging f8ca8c5c28
  15. guix: Jump forwards in time-machine and adapt
    The new time-machine commit is Guix v1.2.0 with a yet-unupstreamed patch
    for NSIS.
    
    A few important changes:
    
    1. Guix switched back from using CPATH to C{,PLUS}_INCLUDE_PATH as the
       way to indicate #include search paths.
    2. GCC's library is now split into a separate output, whereas before it
       was included in the default output. This means that our gcc toolchain
       packages need to propagate that output.
    3. A few package versions were bumped
    d02076b885
  16. dongcarl force-pushed on Feb 18, 2021
  17. dongcarl commented at 7:32 pm on February 18, 2021: member

    Pushed bc9798a0ab0c086308a74bd621366b77a5c8fcec -> d02076b8852d8faae95cee6e3de434460c07412a

    • Rebase for merge of base PR #21087
  18. fanquake commented at 9:44 am on February 19, 2021: member

    Builds at d02076b8852d8faae95cee6e3de434460c07412a:

     0# guix describe
     1Generation 5	Feb 19 2021 08:43:07	(current)
     2  guix 0ce63d1
     3    repository URL: https://git.savannah.gnu.org/git/guix.git
     4    branch: master
     5    commit: 0ce63d11b5e27bfc7f5082c3021be7561ffc8c76
     6
     7# git rev-parse HEAD
     8d02076b8852d8faae95cee6e3de434460c07412a
     9
    10# find output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum
    11d51e521efe311bab30be466e6fb413c5beb065ff21f0bd2ecf0e9c79aa2b081f  output/bitcoin-d02076b8852d-aarch64-linux-gnu-debug.tar.gz
    12537887732490d222b97f3930205ead28b4bcd157e7e535f2ed315b8b2093e9d4  output/bitcoin-d02076b8852d-aarch64-linux-gnu.tar.gz
    139764ec49dab093c286eaecf2f3fb401286d0915ff35dce50fe44ab3df3781dd2  output/bitcoin-d02076b8852d-arm-linux-gnueabihf-debug.tar.gz
    1462ff3f8e672e8ca8c92d6ae85f1948b9abd296699f9f92ac51d42d503d977b57  output/bitcoin-d02076b8852d-arm-linux-gnueabihf.tar.gz
    1578f7c61f162fc3766647bb371e32aecaa37d3a8ed6aae5fa96f25bc1f3b4d799  output/bitcoin-d02076b8852d-osx-unsigned.dmg
    16b986d2427a046e4471ba8cb35641f71091db89bd08de07af56aae19c7416ef2c  output/bitcoin-d02076b8852d-osx-unsigned.tar.gz
    1742feb7daa96e440dba10480add1306869efac57ea0e2d88a1c54b1e6eadfa066  output/bitcoin-d02076b8852d-osx64.tar.gz
    186c82f019641d6b4452ea41cd33d58ebcd49e2db29c279a7ef407cd61fe0c84d9  output/bitcoin-d02076b8852d-riscv64-linux-gnu-debug.tar.gz
    199cbcf6d2f6b29312611ab5157c0f606257d19a95bc1fad34783ad57cbbcb8114  output/bitcoin-d02076b8852d-riscv64-linux-gnu.tar.gz
    20b77938c2cc2af2b367d06a775ca343e30179458d7339c87a1e2e1a3db92b64e9  output/bitcoin-d02076b8852d-win-unsigned.tar.gz
    214d69c4e23f3dd38a395f5fadfbd2917281aebd139ac7876ba93fd440644dcb1c  output/bitcoin-d02076b8852d-win64-debug.zip
    222f615ab46de1166233ea723009c40ae080c3db920cbfd6f70569dc35119cefe6  output/bitcoin-d02076b8852d-win64-setup-unsigned.exe
    233f418b43804e4af9d826ebb580e4024cc656e02e4457d7b1e7cded6b0f24a85b  output/bitcoin-d02076b8852d-win64.zip
    242273fa78d7b5b2e8947190c5f6dfc10ad6c989a55cdce54460f6e88a4cdcc78f  output/bitcoin-d02076b8852d-x86_64-linux-gnu-debug.tar.gz
    2502e9463e49a562633983b6ee2d5e15909c585646db52374d91e01780f5cf1386  output/bitcoin-d02076b8852d-x86_64-linux-gnu.tar.gz
    260f0a8322d1095ee6aee4aaa43a8439a3ee1d9b6325f3bc2634c77cc96adc1f63  output/src/bitcoin-d02076b8852d.tar.gz
    
  19. laanwj commented at 2:07 pm on February 19, 2021: member

    ACK d02076b8852d8faae95cee6e3de434460c07412a

     0guest@gnu ~/bitcoin$ find output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum
     1d51e521efe311bab30be466e6fb413c5beb065ff21f0bd2ecf0e9c79aa2b081f  output/bitcoin-d02076b8852d-aarch64-linux-gnu-debug.tar.gz
     2537887732490d222b97f3930205ead28b4bcd157e7e535f2ed315b8b2093e9d4  output/bitcoin-d02076b8852d-aarch64-linux-gnu.tar.gz
     39764ec49dab093c286eaecf2f3fb401286d0915ff35dce50fe44ab3df3781dd2  output/bitcoin-d02076b8852d-arm-linux-gnueabihf-debug.tar.gz
     462ff3f8e672e8ca8c92d6ae85f1948b9abd296699f9f92ac51d42d503d977b57  output/bitcoin-d02076b8852d-arm-linux-gnueabihf.tar.gz
     578f7c61f162fc3766647bb371e32aecaa37d3a8ed6aae5fa96f25bc1f3b4d799  output/bitcoin-d02076b8852d-osx-unsigned.dmg
     6b986d2427a046e4471ba8cb35641f71091db89bd08de07af56aae19c7416ef2c  output/bitcoin-d02076b8852d-osx-unsigned.tar.gz
     742feb7daa96e440dba10480add1306869efac57ea0e2d88a1c54b1e6eadfa066  output/bitcoin-d02076b8852d-osx64.tar.gz
     86c82f019641d6b4452ea41cd33d58ebcd49e2db29c279a7ef407cd61fe0c84d9  output/bitcoin-d02076b8852d-riscv64-linux-gnu-debug.tar.gz
     99cbcf6d2f6b29312611ab5157c0f606257d19a95bc1fad34783ad57cbbcb8114  output/bitcoin-d02076b8852d-riscv64-linux-gnu.tar.gz
    10b77938c2cc2af2b367d06a775ca343e30179458d7339c87a1e2e1a3db92b64e9  output/bitcoin-d02076b8852d-win-unsigned.tar.gz
    114d69c4e23f3dd38a395f5fadfbd2917281aebd139ac7876ba93fd440644dcb1c  output/bitcoin-d02076b8852d-win64-debug.zip
    122f615ab46de1166233ea723009c40ae080c3db920cbfd6f70569dc35119cefe6  output/bitcoin-d02076b8852d-win64-setup-unsigned.exe
    133f418b43804e4af9d826ebb580e4024cc656e02e4457d7b1e7cded6b0f24a85b  output/bitcoin-d02076b8852d-win64.zip
    142273fa78d7b5b2e8947190c5f6dfc10ad6c989a55cdce54460f6e88a4cdcc78f  output/bitcoin-d02076b8852d-x86_64-linux-gnu-debug.tar.gz
    1502e9463e49a562633983b6ee2d5e15909c585646db52374d91e01780f5cf1386  output/bitcoin-d02076b8852d-x86_64-linux-gnu.tar.gz
    160f0a8322d1095ee6aee4aaa43a8439a3ee1d9b6325f3bc2634c77cc96adc1f63  output/src/bitcoin-d02076b8852d.tar.gz
    

    Exact match.

  20. laanwj merged this on Feb 19, 2021
  21. laanwj closed this on Feb 19, 2021

  22. laanwj moved this from the "PRs" to the "Done" column in a project

  23. sidhujag referenced this in commit f2e0b5fe15 on Feb 19, 2021
  24. DrahtBot locked this on Aug 16, 2022

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: 2024-11-17 15:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me