[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#886301: glibc: logme removal accidentally breaks stage1



Source: glibc
Version: 2.26-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

Hi Aurelien,

pkg-glibc commit 74784d0d9e06adb57047548685e79ea0223a05ac
("debian/rules, debian/rules.d/build.mk: stop logging build/check
messages to files, both sbuild and debuild are able to do that.")
accidentally breaks stage1. It fails to remove a closing brace
corresponding to a prior logme call for install-headers, which is stage1
only code. It's a simple typo.

Helmut

--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -166,7 +166,7 @@
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
 	$(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) \
 	    cross-compiling=yes install_root=$(CURDIR)/debian/tmp-$(curpass)	\
-	    install-bootstrap-headers=yes install-headers )
+	    install-bootstrap-headers=yes install-headers

 	install -d $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)
 	install -m 644 $(DEB_BUILDDIR)/csu/crt[01in].o $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/.


Reply to: