From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 25 10:19:45 2023 Received: (at submit) by debbugs.gnu.org; 25 Feb 2023 15:19:45 +0000 Received: from localhost ([127.0.0.1]:41295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVwKu-0002AH-Vm for submit@debbugs.gnu.org; Sat, 25 Feb 2023 10:19:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:33422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVwKs-0002A9-Kn for submit@debbugs.gnu.org; Sat, 25 Feb 2023 10:19:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVwKs-0001vw-20 for bug-sed@gnu.org; Sat, 25 Feb 2023 10:19:42 -0500 Received: from rt.gnu.org ([74.94.156.212]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVwKr-0008TE-HQ for bug-sed@gnu.org; Sat, 25 Feb 2023 10:19:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=rt-gnu-org; h=MIME-Version:Date:References:In-Reply-To:From:Subject:to; bh=MgmWY2xvdz870lRP1xHsf3sn9RfNZJf550rjcGMQec4=; b=FbuEAAQ9+N5wsER5XBxoVZz9LZ Q1vkVFNvUCkSZcU2g/6HBPtcuRSOS3nUWRRqvOwzLnoItGgyPdmnV8LEw1j8xiOVdZWEmy7qhkuPW CrHVKBhkAKZRgJNabglr8dRF1/xkhSszfCaOAX0j5mMdxV4SGW2bm8AMMCAs9MHnXnzHrUfjIMlxl aFyGL2fMymgG0V1Ij9E3n7sCY8AtB5dUSXsjpsqUjkVRC5ULxrQ7n7MQdq+6D53MV9/5/Hz1/FUpa 0JQg+gKBm4gqfFn7sXUfHEdfiZ59jSXcqAFyweBENKjmvuBj8Nc+sk0UFpepyzjO2x4O7RuvRZ5ZU 5nLcYzWg==; Received: from www-data by rt.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1pVwKr-0005zZ-2h for bug-sed@gnu.org; Sat, 25 Feb 2023 10:19:41 -0500 Subject: [gnu.org #1923372] sed - build problem - malloc - savannah git master head (today) From: "Therese Godefroy via RT" In-Reply-To: References: Message-ID: X-RT-Loop-Prevention: gnu.org X-RT-Ticket: gnu.org #1923372 X-Managed-BY: RT 4.2.16-14-g9a593ee (http://www.bestpractical.com/rt/) X-RT-Originator: godef.th@free.fr Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Sat, 25 Feb 2023 10:19:40 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit Cc: bug-sed@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: webmasters@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Le Ven 24 Fév 2023 17:29:57, mrpeterfrazier@gmail.com a écrit : > file: > /lib/malloc/scratch_buffer.h > > env: > gcc-13.1 > gnulib (gnu git master head, today) > Linux 6.2.0-rc6-vakgina+ #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux > (numero UNO) > > when building sed from savannah git master head (earlier today); there > was a build problem. > > ...the problem centers around max_align_t type def (really the lack > thereof)... > I tried including headers that are of higher regional correlation with > that word_name (for example, like: > > #include lib/malloc/scratch_buffer.h > #include > #include > #include > #include > #include > > ) but, surprisingly that did not resolve the problem (also tried > including the listed header mod list that is generated when > bootstrap.sh is invoked... to no avail) > the crappy solution was to change the gnulib/m4/stddef_h.m4 > "gl_cv_type_max_align_t" test to default to "HAVE_MAX_ALIGN_T=0" such > that the max_align_t was turned off. > > ...this better not be some form of social engineering. > > Best > > 1pf1 Hello Peter, Thank you for reporting this issue. I'm cc'ing the . Best regards, Thérèse