Control: reopen -1 Hi,
On Mon, Aug 12, 2024 at 07:51:04AM +0000, Debian Bug Tracking System wrote: > #1078525: bfs FTCBFS: builds for the build architecture > > It has been closed by Debian FTP Masters <ftpmas...@ftp-master.debian.org> > (reply to Chris Lamb <la...@debian.org>). Unfortunately, what was applied does not fix the problem. > > --- bfs-3.3.1/debian/rules 2024-06-11 11:49:08.000000000 +0200 > +++ bfs-3.3.1/debian/rules 2024-08-11 13:10:24.000000000 +0200 > @@ -1,6 +1,7 @@ > #!/usr/bin/make -f > > include /usr/share/dpkg/architecture.mk > +include /usr/share/dpkg/buildtools.mk I note that while default.mk implies architecture.mk and buildflags.mk, it does not imply buildtools.mk and hence nothing sets up CC. Helmut