Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16542
| From | Bo YU <tsu.yubo@gmail.com> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: blhc failing due to non-verbose build |
| Date | 2024-12-06 04:30 +0100 |
| Message-ID | <JQxct-e3WQ-1@gated-at.bofh.it> (permalink) |
| References | <JQvX3-e3bO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, On Fri, Dec 6, 2024 at 10:01 AM Soren Stoutner <soren@debian.org> wrote: > ... > # Append the CPPFLAGS to the standard CFLAGS and CXXFLAGS variables, which is > how CMake likes it. <https://wiki.debian.org/ > Hardening#Notes_for_packages_using_CMake> > CFLAGS += $(CPPFLAGS) > CXXFLAGS += $(CPPFLAGS) > > https://salsa.debian.org/python-team/packages/pyinstaller/-/blob/debian/ > master/debian/rules?ref_type=heads > > Does anyone know how to convince it to populate the logs with the full flags > 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=1075694#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
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
blhc failing due to non-verbose build Soren Stoutner <soren@debian.org> - 2024-12-06 03:10 +0100
Re: blhc failing due to non-verbose build Bo YU <tsu.yubo@gmail.com> - 2024-12-06 04:30 +0100
Re: use of waf in pyinstaller (was: blhc) Simon McVittie <smcv@debian.org> - 2024-12-06 11:30 +0100
Re: use of waf in pyinstaller (was: blhc) Soren Stoutner <soren@debian.org> - 2024-12-07 18:40 +0100
Re: use of waf in pyinstaller (was: blhc) Scott Kitterman <debian@kitterman.com> - 2024-12-07 19:30 +0100
Re: use of waf in pyinstaller (was: blhc) Soren Stoutner <soren@debian.org> - 2024-12-07 19:40 +0100
csiph-web