Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Bo YU Newsgroups: linux.debian.maint.python Subject: Re: blhc failing due to non-verbose build Date: Fri, 06 Dec 2024 04:30:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Dec 6 03:26:37 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.199 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: AOJu0Yw8eMQwjJxMhG1skucFA2LrL0p/ClQbtlmeBXvYZngcZ6aIMHEI 5ADkBkMOx4cdJgL8v/YFwYH6eD4P3XBuhccFtdn7X84iNHe9ZTkh9CgMqNauaWXIYlzy+VHF6Ij RCYo98vds2DK2CHqOkGv9jAuveVqpWjy7 X-Gm-Gg: ASbGnctiE/RUxk7SFpAAqfaFLUzZYjbwbvDvWVkKKfKnMrXd7HY6LO6FaKaUCPdJE1Y 0VoskCbxe9+PQURXhNZDBm2iAR/8HIUw= X-Google-SMTP-Source: AGHT+IGzM3xgs22Jkcyl/7u8OFHgTqvZIilJORPBb7IaTN0oCe7OEPiXSTugwwcbqFthjyLKvaMzkm9Jt6GY6zleTQo= X-Received: by 2002:a05:6902:1587:b0:e38:b889:7efb with SMTP id 3f1490d57ef6-e3a0b11bbb2mr1914787276.21.1733455579499; Thu, 05 Dec 2024 19:26:19 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/22627 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CAKq8=3JU3qs3hmM+D0i58HoKbBqyr0c8QcscoNO9Sc5z8dnFAw@mail.gmail.com Approved: robomod@news.nic.it Lines: 36 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Python X-Original-Date: Fri, 6 Dec 2024 11:26:08 +0800 X-Original-Message-ID: X-Original-References: <7225104.MRShDI54Kn@soren-desktop> Xref: csiph.com linux.debian.maint.python:16542 Hi, On Fri, Dec 6, 2024 at 10:01=E2=80=AFAM Soren Stoutner w= rote: > ... > # Append the CPPFLAGS to the standard CFLAGS and CXXFLAGS variables, whic= h is > how CMake likes it. Hardening#Notes_for_packages_using_CMake> > CFLAGS +=3D $(CPPFLAGS) > CXXFLAGS +=3D $(CPPFLAGS) > > https://salsa.debian.org/python-team/packages/pyinstaller/-/blob/debian/ > master/debian/rules?ref_type=3Dheads > > Does anyone know how to convince it to populate the logs with the full fl= ags > used to compile the binaries? I would like to suggest you to look at the code: https://sources.debian.org/src/structure-synth/1.5.0-7.1/debian/rules/#L6 or https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1075694#56 Even if it doesn't work, we can get inspiration on how to append extra flags during the configure phase. Hope this helps. BR, Bo > > -- > Soren Stoutner > soren@debian.org