Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Soren Stoutner Newsgroups: linux.debian.maint.python Subject: blhc failing due to non-verbose build Date: Fri, 06 Dec 2024 03:10:01 +0100 Message-ID: X-Original-To: Debian Python X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Dec 6 02:01:14 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-114.749 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.34, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FOURLA=0.1, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no Organization: Debian MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart78795596.AHtpVlIhoJ"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Debian-User: soren X-Mailing-List: archive/latest/22625 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/7225104.MRShDI54Kn@soren-desktop Approved: robomod@news.nic.it Lines: 79 Sender: robomod@news.nic.it X-Original-Date: Thu, 05 Dec 2024 19:00:50 -0700 X-Original-Message-ID: <7225104.MRShDI54Kn@soren-desktop> Xref: csiph.com linux.debian.maint.python:16540 --nextPart78795596.AHtpVlIhoJ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8"; protected-headers="v1" From: Soren Stoutner To: Debian Python Subject: blhc failing due to non-verbose build Date: Thu, 05 Dec 2024 19:00:50 -0700 Message-ID: <7225104.MRShDI54Kn@soren-desktop> Organization: Debian MIME-Version: 1.0 I am working on PyInstaller, which is mostly written in Python, but compile= s a=20 bootloader written in c. blhc failes because the longs do not contain verb= ose=20 compile flags. 111:NONVERBOSE BUILD: [ 1/21] Compiling src/pyi_utils.c 112:NONVERBOSE BUILD: [ 2/21] Compiling src/pyi_main.c 113:NONVERBOSE BUILD: [ 3/21] Compiling src/pyi_exception_dialog.c 114:NONVERBOSE BUILD: [ 4/21] Compiling src/pyi_apple_events.c 115:NONVERBOSE BUILD: [ 5/21] Compiling src/pyi_splashlib.c 116:NONVERBOSE BUILD: [ 6/21] Compiling src/pyi_global_posix.c 117:NONVERBOSE BUILD: [ 7/21] Compiling src/pyi_multipkg.c https://salsa.debian.org/python-team/packages/pyinstaller/-/jobs/6701977 The standard tricks for most C/C++ packages don=E2=80=99t work. # Enable all build hardening flags. export DEB_BUILD_MAINT_OPTIONS =3D hardening=3D+all # Export the DPKG default build flags. DPKG_EXPORT_BUILDFLAGS =3D 1 # Include the default build flags. include /usr/share/dpkg/buildflags.mk # Append the CPPFLAGS to the standard CFLAGS and CXXFLAGS variables, which = is=20 how CMake likes it. 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 flag= s=20 used to compile the binaries? =2D-=20 Soren Stoutner soren@debian.org --nextPart78795596.AHtpVlIhoJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEJKVN2yNUZnlcqOI+wufLJ66wtgMFAmdSWtIACgkQwufLJ66w tgNC5g//aBtEUV6jJ5H2G6UrN7n/8GK632dpED5pZgXWcgIMYRM3Wf8inFAaf/71 0gU+Vzn1DcahU9hZFD6fEFtwS/YENw//yxof3LpnzJ3gMnBwmH22CEW5g3ASfMN+ h4oLKUx6QrXM2n0FB93we+vUiL3O1QT7tRwKOkPzh0U4R9ppMJAgJUVHwirO3XFu 8DtOxgi6BNbUndP4PXRIaXRRIXIeS29lGbbk4q8Ijni7fzKQ3tXYtt8nuxVjbSDn QAEexB3n3P0U7pjs3iXEUXipEE94tUiTgnKHqi7xsGCwc4idFZC2tvFjHfPR92ql 9mjxJ8yckVQr3Tk1fxP8IyUA6tYgg9X8BAd/P0Kw9C+ND+mDNfkUqWtGM+RZREdF bA4oxkbu0pI3MZXmYxYX1NS736QJ9gdfrp/qW2rV1InpxPMBRJVjEA3PLkZ5hNj8 AIdJSOVm5bXiWOaLxGOHMw7l6jfcjus0hHvTa9ol/1WWfIYVhAEYmz/5ql3/xwHg cjxm/WBIV4JwTlw2OhdURMFOVnrFcqhLL0Nf7ynp3ViR1k5kxoExNZBxhCoqN6cf WjoTLzwi4XoHtvit+2otqdUrCuc8bLqKCk/EMZXlEGCXXb5kwD65iRJrp26f8iSY p1he69NrGcXRwh1AVk0Lk2qlDwgqaynaH6sZzlzAqKOjnhMo9SY= =ErN4 -----END PGP SIGNATURE----- --nextPart78795596.AHtpVlIhoJ--