GNU bug report logs - #61125
30.0.50; debug build fails

Previous Next

Package: emacs;

Reported by: "Mark A. Hershberger" <mah <at> everybody.org>

Date: Sat, 28 Jan 2023 18:21:02 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Mark A. Hershberger" <mah <at> nichework.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "Mark A. Hershberger" <mah <at> everybody.org>, 61125 <at> debbugs.gnu.org, Andrea Corallo <akrl <at> sdf.org>
Subject: bug#61125: 30.0.50; debug build fails
Date: Sat, 28 Jan 2023 12:58:55 -0800 (PST)
Relevant bits from my script are below.

buildIt() {
	banner buildIt
	FLAGS=$1

	./autogen.sh
	./configure						\
		--with-gif=ifavailable				\
		--with-tree-sitter=ifavailable			\
		--with-cairo					\
		--with-imagemagick				\
		--with-json					\
		--with-native-compilation			\
		--with-xinput2					\
		--with-xwidgets					\
		--with-x-toolkit=gtk3				\
		--with-gconf					\
		--with-xwidgets					\
		--with-imagemagick				\
		--with-modules					\
		$FLAGS
	make -j6
}

flags="--enable-checking=yes,glyphs --enable-check-lisp-object-type"
CFLAGS="-O0 -g3" buildIt "$flags"





This bug report was last modified 2 years and 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.