public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-snapshot: FTBFS on hurd-i386 (and other archs?)
@ 2023-01-16 22:11 Svante Signell
  0 siblings, 0 replies; only message in thread
From: Svante Signell @ 2023-01-16 22:11 UTC (permalink / raw)
  To: Debian Bug Tracking System; +Cc: gcc-bugs, gcc-patches

Source: gcc-snapshot
Version: 20230108-1
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd
X-Debbugs-CC: debian-hurd@lists.debian.org

Hi,

gcc-snapshot in sid FTBFS on hurd-i386 due to that some patches are not
applied when building gcc-snapshot. After the statement in rules.patch
ifeq ($(single_package),yes)
  debian_patches =
endif
previously defined patches are cleared, causing the build failure, see
below.

debian/ files causing the problem:

debian/rules.defs:
ifneq (,$(findstring gcc-snapshot, $(PKGSOURCE)))
  single_package = yes
  trunk_build = yes

debian/rules.patch:
ifeq ($(single_package),yes)
  debian_patches =
endif

Thanks!



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-16 22:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 22:11 gcc-snapshot: FTBFS on hurd-i386 (and other archs?) Svante Signell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).