From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:1ba0:b0:3f0:ab4f:3bf8 with SMTP id bp32-20020a05622a1ba000b003f0ab4f3bf8mr1516775qtb.9.1682660303395; Thu, 27 Apr 2023 22:38:23 -0700 (PDT) X-Received: by 2002:a81:ca4a:0:b0:555:cce6:1bd2 with SMTP id y10-20020a81ca4a000000b00555cce61bd2mr2595113ywk.0.1682660303150; Thu, 27 Apr 2023 22:38:23 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Apr 2023 22:38:22 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=84.209.88.37; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 84.209.88.37 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <47c0e248-bc1e-4784-8eed-8a8a64758be7n@googlegroups.com> Subject: Warning: requires executable stack... From: reinert Injection-Date: Fri, 28 Apr 2023 05:38:23 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1696 Xref: news.eternal-september.org comp.lang.ada:65158 List-Id: Hello, I use alire and I just updated via these commands: alr index --update-all alr toolchain --select (selected gnat_native=12.2.1 and gprbuild=22.0.1 ) All seem OK, but when I use "alr build" I finally get this warning: ...../.config/alire/cache/dependencies/gnat_native_12.2.1_11f3b811/bin/../lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: kobio0.o: requires executable stack (because the .note.GNU-stack section is executable) Build finished successfully in 19.48 seconds. When trying a simple "hello_world" programme, I do not get this annoying warning. Any hint? I do not like warnings which I do not understand anything from :-) reinert