depends: Avoid `warning: "_FORTIFY_SOURCE" redefined` for `libevent` #32266

pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:250414-fortify changing 1 files +1 −1
  1. hebasto commented at 3:23 PM on April 14, 2025: member

    On Alpine Linux 3.12.3, compiling the libevent package produces multiple warnings:

    $ gmake -C depends -j $(nproc) libevent
    <snip>
    <command-line>: warning: "_FORTIFY_SOURCE" redefined
    <built-in>: note: this is the location of the previous definition
    <snip>
    

    This PR fixes these warnings.

  2. depends: Avoid `warning: "_FORTIFY_SOURCE" redefined` for `libevent`
    On Alpine Linux 3.12.3, compiling the `libevent` package produces
    multiple warnings:
    ```
    $ gmake -C depends -j $(nproc) libevent
    <snip>
    <command-line>: warning: "_FORTIFY_SOURCE" redefined
    <built-in>: note: this is the location of the previous definition
    <snip>
    ```
    fe71a4b139
  3. hebasto added the label Build system on Apr 14, 2025
  4. DrahtBot commented at 3:23 PM on April 14, 2025: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

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

    <!--006a51241073e994b41acfe9ec718e94-->

    Code Coverage & Benchmarks

    For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32266.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline for information on the review process.

    Type Reviewers
    ACK shahsb, theuni, maflcko

    If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

  5. shahsb commented at 4:59 AM on April 16, 2025: none

    concept ACK

  6. maflcko added the label DrahtBot Guix build requested on Apr 16, 2025
  7. DrahtBot commented at 2:32 AM on April 17, 2025: contributor

    <!--9cd9c72976c961c55c7acef8f6ba82cd-->

    Guix builds (on x86_64) [untrusted test-only build, possibly unsafe, not for production use]

    File commit cdc32994feadf3f15df3cfac5baae36b4b011462<br>(master) commit 23c93027e731210ec49cab09b57f72869ab78ea2<br>(pull/32266/merge)
    *-aarch64-linux-gnu-debug.tar.gz cdf32224d5ff34cc...
    *-aarch64-linux-gnu.tar.gz 6e1681f42a3c1c32...
    *-arm-linux-gnueabihf-debug.tar.gz 681eb96b55fa0810...
    *-arm-linux-gnueabihf.tar.gz 6b242544b25bb8a5...
    *-arm64-apple-darwin-codesigning.tar.gz 968bf945d3fc9edb...
    *-arm64-apple-darwin-unsigned.tar.gz d79ee2a2097c2b34...
    *-arm64-apple-darwin-unsigned.zip 915c63931b8f2c97...
    *-powerpc64-linux-gnu-debug.tar.gz 2547a2c7da236ae6...
    *-powerpc64-linux-gnu.tar.gz 5b6bf82684164553...
    *-riscv64-linux-gnu-debug.tar.gz f4c791ffaf7d8d26...
    *-riscv64-linux-gnu.tar.gz fd3798029e4a00c7...
    *-x86_64-apple-darwin-codesigning.tar.gz 3bb3e6adfe45522d...
    *-x86_64-apple-darwin-unsigned.tar.gz 13c96cd7a9503524...
    *-x86_64-apple-darwin-unsigned.zip eaaaedf72475ae1b...
    *-x86_64-linux-gnu-debug.tar.gz 64e36f8ccd2dfee4...
    *-x86_64-linux-gnu.tar.gz a130bf087798147b...
    *.tar.gz 058000d52f1718bf...
    SHA256SUMS.part 09bb5ff23c7628d0...
    guix_build.log 056629295102080d... 7776af114a397f4a...
    guix_build.log.diff 27ccd5cc6b668612...
  8. DrahtBot removed the label DrahtBot Guix build requested on Apr 17, 2025
  9. DrahtBot added the label CI failed on Apr 28, 2025
  10. DrahtBot removed the label CI failed on May 2, 2025
  11. DrahtBot added the label CI failed on Jun 14, 2025
  12. DrahtBot removed the label CI failed on Jun 16, 2025
  13. achow101 requested review from willcl-ark on Oct 22, 2025
  14. achow101 requested review from laanwj on Oct 22, 2025
  15. achow101 requested review from theuni on Oct 22, 2025
  16. achow101 requested review from m3dwards on Oct 22, 2025
  17. theuni approved
  18. theuni commented at 2:40 PM on October 22, 2025: member

    utACK fe71a4b139f3a142468c2e931775813bc8f9d2ad

  19. maflcko commented at 2:43 PM on October 22, 2025: member
  20. fanquake merged this on Oct 23, 2025
  21. fanquake closed this on Oct 23, 2025

  22. kwvg referenced this in commit d49abe9f89 on Oct 24, 2025
  23. kwvg referenced this in commit 8418f135c1 on Oct 24, 2025
  24. kwvg referenced this in commit dcf22554e4 on Oct 24, 2025
  25. kwvg referenced this in commit 886bb50a54 on Oct 25, 2025
  26. kwvg referenced this in commit d00e4b0e46 on Oct 25, 2025
  27. hebasto deleted the branch on Oct 25, 2025
  28. kwvg referenced this in commit fb42af9626 on Oct 25, 2025
  29. sedited referenced this in commit f50d90fcbb on Oct 29, 2025
  30. kwvg referenced this in commit 5fed37236e on Nov 4, 2025
  31. stickies-v referenced this in commit a785fe6759 on Nov 5, 2025
  32. stringintech referenced this in commit b82132c4d1 on Nov 6, 2025
  33. kwvg referenced this in commit ac7cffbf96 on Nov 8, 2025
  34. kwvg referenced this in commit ec54cc1e1d on Nov 12, 2025
  35. kwvg referenced this in commit 4e57d1a357 on Nov 14, 2025
  36. PastaPastaPasta referenced this in commit 9590d57aaf on Nov 14, 2025
  37. yuvicc referenced this in commit f620a2206b on Nov 16, 2025
  38. UdjinM6 referenced this in commit 3b41a910fa on Nov 18, 2025
  39. Fabcien referenced this in commit 8536d3d410 on Mar 12, 2026
  40. Fabcien referenced this in commit c8572d7081 on Mar 12, 2026
  41. roqqit referenced this in commit 8fab2f4c30 on Jun 8, 2026
  42. Kino1994 referenced this in commit 2c9c2237d9 on Jun 28, 2026
  43. BigcoinBGC referenced this in commit bc718da612 on Jun 30, 2026

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-07-09 06:47 UTC