#1029050 gcc-snapshot: FTBFS on hurd-i386 (and other archs?)

#1029050#5
Date:
2023-01-16 22:11:49 UTC
From:
To:
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!

#1029050#10
Date:
2023-08-11 05:57:16 UTC
From:
To:
the patch set for the snapshot build should be almost empty.  You really have to
contribute the hurd specific patches upstream.  It doesn't make sense to have
these only in the packaging.