Bug#948134: gnome-shell-mailnag FTCBFS: stores valac in CC

2023-02-24 Thread Jeremy Bícha
On Fri, Feb 24, 2023 at 12:38 PM Helmut Grohne wrote: > At this time, the Makefile stuffs compiler flags into the CC variable. > Passing CC, overrides them and they thus get lost. Please separate them > out of CC. I've only touched this package to keep it installable and activatable with new

Bug#948134: gnome-shell-mailnag FTCBFS: stores valac in CC

2023-02-24 Thread Helmut Grohne
Hi Jeremy, On Fri, Feb 24, 2023 at 10:01:09AM -0500, Jeremy Bícha wrote: > This change seems to cause the package to fail the build. Before your > change, this is a build warning not an error. This is due to improperly combining the new version with my patch. Patching the reported version works.

Bug#948134: gnome-shell-mailnag FTCBFS: stores valac in CC

2023-02-24 Thread Jeremy Bícha
This change seems to cause the package to fail the build. Before your change, this is a build warning not an error. dh_auto_build -- CC=valac make -j8 "INSTALL=install --strip-program=true" CC=valac make[2]: Entering directory '/<>' valac --pkg folks aggregate-avatars.vala

Bug#948134: gnome-shell-mailnag FTCBFS: stores valac in CC

2020-01-04 Thread Helmut Grohne
Source: gnome-shell-mailnag Version: 3.28.0-0.1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs Control: block -1 by 948128 gnome-shell-mailnag fails to cross build from source, because its Makefile stores valac in CC. dh_auto_build supplies a c compiler there and that fails.